]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2012-07-24 Martin MaresDoc: Mention fb_multi in the release notes
2012-07-23 Jan 'Moskyt... Fastbuf: fbmulti: fixes from MJ
2012-07-19 Jan 'Moskyt... Fastbuf: fbmulti simplification
2012-07-19 Jan 'Moskyt... Fastbuf: fbmulti: static clist + FBMULTI() killing
2012-07-19 Jan 'Moskyt... Fastbuf: fbmulti: O(N^2) multiappend fixed
2012-07-19 Jan 'Moskyt... Fastbuf: fbmulti: allow_close and flatten removed
2012-07-19 Jan 'Moskyt... Fastbuf: fbmulti now uses transparently the underlying...
2012-07-19 Jan 'Moskyt... Fastbuf: fbmulti_remove
2012-07-19 Jan 'Moskyt... Fastbuf: fbmulti: *'s and whitespace
2012-07-19 Jan 'Moskyt... Fastbuf: whitespace in fbmulti
2012-07-19 Jan 'Moskyt... Fastbuf: style fixes in fbmulti
2012-07-19 Jan 'Moskyt... Fastbuf: fbmulti_flatten + doc
2012-07-19 Jan 'Moskyt... Fastbuf: fbmulti_close
2012-07-19 Jan 'Moskyt... Fastbuf: fbmulti nested test and apropriate fixes
2012-07-19 Jan 'Moskyt... Fastbuf: fbmulti allows reading of one subbuf more...
2012-07-19 Jan 'Moskyt... Fastbuf: fbmulti backend
2012-07-19 Jan 'Moskyt... Fastbuf: 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()
2012-07-18 Martin MaresSignals: Documentation
2012-07-18 Martin MaresDoc: Added Daemon helpers to the index
2012-07-18 Martin MaresDaemon: Let daemon actions be numbered from 1
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-18 Martin MaresDaemon: daemon_control() finished
2012-07-17 Martin MaresDaemon: Basics of daemon control (incomplete)
2012-07-17 Martin MaresDaemon: Reverted to one-level locking and added bits...
2012-07-17 Martin MaresDaemon: Documentation: Example and description of the...
2012-07-17 Martin MaresDaemon: More documentation
2012-07-17 Martin MaresDaemon: Correct locking
2012-07-12 Martin MaresDaemon: Preliminary documentation
2012-07-12 Martin MaresDaemon: An attempt at daemonization helper
2012-07-12 Pavel CharvatResources can be allocated from static memory buffers
2012-07-12 Jan 'Moskyt... Fastbuf socket spout fixed
2012-07-12 Tomas Vallastrtonum: Added small bits of documentation
2012-05-09 Martin MaresSorter debugging tools can be compiled again
2012-04-29 Martin MaresRelease notes on conf changes
2012-04-29 Martin MaresConf: Explain impossibility of section sharing
2012-04-29 Martin MaresConf: Decoupled cf_stack_done() from committing
2012-04-29 Martin MaresConf: Renamed cf_free_context() to cf_delete_context()
2012-04-29 Martin MaresConf: Cleaned up use of journal
2012-04-29 Martin MaresConf: Updated conf-test
2012-04-29 Martin MaresConf: Config documentation
2012-04-29 Martin MaresConf: Introduced cf_open_group() and cf_close_group()
2012-04-29 Martin MaresConf: Split off everything related to cf_getopt()
2012-04-29 Martin MaresConf: Introduced cf_set_journalling()
2012-04-29 Martin MaresConf: Removed a debugging relic
2012-04-29 Martin MaresConf: Made the default context static
2012-04-29 Martin MaresConf: Revive cf_def_file and cf_env_file
2012-04-29 Martin MaresConf: Obsolete references to cf_def_file
2012-04-29 Martin MaresConf: Removed declarations of cf_def_file and cf_env_file
2012-04-29 Martin MaresConf: Moved the list of dirty sections to cf_context
2012-04-29 Martin MaresConf: Rewritten configuration parser to support multipl...
2012-03-29 Pavel CharvatFastbufs: Fixed broken seeking in fbbuf.
2012-03-18 Martin MaresCRC: Added inclusion guards
2012-03-18 Martin MaresCRC: Added crc32_hash_buffer()
2012-03-18 Martin MaresCRC: Documentation
2012-03-18 Martin MaresCRC: Added tests
2012-03-18 Martin MaresCRC: Added a module for calculating CRC32
2012-03-02 Martin MaresMempools: Implemented mp_str_from_mem()
2012-02-21 Martin MaresChanged default configuration to include LibUCW and... v5.0
2012-02-21 Martin MaresMaint: Added a script for uploading online documentation
2012-02-21 Martin MaresDoc: Updated web pages
2012-02-21 Martin MaresDoc: Updated license
2012-02-21 Martin MaresWeb: Moved one directory up
2012-02-21 Martin MaresDoc: Fixed a typo
2012-02-21 Martin MaresRelease notes: 5.0 is no longer WIP
2012-02-21 Martin MaresSorter: Make sort-test a part of the test suite
2012-02-21 Martin MaresRelease notes: Remark on fastbuf implementation
2012-02-21 Martin Mareslogoutput: Clean up --help message
2012-02-21 Martin Mareslogoutput: More control over verbosity
2012-02-20 Pavel CharvatAtomic Fastbuf: Fixed assertion error in unit test.
2012-02-19 Pavel CharvatSorter: Another timer.h -> time.h.
2012-02-19 Pavel CharvatSorter: Ah, fixed wrong include of time.h.
2012-02-19 Pavel CharvatSorter: Added missing include.
2012-02-18 Martin MaresUpdated TODO
2012-02-18 Martin MaresUpdated README for the public release
2012-02-18 Martin MaresMaint: Added release machinery
2012-02-18 Martin MaresREADME: Trying variable substitution
2012-02-18 Martin MaresUpdated TODO
2012-02-18 Martin MaresRemoved obsolete lfs-test
2012-02-18 Martin MaresRemoved ancient scripts for making library releases
2012-02-18 Martin MaresMoved web pages to a top-level directory
2012-02-18 Martin MaresExampled moved to a top-level directory
2012-02-18 Martin MaresConfig: Support "LibUCW only" mode
2012-02-18 Martin MaresConfigure: Update copyrights
next