about summary refs log tree commit homepage
DateCommit message (Expand)
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-11gnulib: avoid alloca and sleep modules
2012-02-11test_helper: forcibly enable verbose tests
2012-02-11TODO: add a few more items
2012-02-11Makefile.am: allow setting RSYNC_DEST from command-line
2012-02-11Makefile.am: quiet down rake
2012-02-11http: workaround redundant slashes generated by mogadm
2012-02-11doc: update README and queues documentation
2012-02-11HACKING: ruby 1.8.7-p299 or later is required for tests
2012-02-11configure.ac: remove outdated, confusing comment
2012-02-11test/http: ensure mtime test only checks seconds
2012-02-11doc: update for FreeBSD status
2012-02-11mnt.c: kill unnecessary parentheses
2012-02-11build-aux/release.mk: fix release-check target again
2012-02-11test/mgmt: oops, fix syntax error
2012-02-11tests: make some tests more tolerant on overloaded systems
2012-02-11test/mgmt: disable iostat(1) test under kfreebsd
2012-02-11test/mgmt: rename test file to avoid conflict
2012-02-11do not rely on BUFSIZ=8192
2012-02-11compat_sendfile: disable alloca() usage for now
2012-02-10kqueue: reenable for cross-thread active queue wakeups
2012-02-10iostat_parser: fix for FreeBSD iostat(1)
2012-02-10iostat_process: move iostat into active queue, first
2012-02-10build: release-check target gets proper tarball name
2012-02-10iostat: reimplement the parser to work in-place
2012-02-10threads based on the number of usable major devices
2012-02-10file: remove unused function (mog_file_fstat)
2012-02-10cleanup HTTP Range handling
2012-02-10ensure Perl and Ruby test dependencies
2012-02-09coverage.mk: remove -ggdb from CFLAGS
2012-02-09build: release check var cleanup
2012-02-09README: update with Features section
2012-02-09tests: add an integration test for the Perl client
2012-02-09sparse: better way to force rebuilds
2012-02-09Makefile.am: cleanup Ragel source file generation
2012-02-09build: move supplementary makefiles into build-aux
2012-02-09configure.ac: set -ggdb3 in CFLAGS if possible
2012-02-09epoll: simplify setting of common epoll flags
2012-02-09doc: add TODO
2012-02-09coverage.mk: remove unnecessary JOBS variable
2012-02-09build: add missing .gitignore to dist
2012-02-09bind_listen: disable TCP_DEFER_ACCEPT support for now
2012-02-09do not log for ENOTCONN and ECONNRESET errors
2012-02-08maxconns: don't blindly double this value
2012-02-08http: support Range requests for GET/HEAD
2012-02-06configure: disable kqueue support for now