]> mj.ucw.cz Git - libucw.git/history - ucw/mainloop.h
Compatibility with GCC < 4.0 is not needed any longer
[libucw.git] / ucw / mainloop.h
2018-02-12 Pavel CharvatMain blockio: Added const keyword to block_io_write().
2018-02-11 Pavel CharvatMain recio: Added const keyword to rec_io_write().
2015-03-06 Martin MaresMainloop: Avoid polling for an empty set of events
2014-06-04 Pavel CharvatMerge branch 'master' into table
2014-06-04 Pavel CharvatMerge branch 'master' into dev-sizet
2014-06-03 Tomas VallaMerge branch 'dev-uint'
2014-06-02 Tomas VallaRenamed uns -> uint
2014-01-14 Martin MaresMerge branch 'master' into dev-opt
2014-01-07 Pavel CharvatMerge branch 'dev-api' into dev-package
2014-01-03 Martin MaresABI: Symbol renames for libucw and libcharset
2014-01-03 Martin MaresClean up old-style function declarations split to multi...
2012-12-27 Tomas Vallamainloop.h: Typo fix.
2012-02-11 Martin MaresUse #include <ucw/...> instead of "ucw/..." (and simila...
2012-02-11 Martin MaresMain: Decouple main_now from system time, remove main_n...
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.
2011-07-31 Martin MaresMerge branch 'dev-mainloop'
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-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-03-01 Martin MaresMain: Add main_step()
2011-02-27 Martin MaresMerge branch 'dev-mainloop'
2011-02-27 Martin MaresMain: Updated documentation
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: 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-25 Martin MaresMain: Update copyrights and remove debug dumps
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: Split off block I/O
2010-08-18 Martin MaresMain: Implemented safe delivery of signals
2010-08-18 Martin MaresMain: Added timer_add_rel()
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: Rewritten timers from clist to heap.
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-11-03 Michal Vanerucw docs: make the language more English
2008-11-02 Michal Vanerucw docs: File activity in mainloop
2008-10-30 Michal VanerMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
2008-10-30 Martin MaresMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
2008-10-30 Martin MaresDoc: Improved mainloop intro and also the description...
2008-10-30 Martin MaresMerge branch 'dev-free' into dev-lib
2008-10-30 Michal Vanerucw docs: Mainloop
2008-08-24 Martin MaresFixed a comment.
2008-07-19 Michal VanerLibucw: Change sh_ prefix to ucw_.
2008-07-14 Martin MaresThe big move. Step #1: Move whole lib/ to ucw/.