about summary refs log tree commit homepage
DateCommit message (Expand)
2012-02-06http_date: avoid potential stack usage issue on *BSD
2012-02-06compat_memstream: account for I/O errors
2012-02-06test/mgmt-iostat: allow RUBY env to override "/usr/bin/env ruby"
2012-02-06build: auto-update .version file for git-version-gen
2012-02-06nuke unused trailer_parser
2012-02-06fs.c: #define O_NOATIME if missing
2012-02-06import build-aux/git-version-gen from gnulib
2012-02-06test/gen-slow: short test name a little
2012-02-06tests: fix running tests from a subdirectory
2012-02-06tests: better parallelization of slow Ruby tests
2012-02-06release.mk: do not cache ./configure output
2012-02-05mnt.c: fix shadow warning on FreeBSD
2012-02-05http: fix missing case statement in switch
2012-02-05cfg.c: quiet down a clang warning for -Wformat-string
2012-02-05test/ruby-parallel: support systems w/o nproc
2012-02-05tests: rename queue-epoll => queue-idle
2012-02-05test/ruby-parallel.mk: do not let errors accumulate
2012-02-05http_get: remove unnecessary #includes for sendfile()
2012-02-05configure.ac: re-enable real sendfile() support
2012-02-05compat_sendfile: in case we hit platforms w/o sendfile
2012-02-05test/mgmt.rb: disable platform-specific test
2012-02-05test/mgmt: test fixes for FreeBSD 8.2
2012-02-05tests: centralize some test logic in test/helper
2012-02-05configure.ac: reenable open_memstream if possible
2012-02-05compat_memstream: for systems lacking open_memstream()
2012-02-05test/ruby-parallel.sh: not parallel with valgrind
2012-02-05warn: set program_name for gnulib error.c on non-glibc
2012-02-05test/trywrite: do not assume pipes are one-way
2012-02-05queue_common.h: force mog_queue_init to be inline
2012-02-05preliminary kqueue support for FreeBSD (untested)
2012-02-05http_get: preliminary *BSD sendfile() support (untested)
2012-02-05svc: include dirent.h before defining _POSIX_C_SOURCE
2012-02-05Makefile.am: add $(top_srcdir)/lib to CPP include path
2012-02-05.gitignore: add *.o and *.a archive files
2012-02-04iostat: increase parser flexibility for portability
2012-02-04add bsd/simpleq.h for systems that lack SIMPLEQ_* macros
2012-02-04http_date: fix memory leak in thread-local
2012-02-04test/http_chunked_put: fix race condition in test
2012-02-04cleanup HTTP chunked PUT support for odd edge cases
2012-02-04file: fix race condition in mog_file_close()
2012-02-01test/http_chunked_put: enable disabled tests
2012-02-01http_put: http->wbuf may be MOG_WR_ERROR
2012-02-01http: Content-MD5 validation for PUT
2012-02-01tests: turn Ruby warnings into errors
2012-02-01http_put: handle PUT response blocking on socket write
2012-01-31http_parser: inplace Content-Range/Content-Length parsing
2012-01-31cleanup #include usage for headers
2012-01-31mnt: cleanup memory usage and leak
2012-01-31http: Date: and Last-Modified: response headers
2012-01-31Makefile.am: fix distcheck