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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix and test for issue 38 (server does not respond to binary requests)
stable-1.3
Eric Lambert
2009-05-02
1
-35
/
+38
*
Don't expose the protocol used to the client api of the stats
Trond Norbye
2009-04-02
1
-313
/
+155
*
'stats reset' resets new main stats.
dormando
2009-04-01
1
-0
/
+1
*
Use a bool for the accepting_conns stat.
Dustin Sallings
2009-03-30
1
-3
/
+3
*
two new troubleshooting stats
dormando
2009-03-30
1
-3
/
+16
*
add a cmd_flush stat
dormando
2009-03-30
1
-1
/
+7
*
fix a handful of socket listen bugs.
dormando
2009-03-29
1
-9
/
+4
*
using enum for try_read_network/try_read_udp return value
Steve Yen
2009-03-26
1
-21
/
+26
*
transmit_result enum instead of macro defines
Steve Yen
2009-03-25
1
-6
/
+9
*
Added append_stat function to contain the common stat append stuff.
Dustin Sallings
2009-03-24
1
-12
/
+43
*
Use stat macros for server stats.
Dustin Sallings
2009-03-24
1
-161
/
+37
*
Swap APPEND_STAT parameters so that it makes much more sense.
Dustin Sallings
2009-03-24
1
-18
/
+18
*
Make APPEND_STAT globally available.
Dustin Sallings
2009-03-24
1
-10
/
+0
*
"stats reset" should reset eviction counters as well
Trond Norbye
2009-03-24
1
-0
/
+1
*
Fix ascii UDP set (bug36).
Eric Lambert
2009-03-21
1
-2
/
+4
*
Add description of -D to usage()
Trond Norbye
2009-03-19
1
-0
/
+5
*
Fixed -C and -b: (with tests).
Dustin Sallings
2009-03-19
1
-2
/
+2
*
Added stats settings.
Dustin Sallings
2009-03-19
1
-0
/
+97
*
Use safe strto.*l functions for parsing info in text sets.
Dustin Sallings
2009-03-19
1
-11
/
+16
*
Handle 64-bit deltas in incr/decr.
Dustin Sallings
2009-03-19
1
-2
/
+2
*
flesh out safe_strto* util funcs, and make incrdecr use them
Brad Fitzpatrick
2009-03-19
1
-13
/
+8
*
Split the getopt string into multiple lines.
Clinton Webb
2009-03-18
1
-1
/
+26
*
Added support for setting backlog queue on command line
Chris Goffinet
2009-03-15
1
-4
/
+9
*
A bit more space for server_stats, and an assertion (bug 27).
Dustin Sallings
2009-03-13
1
-1
/
+3
*
Fix alignment bug in append_bin_stats
Trond Norbye
2009-03-13
1
-20
/
+16
*
Have just one field for a connection's current cmd.
Dustin Sallings
2009-03-10
1
-14
/
+14
*
Moved conn_lock and suffix_lock out of thread.c (the latter wasn't properly i...
Trond Norbye
2009-03-10
1
-23
/
+36
*
Don't avoid binding UDP on IPv6.
Dustin Sallings
2009-03-09
1
-8
/
+2
*
Added CAS stats.
Dustin Sallings
2009-03-07
1
-0
/
+31
*
incr/decr stats
Dustin Sallings
2009-03-07
1
-0
/
+50
*
Added stats for delete commands.
Dustin Sallings
2009-03-06
1
-0
/
+21
*
Push hit and set stats down into per-slab stats.
Dustin Sallings
2009-03-06
1
-11
/
+21
*
Remove some cvs/svn junk from files.
Dustin Sallings
2009-03-06
1
-2
/
+0
*
Moved bytes_read and bytes_written to threadlocal stats
Trond Norbye
2009-03-06
1
-19
/
+18
*
Use threadlocal stats to count the commands
Trond Norbye
2009-03-04
1
-41
/
+47
*
Drop privileges when running on Solaris
Trond Norbye
2009-03-03
1
-0
/
+3
*
Use AI_ADDRCONFIG more selectively.
Evan Klitzke
2009-03-01
1
-1
/
+7
*
Fix for bug21.
Dustin Sallings
2009-02-26
1
-3
/
+4
*
Use sysexits exit codes and try to select them a bit better.
Dustin Sallings
2009-02-24
1
-12
/
+13
*
setuid before daemonization
Dustin Sallings
2009-02-24
1
-16
/
+16
*
Don't use a default case when you mean a specific one.
Dustin Sallings
2009-02-24
1
-1
/
+1
*
Reformat switch for consistency.
Dustin Sallings
2009-02-24
1
-19
/
+19
*
Convert an if/else chain to a switch. Add default state.
Dustin Sallings
2009-02-24
1
-4
/
+13
*
Magic number cleanup in do_store_item.
Dustin Sallings
2009-02-24
1
-32
/
+32
*
stats detail dump shouldn't use more memory than given.
Dustin Sallings
2009-02-13
1
-1
/
+5
*
Fix leaked reference in binary protocol get ops.
Dustin Sallings
2009-02-13
1
-0
/
+6
*
Remove bad memset call in process_bin_stats.
Victor Kirkebo
2009-02-13
1
-1
/
+0
*
Fix memory corruption error in stats cachedump.
Dustin Sallings
2009-02-12
1
-1
/
+0
*
Update CAS on non-replace incr/decr.
Dustin Sallings
2009-02-11
1
-0
/
+4
*
Remove an assertion that's pointless due to type checking.
Dustin Sallings
2009-02-02
1
-1
/
+0
[next]