summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix and test for issue 38 (server does not respond to binary requests)stable-1.3Eric Lambert2009-05-024-103/+228
* Assert we're not overrunning a buffer in prefix stat creation.Dustin Sallings2009-04-021-2/+5
* Don't expose the protocol used to the client api of the statsTrond Norbye2009-04-027-492/+237
* 'stats reset' resets new main stats.dormando2009-04-011-0/+1
* Changelog updates for 1.3.3.Dustin Sallings2009-03-311-0/+26
* Use a bool for the accepting_conns stat.Dustin Sallings2009-03-302-4/+4
* two new troubleshooting statsdormando2009-03-303-6/+23
* add a cmd_flush statdormando2009-03-304-4/+27
* Define TAIL_REPAIR_TIME as a constant.Dustin Sallings2009-03-292-1/+5
* print why a key was not found when extra verbosedormando2009-03-291-0/+26
* dumb hack to self-repair stuck slabsdormando2009-03-292-1/+26
* fix a handful of socket listen bugs.dormando2009-03-291-9/+4
* Added a HACKING file.Dustin Sallings2009-03-271-0/+39
* Use git's version number for releases.Dustin Sallings2009-03-265-3/+16
* using enum for try_read_network/try_read_udp return valueSteve Yen2009-03-261-21/+26
* 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