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