m6w6/libmemcached
2010-09-15  Brian AkerFix for rpm build
2010-09-15  Brian AkerMerge Trond
2010-09-14  Trond NorbyeFixed dtrace enabled compilations
2010-09-13  Trond NorbyeUpdate libmemcached version number due to change of...
2010-09-13  Brian AkerBug fix by Trond
2010-09-13  Trond NorbyeRefactor: Renamed internal stack dump function
2010-09-13  Trond NorbyeDon't include system headers within an extern C block
2010-09-13  Trond NorbyeRefactor: rename __write_vector_st
2010-09-13  Trond NorbyeFixed SASL authentication bits
2010-09-11  Trond NorbyeFixed test in memcached_set_sasl_auth_data
2010-09-02  Trond NorbyeBug 628650: prefix ntohll/htonll with memcached_
2010-08-24  Trond NorbyeCheck the return code from fgets in memcapable
2010-08-13  Trond NorbyeUpdate memcapable quiet command test to work with serve...
2010-08-13  Trond NorbyeAdd option -P and -T to memcapable
2010-08-03  Brian AkerLooking at additional race conditions in test harness.
2010-08-03  Brian AkerRemove use of system(). Not very portable
2010-08-03  Brian Akerif/def a WATCHPOINT
2010-08-02  Trond NorbyeRemove impossible assert
2010-08-02  Brian AkerMerge Trond
2010-08-02  Trond NorbyeFix ntohll test.. we need to link, not just compile ;-)
2010-08-01  Trond NorbyeFix compile problems when cross compiling
2010-08-01  Trond NorbyeIgnore *.exe
2010-08-01  Trond NorbyeUse PRIu64 instead of %lld
2010-08-01  Trond NorbyeDisable warning == error for win32
2010-07-29  Brian AkerTesting the hudson port changing feature.
2010-07-29  Trond NorbyeFixed autoconf macros for cross compile
2010-07-28  Brian AkerFix everything for release.
2010-07-28  Brian AkerUpdate version/etc.
2010-07-28  Brian AkerUpdate changelog, etc.
2010-07-28  Brian AkerMerge Trond, this is the preliminary support for Windows.
2010-07-28  Trond NorbyeAdded a readme file on how to build on windows
2010-07-28  Trond NorbyeSocket should be memcached_socket_t
2010-07-28  Trond NorbyeFix coding style
2010-07-28  Trond NorbyeFixed building of dlls on win32
2010-07-28  Brian AkerMerge Trond --without-docs
2010-07-27  Trond NorbyeInitial support for Windows
2010-07-27  Trond NorbyeIgnore pandora_vc_revinfo
2010-07-26  Brian AkerMerge in fixes for OpenBSD.
2010-07-23  Piotr SikoraSkip "user_supplied_bug17" (Chinese key) becasue OpenBS...
2010-07-23  Piotr SikoraStart memcached with "-u root", because it let us run...
2010-07-23  Brian AkerAdded --args to memstat
2010-07-22  Brian AkerMerge up OpenBSD fix
2010-07-21  Trond NorbyeAdded --without-docs to configure
2010-07-20  Monty TaylorFixes a typo/oops that shows up on openbsd.
2010-07-20  Brian AkerFound issue from Fedora builder compiling with --with...
2010-07-20  Brian AkerMerge in cast fix for H algo
2010-07-17  Brian AkerType on attribute.
2010-07-16  Brian AkerVerify that servers have started up by reading their...
2010-07-16  Brian AkerPossible fix for OSX slow server startup
2010-07-16  Brian AkerTiny style fix
2010-07-16  Brian AkerMerge in usage for execute_stat.
2010-07-16  Brian AkerMerge in memcached_stat_execute().
2010-07-06  Brian AkerFix for versioning information.
2010-06-30  Brian AkerUpdate for version.
2010-06-30  Brian AkerUpdates for RPM 0.41
2010-06-30  Brian AkerUpdating from Monty
2010-06-30  Monty TaylorRemoved -Werror from unittests. a) we don't really...
2010-06-30  Monty TaylorPut gtest stuff back in check_PROGRAMS... ensure that...
2010-06-30  Brian AkerMerge.
2010-06-30  Brian AkerPossible fix for freebsd
2010-06-30  Brian Akeradded limits for OSX
2010-06-29  Brian AkerUpdate to clean up test case.
2010-06-29  Brian AkerAdding gtest framework.
2010-06-29  Brian AkerUpdate for build.
2010-06-29  Brian AkerUpdate for change in fd.
2010-06-29  Monty TaylorAdded gtest unittest support.
2010-06-29  Brian AkerOptimization around connect.
2010-06-29  Monty TaylorAdd in proper depend tracking for tests/testapp.
2010-06-29  Monty TaylorFixed a typo that was causing a race condition error.
2010-06-29  Brian AkerAdditional cleanup for config.h
2010-06-29  Brian AkerMerge in changes for ICC fix.
2010-06-29  Brian AkerFix for version on OSX
2010-06-29  Brian AkerMerge Monty
2010-06-29  Brian AkerFix for interface issues (Bug 571909 <571909@bugs.launc...
2010-06-28  Brian AkerSmall error correction to write/read error logging.
2010-06-28  Brian AkerUpdate changelog.
2010-06-15  Brian AkerMerge in version util.
2010-06-15  Monty TaylorFixed a missing CLEANFILES entry.
2010-06-14  Brian AkerMerge in indent fix in include.
2010-06-14  Monty TaylorFixed distcheck issue.
2010-06-14  Monty TaylorFixed distcheck dtrace issue.
2010-06-14  Monty TaylorFixed dtrace building.
2010-06-13  Brian AkerDisable dtrace by default for build issue.
2010-06-13  Brian AkerFix for SASL
2010-06-13  Brian AkerRemove blank line.
2010-06-13  Brian AkerMerge Monty (with formatting fixes)
2010-06-13  Monty TaylorUpdated pandora-build files to version 0.134
2010-06-13  Monty TaylorAdded FreeBSD gmake note.
2010-06-13  Brian AkerFix makedist, up the value on the library interface...
2010-06-11  Brian AkerAdding support for libmemcached_ping().
2010-06-11  Brian AkerAdded libmemcached_ping() to memcached utility library.
2010-06-08  Brian AkerAdd support for --file for memcat.
2010-06-08  Brian AkerMerging, with changes, --file for memcat.
2010-06-07  Brian AkerMerge Trond
2010-06-07  Brian AkerFix (though only partial), for connect timeout.
2010-06-05  Trond Norbyememcapable shouldn't be so picky about the error messages..
2010-05-29  Monty TaylorUpdated pandora-build files to version 0.131
2010-05-29  Monty TaylorDisabled effc++ warnings for test cases.
2010-05-28  Monty TaylorRemoved two unused directories.
2010-05-28  Monty TaylorAdded two test files to the tarball.
next