]> mj.ucw.cz Git - libucw.git/history - ucw
Mempools: Optimize mp_append_utf8_32()
[libucw.git] / ucw /
2015-07-17 Martin MaresMempools: Optimize mp_append_utf8_32()
2015-07-08 Martin MaresStrtonum: Fixed a typo in a comment
2015-07-08 Martin MaresUnicode: Reject denormalized UTF-8 sequences
2015-07-08 Martin MaresABI cleanups
2015-07-08 Martin MaresFastbuf: fw-hex escapes DEL, too
2015-07-08 Martin MaresFastbuf: Added fw-hex wrapper
2015-07-08 Martin MaresUnicode: Fixed a comment in unicode_sanitize_char()
2015-07-08 Martin MaresMempools: Added mp_append_utf8_32()
2015-04-09 Martin MaresMempools: Renamed mp_append_[v]printf() back to its...
2015-04-08 Martin MaresWill release as v6.4 v6.4
2015-03-06 Martin MaresMainloop: Avoid polling for an empty set of events
2015-02-13 Martin MaresWill release as v6.3 v6.3
2015-02-13 Martin MaresDoc: Release notes for version 6.3
2015-02-13 Martin MaresXML: Brief documentation of LibUCW-XML
2015-02-13 Martin MaresMerge branch 'dev-xml-ns'
2015-02-13 Martin MaresMerge branch 'dev-xml'
2015-02-13 Martin MaresConfigure: Changed default.cfg
2015-02-13 Martin MaresConfigure: Experimental CONFIG_LTO
2015-02-13 Pavel CharvatMempool: Just updated (c)
2015-02-13 Pavel CharvatMempool: mp_new(size) should not add size of chunk...
2015-02-12 Martin MaresLogging: log_new_fd to fd=2 also prevents stderr from...
2015-02-12 Martin MaresRemove obsolete references to Sherlock
2015-02-12 Martin MaresLogging: Resurrected testing of log-conf
2015-02-12 Martin MaresLogging: Added log_drop_stderr().
2015-01-16 Martin MaresXtypes: Documentation cleanup
2015-01-16 Martin MaresDoc: Man pages are now generated as both HTML and NROFF
2015-01-16 Martin MaresXtypes: Documentation
2015-01-16 Martin MaresMerge branch 'dev-xtypes'
2015-01-15 Pavel CharvatBuild: Attempt to fix problems with access rights to...
2014-11-09 Martin MaresMacros: CLAMP now accepts arbitrary types, not only...
2014-11-09 Martin MaresMainloop: Be benevolent when file_del() is called on...
2014-10-10 Pavel CharvatDaemon: Fixed more race conditions. v6.1.1
2014-10-10 Pavel CharvatDaemon: Improved comments.
2014-10-10 Pavel CharvatDaemon: Use pipe instead of fcntl lock to synchronize...
2014-10-09 Pavel CharvatDaemon: Only fixed a comment.
2014-10-09 Pavel CharvatDaemon: Returned original check of written pidfile...
2014-10-09 Pavel CharvatDaemon: Removed unnecessary fcntl lock from daemon...
2014-10-09 Pavel CharvatDaemon: Fixed races in previous commit.
2014-10-09 Pavel CharvatDaemon: Fixed invalid permissions and some races when...
2014-09-05 Robert Kesslxtypes: fix of tests of xt_timestamp::parse
2014-09-04 Pavel CharvatXTypes: Fixed dump of configuration.
2014-09-04 Pavel CharvatXTypes: CF_XTYPE requires '&' before xt_*, just like...
2014-09-04 Pavel CharvatXTypes: Added support to configuration and option parser.
2014-08-10 Pavel CharvatBuild: Forced linker to find the currently compiled...
2014-08-10 Pavel CharvatTables: Fixed few typos in manpage.
2014-08-10 Pavel CharvatDoc: Generalized makefile rules for all categories...
2014-08-09 Pavel CharvatRelease: Increased version in default.cfg to 6.1. v6.1
2014-08-08 Martin MaresMerge branch 'dev-table'
2014-08-08 Martin Maresucw/doc/Makefile: Do not mix UCW_MANPAGES with MANPAGES
2014-08-08 Martin MaresMakefile cosmetics
2014-08-08 Robert KesslEven more updates in build of manpages
2014-08-08 Robert KesslUpdate build of manpages, contd.
2014-08-08 Robert KesslUpdate build of manpages
2014-08-06 Robert KesslAdded manpages to doc build; update of doc.
2014-08-05 Martin MaresDoc: The last line ought to end with a newline
2014-08-05 Martin MaresExtended types: Fix constness issues
2014-08-05 Robert Kessltableprinter: manpage is now installed into /usr/share...
2014-08-04 Robert Kesslxtypes: xt_double bugfix in parsing of precision
2014-08-04 Robert Kessltableprinter: table_set_col_opt now uses xtype_parse_fm...
2014-08-04 Robert Kessltableprinter: update of documentation
2014-07-30 Martin MaresExtended types: Fix comment
2014-07-30 Martin MaresExtended types: Fix name of the guard macro
2014-07-30 Robert Kessltableprinter: update of tests and fix of parsing empty...
2014-07-30 Robert Kessltableprinter: update of tests of table_set_col_order_by...
2014-07-30 Robert Kessltableprinter: compile fix
2014-07-30 Robert Kessltableprinter: update of documentation of table_set_col_...
2014-07-30 Robert Kessltableprinter: code cleanup
2014-07-30 Robert Kessltableprinter: small comment update
2014-07-30 Robert Kessltableprinter: code cleanup
2014-07-30 Robert Kessltableprinter: update of tests of table_set_col_order_by...
2014-07-30 Robert Kessltableprinter: update of doc for table_set_col_order_by_name
2014-07-29 Robert Kessltableprinter: first shot on parsing multiple options...
2014-07-29 Robert Kessltableprinter: update of comments and code cleanup
2014-07-29 Robert Kessltableprinter: code cleanup
2014-07-29 Robert Kessltableprinter&xtypes: table-types.[ch] moved to xtypes...
2014-07-29 Robert Kessltableprinter: removed some obsolete FIXME, added some...
2014-07-29 Robert Kessltableprinter: update of column order
2014-07-28 Robert Kessltableprinter: table_update_ll is now called only in...
2014-07-28 Robert Kessltableprinter: tests now use default xtype format
2014-07-28 Robert Kessltableprinter: table_make_default_column_order sets...
2014-07-28 Robert Kessltableprinter: TBL_COL_ITER_START(END) moved to table.c
2014-07-28 Robert Kesslxtypes: overflow detection updated
2014-07-28 Robert Kesslxtypes: removal of strtoul from size/timestamp parser
2014-07-28 Robert Kessltableprinter: update of table_set_col_order(and tests)
2014-07-25 Robert Kessltableprinter: added overflow detection
2014-07-25 Robert Kessltableprinter: code cleanup, update of usage of table_se...
2014-07-25 Robert Kessltableprinter: code cleanup
2014-07-25 Robert Kessltableprinter: removal of table_make_instance
2014-07-25 Robert Kessltableprinter: code cleanup
2014-07-25 Robert KesslMerge remote-tracking branch 'origin/dev-table' into...
2014-07-25 Robert Kessltableprinter: renamed data to formatter_data
2014-07-25 Martin MaresTable printer: Review comments
2014-07-25 Martin MaresExtended types: Review and cleanup of xt_size and xt_ti...
2014-07-25 Martin MaresExtended types: Introduced naming convention for xtype...
2014-07-25 Martin MaresExtended types: Moved unit tables to a more logical...
2014-07-25 Martin MaresExtended types: Cleaned up unit name parsing
2014-07-25 Martin MaresExtended types: Keep includes sorted
2014-07-25 Martin MaresExtended types: Let unknown formats behave as XTYPE_FMT...
2014-07-25 Martin MaresExtended types: Cleanup of xt_double
2014-07-25 Martin MaresExtended types: Miscellaneous fixes of xt_bool
next