Timeline
09/09/06:
- 23:11 Changeset [397] by
-
1.2.0 tag
- 22:53 Changeset [396] by
-
tagging 1.1.13
- 22:51 Changeset [395] by
-
1.1.13
- 22:25 Changeset [394] by
-
update autoconf stuff
- 22:12 Changeset [393] by
-
passes on 64 bit now
- 21:36 Changeset [392] by
-
update test so it still works, but can also work with the 1.1.x branch
- 20:36 Changeset [391] by
-
64bit fixes
- 20:25 Changeset [390] by
-
work even if no Time::HiRes
- 20:25 Changeset [389] by
-
more prep for release. making test passes on 64-bit
- 20:08 Changeset [388] by
-
include tests
- 20:01 Changeset [387] by
-
changelog
- 20:00 Changeset [386] by
-
n/a
- 19:49 Changeset [385] by
-
potential race
- 19:49 Changeset [384] by
-
potential race. wait for early half of second.
- 19:28 Changeset [383] by
-
expire at the expire time. fixes test.
- 17:16 Changeset [382] by
-
don't test this here
- 17:16 Changeset [381] by
-
to stay in sync with 1.1.x test library.
- 17:13 Changeset [380] by
-
give the 1.1.x branch some love:
-- import test suite from 1.2.x ...
09/07/06:
- 20:38 Changeset [379] by
-
put memcached.h back up here
- 17:13 Changeset [378] by
-
working UDP tests now
- 06:02 Changeset [377] by
-
Fix UDP protocol handler bug introduced in merge to trunk
- 05:26 Changeset [376] by
-
failing UDP test
09/06/06:
- 02:44 Changeset [375] by
-
automake foo from Robin H. Johnson: build two targets, and test on the ...
09/05/06:
- 22:46 Changeset [374] by
-
make "make test" run "prove t"
- 18:48 Changeset [373] by
-
make memcached reports its pointer size, so test suite needs less overflow ...
- 05:59 Changeset [372] by
-
update 64 bit test skipping now that we're using atol instead of atoll
- 05:55 Changeset [371] by
-
more test -> t
- 05:55 Changeset [370] by
-
rename 'test' to 't'.
- 05:50 Changeset [369] by
-
gcc 2.95 doesn't have atoll apparently.
but long's good enough for the ...
- 05:20 Changeset [368] by
-
shit, I should've started this list years ago. this is just from quick ...
- 05:00 Changeset [367] by
-
FreeBSD 4.x doesn't have IOV_MAX exposed (Eric Hodel ...
- 04:56 Changeset [366] by
-
this is needed for FreeBSD 4, according to Eric Hodel ...
- 04:49 Changeset [365] by
-
decl before statement
- 02:42 Changeset [364] by
-
Remove redundant setup code in conn_new()
- 02:37 Changeset [363] by
-
Always read UDP-based commands from the front of the packet; we fixed ...
- 01:41 Changeset [362] by
-
the old unixsocket check didn't work on OS X or other BSDs or Solaris... ...
- 00:22 Changeset [361] by
-
hush a warning
- 00:21 Changeset [360] by
-
lame-ass fix to make this build on Solaris 10, which lacks some fields in ...
- 00:03 Changeset [359] by
-
improve autoconf detection for libevent. from the Tor project.
09/04/06:
- 23:52 Changeset [358] by
-
remove warning in assertion
- 21:16 Changeset [357] by
-
incrdecr tests and new protocol note
- 21:04 Changeset [356] by
-
daemonize tests
- 21:03 Changeset [355] by
-
whitespace. (had written this test on a 64-bit machine without my .emacs ...
- 20:51 Changeset [354] by
-
more 64 bit tests
- 20:22 Changeset [353] by
-
need -u root when running tests as root
- 10:41 Changeset [352] by
-
start of work on 64-bit hosts. at least identifying 32-bit builds
- 07:41 Changeset [351] by
-
adding stub tests
- 07:21 Changeset [350] by
-
test was racy before. increased margins. this version ran in a loop for ...
- 07:15 Changeset [349] by
-
was supposed to be 256kB, to be at least bigger than most TCP window sizes
- 07:12 Changeset [348] by
-
two new tests:
1) bogus commands: not yet done. did as a side-effect of ...
- 06:38 Changeset [347] by
-
test flush_all in future
- 06:33 Changeset [346] by
-
improve flush_all test, including adding failing (skipped) tests for a ...
- 06:16 Changeset [345] by
-
add partially-failing flush_all test, and make mem_get_is function able to ...
- 06:11 Changeset [344] by
-
prepping for running on 1.1.x branch, preparing for failures
- 06:05 Changeset [343] by
-
adding absolute time expires tests
- 06:00 Changeset [342] by
-
move expirations code to use mem_get_is, and start flags test
- 05:49 Changeset [341] by
-
gotta remove these .svn files too from the distfiles
- 05:45 Changeset [340] by
-
make everything use mem_get_is
- 05:40 Changeset [339] by
-
more tests. add more common test helper functions.
- 05:29 Changeset [338] by
-
kills this warning:
memcached.c: In function `add_iov': memcached.c:494: ...
- 05:29 Changeset [337] by
-
fix some long-standing psuedo-bugs with regard to the delete-locked window ...
- 04:09 Changeset [336] by
-
never found before because asserts were off
- 04:08 Changeset [335] by
-
restore blank lines I over-zealously destroyed earlier.
- 04:01 Changeset [334] by
-
more/updated tests, these about the delete-locked window.
- 04:01 Changeset [333] by
-
keep assertions on by default for now
- 03:52 Changeset [332] by
-
whoops. this removed extra blank lines between functions earlier
- 02:33 Changeset [331] by
-
more tests, and remove duplicate code in memcached.c dealing with ignore ...
- 02:28 Changeset [330] by
-
but we do want trailing newline at end of file
- 02:23 Changeset [329] by
-
remove all trailing whitespace, not just first occurrence. :)
- 02:20 Changeset [328] by
-
whitespace changes only
- 02:18 Changeset [327] by
-
whitespace cleaner
- 01:13 Changeset [326] by
-
for the bget jump
- 00:47 Changeset [325] by
-
start of tests
09/03/06:
- 23:57 Changeset [324] by
-
note for self
- 20:26 Changeset [323] by
-
add tool to auto-build interim releases from svn
- 12:58 Changeset [322] by
-
fix breakage in expiration time processing of commands
- 03:19 Changeset [321] by
-
noting this as old so people don't accidentally use it
- 03:18 Changeset [320] by
-
merge end of facebook branch into trunk, after copying the old trunk to ...
- 03:10 Changeset [319] by
-
make the 1.1.x branch for maintenance on that line. (pre-facebook)
08/23/06:
- 19:33 Changeset [318] by
-
If a client tries to store an object that's too large for the cache ...
- 19:30 Changeset [317] by
-
Conform to memcached whitespace standard (leading spaces instead of tabs)
- 19:20 Changeset [316] by
-
When sending large responses over TCP, write the first 1400 (by ...
- 19:15 Changeset [315] by
-
Dynamically shrink I/O buffers and data structures if they grow too ...
08/21/06:
- 21:39 Changeset [314] by
-
fix style/consistency
- 21:32 Changeset [313] by
-
Clean up stale unix domain sockets, and move unix domain socket creation ...
- 20:12 Changeset [312] by
-
fixes from Nathan Neulinger <nneul@…> to make his unix domain socket ...
- 20:05 Changeset [311] by
-
+ * support access via unix domain sockets. (Nathan Neulinger ...
- 20:01 Changeset [310] by
-
update manifest
- 05:14 Changeset [309] by
-
notes
- 03:45 Changeset [308] by
-
unix domain socket support from Nathan Neulinger
08/18/06:
- 05:43 Changeset [307] by
-
autofoo from trunk, and changing version number in this branch'
