]> mj.ucw.cz Git - libucw.git/history - ucw
Resource pools: use LIKE_MALLOC attribute
[libucw.git] / ucw /
2011-04-17 Martin MaresResource pools: use LIKE_MALLOC attribute
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 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 MaresUCW: Document CONFIG_UCW_EPOLL
2010-08-18 Martin MaresMain: Optimize calls to epoll_ctl()
2010-08-18 Martin MaresMain: Unified support for poll and epoll
2010-08-18 Martin MaresMain: Poll table turned into a growing array
2010-08-18 Martin MaresMain: Use a placeholder item to make the signal handler...
2010-08-18 Martin MaresMain: Single out processing of timers and hooks
2010-08-18 Martin MaresMain: Use clist_is_linked() and friends
2010-08-18 Martin MaresClists have gained ability to recognize unlinked nodes
2010-08-18 Martin MaresMain: Split off block I/O
2010-08-18 Martin MaresMain: Implemented safe delivery of signals
2010-08-18 Martin MaresMain: Test re-adding of timers
2010-08-18 Martin MaresMain: Added timer_add_rel()
2010-08-18 Martin MaresMain: Remember to free the poll table
2010-08-18 Martin MaresMain: The main loop now keeps per-thread context
2010-08-18 Martin MaresUCW::CGI: No deescaping should be applied to multipart...
2010-08-18 Martin MaresUCW::CGI: Bug fixes
2010-08-18 Martin MaresUCW::CGI: html_escape() should escape single quotes...
2010-08-18 Martin MaresUCW::CGI: Support multiple argument tables
2010-08-18 Martin MaresGrowing arrays: GARY_RESIZE and GARY_INIT_OR_RESIZE
2010-08-18 Martin MaresGrowing arrays: GARY_FREE(NULL) does nothing
2010-08-18 Martin MaresImplemented a new growing array module
2010-08-02 Daniel FialaMinor fixes to strtonum.
2010-07-22 Martin MaresConfigure: Improved TestCompile, so that the temporary...
2010-07-22 Martin MaresUCW: Adapted to use ucw_thread_id()
2010-07-22 Martin MaresUse thread-local storage of GCC 4.x
2010-07-22 Martin MaresConfigure: Implemented running of test programs
2010-07-22 Martin MaresConfigure: Better reporting of test results
2010-07-13 Martin Maresstrtonum: GCC roared that a prototype is missing, hmm...
2010-07-13 Martin MaresLogger: Shut up re-initialization warning of GCC 4.3
2010-07-13 Martin MaresGet rid of SHERLOCK_VERSION and use UCW_VERSION everywhere
2010-07-13 Martin MaresCleanup: Moved sorter debugging tools to ucw/sorter...
2010-06-18 Martin MaresUCW: Cosmetic cleanups of strtonum holmes-import
2010-06-18 Pavel Charvatlibucw: Fixed infinite recursion in str_to_int().
2010-06-16 Pavel Charvatmainloop: Small fixes in hooks.
2010-06-16 Pavel Charvatmainloop: Optimized heaps in timers.
2010-06-16 Pavel Charvatmainloop: Rewritten timers from clist to heap.
2010-06-16 Pavel Charvatmainloop: Improved deletion and insertion of hooks.
2010-06-16 Pavel Charvatmainloop: Fixed possible infinite timeouts.
2010-06-02 Martin MaresFixed a typo in the list of includes. Has anybody compi...
2010-05-14 Daniel FialaTypo.
2010-05-14 Daniel Fialastrtonum: Fixed minor errors.
2010-05-11 Daniel FialaAdded functions for conversions from string to uns...
next