about summary refs log tree commit homepage
DateCommit message (Expand)
2012-11-14doc: updates for accuracy and correctness v0.8.0
2012-11-14test/mgmt: fix stupid race condition in aio_threads test
2012-11-14mgmt: support "shutdown" command (from Perlbal)
2012-11-13cmogstored: add a no-op --skipconfig switch
2012-11-12test/mgmt: allow test to pass on non-Linux
2012-11-12TODO: remove completed items from list
2012-11-12import progname from gnulib for error messages
2012-11-12test/http_idle_expire: support testing with libkqueue (under Linux)
2012-11-12http_put: keep connection alive on bad Content-MD5
2012-11-12mgmt: support "server aio_threads = <digit>"
2012-11-09test/http_idle_expire: disable valgrind for this test
2012-11-09iostat_process: more aggressive idle_timeout expiry
2012-11-09iostat_process: expire idle clients on pipe() failure
2012-11-08dev: improve error handling on usage file generation
2012-11-09http: implement idle client expiry under FD pressure
2012-11-08queue: refactor for future, potential kqueue speedup
2012-10-31test/*.rb: fix ambiguous argument warnings from Ruby
2012-10-31http_put: return 507 for excess sizes in headers
2012-10-30http_put: EFBIG returns 507, centralize error handling
2012-10-30die() using error() from glibc/gnulib
2012-10-30TODO: remove accept filter/TCP_DEFER_ACCEPT item
2012-10-29add missing copyright + license info to a few files
2012-10-29doc/queues: update for accuracy and changes in recent months
2012-10-26mnt: avoid wasting syscalls stat()-ing dummy FSes
2012-10-26http_get: fix Content-Range response header typo
2012-10-16http_put: better reporting of ENOSPC errors v0.7.0
2012-10-16doc: remove TODO item for mmap() writes during PUT
2012-10-16http*: do not rely on MOG_RBUF_BASE_SIZE for calculations
2012-10-16http_chunked_put: chunk-extension tests
2012-10-16http_put: boundary fix for Content-MD5 trailer handling
2012-10-04gnulib update v0.6.0
2012-10-04additional test cases for fsck queue checksums
2012-10-03fsck_queue: avoid concurrency bug on assertion
2012-10-03test_helper: more descriptive error on get_client failure
2012-09-06fix I/O util for multiple devXX dirs on the same FS v0.5.0
2012-09-05fdmap: un-inline mog_fd_init()
2012-08-25ioprio.h: remove needless function inline
2012-08-19gnulib-cache: update for gl_WITNESS_C_MACRO fix
2012-08-18Rakefile: update for HTTPS freecode API
2012-08-04scale acceptor threads to number of CPUs available
2012-08-03bind_listen: remove set_accept_filter TODOs
2012-08-03acceptor threads push directly into event queue
2012-07-19use TCP_NOPUSH if available for FreeBSD-based systems
2012-07-12build: disable gnulib tests from build
2012-07-12avoid getcwd module from gnulib
2012-07-12http_put: add retry for EEXIST, small refactor
2012-07-12remove user-space, SIMPLEQ-based active queue
2012-07-09test: avoid assert_nothing_raised in Ruby tests
2012-07-09http: TCP_CORK support for Linux kernel users
2012-07-09gnulib updates