about summary refs log tree commit homepage
DateCommit message (Expand)
2013-12-01test: fix valgrind warnings in test-only C code valgrind-fixes
2013-12-01test/chunk-parser-1: fix uninitialized file structures
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
2013-07-17ioq: add probes tracing and documentation
2013-07-17tapset/http_request: log listen address and PID of connection
2013-07-17document ioq and mog_{mgmt,http}_drop interaction safety
2013-07-16queue_epoll: EPOLL_CTL_MOD should be safe on 2.6.32.61+
2013-07-14alloc: remove mog_rbuf_free_and_null
2013-07-14downgrade thread/device-count fields to unsigned int
2013-07-14cmogstored 1.3.0rc1 v1.3.0rc1
2013-07-14m4/systemtap: require stap for enabling systemtap build
2013-07-14ioq: reset internal queues during requeue/shutdown
2013-07-13test/pwrite_wrap: disable test under valgrind for now
2013-07-13ioq: set contended flag if we are the last one acquiring the lock
2013-07-13test/mgmt_persist_client: teardown running processes
2013-07-13pass mog_accept instead of mog_svc to post-accept callbacks
2013-07-13set addrinfo field for "struct mog_accept"
2013-07-13http: pass "struct mog_fd *" more consistently in API
2013-07-13m4/ld_wrap: avoid compiler warning for missing declaration
2013-07-13iostat: keep update prefix on stack instead of heap
2013-07-12mgmt_fn: minor cleanup for emitting blank response
2013-07-12test/http: disable time-dependent test under valgrind
2013-07-12http: check persist_client state when parsing starts
2013-07-12http: signal connection close during shutdown
2013-07-12mgmt: support "SET mogstored.persist_client = $BOOL"
2013-07-12svc: increase responsiveness of graceful shutdown
2013-07-12test/mgmt: increase reliability on overloaded systems
2013-07-12tests: introduce pwrite-wrap test for slow I/O
2013-07-12ioq: rescale to match user-set aio_threads values
2013-07-11mgmt: checksumming is interruptible during thread shutdown