]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
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-04-19 Martin MaresDocs: Let eltpool and mempool refer to the correspondin...
2011-04-19 Martin MaresResources: Renamed respool.* -> resource.*
2011-04-19 Martin MaresDoc: Note that gary.h is undocumented
2011-04-19 Martin MaresResources: Added eltpool class
2011-04-19 Martin MaresEltpool: Fixed a doc typo
2011-04-19 Martin MaresResources: Added mempool class
2011-04-19 Martin MaresFastbufs: More exceptions
2011-04-19 Martin MaresTrans: Document which modules have to be resourcified
2011-04-19 Martin MaresResources: res_new() requires an active pool
2011-04-19 Martin MaresTrans: Documented naming of exceptions
2011-04-19 Martin MaresFastbufs: Clean up exception handling
2011-04-19 Martin MaresFastbufs are not tied to resources automatically any...
2011-04-19 Martin MaresResources: Allow res_free(NULL) and res_detach(NULL)
2011-04-19 Martin MaresTrans: trans_commit() calls rp_commit()
2011-04-19 Martin MaresResources: Document that resource class callbacks are...
2011-04-19 Martin MaresImplemented temporary resources
2011-04-18 Martin MaresDocumented ucw/string.h.
2011-04-18 Martin MaresAdded string functions for matching of prefixes and...
2011-04-18 Martin Maresfb-grow: Updated documentation, so that our doc tools...
2011-04-18 Pavel Charvatfb-grow: Fixed a stupid typo.
2011-04-18 Pavel Charvatfb-grow: Renamed fbgrow_read_all() to fbgrow_get_buf().
2011-04-18 Pavel Charvatfb-grow: Added a function to read the whole buffer...
2011-04-17 Martin MaresTrans: more documentation
2011-04-17 Martin MaresResource pools documented
2011-04-17 Martin MaresTrans: Fixed a couple of bugs in the previous commit
2011-04-17 Martin MaresTrans: New semantics of exceptions
2011-04-17 Martin MaresTrans: First bits of documentation
2011-04-17 Martin MaresResources: Implemented subpools
2011-04-17 Martin MaresTrans: trans_open_rp() removed
2011-04-17 Martin MaresResources: Simplified use of fb_tie()
2011-04-17 Martin MaresResource pools: use LIKE_MALLOC attribute
2011-03-29 Pavel CharvatAutomatic tests can't run in parallel.
2011-03-29 Pavel Charvat* Fixed several bugs in fastbufs. * Implemented vdie...
2011-03-29 Pavel CharvatFixes in fb-mmap.
2011-03-29 Pavel CharvatFixed fb-atomic.
2011-03-29 Pavel CharvatImplemented first bits of transactions on fastbufs.
2011-03-29 Pavel CharvatImplemented trans_vthrow().
2011-03-29 Martin MaresImplemented exceptions.
2011-03-29 Martin MaresFirst rough implementation of transactions (no exceptio...
2011-03-29 Martin MaresAdded res_detach().
2011-03-29 Martin Maresres_malloc() fails if there is no respool active.
2011-03-29 Martin MaresWhitespace fixes.
2011-03-29 Martin MaresAutomatic tying of fastbufs to resources.
2011-03-29 Martin MaresResources for file descriptors and memory blocks.
2011-03-29 Martin MaresMore work on resource pools.
2011-03-29 Martin MaresCleaned up thread context
2011-03-29 Martin MaresWe will need to remember the current transaction in...
2011-03-29 Martin MaresFirst bones of the transaction system's skeleton.
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.
next