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