about summary refs log tree commit homepage
DateCommit message (Expand)
2013-02-11mnt: revert to mutex for protecting by_dev hash
2013-02-11test/mogilefs_integration: increase test reliability
2013-02-11kqueue: update NOTIFYRD -> SELFWAKE
2013-02-11fix signal races when master process is used
2013-02-11allow self-wakeup to use eventfd under modern Linux
2013-02-11pidfile: delay unlink of old file on aborted upgrades
2013-02-11upgrade: do not disable interrupts in forked child
2013-02-11test/upgrade: more thorough PID file checking
2013-02-11prioritize upgrade before exit in main loop
2013-02-11test/upgrade: teardown more careful about killing
2013-02-09tests: fix several Ruby warnings
2013-02-09test/inherit: fix Ruby 2.0.0 close-on-exec compatibility
2013-02-08mnt: move stat/lstat logic to mnt_usable
2013-02-08upgrade: fix env placeholder for valgrind
2013-02-08cfg: require PATH to be set for --daemonize
2013-02-08upgrade: avoid non-async-safe functions in child
2013-02-07cfg: disallow trailing ':' in PATH with daemonize
2013-02-07upgrade: avoid potential deadlock from post-fork mutex use
2013-02-07rename fs_usable to mnt_usable
2013-02-07release memory allocated for upgrade at exit
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)