about summary refs log tree commit homepage
path: root/fdmap.c
DateCommit message (Expand)
2016-05-29update copyrights for 2016
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2013-07-10ioq: implement and enable generic I/O queues
2013-06-25introduce mog_yield wrapper around sched_yield/pthread_yield
2013-06-25fdmap: do not warn on ENOTCONN due to unavoidable race
2013-06-25make mog_fd_get static, favor mog_fd_init
2013-03-02fdmap: documentation for the FD-based memory allocation
2013-02-23mgmt: fix fsck digest assert failure in graceful shutdown
2013-01-17copyright comment updates for 2013
2012-12-09remove queue_state field from struct mog_fd
2012-12-08fix HTTP idle expiry race under high FD pressure
2012-11-09http: implement idle client expiry under FD pressure
2012-09-05fdmap: un-inline mog_fd_init()
2012-07-12remove user-space, SIMPLEQ-based active queue
2012-04-11disable in_queue assertion checks
2012-03-15httpget deserves its own fd_type enum
2012-02-26fdmap: remove redundant posix_memalign wrapper
2012-02-25implement graceful shutdown for outstanding requests
2012-02-23avoid scanning the entire fd_map for queues at shutdown
2012-02-20redo mog_fd_put() and actually use it
2012-01-12explicitly ignore return value for mog_sync_*
2012-01-11initial commit