]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2012-02-10 Martin MaresTester: Do not be picky about final newlines
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 MaresUpdated TODO
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-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-25 Martin MaresTODO: A few remarks...
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...
2011-06-09 Martin MaresMain: Moved hooks before recio
2011-06-09 Martin MaresMain record-based I/O: documentation
2011-06-09 Martin MaresMain record-based I/O: allow freeing of recio from...
2011-06-06 Pavel CharvatRemoved invalid usage on .NOTPARALLEL keyword in makefiles.
2011-05-18 Pavel CharvatWhitespace cleanup.
2011-05-01 Martin MaresMain record I/O: Flow control and a few bits of documen...
2011-05-01 Martin MaresMain: Preliminary implementation of record-based I/O
2011-03-29 Pavel CharvatAutomatic tests can't run in parallel.
2011-03-29 Martin MaresMerge branch 'master' of ssh://git.ucw.cz/projects...
2011-03-29 Pavel Charvatlibucw: OFFSETOF returns an unsigned int again
2011-03-29 Pavel Charvatucwlib: -- use offsetof() from C99
2011-03-29 Pavel CharvatUse size_t in xmalloc_zero.
2011-03-29 Martin MaresUse size_t in xmalloc() and xrealloc().
2011-03-29 Martin MaresFixed a typo in guard macro name.
2011-03-09 Pavel Charvatredblack: Improved customization of memory allocator
2011-03-01 Martin MaresMain: Add main_step()
2011-03-01 Martin MaresMain: Allow main_loop() to be re-entered after shutdown
2011-02-27 Martin MaresMerge branch 'dev-mainloop'
2011-02-27 Martin MaresMain: One more relnote
2011-02-27 Martin MaresPreliminary release notes for LibUCW 4.1
2011-02-27 Martin MaresMain: Updated documentation
2011-02-27 Martin MaresMain: file_recalc_list need not be empty upon main_dest...
2011-02-27 Martin MaresMain: Separate debug functions for all types of objects
2011-02-26 Martin MaresMain: Proofreading docs
2011-02-26 Martin MaresMain: Let main-block use HOOK_RETRY / HOOK_IDLE as...
2011-02-26 Martin MaresMain: Add block_io_set_timeout() as promised in the...
2011-02-26 Martin MaresMain: Renamed MFERR_xxx to BIO_ERR_xxx
2011-02-26 Martin MaresMain: Update documentation
2011-02-26 Martin MaresMain: Added main_teardown() and main_destroy()
2011-02-26 Martin MaresMain: Internal operations on non-current contexts
2011-02-25 Martin MaresMain: Tests now include main_cleanup()
2011-02-25 Martin MaresMain: Plugged memory leaks of internal structures
2011-02-25 Martin MaresMain: main_delete() must make the soon-to-be-deleted...
2011-02-25 Martin MaresMain: Moved testing code to a separate file
2011-02-25 Martin MaresMain: Fixed a bug in looping over files that need not...
2011-02-25 Martin MaresMain: Update copyrights and remove debug dumps
2010-11-07 Pavel Charvatlibcharset: Added missing picsuffix to libcharset.pc.
2010-11-07 Pavel Charvathashtable: Bugfix.
2010-11-07 Pavel CharvatSimplified stdupping of NULL strings.
2010-11-07 Pavel Charvathashtable: Updated docs.
2010-11-07 Pavel Charvathashtable: Corrections.
2010-11-07 Pavel Charvathashtable: More options about memory management.
2010-11-07 Pavel Charvathashtable: Documented HASH_TABLE_VARS.
2010-11-07 Pavel Charvathashtable: Implemented new HASH_TABLE_VARS parameter.
2010-11-07 Pavel Charvathashtable: Only fixed whitespace.
2010-11-01 Martin MaresThreads: The master mutex was not initialized in some...
2010-10-08 Martin MaresMain: No more calls to GARY_SIZE on an empty timer...
2010-10-07 Martin MaresUCW::Configure::C: de-reference CPU_ARCH in COPT
2010-10-01 Martin MaresAdded a clean way for building of static PIC libraries
2010-08-31 Martin MaresUCW::CGI: Fixed a regression in processing of multiple...
2010-08-18 Martin MaresAdded a script for checking different configurations...
2010-08-18 Martin MaresUCW: Document CONFIG_UCW_EPOLL
next