]> mj.ucw.cz Git - libucw.git/history - ucw
Packages: Do not forget to install sorter's API.
[libucw.git] / ucw /
2014-01-07 Pavel CharvatPackages: Removed customization of SONAME_SUFFIX to...
2014-01-07 Pavel CharvatPackages: Fixed a typo in Makefile causing unnecessary...
2014-01-07 Pavel CharvatPackages: Dependencies on external dynamic libraries...
2014-01-07 Pavel CharvatPackages: We need to include SONAME symbolic links...
2014-01-07 Pavel CharvatPackages: Do not install picstatic version of libs.
2014-01-07 Pavel CharvatMerge branch 'dev-api' into dev-package
2014-01-03 Martin MaresABI: Fix string.h
2014-01-03 Martin MaresABI: Manual tweaks for ff-binary.h
2014-01-03 Martin MaresABI: Tables used by ucw/chartype.h are prefixed
2014-01-03 Pavel CharvatPackages: Added a custom string to names of compiled...
2014-01-03 Pavel CharvatPackages: Split each UCW library to its own set of...
2014-01-03 Martin MaresABI: Manual tweaks for strtonum.h
2014-01-03 Martin MaresABI: Avoid macro re-definition
2014-01-03 Martin MaresABI: Symbol renames for libucw and libcharset
2014-01-03 Martin MaresConfig: Added CONFIG_UCW_CLEAN_ABI
2014-01-03 Martin MaresClean up old-style function declarations split to multi...
2013-12-10 Pavel CharvatLibUCW: Added fb-socket.h header to public API.
2013-12-10 Pavel CharvatPackages: Simplified definition of install targets.
2013-12-07 Pavel CharvatPackages: Improved installation of example configs.
2013-12-07 Pavel CharvatPackages: Several fixes in debian packages and their...
2013-12-06 Pavel CharvatLibUCW: Added `ucw-' prefix to utils.
2013-12-06 Pavel CharvatPackages: Several fixes in debian packages.
2013-12-06 Pavel CharvatSplit install-lib* rules to runtime and dev parts.
2013-12-06 Pavel CharvatAdded libucw-* prefix to all libraries (libcharset...
2013-11-28 Pavel CharvatLibUCW: xrealloc(ptr, 0) should return NULL and not...
2013-11-05 Tomas Vallabinomial heaps: Added missing node order initialization.
2013-10-24 Pavel CharvatLibUCW: Fixed broken DARY_ALLOC() on 64bit architectures.
2013-10-18 Martin MaresFastbuf: Fix possible memory leak in new bprintf()
2013-10-18 Martin MaresFixed note about res_alloc() with no resource pool...
2013-10-17 Martin MaresAdded DBG_SPOT macro
2013-10-17 Martin MaresFastbuf: Rewritten bprintf()
2013-10-17 Martin MaresTests: Enable tests of bitops
2013-10-15 Martin MaresUCW::CGI: Escaping functions silently convert undef...
2013-07-22 Tomas Vallagary.h: Fixed bug in INIT_SPACE_* macros
2013-07-22 Martin Maresgary: Added GARY_INIT_SPACE(_ZERO)
2013-07-20 Tomas Vallaff-varints: Fixed really silly bug in handling fastbufs.
2013-05-29 Pavel CharvatLibUCW: Documented OptionalInclude in configuration...
2013-05-29 Pavel CharvatLibUCW: Implemented OptionalInclude to configuration...
2013-03-28 Tomas VallaVarints: Added documentation.
2013-03-25 Martin MaresNew module: variable-length integer encoding
2013-03-25 Tomas Vallaucw/unicode.h: Typo fix
2013-03-19 Martin MaresBitarray: Added bit_array_xrealloc()
2013-02-26 Martin MaresDoc: Fixed a typo
2012-12-27 Tomas Vallamainloop.h: Typo fix.
2012-12-26 Martin MaresUCW::CGI: Documented the changes
2012-12-26 Martin MaresUCW::CGI error handling split off to separate module...
2012-11-17 Pavel CharvatBitarray: Counting of bits and other fixes
2012-11-17 Pavel CharvatBitops: Implement bit_count()
2012-11-02 Martin Maresgary: Allow GARY_RESIZE to be used for immediate array...
2012-10-30 Martin MaresMainloop: Fixed position tracking in timer heaps
2012-10-30 Martin MaresHeap: Documented position tracking
2012-10-30 Martin MaresSignames: Run tests automatically
2012-10-30 Martin MaresMD5: The rest of the test suite
2012-10-30 Martin MaresMD5: Test suite
2012-10-30 Martin MaresMD5: Removed a potential pointer aliasing problem
2012-10-30 Martin MaresHeap: Revert changes to HEAP_DELETE, which broke positi...
2012-10-28 Martin MaresDo not forget to export eltpool.h to public API
2012-10-25 Tomas VallaMainloop: Fixed +1 error in heap usage.
2012-10-21 Martin MaresHeap: Adjust callers
2012-10-21 Martin MaresHeap: Interface cleanup
2012-10-21 Martin MaresHashtable: Fixed some documentation errors
2012-10-16 Martin MaresUCW::CGI: Use "//=" to simplify code
2012-10-16 Martin MaresUCW::CGI: Announce supported methods correctly
2012-10-12 Tomas VallaHashtable: Added an option for lookup to detect newly...
2012-10-12 Martin MaresLizard: Fixed a typo ("occured" -> "occurred')
2012-09-05 Tomas Vallaslists: The behaviour of slist_remove_head now mimics...
2012-07-30 Pavel CharvatFastbufs: Fixed btell() in writeable fbbuf.
2012-07-25 Jan 'Moskyt' MatejkaDaemon: added missing includes
2012-07-24 Martin MaresDoc: Mention fb_multi in the release notes
2012-07-23 Jan 'Moskyt' MatejkaFastbuf: fbmulti: fixes from MJ
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti simplification
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti: static clist + FBMULTI() killing
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti: O(N^2) multiappend fixed
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti: allow_close and flatten removed
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti now uses transparently the underlying...
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti_remove
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti: *'s and whitespace
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: whitespace in fbmulti
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: style fixes in fbmulti
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti_flatten + doc
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti_close
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti nested test and apropriate fixes
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti allows reading of one subbuf more...
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti backend
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbbuf_seek bugfix
2012-07-18 Martin MaresConfig: Allow relative top-level sections
2012-07-18 Martin Maressetproctitle: Copy all arguments in setproctitle_init()
2012-07-18 Martin MaresDaemon: Added DAEMON_FLAG_SIMULATE
2012-07-18 Martin MaresConfigure: Turned off -fgnu89-inline
2012-07-18 Martin MaresConfigure: Turned off -Winline
2012-07-18 Martin MaresFastbuf: Removed useless inline
2012-07-18 Martin MaresDaemon: Added DAEMON_STATUS_STALE
2012-07-18 Martin MaresConfig: daemon-helper is not compiled by default any...
2012-07-18 Martin MaresDoc: Mentioned daemon and signal helpers in release...
2012-07-18 Martin MaresDaemon: The old daemon-helper has been declared obsolete
2012-07-18 Martin MaresDaemon: Added a new daemon-control utility
2012-07-18 Martin MaresDaemon: Better toy daemon
2012-07-18 Martin MaresProcess: Let format_exit_status() name the lethal signal
2012-07-18 Martin MaresDaemon: Bug fixes and signal defaults
2012-07-18 Martin MaresSignals: Document differences against strsignal()
next