]> mj.ucw.cz Git - libucw.git/history - ucw/mainloop.c
hashtable: Implemented new HASH_TABLE_VARS parameter.
[libucw.git] / ucw / mainloop.c
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/.