about summary refs log tree commit homepage
DateCommit message (Expand)
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
2012-04-19attempt to support platforms without FIONBIO + ioctl()
2012-04-18avoid usage file if mgmt sidechannel is inactive
2012-04-18do not spawn iostat if mgmt sidechannel is inactive
2012-04-11disable in_queue assertion checks
2012-03-27test/cmogstored-cfg: remove unused variable v0.3.0
2012-03-26cleanup interrupt disabling/enabling
2012-03-26test/http: skip entire test if missing IO.copy_stream
2012-03-26support SHA-1 digests over sidechannel
2012-03-25use generic gc module for MD5 from gnulib
2012-03-19fix build on old glibc where _ATFILE_SOURCE is needed v0.2.2
2012-03-19README: add link to the NEWS.atom.xml feed
2012-03-20setproctitle_noop: fix build for Debian GNU/kFreeBSD v0.2.1
2012-03-20build: profile-guided optimization targets
2012-03-19digmd5: use size_t for loop counter
2012-03-19kill some unused function parameters
2012-03-19http_put: log unlink errors to syslog
2012-03-19fix spt_init() call for platforms with setproctitle
2012-03-19use __attribute__((malloc)) for mog_cachealign()
2012-03-19Rakefile: add task to update FRESHMEAT
2012-03-18NEWS: remove extraneous blank line at the end