]> mj.ucw.cz Git - libucw.git/history - ucw/Makefile
bgets_mp(): Added a non-intuitive warning to documentation.
[libucw.git] / ucw / Makefile
2015-07-08 Martin MaresFastbuf: Added fw-hex wrapper
2014-08-08 Martin MaresMerge branch 'dev-table'
2014-07-29 Robert Kessltableprinter&xtypes: table-types.[ch] moved to xtypes...
2014-07-22 Robert Kesslxtypes&tableprinter: added parsing of size and tests
2014-07-21 Robert KesslMerge branch 'master' into dev-table
2014-07-15 Robert Kessltableprinter: update of TABLE_COL_BODIES macro, code...
2014-07-10 Martin MaresExtended types: First attempt at interface
2014-06-27 Robert Kessltableprinter: now uses struct table_col_info * for...
2014-06-05 Martin MaresMerge branch 'table'
2014-06-04 Robert KesslTable: added left alignment flag
2014-06-04 Pavel CharvatMerge branch 'master' into table
2014-05-30 Martin MaresImported tableprinter module
2014-05-27 Pavel CharvatBuild: With shared LibUCW we no longer need picstatic...
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-04-04 Pavel CharvatBuild: LibUCW should depend on -lm.
2014-01-28 Martin MaresAPI: Include tbf.h and trie.h
2014-01-28 Martin MaresIntroduced generic allocators
2014-01-28 Martin MaresGary: Added growing arrays over mempools
2014-01-27 Martin MaresMerge branch 'dev-opt'
2014-01-27 Martin MaresOpt: Split to three separate modules
2014-01-15 Pavel CharvatMerge branch 'master' into dev-opt
2014-01-14 Pavel CharvatMerge branch 'master' into dev-opt
2014-01-14 Martin MaresMerge branch 'master' into dev-opt
2014-01-14 Pavel CharvatPackages: install-ucw-sorter-api make target moved...
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 Pavel CharvatPackages: Added a custom string to names of compiled...
2014-01-03 Pavel CharvatPackages: Split each UCW library to its own set of...
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 CharvatPackages: Several fixes in debian packages.
2013-12-06 Pavel CharvatSplit install-lib* rules to runtime and dev parts.
2013-10-17 Martin MaresTests: Enable tests of bitops
2013-09-06 Tomas VallaMerge branch 'master' into dev-opt
2013-09-03 Martin MaresOpt: Tests split off to a separate file
2013-06-20 Jan 'Moskyt' MatejkaOpt: Config getopt and hooks
2013-04-15 Jan 'Moskyt' MatejkaOpt: defined user interface
2013-03-25 Martin MaresNew module: variable-length integer encoding
2013-03-19 Martin MaresBitarray: Added bit_array_xrealloc()
2012-11-17 Pavel CharvatBitarray: Counting of bits and other fixes
2012-10-30 Martin MaresSignames: Run tests automatically
2012-10-30 Martin MaresMD5: Test suite
2012-10-28 Martin MaresDo not forget to export eltpool.h to public API
2012-07-19 Jan 'Moskyt' MatejkaFastbuf: fbmulti backend
2012-07-18 Martin MaresSignals: Added tests
2012-07-18 Martin MaresSignals: Added a module with a list of signals
2012-07-18 Martin MaresDaemon: Split to daemonization and control parts
2012-07-12 Martin MaresDaemon: An attempt at daemonization helper
2012-04-29 Martin MaresConf: Split off everything related to cf_getopt()
2012-04-29 Martin MaresConf: Rewritten configuration parser to support multipl...
2012-03-18 Martin MaresCRC: Added tests
2012-03-18 Martin MaresCRC: Added a module for calculating CRC32
2012-02-18 Martin MaresRemoved obsolete lfs-test
2012-02-16 Martin MaresTime: Added a module for parsing timeouts
2012-02-16 Martin MaresTime: Timing functions separated out to <ucw/time.h>
2012-02-11 Martin MaresConfig: CONFIG_OWN_GETOPT moved to UCW namespace
2012-02-11 Martin MaresSighandler removed from public API
2012-02-11 Martin MaresMerge branch 'dev-trans'
2012-02-09 Martin MaresRemoved the `qache' module
2012-02-09 Martin MaresThe `prefetch' module has been removed.
2012-02-09 Martin MaresThe rest of sighandler separation
2012-02-09 Martin MaresMoved process-related functions to ucw/process.h
2012-02-09 Martin MaresMore modules moved to io.h and renamed to io-*.c
2012-02-09 Martin MaresMoved ucw/lfs.h to ucw/io.h
2012-02-09 Martin MaresThe `randomkey' module has been removed.
2012-02-09 Martin MaresThe `profile' module has been removed
2012-01-05 Martin Mares<ucw/sha1.h> is a part of the public API, do not forget...
2011-07-31 Martin MaresMerge branch 'dev-mainloop'
2011-05-01 Martin MaresMain: Preliminary implementation of record-based I/O
2011-04-19 Martin MaresResources: Renamed respool.* -> resource.*
2011-04-19 Martin MaresResources: Added eltpool class
2011-04-19 Martin MaresResources: Added mempool class
2011-04-18 Martin MaresAdded string functions for matching of prefixes and...
2011-04-17 Martin MaresResources: Implemented subpools
2011-03-29 Martin MaresAutomatic tying of fastbufs to resources.
2011-03-29 Martin MaresMore work on resource pools.
2011-03-29 Martin MaresFirst bones of the transaction system's skeleton.
2011-02-27 Martin MaresMerge branch 'dev-mainloop'
2010-10-01 Martin MaresAdded a clean way for building of static PIC libraries
2010-08-18 Martin MaresMain: Split off block I/O
2010-08-18 Martin MaresImplemented a new growing array module
2010-06-02 Martin MaresFixed a typo in the list of includes. Has anybody compi...
2010-05-11 Daniel FialaAdded functions for conversions from string to uns...
2009-06-01 Daniel FialaMade ucw/unaligned.h compatible with the worst programm...
2009-02-20 Martin MaresLogging: Implemented rate limiting based on the Token...
2009-02-15 Martin MaresLogging: A rough sketch of the logging configuration.
2009-02-13 Martin MaresLogging: The Great Shuffle
2009-02-12 Martin MaresLogging: Added a toy main() and plugged in the Makefile.
2009-02-04 Robert SpalekMerge branch 'master' into dev-lib
2009-01-27 Pavel CharvatMerge branch 'v3.12.4'
2008-11-30 Michal VanerBetter names for direct IO switches
2008-11-30 Michal VanerAdded switch CONFIG_DIRECT
2008-11-27 Robert Spalekclean up linking -lpcre to libucw
next