about summary refs log tree commit homepage
path: root/Makefile.am
DateCommit message (Expand)
2012-03-20build: profile-guided optimization targets
2012-03-17remove ENOSYS support for *at() and accept4()
2012-03-16additional path restrictions on HTTP PUT creating dirs
2012-03-15add nostd/README to the dist tarball, too
2012-03-16add valgrind.supp to dist tarball
2012-03-15nostd: improved build and separate lib for NOSTD_CFLAGS
2012-03-15valgrind + setproctitle and graceful quit workarounds
2012-03-15set process title at graceful shutdown
2012-03-14tests: add check-valgrind test target
2012-03-14mgmt: drop I/O priority for MD5 fsck requests
2012-03-14fsck: limit per-device MD5 requests for fsck users
2012-03-08Makefile.am: comment on why test_tmpdir is needed
2012-03-08Makefile.am: fix release-check
2012-03-08ENOSYS testing for accept4()
2012-02-23run tests in a TMPDIR in the top-level builddir
2012-02-23avoid scanning the entire fd_map for queues at shutdown
2012-02-22notify: rework to use epoll/kqueue instead of select()
2012-02-20activeq: factor out active queue insertion function
2012-02-20give advice to the kernel when doing sequential reads
2012-02-16disable MKCOL support, PUT creates paths dirs instead
2012-02-16Makefile.am: use "prove" for Perl tests
2012-02-12build: allow BSD make for normal build + installation v0.1.0
2012-02-12build: avoid recursive make for manpage generation
2012-02-12build: fix some build dependencies and rules
2012-02-12ragel: perform minimization after every operation
2012-02-12build: fix bootstrap dependencies of Ragel sources
2012-02-11Makefile.am: allow setting RSYNC_DEST from command-line
2012-02-11Makefile.am: quiet down rake
2012-02-10ensure Perl and Ruby test dependencies
2012-02-09tests: add an integration test for the Perl client
2012-02-09Makefile.am: cleanup Ragel source file generation
2012-02-09build: move supplementary makefiles into build-aux
2012-02-09doc: add TODO
2012-02-09build: add missing .gitignore to dist
2012-02-08http: support Range requests for GET/HEAD
2012-02-06build: auto-update .version file for git-version-gen
2012-02-06nuke unused trailer_parser
2012-02-06import build-aux/git-version-gen from gnulib
2012-02-06tests: fix running tests from a subdirectory
2012-02-06tests: better parallelization of slow Ruby tests
2012-02-05tests: rename queue-epoll => queue-idle
2012-02-05compat_sendfile: in case we hit platforms w/o sendfile
2012-02-05tests: centralize some test logic in test/helper
2012-02-05compat_memstream: for systems lacking open_memstream()
2012-02-05preliminary kqueue support for FreeBSD (untested)
2012-02-05Makefile.am: add $(top_srcdir)/lib to CPP include path
2012-02-04add bsd/simpleq.h for systems that lack SIMPLEQ_* macros
2012-01-31http: Date: and Last-Modified: response headers
2012-01-31Makefile.am: fix distcheck
2012-01-31enable chunked HTTP PUT support