]> mj.ucw.cz Git - libucw.git/history - ucw
Doc: Updated license
[libucw.git] / ucw /
2012-02-21 Martin MaresDoc: Updated license
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 MaresRemoved obsolete lfs-test
2012-02-18 Martin MaresConfigure: Update copyrights
2012-02-18 Martin MaresConfigure: Removed references to SHERLOCK_VERSION
2012-02-18 Martin MaresConfigure: Simplified radix sorter configuration
2012-02-18 Martin MaresConfigure: Moved LibUCW specific Darwin hacks to the...
2012-02-18 Martin MaresConfigure: Replaced dark magic in CPU detection by...
2012-02-18 Martin Mareslib.h: Added ASSERT_READABLE and ASSERT_WRITEABLE
2012-02-16 Martin MaresTime: Added a module for parsing timeouts
2012-02-16 Martin MaresTime: Documented the header splitoff
2012-02-16 Martin MaresTime: Timing functions separated out to <ucw/time.h>
2012-02-11 Martin MaresSorter tests: get rid of sherlock.h
2012-02-11 Martin MaresUse #include <ucw/...> instead of "ucw/..." (and simila...
2012-02-11 Martin MaresFastbuf: Get rid of ->is_fastbuf typechecking hack
2012-02-11 Martin MaresBase64: Made thread-safe
2012-02-11 Martin MaresTimer: Use monotonic clock on Linux
2012-02-11 Martin MaresDoc: Release notes about timestamp_t
2012-02-11 Martin MaresMain: Use get_timestamp() for main_now
2012-02-11 Martin MaresMain: Decouple main_now from system time, remove main_n...
2012-02-11 Martin MaresTimer: get_timer() adds a random offset to catch misuse...
2012-02-11 Martin MaresRedefined timestamp_t and removed ucw_time_t
2012-02-11 Martin MaresConfig: CONFIG_UCW_FAKE_ELTPOOL
2012-02-11 Martin MaresGary: GARY_INIT_OR_RESIZE got broken by introduction...
2012-02-11 Martin MaresConfig: Regularized configuration of regex libs
2012-02-11 Martin MaresConfig: Updated UCW_VERSION and ..._CODE
2012-02-11 Martin MaresConfig: Removed reference to MAX_WORD_(BYTES|CHARS)
2012-02-11 Martin MaresConfig: Update the filtering rules for autoconf.h
2012-02-11 Martin MaresConfig: Split CONFIG_UCW_DEBUG off CONFIG_DEBUG
2012-02-11 Martin MaresConfig: Moved CONFIG_LARGE_FILES to UCW namespace,...
2012-02-11 Martin MaresConfig: CONFIG_OWN_GETOPT moved to UCW namespace
2012-02-11 Martin MaresConfig: CONFIG_DIRECT_IO moved to UCW namespace
2012-02-11 Martin MaresConf: DEFAULT_CONFIG and ENV_VAR_CONFIG got a CONFIG_UC...
2012-02-11 Martin MaresURL: Removed CONFIG_URL_ESCAPE_COMPAT
2012-02-11 Martin MaresDoc: Updated release notes
2012-02-11 Martin MaresSighandler removed from public API
2012-02-11 Martin MaresLizard: Removed comments which are already part of...
2012-02-11 Martin MaresDoc: Typos in the index
2012-02-11 Martin MaresDoc: Typos and clarifications in unicode.h
2012-02-11 Martin MaresDoc: lib.h is already fully documented
2012-02-11 Martin MaresDoc: Describe general rules for reentrancy
2012-02-11 Martin MaresRemoved str_start_with() and str_end_with()
2012-02-11 Martin MaresDocs: Removed obsolete remarks about automatic tying...
2012-02-11 Martin MaresTrans: Moved FIXMEs to global TODO
2012-02-11 Martin MaresMerge branch 'dev-trans'
2012-02-10 Martin MaresBasecode tests were completely wrong
2012-02-10 Martin MaresGrowing arrays: Fixed test cases
2012-02-10 Martin MaresGrowing arrays now support auto-zeroing mode
2012-02-09 Martin MaresRemoved the `qache' module
2012-02-09 Martin MaresDoc: Mention several undocumented modules
2012-02-09 Martin MaresMoved memory allocation functions together and document...
2012-02-09 Martin MaresThe `prefetch' module has been removed.
2012-02-09 Martin MaresThe rest of sighandler separation
2012-02-09 Martin MaresSeparated out sighandler module
2012-02-09 Martin MaresMoved process-related functions to ucw/process.h
2012-02-09 Martin Maresio.h: Fixed guard macro
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-02-09 Martin MaresMain: hook_add() is guaranteed to reschedule the hook
2012-02-09 Martin MaresMain: Removing an already removed event is always safe.
2012-02-08 Pavel CharvatAdded consts to functions for matching of prefixes...
2012-02-07 Martin MaresMain: Fixed miscalculated memory allocation
2012-01-27 Martin Maresstrtonum: str_to_<signed> now implicitly allows signs
2012-01-07 Martin MaresString: Added str_starts_with() and str_ends_with()
2012-01-07 Martin MaresLogging: Use log_set_default_stream().
2012-01-07 Martin MaresLogging: Added log_set_default_stream()
2012-01-05 Martin Mares<ucw/sha1.h> is a part of the public API, do not forget...
2011-12-05 Pavel Charvatmempool: Fixed a memory leak in mp_pop().
2011-11-22 Martin MaresUCW::CGI: Updated copyright
2011-11-22 Martin MaresUCW::CGI: Use "//" instead of "||" where appropriate
2011-11-22 Martin MaresUCW::CGI: Report all errors by proper HTTP status codes
2011-10-20 Martin Mareslog output: Fix of a bug introduced during cleanups
2011-10-18 Martin Mareslogoutput: A few cleanups
2011-10-18 Martin MaresAdded a utility for logging of program output
2011-09-25 Martin MaresMerge branch 'dev-mainloop' of ssh://git.ucw.cz/project...
2011-09-14 Martin MaresMain recio: Killed an ASSERT, which triggered under...
2011-08-19 Martin MaresLet setproctitle() recalculate program_invocation_name
2011-08-19 Martin MaresMain: Complete the fix in HEAD^^
2011-08-19 Martin MaresMain: Better reporting of fio errors in main-test
2011-08-19 Martin MaresMain: Clean up handling of poll flags
2011-08-15 Martin MaresUCW::CGI: "; boundary=..." is also valid syntax
2011-08-15 Martin MaresUCW::CGI: Cosmetic changes in capitalization of HTTP...
2011-07-31 Martin Maresfb-socket: Support shared fd's
2011-07-31 Martin MaresDoc: Updated release notes
2011-07-31 Martin MaresUCW::CGI: Implemented UTF-8 mode (compatible with ...
2011-07-31 Martin MaresMerge branch 'dev-mainloop'
2011-07-31 Martin MaresMain recio: Constants seem to be OK, deleted FIXME
2011-06-09 Martin MaresMain: Introduce functions for telling whether an object...
2011-06-09 Martin MaresMain recio: Allow rec_io_(start|stop)_read from the...
next