summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for issue 93 (binary verbosity)1.4.2-rc1dormando2009-10-071-13/+11
* Restrict binary protocol to 8bit keys.dormando2009-10-072-10/+35
* Removed issue_72 C test (emits invalid key).Dustin Sallings2009-10-071-30/+0
* Allow using an external daemon for perl tests.dormando2009-10-072-1/+26
* better warnings for -tdormando2009-10-071-1/+11
* Tests for item_size_max (-I) setting.dormando2009-10-071-0/+52
* new per-slab item stat evicted_nonzerodormando2009-10-073-0/+39
* remove old unfinished slab reassignment codedormando2009-10-075-170/+0
* Make item size max start time configurable.dormando2009-10-075-7/+48
* -vv mode now prints the final slab classdormando2009-10-061-1/+5
* Issue 92: stats cachedump should respond CLIENT_ERROR for illegal slab idsTrond Norbye2009-09-223-1/+71
* memcached-tool shows: evictions, evict_time, and OOM countsRyan Tomayko2009-09-211-6/+8
* Cleanup of number of threads declarations (issue 91)Dmitry Isaykin2009-09-184-21/+29
* Add support for hugetlbfs (for Linux).Trond Norbye2009-09-182-8/+5
* Remove TODO from dist targetTrond Norbye2009-09-171-4/+4
* Reformat to be consistent with the project.Dustin Sallings2009-09-171-360/+360
* Protocol definitions for range ops.Dustin Sallings2009-09-171-1/+57
* Use ls-files instead of ls-tree to run whitespace tests.Dustin Sallings2009-09-151-2/+2
* Wider reaching whitespace cleanup.Dustin Sallings2009-09-1411-819/+821
* New whitespace test.Dustin Sallings2009-09-141-2/+17
* Removed the old TODO.Dustin Sallings2009-09-141-29/+0
* README whitespace cleanup.Dustin Sallings2009-09-141-2/+2
* Issue 89: "Optimize" get-hits calculationsTrond Norbye2009-09-101-31/+8
* Kill off redundant item_init.Dustin Sallings2009-09-113-12/+0
* Kill off redundant and incorrect sizing definition.Dustin Sallings2009-09-111-1/+1
* Clean up slab boundary checking.Mat Hostetter2009-09-111-5/+5
* Issue 88: Problems building on Centos 5 due to embedding a directive within m...Vladimir2009-09-101-4/+3
* binary set with cas does not return the new cas idTrond Norbye2009-09-023-4/+19
* Add more tests on the binary protocolTrond Norbye2009-09-021-6/+1163
* Print an error message when we receive an invalid command in the binary protocolTrond Norbye2009-09-021-0/+4
* Print a message on stderr when the timeout occursTrond Norbye2009-09-021-0/+3
* Issue: #83: Refactor: use htonll or ntohll if the os provides themTrond Norbye2009-09-024-27/+63
* Test for binary set/add returning CAS value.Dustin Sallings2009-09-021-3/+5
* Fix reference to memcached.spec.in in whitespace test.Dustin Sallings2009-09-011-1/+2
* Issue 84: binary quitq doesn't close the connection...Trond Norbye2009-08-292-2/+29
* Track files in the include directory in the rpm spec.1.4.1James Cohen2009-08-291-1/+1
* Deal with C tests running as root.Dustin Sallings2009-08-291-0/+5
* Generate the memcached.spec along with the version number.Dustin Sallings2009-08-293-2/+7
* Fix memory corruption issue with bad item lengths1.4.1-rc1dormando2009-08-262-5/+32
* Documented mem_requested statdormando2009-08-251-0/+7
* Fix caching of alignment requirement detection.Mat Hostetter2009-08-231-2/+2
* Clarify documentation about quiet mutation commands (issue 80).Dustin Sallings2009-08-231-6/+17
* Issue #77: Bug in the realloc code caused the previous allocated buffer to be...Trond Norbye2009-08-222-2/+14
* Use -pthread when compiling threaded code with gccTrond Norbye2009-08-221-1/+2
* Remove compilation errors from gcc on SolarisTrond Norbye2009-08-223-4/+5
* Configure fix for CC that's not in path.Dustin Sallings2009-08-221-1/+1
* Updated documentation comments for DTrace probes.Matt Ingenthron2009-08-191-54/+59
* Issue #79: buffer overrun in stats_prefix_findTrond Norbye2009-08-191-1/+1
* Clean up some assumed buffer sizes with stats (issue 64).Dustin Sallings2009-08-205-14/+18
* Man page was not properly escaping -. issue 53Monty Taylor2009-08-191-3/+3