awesomized/libmemcached
2009-06-01  Brian AkerUpdating for 0.30 0.30
2009-05-28  Brian AkerAdded memcached_generate_hash() and more tests! :)
2009-05-27  Brian AkerStat fix and storage boost performance.
2009-05-23  Brian AkerMerge Monty
2009-05-23  Monty TaylorFixed overeager quoting.
2009-05-21  Monty TaylorMerged from trunk.
2009-05-21  Monty Taylorsplit AC_CONFIG_FILES across multple lines.
2009-05-21  Monty TaylorAdded location of pod2man on OpenSolaris to the list...
2009-05-21  Monty TaylorRearranged debug and non-debug compile flags a little...
2009-05-21  Monty TaylorMoved m4 stuff to m4 dir to match how we're doing it...
2009-05-21  Monty TaylorAdded -I option to aclocal so the system finds the...
2009-05-20  Brian AkerUpdating ignore file
2009-05-20  Monty TaylorRemove unneeded configure option.
2009-05-20  Monty TaylorOnly link libm with things that need libm.
2009-05-20  Monty TaylorAdd versioning to libmemcachedutil.
2009-05-20  Monty TaylorFixed a few man pages so lintian does't complain.
2009-05-20   <brian@localhost... Updated Changelong
2009-05-20   <brian@localhost... Align memcached_st.
2009-05-20   <brian@localhost... Cleaned up structures for holes.
2009-05-19   <brian@localhost... Added new memcached_dump() command.
2009-05-19   <brian@localhost... Added tag 0.29-2 for changeset c461be07320b
2009-05-19   <brian@localhost... Updated release notes 0.29-2
2009-05-14   <brian@localhost... Updating TODO
2009-05-14   <brian@localhost... Adding an assert, plus a conversion of malloc to calloc
2009-05-14   <brian@localhost... Flip call (NULL is more common). Also add in helgrind...
2009-05-13   <brian@localhost... Added callgrind() to Makefile
2009-05-13   <brian@localhost... Cachegrind to test and fix for cache misses
2009-05-13  Monty TaylorFixed a little autoconf quoting. Updated AC_OUTPUT.
2009-05-13  Monty TaylorA few 32-bit fixes.
2009-05-13  Monty TaylorFixed up configure.ac to use newer/recommended automake...
2009-05-13  Monty TaylorFixed files to work with vpath builds for distcheck.
2009-05-13  Monty TaylorAdded srcdir includes so that the include files could...
2009-05-13  Trond NorbyeFix package variable in AM_INIT_AUTOMAKE
2009-05-13   <brian@localhost... Added tag 0.29 for changeset ddaa6a4bb80f
2009-05-13   <brian@localhost... Updates for 0.29 release 0.29
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-12  Monty TaylorAdded descriptions to fix debian manpage-has-bad-whatis...
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 NorbyeConvert DOS crlf to just lf
2009-05-11  Trond NorbyeAdded libmemcachedutil containing utility functions
2009-05-03   <MattIngenthroninge... user: Matt Ingenthron <ingenthr@cep.net>
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   <brian@localhost... New Spec file.
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... Changed behavior for MEMCACHED_BEHAVIOR_NO_BLOCK to...
2009-04-15   <brian@localhost... Added tag 0.28 for changeset db4cc63f60ac
2009-04-15   <brian@localhost... Setup for version .28 and fix for RPM build for Fedora 10 0.28
2009-04-15   <brian@localhost... Fix warning for not found gettimeofday in memstat
2009-04-14   <brian@gir... Fix overrun on value
2009-04-14   <brian@gir... Fix for by_key()
2009-04-14   <brian@gir... Recommitting fix for non-init
2009-03-31  Brian AkerFix for test from Eric (we should rework this around...
2009-03-30  Brian AkerAdded tag 0.27 for changeset 8340670b8220
2009-03-30  Brian AkerFixingup for release 0.27
2009-03-27  Trond NorbyeUpdate the docs for memcached_clone.
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  Trond NorbyeFixed actual loop in add_wrapper ;-)
2009-03-21  Steve YenRefactor: memcachd_key_test -> memcached_key_test
2009-03-19  Trond NorbyeLower the number of iterations in add_wrapper
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-19  Steve YenFixed typos in the documentation
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 NorbyeCreate a new make-target: test-no-outputdiff
2009-03-13  Trond NorbyePreserve the make invoked for test, test-extended and...
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-10  Eric LambertDocument UDP behavior
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-13  Toru MaesakaFirst version of network latency test for memstat
2009-02-12  Toru MaesakaSeparate the analyzer code in main() to its own functio...
2009-02-12  Toru MaesakaFixed compiler warning for wrong printf placeholder...
2009-02-10  Toru MaesakaUpdated the library version constant to 0.26 (seems...
2009-01-29  Brian AkerAdded tag 0.26 for changeset 3cb64824c21a
2009-01-29  Brian AkerCleanup for version 0.26 0.26
next