summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Detect broken compilation environment on SolarisTrond Norbye2009-03-161-0/+4
* Added support for setting backlog queue on command lineChris Goffinet2009-03-152-4/+10
* A bit more space for server_stats, and an assertion (bug 27).Dustin Sallings2009-03-131-1/+3
* Conditionally disable the generation of docs.Dustin Sallings2009-03-131-1/+7
* Fix alignment bug in append_bin_statsTrond Norbye2009-03-131-20/+16
* Updated version numbers.1.3.2Dustin Sallings2009-03-112-2/+2
* Some changelog updates.Dustin Sallings2009-03-111-0/+16
* Reformatted protocol-binary-range artwork to fit.Dustin Sallings2009-03-111-30/+30
* Slow down the add test a bit.Dustin Sallings2009-03-111-4/+4
* Make rusage stats in protocol doc consistent with implementation.Toru Maesaka2009-03-111-4/+4
* Shrink lines in protocol.txt to fit within 80 columns.Dustin Sallings2009-03-112-55/+80
* Added an add behavior test.Dustin Sallings2009-03-111-1/+11
* Have just one field for a connection's current cmd.Dustin Sallings2009-03-102-16/+15
* Removed unused field from the connection struct.Dustin Sallings2009-03-101-1/+0
* Created a tool to show us the sizes of various data structures.Dustin Sallings2009-03-103-2/+33
* Moved conn_lock and suffix_lock out of thread.c (the latter wasn't properly i...Trond Norbye2009-03-103-95/+36
* Added --disable-coverageTrond Norbye2009-03-101-42/+53
* Fix output from DETECT_ICC macro when $GCC != "yes"Trond Norbye2009-03-101-2/+4
* Don't avoid binding UDP on IPv6.Dustin Sallings2009-03-091-8/+2
* Document new slab stats.Dustin Sallings2009-03-081-0/+8
* Reformatted slab stats documentation.Dustin Sallings2009-03-081-16/+17
* Document the new general stats.Dustin Sallings2009-03-081-0/+11
* Reformat overall stats document.Dustin Sallings2009-03-081-40/+40
* Cleanup some whitespace in the protocol docs.Dustin Sallings2009-03-081-21/+21
* Added CAS stats.Dustin Sallings2009-03-075-2/+95
* incr/decr statsDustin Sallings2009-03-075-5/+124
* Added stats for delete commands.Dustin Sallings2009-03-065-2/+57
* Show hits and sets on slab stats.Dustin Sallings2009-03-061-0/+18
* Push hit and set stats down into per-slab stats.Dustin Sallings2009-03-063-27/+62
* Create a more sensible definition for the maximum number of slab classes.Dustin Sallings2009-03-062-1/+2
* Moved slab sizing definitions from slabs.c to memcached.hDustin Sallings2009-03-062-6/+7
* Remove some cvs/svn junk from files.Dustin Sallings2009-03-067-12/+0
* Ignore emacs TAGS file.Dustin Sallings2009-03-061-0/+1
* Moved bytes_read and bytes_written to threadlocal statsTrond Norbye2009-03-063-21/+26
* Refactor: move the slabs mutex (and all usage of it) into slabs.cTrond Norbye2009-03-054-58/+56
* Modified the dtrace build supportTrond Norbye2009-03-042-13/+27
* Added my name to the CONTRIBUTORS fileTrond Norbye2009-03-041-0/+1
* Dist-hook should remove *~ files instead of .svn files (we don't use subversi...Trond Norbye2009-03-042-4/+4
* Detect xml2rfc and xsltproc during configure and generate the documentation a...Trond Norbye2009-03-046-2083/+21
* Revert to pre-c99 style in for loops due to compiler problems on iccTrond Norbye2009-03-041-2/+4
* Use threadlocal stats to count the commandsTrond Norbye2009-03-044-62/+126
* Drop privileges when running on SolarisTrond Norbye2009-03-035-0/+73
* Added trace.h to the list of sources to be included in the dist targetTrond Norbye2009-03-022-2/+5
* Added tcov-files to gitignore and clean targetTrond Norbye2009-03-022-1/+3
* stats slabs total_pages typo fixedSteve Yen2009-03-021-1/+1
* memcached-tool dump command fixed for expired/evicted/deleted keysSteve Yen2009-03-021-9/+10
* too many args in stats cachedump messageSteve Yen2009-03-021-1/+1
* more usage info in memcached-toolSteve Yen2009-03-021-1/+3
* memcached-tool move handles CLIENT_ERROR responseSteve Yen2009-03-021-0/+3
* Refactor: moved the hash function from assoc.c to hash.cTrond Norbye2009-03-026-421/+454