Fixed strings returned by get to be null terminated (request by Cal
[awesomized/libmemcached] / ChangeLog
1 0.6
2 * get value returns are now null terminated (request by Cal Heldenbrand)
3
4 0.5 Tue Oct 9 00:22:25 PDT 2007
5 * Ruby maintainer mentioned TCP_NODELAY patch he had added. Added this to C
6 library as well. (Eric Hodel drbrain@segment7.net)
7 * Added support script for set_benchmark
8 * Updated memslap to allow testing of TCP_NODELAY
9 * Updated memslap to support --flush (aka dump memcache servers before
10 testing)
11 * Fixed bug in multiple hosts not being activated
12 * Added environmental variable MEMCACHED_SERVERS which can be used to
13 set the servers list.
14 * fixed memcached_stat method (and now memstat works)
15 * server connect now happens on demand.
16 * Help for all command line applications
17
18 0.4 Wed Oct 3 10:28:50 PDT 2007
19 * Added buffered IO to write calls for keys
20 * Added buffered IO for reads
21 * memstat was broken (bad if/else on connect)
22 * New non-blocking IO (not default yet). Mucho faster
23 * Refactor of test system.
24 * memslap crash solved
25
26 0.3 Mon Oct 1 06:37:52 PDT 2007
27 * Jeff Fisher <guppy@techmonkeys.org> provided a spec file
28 * Added "make rpm" around dist file
29 * Added support for Solaris
30 * Added support for DTrace
31 * Fixed read to be recv and write to be send
32 * Bug fix where memstat would core if no server was found
33 * Added memslap tool (load generator)
34 * Numerous bug fixes in library
35 * Added calls to library for creating host lists (see
36 text cases to understand how to use this).
37
38 0.2 Thu Sep 27 03:46:57 PDT 2007
39 * First public version
40