]> mj.ucw.cz Git - libucw.git/history - ucw
Main: Updated documentation
[libucw.git] / ucw /
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-10-08 Martin MaresMain: No more calls to GARY_SIZE on an empty timer...
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...
2010-02-18 Pavel Charvatlibucw: Implemented Loging.Stream.FileDesc.
2009-11-23 Martin MaresUCW::CGI -- fixed a bug in parsing of boundaries
2009-09-16 Martin MaresFixed bugs in sorter docs.
2009-06-02 Daniel FialaAdded MAX_WORD_BYTES and MAX_WORD_CHARS to ucw/autoconf.h .
2009-06-01 Daniel FialaMade ucw/unaligned.h compatible with the worst programm...
2009-05-25 Pavel CharvatIncreased the version number of the developement branch.
2009-04-13 Martin MaresO_CLOEXEC is not always available on Linux, too
2009-04-11 Robert Spalekmove strnlen() to ucw/string.c
2009-04-11 Robert Spalekadd strnlen() which isn't available on Darwin
2009-04-11 Robert Spalekmake mainloop.c work on Darwin, where O_CLOEXEC is...
2009-04-07 Robert Spalekversion number changed to 4.0
2009-04-07 Robert SpalekMerge branch 'dev-lib'
2009-03-24 Martin MaresLibucw: Fixed a bug in logging of 8-bit characters.
2009-03-09 Michal VanerMake selfpipe read/write errors nonfatal
2009-03-08 Michal VanerFix the selfpipe in mainloop
2009-03-07 Michal VanerSolved mainloop race by selfpipe
2009-03-07 Martin MaresConfigure: Check for pkg-config before using it.
2009-03-04 Martin MaresConfig: Fixed an error message text.
2009-03-04 Martin MaresConfig: When cf_getopt() reports an error, do not commi...
2009-02-22 Martin MaresForgot to update SHERLOCK_VERSION.
2009-02-22 Martin MaresConfig: If cf_def_file is NULL, initialize the configur...
2009-02-21 Martin MaresLogging: Following streams by stderr is now configurable.
2009-02-21 Martin MaresLogging: A minor optimization of log_apply_limits().
2009-02-21 Martin MaresLogging: Let log_new_file() and log_new_fd() accept...
2009-02-21 Martin MaresLogging: Save the config file we use for testing of...
2009-02-21 Martin MaresLogging: Documented the rate limiters.
2009-02-21 Martin MaresLogging: Write a note when some messages fall victim...
2009-02-21 Martin MaresLogging: Let TBF report the number of dropped messages.
2009-02-21 Martin MaresLogging: Add a couple of comments.
2009-02-20 Martin MaresLogging: Added configurable limits.
2009-02-20 Martin MaresLogging: Introduce LS_NUM_TYPES and use it.
2009-02-20 Martin MaresLogging: Let log_msg contain the current time as a...
2009-02-20 Martin MaresLogging: Implemented rate limiting based on the Token...
2009-02-20 Martin MaresLogging: L_SIGHANDLER should be really safe.
2009-02-19 Martin MaresLogging: Type-based filters and logging of type names...
2009-02-19 Martin MaresLogging: Fixed a bug in formatting of types.
2009-02-19 Martin MaresLogging: Implemented message types.
2009-02-19 Martin MaresLogging: Fatality of logging errors is configurable.
2009-02-19 Martin MaresLogging: The list of level names is consistent again.
2009-02-19 Martin MaresLogging: Fixed formatting when we have neither log_titl...
2009-02-19 Martin MaresLogging: Report logging errors.
next