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