about summary refs log tree commit homepage
DateCommit message (Expand)
2015-11-11cmogstored 1.5.0rc1 v1.5.0rc1
2015-11-11doc: publish examples directory to website
2015-11-11fix tmpdir dependency for slow Ruby tests
2015-11-11use free_mount_entry from gnulib instead of rolling our own
2015-11-11doc: add example systemd config files
2015-11-11set TCP listener options on inherited sockets
2015-11-11support systemd-style socket activation via environment
2015-11-10Rakefile: remove text-only part from the Atom feed
2015-11-10update .gitignores for latest autotools + gnulib
2015-11-09http: return 416 errors in more cases for bad Ranges
2015-08-29HACKING: update URLs to reduce redirects
2015-08-23do not die on OOM when for mgmt paths
2015-08-17dev.c: fail gracefully on out-of-memory errors
2015-07-28doc: use "builder" RubyGem to generate Atom feed
2015-03-09cmogstored 1.4.3 - mostly non-GNU/Linux fixups v1.4.3
2015-03-09preserve errno when inside sig handler for self-pipe
2015-03-09avoid relying on ppoll as a cancellation point
2015-03-09Fix assertion failure during startup
2015-03-06Makefile.am: fix publish rule for website
2015-03-06cmogstored 1.4.2 v1.4.2
2015-03-06copyright updates for 2015
2015-03-06tapset/http_access_log: note CLF differences
2015-02-05http_dav: log 500 errors from DELETE requests
2015-01-15doc/design.txt: add a few more notes on compromises
2014-11-02update copyrights to 2014 (and all contributors)
2014-11-02manpage: update contact and copyright information
2014-09-20Makefile.am: gzip README and associated data
2014-09-07cmogstored 1.4.1 - bugfix for neon clients v1.4.1
2014-09-07http_common: correctly handle empty header values
2014-09-05queue_epoll: disable buggy epoll workaround for 2.6.34.15+
2014-09-05Rakefile: shorten ChangeLog dump
2014-09-05Rakefile: remove freecode/freshmeat references
2014-09-05update address to public mailing list
2014-09-03test/http_chunked_put: test for gigantic trailer
2014-09-03test/http: plug race condition in FIFO test
2014-05-30test/mgmt: lengthen test for iostat watch
2014-05-30svc_dev: calling free does not need the lock
2014-05-30remove old fsck_queue declarations
2014-04-08minor cleanups for functions which do not return
2014-02-22cmogstored 1.4.0 v1.4.0
2014-02-22support "daemonize = 0|1" in the config file
2014-02-21allow bsd_sendfile with freebsd-glue on Debian/kFreeBSD
2014-02-17check for sys/sendfile.h header instead of __linux__
2014-02-09cmogstored 1.3.3 - Debian GNU/kFreeBSD fixes v1.3.3
2014-02-09m4/gnulib-cache: update for 2014
2014-02-08test/upgrade: cleanup and robustness improvements
2014-02-08Makefile.am: updates for automake 1.14.1
2014-02-08tests: skip iostat-dependent tests
2014-02-08Makefile: do not clobber NOSTD_CFLAGS from configure
2014-02-04doc/queues.txt: add a note about our non-use of AIO