]> mj.ucw.cz Git - libucw.git/history - ucw
Merge branch 'dev-uint'
[libucw.git] / ucw /
2014-06-03 Tomas VallaMerge branch 'dev-uint'
2014-06-03 Pavel CharvatBuild: Just removed redundant parentheses.
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-02 Pavel CharvatBuild: Improved paths in local builds.
2014-06-02 Tomas VallaReturned back 'uns' and related functions for backwards...
2014-06-02 Tomas VallaRenamed uns -> uint
2014-05-30 Pavel CharvatMempool: Fixed bug in mp_stats().
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 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 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-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...
2014-04-04 Pavel CharvatBuild: LibUCW should depend on -lm.
2014-03-10 Martin MaresDaemon: Make user/group switching available separately
2014-02-24 Martin MaresOpt: Fixed confused macros
2014-02-17 Martin MaresOpt: "--help" can stand both before and after config...
2014-02-17 Martin MaresOpt: Improved parsing of negative boolean options
2014-02-17 Martin MaresOpt: OPT_NO_HELP is gone
2014-02-17 Pavel CharvatOpt: Fixed a typo in OPT_UINT.
2014-02-17 Pavel CharvatOpt: Implemented OPT_UINT.
2014-02-17 Pavel CharvatTypes: Defined `uint' as a replacement for `uns'.
2014-02-12 Pavel CharvatFastbufs: Fixed an off-by-one error in bprintf().
2014-02-06 Pavel CharvatOpt: Fixed a bug in positional arguments.
2014-02-06 Martin MaresOpt: Avoid fixed constants, use OPT_POSITIONAL_TAIL
2014-02-04 Pavel CharvatPackages: Removed the "-dev" suffix from UCW_ABI_SUFFIX.
2014-02-04 Pavel CharvatMerge branch 'master' of ssh://jabberwock.ucw.cz/projec...
2014-02-04 Martin MaresLogging: Stream filters are permitted to modify log...
2014-01-28 Martin MaresAPI: Include tbf.h and trie.h
2014-01-28 Martin MaresDoc: Fixed function references v5.99
2014-01-28 Martin MaresDoc: Release dates
2014-01-28 Martin MaresABI: Updated symbol renames
2014-01-28 Martin MaresDoc: Updated the list of contributors
2014-01-28 Martin MaresDoc: Documented growing arrays, generic allocators...
2014-01-28 Martin MaresIntroduced generic allocators
2014-01-28 Martin MaresConf: Dynamic arrays re-implemented as gary's
2014-01-28 Martin MaresOpt: OPT_MULTIPLE with clists replaced by OPT_CL_MULTIP...
2014-01-28 Martin MaresGary: Type-agnostic push
2014-01-28 Martin MaresOpt: Document CT_USER with optional values
2014-01-28 Martin MaresOpt: User-defined types are specified as CT_USER, not...
2014-01-28 Martin MaresGary: Added growing arrays over mempools
2014-01-28 Martin MaresThreads: Renamed default_ucwlib_context to ucwlib_defau...
2014-01-28 Martin MaresGary: Symbol renames
2014-01-28 Martin MaresAPI: Introduced exceptions for common mistakes of the...
2014-01-28 Martin MaresGary: Gary now works over a general allocator
2014-01-28 Martin MaresDoc: Indentation
2014-01-28 Martin MaresGary: GARY_PUSH and GARY_POP have lost the 2nd argument
2014-01-28 Martin MaresGary: Remove unused gary_free()
2014-01-27 Martin MaresPrepared for release of Libucw 6.0
2014-01-27 Martin MaresOpt: Added missing reference
2014-01-27 Martin MaresOpt: Forgot to describe help columns
2014-01-27 Martin MaresMerge branch 'dev-opt'
2014-01-27 Martin MaresOpt: Documented opt and its interaction with conf
2014-01-27 Martin MaresOpt: State of opt-conf moved to opt_context
2014-01-27 Martin MaresOpt: OPT_HELP_OPTION does not need passing pointer...
2014-01-27 Martin MaresLet <ucw/lib.h> include <stdbool.h> automatically
2014-01-27 Martin MaresOpt: opt_failure() is public, opt_usage() not so
2014-01-27 Martin MaresOpt: Generalization of hooks
2014-01-27 Martin MaresOpt: Cleaned up opt-conf
2014-01-27 Martin MaresOpt: Make OPT_LAST_ARG actually work and document inter...
2014-01-27 Martin MaresOpt: Split to three separate modules
2014-01-27 Martin MaresOpt: Rewritten formatting of help
2014-01-27 Martin MaresOpt: exit() does not return, no need to call va_end...
2014-01-27 Martin MaresOpt: Simpified and corrected processing of OPT_SINGLE
2014-01-27 Martin MaresOpt: Fix bug introduced by my cleanups
2014-01-27 Martin MaresOpt: Improved reporting of errors
2014-01-27 Martin MaresOpt: Streamlined opt_parse_value()
2014-01-27 Martin MaresOpt: Streamlined parsing of long options
2014-01-27 Martin MaresOpt: Accept arguments for short options even in bundles
2014-01-27 Martin MaresOpt: Updated test case
2014-01-27 Martin MaresOpt: Streamlined opt_shortopt()
2014-01-27 Martin MaresOpt: Start of positional arguments is not hard-wired
2014-01-27 Martin MaresOpt: Checking of required arguments simplified
2014-01-27 Martin MaresOpt: Cosmetics
2014-01-27 Martin MaresOpt: Streamlined setting of default options
2014-01-27 Martin MaresOpt: Updated symbol renames
2014-01-27 Martin MaresOpt: Simplified preprocessing of options
2014-01-27 Martin MaresOpt: Fixed a test case
2014-01-15 Pavel CharvatBuild: Make sure that we link against the locally compi...
2014-01-15 Pavel CharvatMerge branch 'master' into dev-opt
2014-01-15 Pavel CharvatPackages: Install subset of UCW utilities to /usr/sbin...
next