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