summaryrefslogtreecommitdiff
path: root/memcached.c
Commit message (Expand)AuthorAgeFilesLines
* fix and test for issue 38 (server does not respond to binary requests)stable-1.3Eric Lambert2009-05-021-35/+38
* Don't expose the protocol used to the client api of the statsTrond Norbye2009-04-021-313/+155
* 'stats reset' resets new main stats.dormando2009-04-011-0/+1
* Use a bool for the accepting_conns stat.Dustin Sallings2009-03-301-3/+3
* two new troubleshooting statsdormando2009-03-301-3/+16
* add a cmd_flush statdormando2009-03-301-1/+7
* fix a handful of socket listen bugs.dormando2009-03-291-9/+4
* 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
* Added append_stat function to contain the common stat append stuff.Dustin Sallings2009-03-241-12/+43
* Use stat macros for server stats.Dustin Sallings2009-03-241-161/+37
* Swap APPEND_STAT parameters so that it makes much more sense.Dustin Sallings2009-03-241-18/+18
* Make APPEND_STAT globally available.Dustin Sallings2009-03-241-10/+0
* "stats reset" should reset eviction counters as wellTrond Norbye2009-03-241-0/+1
* Fix ascii UDP set (bug36).Eric Lambert2009-03-211-2/+4
* Add description of -D to usage()Trond Norbye2009-03-191-0/+5
* Fixed -C and -b: (with tests).Dustin Sallings2009-03-191-2/+2
* Added stats settings.Dustin Sallings2009-03-191-0/+97
* Use safe strto.*l functions for parsing info in text sets.Dustin Sallings2009-03-191-11/+16
* Handle 64-bit deltas in incr/decr.Dustin Sallings2009-03-191-2/+2
* flesh out safe_strto* util funcs, and make incrdecr use themBrad Fitzpatrick2009-03-191-13/+8
* Split the getopt string into multiple lines.Clinton Webb2009-03-181-1/+26
* Added support for setting backlog queue on command lineChris Goffinet2009-03-151-4/+9
* A bit more space for server_stats, and an assertion (bug 27).Dustin Sallings2009-03-131-1/+3
* Fix alignment bug in append_bin_statsTrond Norbye2009-03-131-20/+16
* Have just one field for a connection's current cmd.Dustin Sallings2009-03-101-14/+14
* Moved conn_lock and suffix_lock out of thread.c (the latter wasn't properly i...Trond Norbye2009-03-101-23/+36
* Don't avoid binding UDP on IPv6.Dustin Sallings2009-03-091-8/+2
* Added CAS stats.Dustin Sallings2009-03-071-0/+31
* incr/decr statsDustin Sallings2009-03-071-0/+50
* Added stats for delete commands.Dustin Sallings2009-03-061-0/+21
* Push hit and set stats down into per-slab stats.Dustin Sallings2009-03-061-11/+21
* Remove some cvs/svn junk from files.Dustin Sallings2009-03-061-2/+0
* Moved bytes_read and bytes_written to threadlocal statsTrond Norbye2009-03-061-19/+18
* Use threadlocal stats to count the commandsTrond Norbye2009-03-041-41/+47
* Drop privileges when running on SolarisTrond Norbye2009-03-031-0/+3
* Use AI_ADDRCONFIG more selectively.Evan Klitzke2009-03-011-1/+7
* Fix for bug21.Dustin Sallings2009-02-261-3/+4
* 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-241-32/+32
* stats detail dump shouldn't use more memory than given.Dustin Sallings2009-02-131-1/+5
* Fix leaked reference in binary protocol get ops.Dustin Sallings2009-02-131-0/+6
* Remove bad memset call in process_bin_stats.Victor Kirkebo2009-02-131-1/+0
* Fix memory corruption error in stats cachedump.Dustin Sallings2009-02-121-1/+0
* Update CAS on non-replace incr/decr.Dustin Sallings2009-02-111-0/+4
* Remove an assertion that's pointless due to type checking.Dustin Sallings2009-02-021-1/+0