about summary refs log tree commit homepage
DateCommit message (Expand)
2013-02-07forbid relative paths with daemonization
2013-02-07omit trailing newline from die() and warn() calls
2013-02-07favor error.h GNU system header over gnulib one
2013-02-06remove warn module and alias it to error() in gnulib
2013-02-06queue_epoll: change fprintf(stderr, ...) to use warn()
2013-01-31ioutil: avoid assigned but unused variable
2013-01-31cmogstored: initialize syslog before inheriting
2013-01-31cfg: daemonize is a boolean, not an integer
2013-01-31sockaddr*-related data structure size reductions
2013-01-31minimize interrupt windows for master process
2013-01-31implement nginx-style binary upgrade via SIGUSR2
2013-01-31refactor process management
2013-01-31inherit: preliminary FD inheritance over exec()
2013-01-31move graceful exit functionality into its own file
2013-01-31move pidfile preparation function out
2013-01-31determine mount point usability via statfs/statvfs
2013-01-31better error handling when faking memstream
2013-01-31mnt: allow concurrent readers on mount list
2013-01-31mnt: cleanup/document mountlist storage/nesting
2013-01-31split iostat util% tracking from mountlist
2013-01-31consistent allocation size for iostat utilization
2013-01-31test_helper: expand relative paths in $PATH
2013-01-31test/mogilefs_integration: reduce chance of socket conflicts
2013-01-31move MOG_STR() macro to util.h
2013-01-30mnt: avoid recursion in mount_entry_free
2013-01-25limit --worker-processes to UINT_MAX
2013-01-17queue_epoll: fix version check for 2.x kernels v1.1.0
2013-01-17http: avoid MSG_MORE on HEAD responses
2013-01-17tests: additional test for trysend buffering in Linux
2013-01-17close: ignore ECONNRESET errors (for FreeBSD, maybe others)
2013-01-17http_date: time_t pointer is const
2013-01-17lazily call mkdir for file creation
2013-01-17trywrite: build fix for platforms without MSG_MORE
2013-01-17simplify TCP_NOPUSH support code (remove TCP_CORK)
2013-01-17linux: favor send() w/MSG_MORE over TCP_CORK
2013-01-17copyright comment updates for 2013
2013-01-17http_get: disable FADV_SEQUENTIAL for small responses
2013-01-17epoll: update EPOLL_CTL_MOD workaround for stable kernels
2013-01-02epoll: avoid EPOLL_CTL_MOD bug in Linux <= 3.7.1
2012-12-13Rakefile: fix Regexp encoding issues under 1.9
2012-12-13.gitignore: skip perf.data* from the Linux perf(1) tool v1.0.0
2012-12-12manpage: document MOG_IOSTAT_CMD environment variable
2012-12-12test/cmogstored-cfg: better race avoidance
2012-12-09dev: log EIO error on close() of usage file
2012-12-09use mog_close() for assert checking in a few more places
2012-12-09remove queue_state field from struct mog_fd
2012-12-08thrpool: signal threads concurrently at shutdown
2012-12-08fix HTTP idle expiry race under high FD pressure
2012-12-08test/mgmt: wait longer for thread spawn before counting
2012-12-08retry if iostat spawn hit out-of-FD