about summary refs log tree commit homepage
DateCommit message (Expand)
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
2012-07-09build-aux/release: remove read-only directories
2012-06-26allow absolute URIs in HTTP requests
2012-06-21bind_listen: update comment on TCP_DEFER_ACCEPT for Linux
2012-05-19Rakefile: set stable tag for Freecode.com
2012-05-19m4/.gitignore: add off_t.m4 v0.4.0
2012-05-03test/cmogstored-cfg: remove unused variable in test
2012-05-02kqueue: rely on EINTR instead of EVFILT_USER to shutdown
2012-05-02fix subdir builds failing on help2man
2012-05-02INSTALL: libkqueue 1.0.6 is slightly buggy, after all
2012-05-01iostat_process: fix warning for free() usage
2012-04-24iostat_process: avoid heap alloc in child before exec
2012-04-22fix spelling of "cancellable"
2012-04-22queue_kqueue: prevent event hogging during shutdown
2012-04-21cleanup error handling for rare errors
2012-04-21TODO: remove test for epoll/kqueue cancellation
2012-04-21test/graceful_quit: hacky workaround for race
2012-04-21test: valgrind suppressions for libkqueue
2012-04-21kqueue: schedule wakeup of sleepers during shutdown
2012-04-21kqueue: fix build when using native kqueue/kevent()
2012-04-21queue: rework kevent cancellation handling
2012-04-21queue_kqueue: factor out add_event() function
2012-04-21queue_loop: non-blocking wait is not cancellable
2012-04-21kqueue: use cross-thread wakeup properly
2012-04-20INSTALL: update libkqueue notes for libkqueue 1.0.6
2012-04-20queue_kqueue: remove unnecessary errno assignment
2012-04-20tests: use warnings instead of "prove -w" flag
2012-04-20only set explicit stack size on GNU/libc and FreeBSD
2012-04-19INSTALL: document libkqueue support status
2012-04-19thrpool: use default stack size for libkqueue users
2012-04-19attempt to support building with libkqueue
2012-04-19queue_kqueue: fix naming to match function name for kevent
2012-04-19README: updates, remove scary warnings
2012-04-19switch completely to __thread for thread-local storage
2012-04-19allow check-valgrind target on a single test case