]> mj.ucw.cz Git - libucw.git/history - ucw/mainloop.c
Packages: Added a custom string to names of compiled libraries.
[libucw.git] / ucw / mainloop.c
2012-10-30 Martin MaresMainloop: Fixed position tracking in timer heaps
2012-10-25 Tomas VallaMainloop: Fixed +1 error in heap usage.
2012-10-21 Martin MaresHeap: Adjust callers
2012-02-16 Martin MaresTime: Timing functions separated out to <ucw/time.h>
2012-02-11 Martin MaresUse #include <ucw/...> instead of "ucw/..." (and simila...
2012-02-11 Martin MaresMain: Use get_timestamp() for main_now
2012-02-11 Martin MaresConfig: Split CONFIG_UCW_DEBUG off CONFIG_DEBUG
2012-02-11 Martin MaresMerge branch 'dev-trans'
2012-02-09 Martin MaresMoved process-related functions to ucw/process.h
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
2011-08-19 Martin MaresMain: Complete the fix in HEAD^^
2011-08-19 Martin MaresMain: Clean up handling of poll flags
2011-07-31 Martin MaresMerge branch 'dev-mainloop'
2011-06-09 Martin MaresMain: Introduce functions for telling whether an object...
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: 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: Added main_teardown() and main_destroy()
2011-02-26 Martin MaresMain: Internal operations on non-current contexts
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 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 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-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.
2009-04-13 Martin MaresO_CLOEXEC is not always available on Linux, too
2009-04-11 Robert Spalekmake mainloop.c work on Darwin, where O_CLOEXEC is...
2009-04-07 Robert SpalekMerge branch 'dev-lib'
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-02-04 Robert SpalekMerge branch 'master' into dev-lib
2009-01-29 Pavel CharvatUCW mainloop: Accumulate the total time spent in poll...
2009-01-27 Pavel CharvatMerge branch 'v3.12.4'
2008-11-16 Martin MaresMerge branch 'master' into dev-lib
2008-07-22 Michal VanerLibucw: Replace obsolete log calls by msg.
2008-07-19 Michal VanerLibucw: Change sh_ prefix to ucw_.
2008-07-14 Martin MaresThe big move. Step #1: Move whole lib/ to ucw/.