|
Revision tags: 1.6.32, 1.6.31, 1.6.30, 1.6.29, 1.6.28, 1.6.27, 1.6.26, 1.6.25, 1.6.24, 1.6.23, 1.6.22, 1.6.21, 1.6.20, 1.6.19, 1.6.18, 1.6.17, 1.6.16, 1.6.15, 1.6.14, 1.6.13, 1.6.12, 1.6.11, 1.6.10, 1.6.9, 1.6.8, 1.6.7, 1.6.6, 1.6.5, 1.6.4, 1.6.3, 1.6.2, 1.6.1, 1.6.0, 1.5.22, 1.5.21, 1.5.20, 1.5.19, 1.5.18, 1.5.17, 1.5.16, 1.5.15, 1.5.14, 1.5.13, 1.5.12, 1.5.11, 1.5.10, 1.5.9, 1.5.8, 1.5.7, 1.5.6, 1.5.5, 1.5.4, 1.5.3, 1.5.2, 1.5.1, 1.5.0, 1.4.39, 1.4.38, 1.4.37, flash-with-wbuf-stack, 1.4.36, 1.4.35, 1.4.34, 1.4.33, 1.4.32, 1.4.31, 1.4.30, 1.4.29, 1.4.28, 1.4.27, 1.4.26, 1.4.25, 1.4.24, 1.4.23, 1.4.22 |
|
| #
7edb1a03 |
| 16-Nov-2014 |
Oskari Saarenmaa <[email protected]> |
gatkq: return key in response
GATKQ was incorrectly mapped to GAT instead of GATK in binary protocol handling and thus didn't return a key in the response. Fixed that and added test cases for GAT,
gatkq: return key in response
GATKQ was incorrectly mapped to GAT instead of GATK in binary protocol handling and thus didn't return a key in the response. Fixed that and added test cases for GAT, GATQ, GATK and GATKQ in testapp.
Noticed this while testing a new memcahe client library, OMcache: https://github.com/saaros/omcache/
show more ...
|
|
Revision tags: 1.4.21, 1.4.20, 1.4.19, 1.4.18, 1.4.17, 1.4.16 |
|
| #
cd3ffe8a |
| 24-Oct-2013 |
Wing Lian <[email protected]> |
fix for "variable length array folded to constant array as an extension" error
|
| #
d11dc0ea |
| 17-Sep-2012 |
Brian Aker <[email protected]> |
This adds the "shutdown" command to the server. This allows for better automation (at least,... I find that it makes for better automation).
|
|
Revision tags: 1.4.15, 1.4.14 |
|
| #
d707b99d |
| 27-Jul-2012 |
Clint Byrum <[email protected]> |
Avoid race condition in test by re-trying
(ed note: yes it doesn't check for a NULL and die after 20 times. this should mitigate until we can do better with writing the pidfile)
|
|
Revision tags: 1.4.13, 1.4.12, 1.4.11, 1.4.11-rc1, 1.4.11-beta1, 1.4.10, 1.4.9, 1.4.9-beta1, 1.4.8, 1.4.8-rc1 |
|
| #
0d16e8c0 |
| 27-Sep-2011 |
dormando <[email protected]> |
Add binary GATK/GATKQ
Apparently nothing tests GETK/GETKQ, so tests still have to be added.
1.6 doesn't have GATK/GATKQ because the membase folks didn't need it. I'm adding them for completeness an
Add binary GATK/GATKQ
Apparently nothing tests GETK/GETKQ, so tests still have to be added.
1.6 doesn't have GATK/GATKQ because the membase folks didn't need it. I'm adding them for completeness and because I don't want to argue about why people can't have it. If you're reading this, please use opaques :)
show more ...
|
| #
d87f568a |
| 27-Sep-2011 |
dormando <[email protected]> |
Backport binary TOUCH/GAT/GATQ commands
Taken from the 1.6 branch, partly written by Trond. I hope the CAS handling is correct.
|
| #
51c8f31f |
| 03-Sep-2011 |
Trond Norbye <[email protected]> |
Issue 221: Increment treats leading spaces as 0
|
|
Revision tags: 1.4.7, 1.4.7-rc1, 1.4.6, 1.4.6-rc1, 1.6.0-beta1 |
|
| #
16a809e2 |
| 10-Nov-2010 |
Trond Norbye <[email protected]> |
Issue 161 incorrect allocation in cache_create
|
|
Revision tags: 1.4.5 |
|
| #
cb10b041 |
| 29-Dec-2009 |
Trond Norbye <[email protected]> |
Remove compile warnings on openBSD
|
|
Revision tags: 1.4.4, 1.4.3 |
|
| #
24869322 |
| 04-Nov-2009 |
Trond Norbye <[email protected]> |
Allow semi-broken C99 compilers to compile memcached
Some C compilers understand the syntax we use in memcached, but do not ship stdbool.h or stdint.h. According to C99 inttypes.h contains the form
Allow semi-broken C99 compilers to compile memcached
Some C compilers understand the syntax we use in memcached, but do not ship stdbool.h or stdint.h. According to C99 inttypes.h contains the formatting macros we use (PRInn) and is supposed to include stdint.h.
This patch tries to detect stdbool.h and inttypes.h and tries to include them from config.h
show more ...
|
|
Revision tags: 1.4.3-rc2 |
|
| #
e24110a4 |
| 02-Nov-2009 |
Trond Norbye <[email protected]> |
Extend test-case for 102 to verify that large multigets work
|
|
Revision tags: 1.4.3-rc1 |
|
| #
655a3a81 |
| 31-Oct-2009 |
Dustin Sallings <[email protected]> |
Enable test for bug101 to be skipped.
This can potentially use a lot of memory on a host and some of the build slaves don't like that too much.
It will run everywhere by default, but may be disable
Enable test for bug101 to be skipped.
This can potentially use a lot of memory on a host and some of the build slaves don't like that too much.
It will run everywhere by default, but may be disabled by setting the SKIP_TEST_101 environment variable.
show more ...
|
| #
d7b4103a |
| 29-Oct-2009 |
Dustin Sallings <[email protected]> |
Use non-blocking connect_server in test.
|
| #
d8cc25b0 |
| 28-Oct-2009 |
Trond Norbye <[email protected]> |
Issue 101: Not reading server responses will hang the server
|
| #
75cc8368 |
| 28-Oct-2009 |
Trond Norbye <[email protected]> |
Issue 102: Piping null to the server will crash it
|
| #
0731dc82 |
| 28-Oct-2009 |
Trond Norbye <[email protected]> |
Add a parameter to connect_server to get a nonblocking connection
|
|
Revision tags: 1.4.2, 1.4.2-rc1, 1.4.1, 1.4.1-rc1, 1.4-rc1, 1.4.0, 1.4.0-rc1 |
|
| #
f1307c4d |
| 10-May-2009 |
Dustin Sallings <[email protected]> |
SASL auth support.
|
| #
24d1c782 |
| 08-Oct-2009 |
Dustin Sallings <[email protected]> |
Removed issue_72 C test (emits invalid key).
This issue has coverage in the perl codebase, but relies on keys larger than 250 bytes long working.
|
| #
2c7bfeb8 |
| 22-Sep-2009 |
Trond Norbye <[email protected]> |
Issue 92: stats cachedump should respond CLIENT_ERROR for illegal slab ids
|
| #
52f16b3e |
| 02-Sep-2009 |
Trond Norbye <[email protected]> |
binary set with cas does not return the new cas id
(dustin) I updated the perl test to check for this when it's doing CAS stuff. Found some bugs in the perl test that took too long to fix.
|
| #
6ae66c84 |
| 27-Aug-2009 |
Trond Norbye <[email protected]> |
Add more tests on the binary protocol
|
| #
9a0357e9 |
| 23-Aug-2009 |
Dustin Sallings <[email protected]> |
Deal with C tests running as root.
|
| #
89d5126b |
| 21-Aug-2009 |
Trond Norbye <[email protected]> |
Issue #77: Bug in the realloc code caused the previous allocated buffer to be reused...
|
| #
3fa31371 |
| 20-Aug-2009 |
Trond Norbye <[email protected]> |
Remove compilation errors from gcc on Solaris
|
| #
891082f3 |
| 15-Jul-2009 |
Dustin Sallings <[email protected]> |
vperror implementation
This allows us to provide much more useful error messages for syscalls.
|