]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2014-07-02 Robert Kessltableprinter: update of tests
2014-07-02 Robert Kessltableprinter: bugfix in initialization macros
2014-07-02 Robert Kessltableprinter: code cleanup
2014-07-02 Robert Kessltableprinter: update of user-defined column types
2014-07-02 Robert Kessltableprinter: code cleanup; doc update
2014-07-01 Robert Kessltableprinter: added parsing of column arg; bugfixes
2014-07-01 Robert Kessltableprinter: fix of size/timestamp printing
2014-06-30 Robert Kessltableprinter: code cleanup
2014-06-30 Robert Kessltableprinter: first shot on update of internals
2014-06-27 Robert Kessltableprinter: now uses struct table_col_info * for...
2014-06-26 Robert Kessltableprinter: table_is_printed now returns bool
2014-06-26 Robert KesslMerge remote-tracking branch 'origin/master'
2014-06-26 Robert Kessltableprinter: added forgotten default fmts for s64...
2014-06-26 Martin MaresLogger: Fixed use of unitialized flags
2014-06-26 Robert Kessltableprinter: add of table_col_is_printed
2014-06-25 Robert Kessltableprinter: table_clean_row renamed to table_reset_row
2014-06-25 Robert Kesslstrtonum: added str_to_[s|u]64
2014-06-25 Robert Kessltableprinter: table_end_row now calls table_clean_row
2014-06-25 Robert KesslMerge remote-tracking branch 'origin/master'
2014-06-25 Robert Kessltableprinter: add of table_clean_row
2014-06-22 Pavel CharvatDebian: It's now possible to disable compilation of...
2014-06-22 Martin MaresUpdated web pages for the new release
2014-06-22 Martin MaresDoc: Finishing touches before release v6.0
2014-06-22 Martin MaresABI: Adjust to last-minute table printer changes
2014-06-22 Martin MaresDocs: Polish table printer documentation
2014-06-20 Martin MaresDocs: Improved table printer documentation
2014-06-20 Martin MaresDoc: Release notes are ready
2014-06-20 Robert Kessltableprinter: update of documentation
2014-06-20 Robert Kessltableprinter: added blockline formatter
2014-06-17 Robert KesslTableprinter: added table documentation
2014-06-17 Robert KesslTableprinter: TODO notes moved from table.h to TODO...
2014-06-16 Robert KesslMerge remote-tracking branch 'origin/master'
2014-06-16 Robert KesslTableprinter: corrected INT64 -> S64
2014-06-15 Martin MaresABI cleanup
2014-06-12 Robert KesslMerge remote-tracking branch 'origin/master'
2014-06-12 Robert KesslTableprinter: added U64, INT64
2014-06-05 Martin MaresRemoved some remaining "uns" relics
2014-06-05 Martin MaresMerge branch 'table'
2014-06-05 Pavel CharvatPackages: Forces dpkg-shlibdeps to add dependency to...
2014-06-04 Robert KesslTable: renamed table_col_order[_by_name] -> table_set_c...
2014-06-04 Robert KesslTable: added left alignment flag
2014-06-04 Pavel CharvatMerge branch 'master' into table
2014-06-04 Pavel CharvatMerge branch 'master' into dev-sizet
2014-06-03 Tomas VallaMerge branch 'dev-uint'
2014-06-03 Pavel CharvatMapping of whole files: Converted to size_t.
2014-06-03 Pavel CharvatCareful I/O: Converted to size_t.
2014-06-03 Pavel CharvatBuild: Just removed redundant parentheses.
2014-06-03 Robert KesslTable: update of column macros and table_start
2014-06-03 Pavel CharvatBuild: SO_LINK_PATH must be always defined.
2014-06-03 Pavel CharvatBuild: Do not split -rpath in two -Wl options. Pkg...
2014-06-03 Robert KesslTable: update of column initialization macros
2014-06-02 Pavel CharvatBuild: Improved paths in local builds.
2014-06-02 Pavel CharvatUTF-8 strings: Converted to size_t.
2014-06-02 Pavel CharvatStrings: Converted to size_t.
2014-06-02 Pavel CharvatGrowing buffer: Converted to size_t.
2014-06-02 Pavel Charvatfbpool: Converted to size_t.
2014-06-02 Tomas VallaReturned back 'uns' and related functions for backwards...
2014-06-02 Tomas VallaRenamed uns -> uint
2014-06-02 Pavel CharvatMempool: Converted to size_t.
2014-05-30 Martin MaresTable: Clean up column list parsing
2014-05-30 Martin MaresTable: Fixed bugs in header printing configuration
2014-05-30 Martin MaresTable: Renaming callbacks to a formatter
2014-05-30 Martin MaresTable: Shuffle functions to form thematic blocks
2014-05-30 Pavel CharvatMempool: Fixed bug in mp_stats().
2014-05-30 Martin MaresTable: Cosmetic cleanups and FIXMEs
2014-05-30 Martin MaresTable: Guard macros now follow LibUCW conventions
2014-05-30 Martin MaresImported tableprinter module
2014-05-30 Martin MaresMempool: Disable harmless failing ASSERT for a moment
2014-05-29 Pavel CharvatPackages: We no longer need to install the obsolete...
2014-05-29 Pavel CharvatUtils: ucw-{config,logger,logoutput} moved from /usr...
2014-05-28 Pavel CharvatMempool: Do not count the struct mempool to its stats...
2014-05-27 Pavel CharvatBuild: With shared LibUCW we no longer need picstatic...
2014-05-26 Martin MaresUCW::CGI: When a file is uploaded, its original name...
2014-05-22 Pavel CharvatBuild: Added lib*.so -> lib*.so.0 symlinks to run/lib.
2014-05-22 Pavel CharvatBuild: Added link path to libraries installed to non...
2014-05-21 Pavel CharvatFastbufs: Fixed uninitialized variables in fbmulti...
2014-05-20 Pavel CharvatMempool: Fixed broken unit test.
2014-05-20 Pavel CharvatMempool: Implemented mp_shrink().
2014-05-20 Pavel CharvatMempool: stats->chain_size[] should be u64, not uns.
2014-05-20 Pavel CharvatMempool: Implemented statistics about allocated bytes...
2014-05-17 Martin MaresSorter: Fixed a documentation comment
2014-05-15 Martin MaresMerge branch 'master' of ssh://git.ucw.cz/projects...
2014-05-15 Martin MaresMempool: Implemented various functions for appending...
2014-05-15 Martin MaresABI cleanup
2014-05-15 Pavel CharvatNull fastbuf: Don't forget to set a fastbuf's name.
2014-05-13 Pavel CharvatBuild: Fixed a bug in our unit tester.
2014-05-13 Pavel CharvatNull fastbuf: Clean ABI.
2014-05-13 Martin MaresMempools: mp_total_size() is O(1)
2014-05-13 Pavel CharvatMerge branch 'master' of ssh://git.ucw.cz/projects...
2014-05-13 Pavel CharvatNull fastbuf: Implemented a new "/dev/null"-like fastbuf.
2014-05-10 Martin MaresXML: "PUSH" in comments should be "PULL"
2014-05-07 Pavel CharvatPackages: Implemented `debian/mk --extra-conf=...'.
2014-05-07 Pavel CharvatImages: Fixed dependencies in `make tests'.
2014-05-07 Pavel CharvatImages: Fixed compilation problems with enabled Graphic...
2014-05-07 Pavel CharvatImages: Fixed linkage of libpthread.
2014-05-07 Pavel CharvatBuild: Fixed few compilation warnings/errors.
2014-05-07 Pavel CharvatMemory pools: Add a reference from each chunk to its...
2014-05-07 Pavel CharvatBuild: Silenced several compilation warnings on some...
2014-04-28 Tomas Vallaasserts: Added ASSERT_MSG to print a debug msg together...
2014-04-18 Martin MaresUCW::CGI: Let url_param_escape() encode non-ASCII chara...
next