about summary refs log tree commit homepage
DateCommit message (Expand)
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
2012-03-17build-aux/coverage.mk: clean gcov files in nostd/ v0.2.0
2012-03-17setproctitle: avoid __attribute__((constructor)) when using gcov
2012-03-17remove ENOSYS support for *at() and accept4()
2012-03-17test/graceful_quit: less-timing sensitive test
2012-03-17test/mgmt-iostat: avoid excessive threads on non-NPTL
2012-03-16additional path restrictions on HTTP PUT creating dirs
2012-03-16auto-generated ChangeLog should be more descriptive
2012-03-16cmogstored: disable short non-standard CLI switches
2012-03-16HACKING: update for less-common tools we use
2012-03-15add nostd/README to the dist tarball, too
2012-03-16add valgrind.supp to dist tarball
2012-03-16manpage: clarify email address and use HTTPS for GPL link
2012-03-15test/graceful_quit: fix whitespace damage
2012-03-15test/graceful_quit: fix and speed up test under GNU/kFreeBSD
2012-03-15nostd: improved build and separate lib for NOSTD_CFLAGS
2012-03-15setproctitle: use matching prototype for spt_init()
2012-03-15setproctitle: avoid dup prototype in __GNUC__
2012-03-15README: various doc updates on features
2012-03-15valgrind + setproctitle and graceful quit workarounds
2012-03-15graceful quit closes listen sockets ASAP
2012-03-15set process title at graceful shutdown
2012-03-15httpget deserves its own fd_type enum
2012-03-15ensure graceful quit and memory release of GET-only HTTP
2012-03-15http: fix uninitialized mem access for non-GET/HEAD reqs
2012-03-15limit accept() threads per-process if workers are used
2012-03-15alloc: use fixed 8K buf for fs_buf again
2012-03-14test/cmogstored-cfg: fix test with broken ps
2012-03-14test/cmogstored-cfg: fix missing require under 1.8
2012-03-14support for httpgetlisten config directive
2012-03-14test handling of the "server" configuration option
2012-03-14cfg: test for --multi feature
2012-03-14test/mgmt: speed up test when run under valgrind
2012-03-14optional --worker-processes=NUM feature
2012-03-14fsck_queue: quiet down a sparse warning