summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* transmit_result enum instead of macro definesSteve Yen2009-03-251-6/+9
* stats reset also clears cas_hits/badval/missesSteve Yen2009-03-252-1/+23
* minor typo in protocol.txtSteve Yen2009-03-251-1/+1
* Added append_stat function to contain the common stat append stuff.Dustin Sallings2009-03-244-38/+60
* Use stat macros for stats sizes.Dustin Sallings2009-03-241-16/+17
* Use stat macros for item stats.Dustin Sallings2009-03-242-56/+36
* Use stat macros for stats slabs.Dustin Sallings2009-03-242-109/+37
* Use stat macros for toplevel slab stats.Dustin Sallings2009-03-241-26/+11
* Use stat macros for server stats.Dustin Sallings2009-03-241-161/+37
* Added APPEND_STAT2Dustin Sallings2009-03-241-0/+8
* Swap APPEND_STAT parameters so that it makes much more sense.Dustin Sallings2009-03-242-19/+19
* Make APPEND_STAT globally available.Dustin Sallings2009-03-242-10/+11
* "stats reset" should reset eviction counters as wellTrond Norbye2009-03-245-1/+49
* Minor refactoring.Dustin Sallings2009-03-231-9/+3
* stats slab's used_chunks should show chunks put to useDustin Sallings2009-03-232-1/+27
* Do not install memcached-debug sizes internal_testsTrond Norbye2009-03-231-1/+2
* Fix ascii UDP set (bug36).Eric Lambert2009-03-212-9/+24
* Add description of -D to usage()Trond Norbye2009-03-191-0/+5
* Fixed -C and -b: (with tests).Dustin Sallings2009-03-192-3/+17
* Added stats settings.Dustin Sallings2009-03-195-2/+153
* Use safe strto.*l functions for parsing info in text sets.Dustin Sallings2009-03-192-12/+33
* Added safe_strtou?l functions.Dustin Sallings2009-03-193-0/+98
* safe_strou?ll functions should operate on u?int64_t types.Dustin Sallings2009-03-193-8/+6
* Handle 64-bit deltas in incr/decr.Dustin Sallings2009-03-192-5/+9
* Reformatted util.cDustin Sallings2009-03-191-28/+29
* C-style multiline commentBrad Fitzpatrick2009-03-191-2/+2
* add commentBrad Fitzpatrick2009-03-191-0/+3
* update protocol docsBrad Fitzpatrick2009-03-191-5/+6
* flesh out safe_strto* util funcs, and make incrdecr use themBrad Fitzpatrick2009-03-195-23/+91
* start of the incr fix, rearranges a bunch, adds util, tests, etcBrad Fitzpatrick2009-03-197-4/+78
* Updated man page wording for -C.Dustin Sallings2009-03-191-1/+1
* Document command line options (-R and -C)Trond Norbye2009-03-191-0/+10
* Added basic -M test.Dustin Sallings2009-03-181-0/+34
* Split the getopt string into multiple lines.Clinton Webb2009-03-181-1/+26
* Try to recycle allocated memory from expired items before allocating more.Trond Norbye2009-03-172-5/+63
* 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