summaryrefslogtreecommitdiff
path: root/memcached.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix enum reference on the wire.Dustin Sallings2009-02-021-1/+2
* Remove stats malloc and stats mapsTrond Norbye2009-01-291-49/+0
* Return all errors for binary commands except not_found for getk.Dustin Sallings2009-01-271-47/+43
* Do hash expansion in it's own threadTrond Norbye2009-01-271-1/+8
* Fix whitespace buildbreak..Trond Norbye2009-01-221-2/+2
* The binary protocol does not implement noreply for the storage commandsTrond Norbye2009-01-221-33/+80
* Don't leave stale data on failed set attempt.Dustin Sallings2009-01-211-0/+11
* Build fixes for FreeBSD 7.Dustin Sallings2009-01-201-1/+1
* Fix cast warning for sprintf(3), which is treated as an error thus causing co...Toru Maesaka2009-01-091-1/+1
* Fixed spelling of INADDR_ANYVictor Kirkebo2009-01-091-1/+1
* Realign command input buffer (binary protocol)Trond Norbye2009-01-031-0/+15
* keys are not zero-terminated: fix binary stats "reset" subcommandTrond Norbye2009-01-031-1/+1
* Added -C to remove the cas_id from the data structures to save spaceTrond Norbye2009-01-031-31/+40
* Fix for binary stats with subcommand.Dustin Sallings2009-01-031-5/+7
* Fix for stats opaque issue pointed out at the hackathon and removed some wast...Toru Maesaka2009-01-031-96/+151
* Added support for detailed stats mode over the binary protocol.Toru Maesaka2009-01-031-2/+58
* Always use bundled daemonize function, fixed warnings on MacOSXTrond Norbye2009-01-031-8/+8
* Add -Wall to gcc compilationTrond Norbye2009-01-031-14/+24
* Removed compiler warnings and increased warning levelTrond Norbye2009-01-031-20/+11
* The slabber no longer needs a is_binary like flag for stats due to abstractio...Toru Maesaka2009-01-031-6/+6
* Fixed a memory corruption bug in stats.Toru Maesaka2009-01-031-1/+10