index
:
delta/memcached.git
14perf
engine-pu
failed-to-write-fix
gh-pages
logging_next
master
next
pending
stable
stable-1.3
staging
github.com: memcached/memcached.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
memcached.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove compilation errors from gcc on Solaris
Trond Norbye
2009-08-22
1
-1
/
+1
*
Clean up some assumed buffer sizes with stats (issue 64).
Dustin Sallings
2009-08-20
1
-3
/
+6
*
Enforce limits of add_delta buffer size.
Dustin Sallings
2009-08-19
1
-0
/
+3
*
Issue 61: reqs_per_event handling (-R) is incorrect leading to client lockups
Trond Norbye
2009-07-09
1
-0
/
+1
*
add_delta should return a proper status indicator.
Dustin Sallings
2009-06-29
1
-4
/
+7
*
Allow the binding protocol to be specified.
Dustin Sallings
2009-05-14
1
-0
/
+1
*
Moved struct definitions below enum declarations.
Dustin Sallings
2009-05-14
1
-105
/
+106
*
fix and test for issue 38 (server does not respond to binary requests)
Eric Lambert
2009-05-02
1
-4
/
+10
*
More docs.
Dustin Sallings
2009-04-17
1
-20
/
+52
*
Create a generic cache for objects of same size
Trond Norbye
2009-04-17
1
-2
/
+2
*
fix resumption of accept loop under multithread
dormando
2009-04-11
1
-0
/
+2
*
Don't expose the protocol used to the client api of the stats
Trond Norbye
2009-04-02
1
-24
/
+17
*
Use a bool for the accepting_conns stat.
Dustin Sallings
2009-03-30
1
-1
/
+1
*
two new troubleshooting stats
dormando
2009-03-30
1
-0
/
+3
*
add a cmd_flush stat
dormando
2009-03-30
1
-0
/
+5
*
Define TAIL_REPAIR_TIME as a constant.
Dustin Sallings
2009-03-29
1
-0
/
+4
*
Added append_stat function to contain the common stat append stuff.
Dustin Sallings
2009-03-24
1
-16
/
+13
*
Use stat macros for item stats.
Dustin Sallings
2009-03-24
1
-7
/
+12
*
Use stat macros for stats slabs.
Dustin Sallings
2009-03-24
1
-0
/
+8
*
Added APPEND_STAT2
Dustin Sallings
2009-03-24
1
-0
/
+8
*
Swap APPEND_STAT parameters so that it makes much more sense.
Dustin Sallings
2009-03-24
1
-1
/
+1
*
Make APPEND_STAT globally available.
Dustin Sallings
2009-03-24
1
-0
/
+11
*
Added stats settings.
Dustin Sallings
2009-03-19
1
-0
/
+1
*
start of the incr fix, rearranges a bunch, adds util, tests, etc
Brad Fitzpatrick
2009-03-19
1
-2
/
+2
*
Added support for setting backlog queue on command line
Chris Goffinet
2009-03-15
1
-0
/
+1
*
Have just one field for a connection's current cmd.
Dustin Sallings
2009-03-10
1
-2
/
+1
*
Removed unused field from the connection struct.
Dustin Sallings
2009-03-10
1
-1
/
+0
*
Moved conn_lock and suffix_lock out of thread.c (the latter wasn't properly i...
Trond Norbye
2009-03-10
1
-5
/
+0
*
Added CAS stats.
Dustin Sallings
2009-03-07
1
-0
/
+3
*
incr/decr stats
Dustin Sallings
2009-03-07
1
-0
/
+4
*
Added stats for delete commands.
Dustin Sallings
2009-03-06
1
-0
/
+2
*
Push hit and set stats down into per-slab stats.
Dustin Sallings
2009-03-06
1
-8
/
+13
*
Create a more sensible definition for the maximum number of slab classes.
Dustin Sallings
2009-03-06
1
-0
/
+1
*
Moved slab sizing definitions from slabs.c to memcached.h
Dustin Sallings
2009-03-06
1
-0
/
+7
*
Remove some cvs/svn junk from files.
Dustin Sallings
2009-03-06
1
-1
/
+0
*
Moved bytes_read and bytes_written to threadlocal stats
Trond Norbye
2009-03-06
1
-2
/
+2
*
Refactor: move the slabs mutex (and all usage of it) into slabs.c
Trond Norbye
2009-03-05
1
-6
/
+0
*
Use threadlocal stats to count the commands
Trond Norbye
2009-03-04
1
-7
/
+29
*
Drop privileges when running on Solaris
Trond Norbye
2009-03-03
1
-0
/
+6
*
Refactor: moved the hash function from assoc.c to hash.c
Trond Norbye
2009-03-02
1
-0
/
+1
*
Magic number cleanup in do_store_item.
Dustin Sallings
2009-02-24
1
-2
/
+6
*
Fix memory corruption error in stats cachedump.
Dustin Sallings
2009-02-12
1
-0
/
+3
*
Fix type of write_and_go
Dustin Sallings
2009-02-02
1
-1
/
+2
*
Get build working under ICC.
Dustin Sallings
2009-02-02
1
-2
/
+2
*
Remove #ifdef checks for header files in C99
Trond Norbye
2009-01-29
1
-13
/
+2
*
Do hash expansion in it's own thread
Trond Norbye
2009-01-27
1
-1
/
+0
*
Add the size of the cas (if present) to the ITEM_ntotal
Trond Norbye
2009-01-03
1
-1
/
+3
*
Added -C to remove the cas_id from the data structures to save space
Trond Norbye
2009-01-03
1
-5
/
+18
*
Fix for stats opaque issue pointed out at the hackathon and removed some wast...
Toru Maesaka
2009-01-03
1
-7
/
+7
*
Always use bundled daemonize function, fixed warnings on MacOSX
Trond Norbye
2009-01-03
1
-3
/
+1
[next]