awesomized/libmemcached
2009-06-16  Monty TaylorMerged from me.
2009-06-16  Monty TaylorPorted in flags from Drizzle.
2009-06-15  Monty TaylorFurther merging from libdrizzle and gearman.
2009-06-15  Monty TaylorFixed conversion test. Again.
2009-06-15  Monty TaylorFixed -Wconversion warnings.
2009-06-15  Monty TaylorMerged from me.
2009-06-15  Monty TaylorFixed solaris warnings/errors.
2009-06-15  Monty TaylorUpdated README.FIRST with up to date instructions.
2009-06-15  Monty TaylorAdded status message to the end of autorun.sh
2009-06-15  Monty TaylorConverted final two m4 files into macros. No more direc...
2009-06-15  Monty TaylorMoved pod2man check to a macro.
2009-06-14  Monty TaylorMade ENABLE_HSIEH_HASH into a macro.
2009-06-14  Monty TaylorTurned setsockopt checks into a macro.
2009-06-14  Monty TaylorMade ENABLE_DTRACE actually be a macro.
2009-06-14  Monty TaylorMerged in the C99 change and the end-of-configure statu...
2009-06-14  Monty TaylorRemoved unused references to unreachable-code.
2009-06-14  Monty TaylorRemoved references to -Wconversion. It's just not stabl...
2009-06-14  Monty TaylorChanged how I disabled the Wconversion warning.
2009-06-14  Monty TaylorAligned configure.ac with libdizzle and gearman.
2009-06-14  Brian AkerMerge Trond
2009-06-14  Trond NorbyeAdd memcached_[gs]et_user_data and updated the doc...
2009-06-14  Trond NorbyeClone should also preserve calloc
2009-06-14  Trond NorbyeAdd memcached_[gs]et_memory_allocators to the main...
2009-06-13  Brian AkerMerge of configure
2009-06-11  Trond NorbyeFixed tests in configure script
2009-06-10  Trond NorbyeRefactor: clean up malloc/realloc/free/calloc
2009-06-01  Brian AkerDoc merge
2009-06-01  Monty TaylorFixed lintian warnings for manpages.
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 ;-)
next