September 2006 Archives by thread
Starting: Sun Sep 3 03:10:59 UTC 2006
Ending: Thu Sep 21 02:47:43 UTC 2006
Messages: 90
- [memcached] bradfitz,
r319: make the 1.1.x branch for maintenance on...
commits at code.sixapart.com
- [memcached] bradfitz, r320: merge end of facebook branch into trunk,
...
commits at code.sixapart.com
- [memcached] bradfitz,
r321: noting this as old so people don't accid...
commits at code.sixapart.com
- [memcached] nneul, r322: fix breakage in expiration time processi...
commits at code.sixapart.com
- [memcached] bradfitz,
r323: add tool to auto-build interim releases ...
commits at code.sixapart.com
- [memcached] bradfitz, r324: note for self
commits at code.sixapart.com
- [memcached] bradfitz, r325: start of tests
commits at code.sixapart.com
- [memcached] bradfitz, r326: for the bget jump
commits at code.sixapart.com
- [memcached] bradfitz, r327: whitespace cleaner
commits at code.sixapart.com
- [memcached] bradfitz, r328: whitespace changes only
commits at code.sixapart.com
- [memcached] bradfitz, r329: remove all trailing whitespace,
not just...
commits at code.sixapart.com
- [memcached] bradfitz,
r330: but we do want trailing newline at end o...
commits at code.sixapart.com
- [memcached] bradfitz, r331: more tests,
and remove duplicate code in...
commits at code.sixapart.com
- [memcached] bradfitz,
r332: whoops. this removed extra blank lines ...
commits at code.sixapart.com
- [memcached] bradfitz, r333: keep assertions on by default for now
commits at code.sixapart.com
- [memcached] bradfitz, r334: more/updated tests,
these about the dele...
commits at code.sixapart.com
- [memcached] bradfitz,
r336: never found before because asserts were ...
commits at code.sixapart.com
- [memcached] bradfitz,
r337: fix some long-standing psuedo-bugs with ...
commits at code.sixapart.com
- [memcached] bradfitz, r338: kills this warning:
commits at code.sixapart.com
- [memcached] bradfitz,
r339: more tests. add more common test helper...
commits at code.sixapart.com
- [memcached] bradfitz, r340: make everything use mem_get_is
commits at code.sixapart.com
- [memcached] bradfitz,
r341: gotta remove these .svn files too from t...
commits at code.sixapart.com
- [memcached] bradfitz, r342: move expirations code to use mem_get_is,
...
commits at code.sixapart.com
- [memcached] bradfitz, r343: adding absolute time expires tests
commits at code.sixapart.com
- [memcached] bradfitz, r344: prepping for running on 1.1.x branch,
pr...
commits at code.sixapart.com
- [memcached] bradfitz, r345: add partially-failing flush_all test,
an...
commits at code.sixapart.com
- [memcached] bradfitz, r346: improve flush_all test,
including adding...
commits at code.sixapart.com
- [memcached] bradfitz, r347: test flush_all in future
commits at code.sixapart.com
- [memcached] bradfitz, r348: two new tests:
commits at code.sixapart.com
- [memcached] bradfitz, r349: was supposed to be 256kB,
to be at least...
commits at code.sixapart.com
- [memcached] bradfitz,
r350: test was racy before. increased margins...
commits at code.sixapart.com
- [memcached] bradfitz, r351: adding stub tests
commits at code.sixapart.com
- [memcached] bradfitz,
r352: start of work on 64-bit hosts. at least...
commits at code.sixapart.com
- [memcached] bradfitz, r353: need -u root when running tests as root
commits at code.sixapart.com
- [memcached] bradfitz, r354: more 64 bit tests
commits at code.sixapart.com
- [memcached] bradfitz,
r355: whitespace. (had written this test on a...
commits at code.sixapart.com
- [memcached] bradfitz, r356: daemonize tests
commits at code.sixapart.com
- [memcached] bradfitz, r357: incrdecr tests and new protocol note
commits at code.sixapart.com
- [memcached] bradfitz, r358: remove warning in assertion
commits at code.sixapart.com
- [memcached] bradfitz,
r359: improve autoconf detection for libevent....
commits at code.sixapart.com
- [memcached] bradfitz,
r360: lame-ass fix to make this build on Solar...
commits at code.sixapart.com
- [memcached] bradfitz, r361: hush a warning
commits at code.sixapart.com
- [memcached] bradfitz,
r362: the old unixsocket check didn't work on ...
commits at code.sixapart.com
- [memcached] sgrimm,
r363: Always read UDP-based commands from the ...
commits at code.sixapart.com
- [memcached] sgrimm,
r364: Remove redundant setup code in conn_new(...
commits at code.sixapart.com
- [memcached] bradfitz, r365: decl before statement
commits at code.sixapart.com
- [memcached] bradfitz, r366: this is needed for FreeBSD 4,
according ...
commits at code.sixapart.com
- [memcached] bradfitz,
r367: FreeBSD 4.x doesn't have IOV_MAX exposed...
commits at code.sixapart.com
- [memcached] bradfitz, r368: shit,
I should've started this list year...
commits at code.sixapart.com
- [memcached] bradfitz, r369: gcc 2.95 doesn't have atoll apparently.
commits at code.sixapart.com
- [memcached] bradfitz, r370: rename 'test' to 't'.
commits at code.sixapart.com
- [memcached] bradfitz, r371: more test -> t
commits at code.sixapart.com
- [memcached] bradfitz,
r372: update 64 bit test skipping now that we'...
commits at code.sixapart.com
- [memcached] bradfitz, r373: make memcached reports its pointer size,
...
commits at code.sixapart.com
- [memcached] bradfitz, r374: make "make test" run "prove t"
commits at code.sixapart.com
- [memcached] bradfitz,
r375: automake foo from Robin H. Johnson: bui...
commits at code.sixapart.com
- [memcached] bradfitz, r376: failing UDP test
commits at code.sixapart.com
- [memcached] sgrimm,
r377: Fix UDP protocol handler bug introduced ...
commits at code.sixapart.com
- [memcached] bradfitz, r378: working UDP tests now
commits at code.sixapart.com
- [memcached] bradfitz, r379: put memcached.h back up here
commits at code.sixapart.com
- [memcached] bradfitz, r380: give the 1.1.x branch some love:
commits at code.sixapart.com
- [memcached] bradfitz, r381: to stay in sync with 1.1.x test library.
commits at code.sixapart.com
- [memcached] bradfitz, r382: don't test this here
commits at code.sixapart.com
- [memcached] bradfitz, r383: expire at the expire time. fixes test.
commits at code.sixapart.com
- [memcached] bradfitz,
r384: potential race. wait for early half of ...
commits at code.sixapart.com
- [memcached] bradfitz, r385: potential race
commits at code.sixapart.com
- [memcached] bradfitz, r386: n/a
commits at code.sixapart.com
- [memcached] bradfitz, r387: changelog
commits at code.sixapart.com
- [memcached] bradfitz, r388: include tests
commits at code.sixapart.com
- [memcached] bradfitz,
r389: more prep for release. making test pass...
commits at code.sixapart.com
- [memcached] bradfitz, r390: work even if no Time::HiRes
commits at code.sixapart.com
- [memcached] bradfitz, r391: 64bit fixes
commits at code.sixapart.com
- [memcached] bradfitz, r392: update test so it still works,
but can a...
commits at code.sixapart.com
- [memcached] bradfitz, r393: passes on 64 bit now
commits at code.sixapart.com
- [memcached] bradfitz, r394: update autoconf stuff
commits at code.sixapart.com
- [memcached] bradfitz, r395: 1.1.13
commits at code.sixapart.com
- [memcached] bradfitz, r396: tagging 1.1.13
commits at code.sixapart.com
- [memcached] bradfitz, r397: 1.2.0 tag
commits at code.sixapart.com
- [memcached] kronuz, r399: Added CONTRIBUTORS.txt
commits at code.sixapart.com
- [memcached] kronuz,
r400: Version number legends upgraded to 1.2.0...
commits at code.sixapart.com
- [memcached] kronuz, r401: Win32 documentation
commits at code.sixapart.com
- [memcached] bradfitz, r402: forgot to update website
commits at code.sixapart.com
- [memcached] bradfitz, r403: fix
commits at code.sixapart.com
- [memcached] bradfitz, r404: include changes
commits at code.sixapart.com
- [memcached] bradfitz, r405: bogus link
commits at code.sixapart.com
- [memcached] bradfitz, r406: fix paths
commits at code.sixapart.com
- [memcached] bradfitz, r407: udp warning message
commits at code.sixapart.com
- [memcached] bradfitz, r408: add UDP option to help
commits at code.sixapart.com
- [memcached] bradfitz, r409: gem
commits at code.sixapart.com
- [memcached] bradfitz, r410: automated update
commits at code.sixapart.com
Last message date:
Thu Sep 21 02:47:43 UTC 2006
Archived on: Thu Sep 21 02:47:50 UTC 2006
This archive was generated by
Pipermail 0.09 (Mailman edition).