about summary refs log tree commit homepage
path: root/queue_loop.c
DateCommit message (Expand)
2020-01-18s/bogomips.org/yhbt.net/, update copyrights for 2020
2018-11-28update copyrights for 2018 and use SPDX for "GPL-3.0+"
2016-05-29update copyrights for 2016
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2013-06-25replace pthreads cancellation with explicit checks
2013-06-25do not rely on normal syscalls as cancellation points
2013-01-17copyright comment updates for 2013
2012-12-05cleanup and simplify interrupt/shutdown handling
2012-11-08queue: refactor for future, potential kqueue speedup
2012-07-12remove user-space, SIMPLEQ-based active queue
2012-04-22fix spelling of "cancellable"
2012-04-21queue: rework kevent cancellation handling
2012-04-21queue_loop: non-blocking wait is not cancellable
2012-04-19switch completely to __thread for thread-local storage
2012-03-15httpget deserves its own fd_type enum
2012-03-14queue: active clients maintain thread affinity
2012-02-25implement graceful shutdown for outstanding requests
2012-02-22queue: allow configurable timeout
2012-02-22queue_loop: simplify blocking wait wakeup logic
2012-01-12queue_loop: try harder to prevent deadlocks at shutdown
2012-01-11initial commit