about summary refs log tree commit homepage
DateCommit message (Expand)
2014-05-29dev: minor khash-related cleanups khash
2014-05-29try khash out for mapping mog_devids
2014-05-23svc_dev: calling free does not need the lock ccan-list
2014-05-23test/mgmt: lengthen test for iostat watch
2014-05-22list: fix -Wcast-qual warnings
2014-05-22trade sys/queue.h LIST_* for ccan/list
2014-05-22import linked list + deps from ccan
2014-04-08minor cleanups for functions which do not return
2014-02-22cmogstored 1.4.0 v1.4.0
2014-02-22support "daemonize = 0|1" in the config file
2014-02-21allow bsd_sendfile with freebsd-glue on Debian/kFreeBSD
2014-02-17check for sys/sendfile.h header instead of __linux__
2014-02-09cmogstored 1.3.3 - Debian GNU/kFreeBSD fixes v1.3.3
2014-02-09m4/gnulib-cache: update for 2014
2014-02-08test/upgrade: cleanup and robustness improvements
2014-02-08Makefile.am: updates for automake 1.14.1
2014-02-08tests: skip iostat-dependent tests
2014-02-08Makefile: do not clobber NOSTD_CFLAGS from configure
2014-02-04doc/queues.txt: add a note about our non-use of AIO
2013-12-10cmogstored 1.3.2 - FreeBSD shutdown speedup v1.3.2
2013-12-10doc: fix link to MogileFS homepage
2013-12-10doc: fix wording in manpage
2013-12-09m4/.gitignore: bump for newer gnulib
2013-12-09test/mgmt-usage: relax regexp for ZFS
2013-12-09thrpool: sleep instead of yield when poking thread
2013-12-02doc: refer to malloc-related environment variables
2013-12-02test: fix valgrind warnings in test-only C code
2013-12-02test/chunk-parser-1: fix uninitialized file structures
2013-12-02selfwake: do share pipe descriptors with workers
2013-10-12cmogstored 1.3.1 - fix for an undocumented feature v1.3.1
2013-10-12avoid use-after-free with multi-process setups
2013-09-30cmogstored 1.3.0 - many improvements v1.3.0
2013-09-03cmogstored 1.3.0rc2 - fixes since rc1, systemtap v1.3.0rc2
2013-09-03Makefile: update for systemtap support files
2013-08-31ioq: correctly reenqueue blocked mfds on capacity increase
2013-08-31ioq: avoid over-yielding on and after ioq contention
2013-08-29m4/systemtap.m4: quote cm_cv_sdt_h_usable var
2013-08-29tapset/*awk: document these scripts
2013-08-29TODO: remove item for systemtap/dtrace
2013-08-26flesh out systemtap support and awk helpers
2013-08-23http: remove Status: header from all responses
2013-08-22trywrite: workaround potential inf loops from kernel bugs
2013-07-26test/mgmt: warn about slow mount points on test failure
2013-07-26test/mgmt: increase reliability of max devid test
2013-07-19move trace.h include to global cmogstored.h
2013-07-19tapset: rename http_request.stp -> all.stp
2013-07-19split out {mgmt,http}_parse_continue checks
2013-07-19probes: add probes for rbuf growth
2013-07-19test/mgmt: cover the large rbuf growth case
2013-07-19split out {http,mgmt}_rbuf_grow functions