summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updating for date.0.34Brian Aker2009-10-131-1/+1
* Updated spec file.Brian Aker2009-10-131-0/+4
* Updated for releaseBrian Aker2009-10-133-2/+8
* Merging bug fix for wrong retry counter.Brian Aker2009-10-123-14/+68
|\
| * Simplify wrong_failure_counter_test to only test the changed codeTrond Norbye2009-10-122-20/+33
| * Fix compile warning from gcc (assert may not terminate the program if NDEBUG ...Trond Norbye2009-10-121-4/+4
| * Merged Jean-Charles RedouteyTrond Norbye2009-10-122-10/+51
| |\ |/ /
| * Fixed retry counter wrongly incremented in case of certain behavior changeJean-Charles Redoutey2009-10-102-8/+55
* | Updating AUTHORS file.Brian Aker2009-10-121-0/+3
* | Merge from TrondBrian Aker2009-10-121-6/+6
|\ \
| * | Reduce the number of items in the mget for regression_bug_434843 to 1024Trond Norbye2009-10-121-2/+3
| * | Fixed compile failure due to wrong return value from function to detect if a ...Trond Norbye2009-10-121-4/+3
| |/
* | Merge from Jean-Charles Brian Aker2009-10-128-75/+154
|\ \
| * | Also keep track of last disconnected server at blacklisting timeJean-Charles Redoutey2009-10-101-0/+1
| * | Added reviewed version of memcached_server_get_last_disconnectJean-Charles Redoutey2009-10-107-92/+168
| |/
* | Merge Jean-CharlesBrian Aker2009-10-128-208/+234
|\ \
| * | Fixed code to blacklist server as from very first failure, if specified soJean-Charles Redoutey2009-10-101-22/+22
| |/
| * Updated test harness, merged Trond's fix for OSX hang.Brian Aker2009-10-096-186/+210
| |\ |/ /
| * Bug #446766: OSX hangs on user_supplied_bug21Trond Norbye2009-10-091-8/+13
|/
* Merge bug fixBrian Aker2009-10-081-2/+2
|\
| * Bug #446607: Syscall param write(buf) points to uninitialised byte(s)Trond Norbye2009-10-081-2/+2
|/
* Fix return type.Brian Aker2009-10-081-1/+1
* Merge in Adam's bug case.Brian Aker2009-10-081-37/+107
|\
| * Factor out fetch-all-requests code marked "Turn this into a help function" in...Adam Thomason2009-09-221-50/+26
| * Fix return codesAdam Thomason2009-09-221-4/+4
| * Address trond's commentsAdam Thomason2009-09-221-23/+15
| * Add a test for large multiget hangAdam Thomason2009-09-211-0/+101
* | Merge of Trond's work.Brian Aker2009-10-086-46/+882
|\ \
| * | Bug #442914: 'delete noreply' may hang the clientTrond Norbye2009-10-082-1/+47
| * | Merge EricTrond Norbye2009-10-081-1/+1
| * | Flush does not reset the bytes stat, so we have no idea of the valueTrond Norbye2009-10-071-5/+0
| * | Initial support for the ASCII protocol in memcapableTrond Norbye2009-10-071-40/+713
| * | Fix compilation warnings reported by gccTrond Norbye2009-10-061-6/+6
| * | Bug 421108: memstat reports same value for bytes, bytes_read and bytes_writtenTrond Norbye2009-10-062-2/+38
| * | Bug #434843: Large multigets with binary protocol may hang clientTrond Norbye2009-10-063-3/+89
* | | Eric's fix for UDP deleteBrian Aker2009-10-081-1/+1
|\ \ \
| * | | fixed casting issue that was causing udp buffered delete tests to failEric Lambert2009-10-071-1/+1
|/ / /
* | | Merge of additional C++ pieces from PadraigBrian Aker2009-10-071-1/+24
|\ \ \
| * \ \ Merge from trunk.Padraig O'Sullivan2009-10-0625-518/+612
| |\ \ \ | |/ / / |/| | |
* | | | Merge in bug fix for for MTaylorBrian Aker2009-10-061-1/+1
|\ \ \ \
| * | | | We missed the symbol versioning file. Oops.Monty Taylor2009-10-041-1/+1
* | | | | Merge Trond.Brian Aker2009-10-0624-517/+611
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Create workaround for warnings generated by a broken C99 compilerTrond Norbye2009-10-065-1/+57
| * | | Fix return type from test functions (should be TEST_SUCCESS and not 0)Trond Norbye2009-10-051-88/+88
| * | | Strip trailing whitespacesTrond Norbye2009-10-051-164/+164
| * | | Update protocol due to review comments:Trond Norbye2009-10-0513-245/+264
| * | | Move libmemcachedutil to libmemcached/util where it belongsTrond Norbye2009-10-057-10/+19
| * | | Fix compilation failure on 32 bit systems caused by macro redefinitionTrond Norbye2009-10-054-9/+19
|/ / /
| * | Added a method for removing servers and updated the add server method.Padraig O'Sullivan2009-10-061-1/+24
| * | Merge from trunk.Padraig O'Sullivan2009-10-0244-120/+6457
| |\ \ | |/ / |/| |