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