summaryrefslogtreecommitdiff
path: root/memcached.h
Commit message (Expand)AuthorAgeFilesLines
* Remove compilation errors from gcc on SolarisTrond Norbye2009-08-221-1/+1
* Clean up some assumed buffer sizes with stats (issue 64).Dustin Sallings2009-08-201-3/+6
* Enforce limits of add_delta buffer size.Dustin Sallings2009-08-191-0/+3
* Issue 61: reqs_per_event handling (-R) is incorrect leading to client lockupsTrond Norbye2009-07-091-0/+1
* add_delta should return a proper status indicator.Dustin Sallings2009-06-291-4/+7
* Allow the binding protocol to be specified.Dustin Sallings2009-05-141-0/+1
* Moved struct definitions below enum declarations.Dustin Sallings2009-05-141-105/+106
* fix and test for issue 38 (server does not respond to binary requests)Eric Lambert2009-05-021-4/+10
* More docs.Dustin Sallings2009-04-171-20/+52
* Create a generic cache for objects of same sizeTrond Norbye2009-04-171-2/+2
* fix resumption of accept loop under multithreaddormando2009-04-111-0/+2
* Don't expose the protocol used to the client api of the statsTrond Norbye2009-04-021-24/+17
* Use a bool for the accepting_conns stat.Dustin Sallings2009-03-301-1/+1
* two new troubleshooting statsdormando2009-03-301-0/+3
* add a cmd_flush statdormando2009-03-301-0/+5
* Define TAIL_REPAIR_TIME as a constant.Dustin Sallings2009-03-291-0/+4
* Added append_stat function to contain the common stat append stuff.Dustin Sallings2009-03-241-16/+13
* Use stat macros for item stats.Dustin Sallings2009-03-241-7/+12
* Use stat macros for stats slabs.Dustin Sallings2009-03-241-0/+8
* Added APPEND_STAT2Dustin Sallings2009-03-241-0/+8
* Swap APPEND_STAT parameters so that it makes much more sense.Dustin Sallings2009-03-241-1/+1
* Make APPEND_STAT globally available.Dustin Sallings2009-03-241-0/+11
* Added stats settings.Dustin Sallings2009-03-191-0/+1
* start of the incr fix, rearranges a bunch, adds util, tests, etcBrad Fitzpatrick2009-03-191-2/+2
* Added support for setting backlog queue on command lineChris Goffinet2009-03-151-0/+1
* Have just one field for a connection's current cmd.Dustin Sallings2009-03-101-2/+1
* Removed unused field from the connection struct.Dustin Sallings2009-03-101-1/+0
* Moved conn_lock and suffix_lock out of thread.c (the latter wasn't properly i...Trond Norbye2009-03-101-5/+0
* Added CAS stats.Dustin Sallings2009-03-071-0/+3
* incr/decr statsDustin Sallings2009-03-071-0/+4
* Added stats for delete commands.Dustin Sallings2009-03-061-0/+2
* Push hit and set stats down into per-slab stats.Dustin Sallings2009-03-061-8/+13
* Create a more sensible definition for the maximum number of slab classes.Dustin Sallings2009-03-061-0/+1
* Moved slab sizing definitions from slabs.c to memcached.hDustin Sallings2009-03-061-0/+7
* Remove some cvs/svn junk from files.Dustin Sallings2009-03-061-1/+0
* Moved bytes_read and bytes_written to threadlocal statsTrond Norbye2009-03-061-2/+2
* Refactor: move the slabs mutex (and all usage of it) into slabs.cTrond Norbye2009-03-051-6/+0
* Use threadlocal stats to count the commandsTrond Norbye2009-03-041-7/+29
* Drop privileges when running on SolarisTrond Norbye2009-03-031-0/+6
* Refactor: moved the hash function from assoc.c to hash.cTrond Norbye2009-03-021-0/+1
* Magic number cleanup in do_store_item.Dustin Sallings2009-02-241-2/+6
* Fix memory corruption error in stats cachedump.Dustin Sallings2009-02-121-0/+3
* Fix type of write_and_goDustin Sallings2009-02-021-1/+2
* Get build working under ICC.Dustin Sallings2009-02-021-2/+2
* Remove #ifdef checks for header files in C99Trond Norbye2009-01-291-13/+2
* Do hash expansion in it's own threadTrond Norbye2009-01-271-1/+0
* Add the size of the cas (if present) to the ITEM_ntotalTrond Norbye2009-01-031-1/+3
* Added -C to remove the cas_id from the data structures to save spaceTrond Norbye2009-01-031-5/+18
* Fix for stats opaque issue pointed out at the hackathon and removed some wast...Toru Maesaka2009-01-031-7/+7
* Always use bundled daemonize function, fixed warnings on MacOSXTrond Norbye2009-01-031-3/+1