forked from memcached/memcached
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge multithreaded into trunk, commit memcached#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
- Loading branch information
Steven Grimm
committed
Apr 16, 2007
1 parent
5b30499
commit 56b8339
Showing
13 changed files
with
622 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,17 @@ | |
|
||
* Explicitly compare against NULL or zero in many places. | ||
|
||
2007-03-05 | ||
* Steven Grimm <[email protected]>: 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 <[email protected]>: 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 <[email protected]>: OpenBSD has a malloc.h, | ||
but warns to use stdlib.h instead | ||
|
||
2006-11-22 | ||
* Steven Grimm <[email protected]>: Add support for multithreaded | ||
execution. Run configure with "--enable-threads" to enable. See | ||
doc/threads.txt for details. | ||
|
||
2006-11-13 | ||
* Iain Wade <[email protected]>: Fix for UDP responses on non-"get" | ||
commands. | ||
|
||
2006-10-15 | ||
* Steven Grimm <[email protected]>: Dynamic sizing of hashtable to | ||
reduce collisions on very large caches and conserve memory on | ||
small caches. | ||
|
||
2006-10-13 | ||
* Steven Grimm <[email protected]>: New faster hash function. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.