summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-16forward-port r14375 and try to make it less likely to happen againRoger Dingledine
svn:r14377
2008-04-15forward-port r14373Roger Dingledine
svn:r14374
2008-04-15TARGET is not the same as /Library/TorbuttonAndrew Lewman
svn:r14370
2008-04-14Ohh, the proper way to start an app from a script is "open". Andrew Lewman
svn:r14368
2008-04-12are we really that bad at speeling?Roger Dingledine
svn:r14364
2008-04-12Slightly clarify the control specPeter Palfrader
svn:r14362
2008-04-12another 0.2.1.x item we should do, from talking to steven. unlessRoger Dingledine
we already do it, in which case we should document this. :) svn:r14361
2008-04-12another big problem with vidalia currentlyRoger Dingledine
svn:r14360
2008-04-11X *still* hasn't fixed its (*%#(*ing copy and paste bug? in howRoger Dingledine
many years? svn:r14354
2008-04-11and forward-port thatRoger Dingledine
svn:r14352
2008-04-10 r15161@31-33-107: nickm | 2008-04-10 11:11:58 -0400Nick Mathewson
Make dumpstats() log the size and fullness of openssl-internal buffers, so I can test my hypothesis that many of them are empty, and my alternative hypothesis that many of them are mostly empty, against the null hypothesis that we really need to be burning 32K per open OR connection on this. svn:r14350
2008-04-10 r15160@31-33-107: nickm | 2008-04-10 11:10:20 -0400Nick Mathewson
split a todo item into the done part and the not-done part; mark the done part done. svn:r14349
2008-04-10two steps forward, one step backRoger Dingledine
svn:r14344
2008-04-10 r19289@catbus: nickm | 2008-04-10 00:36:10 -0400Nick Mathewson
Mark 110 as needs-revision; 113 as superseded; 115 and 116 as dead; 117 as needs-revision; 118 as draft. Add comment to end of 113 about status. svn:r14343
2008-04-10 r19283@catbus: nickm | 2008-04-09 21:44:18 -0400Nick Mathewson
The optimist calls the glass half full. The pessimist calls it half empty. The engineer says it is twice as large as it needs to be. In this case, the engineer says that the default smartlist size is twice as large as it needs to be and wouldn't it be nice to save half a megabyte with a one-line patch? svn:r14341
2008-04-09shrink the hidserv section in the todoRoger Dingledine
svn:r14338
2008-04-09 r19277@catbus: nickm | 2008-04-09 16:31:51 -0400Nick Mathewson
Pull up items from "future versions" list, remove duplicate items, etc. svn:r14337
2008-04-09 r19276@catbus: nickm | 2008-04-09 16:25:02 -0400Nick Mathewson
Remove tracked-elsewhere issues. svn:r14336
2008-04-09 r19275@catbus: nickm | 2008-04-09 16:24:35 -0400Nick Mathewson
Sort deferred-from-0.2.0 items. svn:r14335
2008-04-09 r19273@catbus: nickm | 2008-04-09 14:44:23 -0400Nick Mathewson
Do a slightly better fix for r14329: don't call time() quite so much. Also note the time(NULL) hack we wanted to do in the TODO. svn:r14334
2008-04-09 r19262@catbus: nickm | 2008-04-09 14:05:20 -0400Nick Mathewson
When writing relay cells to a buffer, update timestamp_last_added_nonpadding. Bugfix on 0.2.0.1-alpha. Backport candidate. svn:r14329
2008-04-09add a few todo items, move some around, answer nick's questionsRoger Dingledine
svn:r14327
2008-04-09 r19256@catbus: nickm | 2008-04-08 22:15:27 -0400Nick Mathewson
Take some of the unsorted 0.2.1.x items (mostly added by arma), and sort them. Remove some that we did already, or that are already duplicated by proposals or other TODO items. svn:r14326
2008-04-09 r19255@catbus: nickm | 2008-04-08 21:42:51 -0400Nick Mathewson
Move some 0.2.0 TODO items into 0.2.1; remove some completed ones. svn:r14325
2008-04-08 r15120@tombo: nickm | 2008-04-08 18:01:58 -0400Nick Mathewson
Add very short 0.2.1.x list based on discussion from arma. needs fleshing out and merging with other lists. svn:r14324
2008-04-08 r19251@catbus: nickm | 2008-04-08 17:40:15 -0400Nick Mathewson
Remove some bugs that are probably fixed or should go on flyspray. More some 101 items into 0.2.1.x svn:r14323
2008-04-08 r19249@catbus: nickm | 2008-04-08 14:04:02 -0400Nick Mathewson
Oops. Fix one last memarea freelist bug. svn:r14322
2008-04-08 r19247@catbus: nickm | 2008-04-08 13:50:01 -0400Nick Mathewson
Fix behavior of memarea freelists. svn:r14321
2008-04-08 r19245@catbus: nickm | 2008-04-08 13:33:27 -0400Nick Mathewson
Oops. It turns out that there are some subtle differences between >= and <. svn:r14320
2008-04-08 r19243@catbus: nickm | 2008-04-08 13:28:59 -0400Nick Mathewson
Use a freelist to hold a few recent memarea chunks. We do a kazillion memarea allocs and frees; that cant be good for us. svn:r14319
2008-04-08 r19233@catbus: nickm | 2008-04-08 13:06:34 -0400Nick Mathewson
When we remove old routers, use Bloom filters rather than a digestmap-based set in order to tell which ones we absolutely need to keep. This will save us roughly a kazillion little short-lived allocations for hash table entries. svn:r14318
2008-04-08 r19231@catbus: nickm | 2008-04-07 12:45:58 -0400Nick Mathewson
Update last_listed_as_valid_until for new routers based on v2 networkstatus as well as consensus networkstatus. svn:r14317
2008-04-08If relays have 100KB/s but set relaybandwidthrate to 10KB/s, do yourRoger Dingledine
interference attacks still work? svn:r14316
2008-04-08roger's grand plan for how to handle 100000 relays.Roger Dingledine
still needs to be fleshed out a bit. ;) svn:r14315
2008-04-08finish a few items, add a few moreRoger Dingledine
svn:r14314
2008-04-07 r19229@catbus: nickm | 2008-04-07 12:28:22 -0400Nick Mathewson
Add a new SMARTLIST_FOREACH_JOIN macro to iterate through two sorted lists in lockstep. This happens at least 3 times in the code so far, and is likely to happen more in the future. Previous attempts to do so proved touchy, tricky, and error-prone: now, we only need to get it right in one place. svn:r14309
2008-04-04 r19202@catbus: nickm | 2008-04-04 17:18:47 -0400Nick Mathewson
Make last_served_at optional; make last_listed_as_valid_until take account (partially) of v2 statuses. svn:r14299
2008-04-04 r19201@catbus: nickm | 2008-04-04 14:23:19 -0400Nick Mathewson
Better macro documentation svn:r14298
2008-04-03 r19199@catbus: nickm | 2008-04-03 15:01:05 -0400Nick Mathewson
Fix bug 641 and 650, I think. svn:r14297
2008-04-02a potential fix for bug 641.Roger Dingledine
svn:r14281
2008-04-02two more things for weasel to work onRoger Dingledine
svn:r14280
2008-04-01A changelog entry for r14277Peter Palfrader
svn:r14278
2008-04-01when add_file_log() fails, tell us why.Roger Dingledine
svn:r14277
2008-04-01Add Peter Palfrader's proposal 134: More robust consensus voting with ↵Nick Mathewson
diverse authority sets svn:r14273
2008-03-31More TODO poking.Jacob Appelbaum
svn:r14259
2008-03-31Added buildbot notes.Jacob Appelbaum
svn:r14258
2008-03-31Update status of torbutton/translation stuff.Jacob Appelbaum
svn:r14257
2008-03-31Name fix.Jacob Appelbaum
svn:r14256
2008-03-31 r19152@catbus: nickm | 2008-03-30 23:20:11 -0400Nick Mathewson
Make unit tests pass again after Link protocol list change. svn:r14254
2008-03-30another item it'd be great to see weasel doRoger Dingledine
svn:r14252