about summary refs log tree commit homepage
path: root/mgmt.c
DateCommit message (Expand)
2013-06-20avoid leaks on epoll/kqueue resources exhaustion wip-1.3
2013-06-15shrink mog_packaddr and improve portability
2013-06-15parse out mogilefs devid in mgmt/http requests
2013-05-06preliminary systemtap support for tracing
2013-04-17save socket address on accept/accept4
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-11-08queue: refactor for future, potential kqueue speedup
2012-08-03acceptor threads push directly into event queue
2012-03-25use generic gc module for MD5 from gnulib
2012-03-14mgmt: drop I/O priority for MD5 fsck requests
2012-03-14fsck: limit per-device MD5 requests for fsck users
2012-03-14queue: active clients maintain thread affinity
2012-03-14mgmt: add optional "reason" field for MD5 reqs
2012-03-08mgmt: make MD5 generation more aggressive
2012-03-07properly name mog_rbuf_detach() function
2012-03-03http: allow headers up to UINT16_MAX in size
2012-03-03rbuf: use rcapa instead of rsize correctly
2012-02-28unify rbuf sizes for http and mgmt
2012-02-27rbuf: add rcapa element to struct
2012-02-25implement graceful shutdown for outstanding requests
2012-02-23cleanup mog_fd insertion/initialization for queues
2012-02-20redo mog_fd_put() and actually use it
2012-02-09do not log for ENOTCONN and ECONNRESET errors
2012-01-11initial commit