summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use AI_ADDRCONFIG more selectively.Evan Klitzke2009-03-011-1/+7
* Isolate the first server in startup test so it dies sooner (bug 20).Dustin Sallings2009-03-011-4/+6
* Fix for bug21.Dustin Sallings2009-02-263-5/+25
* added gcov output files to make clean targetSteve Yen2009-02-261-0/+2
* added gcov files to gitignoreSteve Yen2009-02-261-0/+2
* Use sysexits exit codes and try to select them a bit better.Dustin Sallings2009-02-241-12/+13
* setuid before daemonizationDustin Sallings2009-02-241-16/+16
* Don't use a default case when you mean a specific one.Dustin Sallings2009-02-241-1/+1
* Reformat switch for consistency.Dustin Sallings2009-02-241-19/+19
* Convert an if/else chain to a switch. Add default state.Dustin Sallings2009-02-241-4/+13
* Magic number cleanup in do_store_item.Dustin Sallings2009-02-243-36/+40
* Fix shell bug in configure.Dustin Sallings2009-02-131-1/+1
* stats detail dump shouldn't use more memory than given.Dustin Sallings2009-02-132-5/+44
* Fix leaked reference in binary protocol get ops.Dustin Sallings2009-02-132-1/+29
* Verify we read enough data when in binary prot tests.Dustin Sallings2009-02-131-1/+9
* Probably better to check this result instead of returning it.Dustin Sallings2009-02-131-1/+5
* Remove bad memset call in process_bin_stats.Victor Kirkebo2009-02-131-1/+0
* Workaround Solaris autoconf interaction to look for C99.Dustin Sallings2009-02-131-12/+9
* Test cachedump on text protocol.Dustin Sallings2009-02-122-3/+7
* Terminate the temp buffer properly in do_item_allocDustin Sallings2009-02-121-1/+2
* Fix memory corruption error in stats cachedump.Dustin Sallings2009-02-123-2/+8
* Update CAS on non-replace incr/decr.Dustin Sallings2009-02-114-2/+32
* Link with libumem if availableTrond Norbye2009-02-091-0/+1
* icc: Enable -Wall and -WerrorDustin Sallings2009-02-021-1/+1
* icc: disable "= where == may be intended" warningDustin Sallings2009-02-021-1/+1
* Fixed data types for init_state and protocol in CQ_ITEM.Dustin Sallings2009-02-021-6/+6
* Fix type of write_and_goDustin Sallings2009-02-021-1/+2
* Remove an assertion that's pointless due to type checking.Dustin Sallings2009-02-021-1/+0
* Fix enum reference on the wire.Dustin Sallings2009-02-021-1/+2
* Get build working under ICC.Dustin Sallings2009-02-023-6/+46
* Ignore .gcno files (from gcov).Dustin Sallings2009-01-291-0/+1
* libgcov is needed for gcov debug builds.Dustin Sallings2009-01-292-1/+3
* Added support for test code coverage output for "make test" targetVictor Kirkebo2009-01-293-1/+48
* Fixed bad patch: stats locks shouldn't be commented outTrond Norbye2009-01-291-2/+2
* Remove #ifdef checks for header files in C99Trond Norbye2009-01-292-22/+2
* Remove stats malloc and stats mapsTrond Norbye2009-01-293-160/+0
* Return all errors for binary commands except not_found for getk.Dustin Sallings2009-01-272-50/+46
* Do hash expansion in it's own threadTrond Norbye2009-01-275-40/+98
* Use a proper plan on binary.t and get rid of diag.Dustin Sallings2009-01-251-25/+25
* Fixed test bug in sending silent binary incr/decr commands.Dustin Sallings2009-01-251-1/+1
* Fixed silent incr/decr to check with incr.Dustin Sallings2009-01-251-4/+4
* Silent append and prepend tests.Dustin Sallings2009-01-251-2/+16
* Added prepend test.Dustin Sallings2009-01-251-1/+8
* Test append.Dustin Sallings2009-01-251-1/+14
* $check was only checking flags, not values.Dustin Sallings2009-01-251-0/+1
* Mark silent replace test as working.Dustin Sallings2009-01-241-1/+1
* Fixed test for binary silent replace.Dustin Sallings2009-01-231-8/+13
* Added some tests for some of Trond's quiet commands.Dustin Sallings2009-01-231-19/+136
* Minor whitespace fixes in test.Dustin Sallings2009-01-231-2/+2
* Fix whitespace buildbreak..Trond Norbye2009-01-221-2/+2