Turned on more warnings, and fixed the errors. Moved common.h, which includes
[awesomized/libmemcached] / libmemcached /
2009-05-13  Monty TaylorTurned on more warnings, and fixed the errors. Moved...
2009-05-13  Monty TaylorEnabled warnings=errors for GCC and then made things...
2009-05-13   <brian@localhost... Setup for next version (and fixes for util for RPM)
2009-05-12  Trond NorbyeFixed up review comments from Brian
2009-05-11  Trond NorbyeAdded libmemcachedutil containing utility functions
2009-05-03  Trond NorbyeFlush _all_ servers when we hit the prefetch limit
2009-05-03  Trond NorbyeAdded support for MEMCACHED_BEHAVIOR_IO_KEY_PREFETCH
2009-05-02  Trond NorbyePOLLERR is a returned event value
2009-05-02  Trond NorbyeRefactor: memcached_io_read should return memcached_ret...
2009-05-02  Trond NorbyeSwallow new stats from 1.3 servers. We need a new stats...
2009-05-02  Robey PointerAdd support for AUTO_EJECT_HOST
2009-05-01  Eric LambertDisable hsieh algorithm by default
2009-04-30  Trond NorbyeDo not install libmemcached_config.h
2009-04-28  Tasuku SUENAGAAdd support for incr/decr with initial value
2009-04-16  Trond NorbyeIncrease the size of the buffer for the version string
2009-04-16   <brian@gir.tangen... Changed behavior for MEMCACHED_BEHAVIOR_NO_BLOCK to...
2009-04-15   <brian@localhost... Setup for version .28 and fix for RPM build for Fedora 10 0.28
2009-04-14   <brian@gir.tangen... Fix overrun on value
2009-04-14   <brian@gir.tangen... Fix for by_key()
2009-04-14   <brian@gir.tangen... Recommitting fix for non-init
2009-03-30  Brian AkerFixingup for release 0.27
2009-03-27  Toru MaesakaUnify the execution flow for fetch related functions...
2009-03-26  Trond NorbyeBacked out changeset 74a1c5ce90d4
2009-03-26  Toru MaesakaUnify the execution flow for fetch related functions...
2009-03-26  Trond NorbyeRefactor: Rename value_fetch to textual_value_fetch
2009-03-24  Trond NorbyeUse poll() to determine next readable server
2009-03-23  Trond NorbyeUse ptr->root->result if the caller didn't provide...
2009-03-21  Steve YenRefactor: memcachd_key_test -> memcached_key_test
2009-03-19  Trond NorbyeCompute jenkins hash byte by byte on big endian platforms
2009-03-19  Trond NorbyeCopy all tunable members in memcached_clone and add...
2009-03-13  Trond NorbyeThe clients and test programs should not be compiled...
2009-03-13  Trond NorbyeCheck if the operating system provides a working ntohll
2009-03-13  Trond NorbyeSilently ignore the new stats fields
2009-03-13  Eric Lambertminor tweaks to udp testcode and new error string
2009-03-11  Trond NorbyeFix coding style violations
2009-03-09  Eric LambertSkip IPv6 addresses in UDP mode (the server doesn't...
2009-03-09  Eric Lambertudp support in fire and forget mode for all ops but...
2009-03-01  Trond NorbyeFix connect with timeouts
2009-02-26  Robey PointerPreserve errno for write failures
2009-02-25  Trond NorbyeFixed retrieval of io-watermarks
2009-02-24  Trond NorbyeFixed typo: SO_RCVBUF instead of SO_SNDBUF
2009-02-24  Eric Lambertdo function should not increment response counter in...
2009-02-24  Eric Lambertversion_binary no longer attempts to parse invalid...
2009-02-24  Eric Lambertversion_textual no longer attempts to parse invalid...
2009-02-10  Toru MaesakaUpdated the library version constant to 0.26 (seems...
2009-01-27  Trond NorbyeImplemented support for noreply in the binary protocol
2009-01-23  Robey PointerExport generate_hash_value as memcache_generate_hash_va...
2009-01-23  Trond NorbyeSource cleanup (remove compiler warnings ++)
2009-01-23  Trond Norbyereplace memcached_readline with memcached_io_readline
2009-01-23  Trond NorbyeFix connect bug in memcached_flush_buffers and syntax...
2009-01-23  Toru MaesakaAdded cluster analysis functionality to the library...
2009-01-22  Trond NorbyeAdded prototype for memcached_flush_buffers
2009-01-21  Trond NorbyeAdded new command: memcached_flush_buffers
2009-01-21  Toru MaesakaDelete useless code.
2009-01-20  Steve Yenmemcached_io_reset passed wrong struct
2009-01-20  Trond NorbyeImplement memcached_behavior_noreply
2009-01-10  Trond NorbyeDeprecate MEMCACHED_NO_KEY_PROVIDED, and fixed key...
2009-01-09  Brian AkerMerge.
2009-01-09  Brian AkerChanged memcached_servers_parse() to take const
2009-01-09   <hannu.valtonen... Change binary protocol behavior to disallow the use...
2009-01-07  Trond NorbyeRemoved obsolete DTrace related macros
2009-01-07  Trond NorbyeFixed the support for DTrace so that it also builds...
2009-01-06  Brian AkerMerge
2009-01-06  Brian AkerImport new purge work from trond
2009-01-06  Trond NorbyeTest for a working SO_SNDTIMEO and SO_RCVTIMEO during...
2009-01-06  Brian AkerFix test case for weighted servers.
2009-01-05  Brian AkerRefactor to remove leak in new framework for clone...
2009-01-05  Brian AkerRefactor for host_reset, updated test. TODO in code...
2009-01-05  Brian AkerRefactor out host_reset and add internal _with() to...
2009-01-05   <brian@gir.tangen... Bug fix for host_reset()
2009-01-04   <brian@gir.tangen... Fix for decrement
2008-12-11  Trond NorbyeDisable SO_SNDTIMEO and SO_RCVTIMEO on Solaris
2008-12-15  Trond Norbyememcached_io_reset should disconnect from the server...
2008-12-01  Trond NorbyeSync protocol_binary.h with the memcached repository
2008-11-28  Brian AkerFix for config to not be stored into filesystem. 0.25
2008-11-28  Brian AkerFix for bad disconnect during test run.
2008-11-28   <brian@gir-3.local>Incomming fix from Chris
2008-11-21   <brian@gir-3.local>Patch from evn
2008-11-17   <brian@gir-3.local>Removing purge support for the time being.
2008-11-16  Brian AkerFix for most errors around non-block
2008-11-15  Brian AkerStraighten up exection path
2008-11-15   <brian@gir-3.local>Trying to remove dead branch
2008-11-15   <brian@gir-3.local>Merge.
2008-11-15   <brian@gir-3.local>Fix to make sure we do not copy an element on top of...
2008-11-15   <brian@gir-3.local>Remove dead variable and on close check value of file...
2008-11-05  Yin Chenfix io_read bug
2008-11-03   <brian@gir-3.local>Incomming code for additions in keys (see Changelog)
2008-11-03   <brian@gir-3.local>Merge fixed from trond
2008-10-22  Trond NorbyePurge the input buffer if I discover a lot of commands...
2008-10-15  Brian AkerIncoming update to Murmur
2008-10-01  Trond Norbyelibmemcached_config.h should not be installed
2008-09-30  Trond NorbyeHostname (and filename) should be const in memcached_se...
2008-09-22   <brian@gir-3.local>Adding missing file.
2008-09-22   <brian@gir-3.local>Merging in Brian Pontz work on Jenkins hash
2008-09-16  Brian AkerWrapping up fixed for .24 release
2008-09-09   <brian@gir-3.local>Refactored call, removed abort() call (we should never...
2008-09-09   <brian@gir-3.local>Moved response code to use a switch/case (instead if...
2008-09-08   <brian@gir-3.local>Cleanup values for future use of memcached_server_free()
2008-09-08   <brian@gir-3.local>Style cleanup
2008-09-08   <brian@gir-3.local>Updated for the creation of memcached_server_by_key().
next