summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udp warning message1.2.0Brad Fitzpatrick2006-09-203-3/+14
* fix pathsBrad Fitzpatrick2006-09-141-8/+8
* update test so it still works, but can also work with the 1.1.x branchBrad Fitzpatrick2006-09-091-4/+4
* work even if no Time::HiResBrad Fitzpatrick2006-09-091-4/+8
* potential raceBrad Fitzpatrick2006-09-091-0/+14
* to stay in sync with 1.1.x test library.Brad Fitzpatrick2006-09-091-1/+10
* put memcached.h back up hereBrad Fitzpatrick2006-09-071-3/+1
* working UDP tests nowBrad Fitzpatrick2006-09-071-4/+22
* Fix UDP protocol handler bug introduced in merge to trunkSteven Grimm2006-09-071-0/+1
* failing UDP testBrad Fitzpatrick2006-09-072-4/+121
* automake foo from Robin H. Johnson: build two targets, and test on the debug...Brad Fitzpatrick2006-09-063-9/+14
* make "make test" run "prove t"Brad Fitzpatrick2006-09-051-2/+2
* make memcached reports its pointer size, so test suite needs less overflow gu...Brad Fitzpatrick2006-09-052-33/+15
* update 64 bit test skipping now that we're using atol instead of atollBrad Fitzpatrick2006-09-051-2/+2
* more test -> tBrad Fitzpatrick2006-09-051-3/+3
* rename 'test' to 't'.Brad Fitzpatrick2006-09-0520-0/+0
* gcc 2.95 doesn't have atoll apparently.Brad Fitzpatrick2006-09-051-1/+1
* shit, I should've started this list years ago. this is just fromBrad Fitzpatrick2006-09-051-0/+19
* FreeBSD 4.x doesn't have IOV_MAX exposed (Eric Hodel <drbrain@segment7.net>)Eric Hodel2006-09-051-0/+7
* this is needed for FreeBSD 4, according to Eric Hodel <drbrain@segment7.net>....Eric Hodel2006-09-051-0/+2
* decl before statementBrad Fitzpatrick2006-09-051-1/+2
* Remove redundant setup code in conn_new()Steven Grimm2006-09-051-3/+0
* Always read UDP-based commands from the front of the packet; we fixed thisSteven Grimm2006-09-051-2/+2
* the old unixsocket check didn't work on OS X or other BSDs or Solaris... maki...Brad Fitzpatrick2006-09-051-1/+1
* hush a warningBrad Fitzpatrick2006-09-051-1/+1
* lame-ass fix to make this build on Solaris 10, which lacks some fields in msg...Brad Fitzpatrick2006-09-051-4/+6
* improve autoconf detection for libevent. from the Tor project.Brad Fitzpatrick2006-09-052-7/+86
* remove warning in assertionBrad Fitzpatrick2006-09-041-2/+2
* incrdecr tests and new protocol noteBrad Fitzpatrick2006-09-042-2/+39
* daemonize testsBrad Fitzpatrick2006-09-042-4/+40
* whitespace. (had written this test on a 64-bit machine without my .emacs file)Brad Fitzpatrick2006-09-041-8/+8
* more 64 bit testsBrad Fitzpatrick2006-09-041-13/+46
* need -u root when running tests as rootBrad Fitzpatrick2006-09-041-0/+3
* start of work on 64-bit hosts. at least identifying 32-bit buildsBrad Fitzpatrick2006-09-042-2/+35
* adding stub testsBrad Fitzpatrick2006-09-0410-0/+110
* test was racy before. increased margins. this version ran in a loopBrad Fitzpatrick2006-09-041-3/+3
* was supposed to be 256kB, to be at least bigger than most TCP window sizesBrad Fitzpatrick2006-09-041-1/+1
* two new tests:Brad Fitzpatrick2006-09-042-0/+59
* test flush_all in futureBrad Fitzpatrick2006-09-041-3/+13
* improve flush_all test, including adding failing (skipped) tests for a known ...Brad Fitzpatrick2006-09-043-4/+28
* add partially-failing flush_all test, and make mem_get_is functionBrad Fitzpatrick2006-09-042-1/+28
* prepping for running on 1.1.x branch, preparing for failuresBrad Fitzpatrick2006-09-041-2/+8
* adding absolute time expires testsBrad Fitzpatrick2006-09-042-8/+15
* move expirations code to use mem_get_is, and start flags testBrad Fitzpatrick2006-09-043-11/+29
* gotta remove these .svn files too from the distfilesBrad Fitzpatrick2006-09-041-2/+2
* make everything use mem_get_isBrad Fitzpatrick2006-09-043-15/+7
* more tests. add more common test helper functions.Brad Fitzpatrick2006-09-042-27/+28
* kills this warning:Brad Fitzpatrick2006-09-041-1/+1
* fix some long-standing psuedo-bugs with regard to the delete-lockedBrad Fitzpatrick2006-09-043-47/+71
* never found before because asserts were offBrad Fitzpatrick2006-09-041-1/+1