Merge in parser adjustment so that = now belongs to the actual parser.
[awesomized/libmemcached] / libmemcached /
2011-03-27  Brian AkerMerge in parser adjustment so that = now belongs to...
2011-03-27  Brian AkerShift = over being done by scanner, ie faster match.
2011-03-27  Brian AkerMerge in change such that we now use "config_" as the...
2011-03-26  Brian AkerMerge in additional tests/remove any usages of STL...
2011-03-26  Brian AkerMerge in additional changes so that we remove a usage...
2011-03-26  Brian AkerClean up header files a bit.
2011-03-25  Brian AkerMerge in code changes for all of the new parser.
2011-03-25  Brian AkerMerge fixes from build.
2011-03-25  Brian AkerFix a few spots where when I did the update for EXIT_...
2011-03-25  Brian AkerFix strlen vs sizeof usage in a few spots.
2011-03-25  Brian AkerUpdates for strncpy.
2011-03-24  Brian AkerAdd option to use UDS with server list.
2011-03-24  Brian AkerFix compile issue for debug.
2011-03-24  Brian AkerFix issue with multiple use of "DEBUG"
2011-03-23  Brian AkerMerge in additional language plus some of the configure...
2011-03-23  Brian AkerFix problem where hostname would end up with trailing...
2011-03-23  Brian AkerAdding additional END, RESET, DEBUG, and INCLUDE options.
2011-03-23  Brian AkerCleanup output from error reporting.
2011-03-23  Brian AkerFixes issue where if illegal options caused parsing...
2011-03-23  Brian AkerBetter error handling.
2011-03-23  Brian AkerImproved on the error messages in the parser.
2011-03-23  Brian AkerAdditional cleanup on error messages.
2011-03-23  Brian AkerCheck for failures while configuring client.
2011-03-22  Brian AkerUpdates to configuration API.
2011-03-21  Brian AkerThis adds a couple of new options for options parsing.
2011-03-21  Brian AkerFix prefix key so that it is not statically built.
2011-03-21  Brian AkerMerge in all changes related to being able to read...
2011-03-21  Brian AkerImport parser/etc
2011-03-19  Brian AkerFinal bits for options in parser for behaviors.
2011-03-19  Brian AkerMerge in additions to the scanner.
2011-03-18  Brian AkerAdditional fixes/test. We will now limit the hostname...
2011-03-18  Brian AkerMerge in new scanner/parser suite with updated test...
2011-03-18  Brian AkerMerge in all of the new parser work.
2011-03-17  Brian AkerMerge in updates to make sure exit/return is done properly.
2011-03-08  Brian AkerMerge in solution for lp:581030.
2011-03-04  Brian AkerFix for memory leak when parsing servers.
2011-03-01  Brian AkerMerge Trond
2011-03-01  Trond NorbyeDetect the availability of MSG_NOSIGNAL/MSG_DONTWAIT
2011-02-22  Brian AkerMerge in trond.
2011-02-22  Trond NorbyeLink libmemcached.so with SASL libs if we build with...
2011-02-22  Trond NorbyeDon't use __attribute__((unused))
2011-02-22  Brian AkerMerge in patch for additional lib for SASL
2011-02-22  Brian AkerMerge in dist fix from Monty
2011-02-22  Brian AkerMerge in ability for memcapable to handle ascii/binary...
2011-02-21  Brian AkerMerge in fix for send() on linux.
2011-02-21  Brian AkerStore up errno in a couple of spots.
2011-02-15  Brian AkerMerge in bug fix for 456080.
2011-02-15  Brian AkerFix for Openbsd
2011-02-13  Brian AkerRemove special condition for block and version.
2011-02-12  Brian AkerRollup of fixes/error message corrections in mget....
2011-02-12  Brian AkerAdd purge before get.
2011-02-12  Brian AkerBetter reporting on errors from mget.
2011-02-12  Brian AkerMerge in fixes for get.
2011-02-12  Brian AkerCommit additional test for remote...
2011-02-12  Brian AkerAdd assert for remote testing.
2011-02-12  Brian AkerMore tests.
2011-02-11  Brian AkerRemote debug ubuntu
2011-02-11  Brian AkerMerge in removal of setting infinite no_block
2011-02-11  Brian AkerTest location of failure observed on ubuntu hudson
2011-02-11  Brian AkerMerge in a number of fixes for OpenBSD.
2011-02-11  Brian AkerRemove openbsd warnings.
2011-02-11  Brian AkerRollup merge.
2011-02-11  Brian AkerRemove icc warnings (some of).
2011-02-10  Brian AkerCheck for invalid value when determinng min/max on...
2011-02-10  Brian AkerVersion will now have a default we can use to look...
2011-02-10  Brian AkerUpdating test case such that we output version informat...
2011-02-10  Brian AkerFix for ancient solaris platforms. ie bug 695726
2011-02-10  Brian AkerFix for bug 633247
2011-01-11  Brian AkerMerge in changes from Monty
2010-12-23  Monty TaylorFixed systemtap issues (I hope) and a test case compile.
2010-09-15  Brian AkerMerge Trond
2010-09-14  Trond NorbyeFixed dtrace enabled compilations
2010-09-13  Brian AkerBug fix by Trond
2010-09-13  Trond NorbyeRefactor: Renamed internal stack dump function
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-03  Brian Akerif/def a WATCHPOINT
2010-08-02  Trond NorbyeRemove impossible assert
2010-08-02  Brian AkerMerge Trond
2010-08-01  Trond NorbyeUse PRIu64 instead of %lld
2010-07-28  Brian AkerMerge Trond, this is the preliminary support for Windows.
2010-07-28  Trond NorbyeSocket should be memcached_socket_t
2010-07-28  Trond NorbyeFixed building of dlls on win32
2010-07-27  Trond NorbyeInitial support for Windows
2010-07-16  Brian AkerPossible fix for OSX slow server startup
2010-07-16  Brian AkerMerge in memcached_stat_execute().
2010-07-06  Brian AkerFix for versioning information.
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  Brian AkerOptimization around connect.
2010-06-29  Monty TaylorFixed a typo that was causing a race condition error.
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-15  Brian AkerMerge in version util.
2010-06-15  Monty TaylorFixed a missing CLEANFILES entry.
next