summaryrefslogtreecommitdiff
path: root/testapp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix function protypes for clang errorsKhem Raj2022-10-131-1/+1
* Fix FTBFS with GCC 12 on ppc64elSergio Durigan Junior2022-07-241-1/+1
* Fix a memory leak in cache_limit_revised_downward_testRaphael Isemann2022-07-031-0/+2
* Fix full unit test suite under test_tlsKevin Lin2021-11-231-1/+1
* core: cache.c cleanups, use queue.h freelistdormando2021-08-091-70/+5
* Fix typos in doc/code comments (tem->item, etc)Tyson Andre2021-08-051-1/+1
* arm64: Re-add arm crc32c hw accelerationAli Saidi2020-10-271-0/+32
* testapp: check if memory is allocatedKleber2020-10-271-0/+18
* Fix over-freeing in internal object cachebitground2020-10-261-0/+29
* fixing the basic tls test so it exits correctly when failsTharanga Gamaethige2020-07-011-3/+10
* testapp: Fix failure with -flto=autoKanak Kshetri2020-04-091-6/+5
* stats_prefix: fix test failure due to non-determinismKanak Kshetri2020-02-151-13/+12
* unit tests couple of memory leak fixes proposals.David Carlier2020-02-011-8/+20
* stats: Rename stats.c to stats_prefix.cKanak Kshetri2020-01-131-1/+1
* stats: Move unit tests to testapp.cKanak Kshetri2020-01-131-0/+154
* add error handling when calling dup functionminkikim892019-08-271-0/+1
* memory leak and possible ptr dereferenceDavid Carlier2019-08-271-0/+12
* Fix small memory leak in testapp.c.David Carlier2019-05-201-0/+1
* Basic implementation of TLS for memcached.1.5.13Tharanga Gamaethige2019-04-151-37/+167
* Add drop_privileges() for LinuxStanisław Pitucha2017-08-231-0/+4
* Spelling fixesJosh Soref2017-05-231-1/+1
* gatkq: return key in responseOskari Saarenmaa2014-12-311-13/+71
* fix for "variable length array folded to constant array as an extension" errorWing Lian2013-12-091-1/+1
* This adds the "shutdown" command to the server. This allows for betterBrian Aker2012-10-171-1/+26
* Avoid race condition in test by re-tryingClint Byrum2012-07-271-3/+7
* Add binary GATK/GATKQdormando2011-09-271-2/+5
* Backport binary TOUCH/GAT/GATQ commandsdormando2011-09-271-0/+34
* Issue 221: Increment treats leading spaces as 0Trond Norbye2011-09-031-0/+4
* Issue 161 incorrect allocation in cache_createTrond Norbye2010-11-101-0/+34
* Remove compile warnings on openBSDTrond Norbye2009-12-301-6/+9
* Allow semi-broken C99 compilers to compile memcachedTrond Norbye2009-11-041-3/+1
* Extend test-case for 102 to verify that large multigets work1.4.3-rc2Trond Norbye2009-11-021-0/+31
* Enable test for bug101 to be skipped.Dustin Sallings2009-10-301-0/+4
* Use non-blocking connect_server in test.Dustin Sallings2009-10-281-8/+2
* Issue 101: Not reading server responses will hang the serverTrond Norbye2009-10-281-0/+74
* Issue 102: Piping null to the server will crash itTrond Norbye2009-10-281-0/+17
* Add a parameter to connect_server to get a nonblocking connectionTrond Norbye2009-10-281-5/+14
* SASL auth support.Dustin Sallings2009-10-251-1/+5
* Removed issue_72 C test (emits invalid key).Dustin Sallings2009-10-071-30/+0
* Issue 92: stats cachedump should respond CLIENT_ERROR for illegal slab idsTrond Norbye2009-09-221-0/+66
* binary set with cas does not return the new cas idTrond Norbye2009-09-021-0/+11
* Add more tests on the binary protocolTrond Norbye2009-09-021-6/+1163
* Deal with C tests running as root.Dustin Sallings2009-08-291-0/+5
* Issue #77: Bug in the realloc code caused the previous allocated buffer to be...Trond Norbye2009-08-221-0/+5
* Remove compilation errors from gcc on SolarisTrond Norbye2009-08-221-2/+2
* vperror implementationDustin Sallings2009-08-191-0/+47
* Put a time limit on memcached processes started from within tests.Dustin Sallings2009-08-141-2/+7
* Fix for issue 72: 1.4.0 binary multi-get crash issueTrond Norbye2009-08-141-0/+80
* The C test should emit TAP.Dustin Sallings2009-08-131-14/+10
* Allow memcached to bind to an ephemeral portTrond Norbye2009-08-131-16/+95