summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteven Grimm <sgrimm@facebook.com>2007-04-16 15:34:03 +0000
committerSteven Grimm <sgrimm@facebook.com>2007-04-16 15:34:03 +0000
commit56b8339e0606c1e59987c8d6368dfe727f3914b8 (patch)
tree6a3b5a81e147e26321f88ff679d345cb3cea025f /ChangeLog
parent5b304997cc5e19cc9eb6856b70716574492c2989 (diff)
downloadmemcached-56b8339e0606c1e59987c8d6368dfe727f3914b8.tar.gz
Merge multithreaded into trunk, commit #2 (first commit only did the
new files, not the modified ones.) git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@509 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4ed32b..31504d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -69,6 +69,17 @@
* Explicitly compare against NULL or zero in many places.
+2007-03-05
+ * Steven Grimm <sgrimm@facebook.com>: Per-object-type stats collection
+ support. Specify the object type delimiter with the -D command line
+ option. Turn stats gathering on and off with "stats detail on" and
+ "stats detail off". Dump the per-object-type details with
+ "stats detail dump".
+
+2007-03-01
+ * Steven Grimm <sgrimm@facebook.com>: Fix an off-by-one error in the
+ multithreaded version's message passing code.
+
2006-12-23
* fix expirations of items set with absolute expiration times in
the past, before the server's start time. bug was introduced in
@@ -97,10 +108,20 @@
* Steve Peters <steve@fisharerojo.org>: OpenBSD has a malloc.h,
but warns to use stdlib.h instead
+2006-11-22
+ * Steven Grimm <sgrimm@facebook.com>: Add support for multithreaded
+ execution. Run configure with "--enable-threads" to enable. See
+ doc/threads.txt for details.
+
2006-11-13
* Iain Wade <iwade@optusnet.com.au>: Fix for UDP responses on non-"get"
commands.
+2006-10-15
+ * Steven Grimm <sgrimm@facebook.com>: Dynamic sizing of hashtable to
+ reduce collisions on very large caches and conserve memory on
+ small caches.
+
2006-10-13
* Steven Grimm <sgrimm@facebook.com>: New faster hash function.