summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-24Merge conditional consensus downloadingPeter Palfrader
svn:r14451
2008-04-24Spec compliance: sort id fingerprints in consensus get requestsPeter Palfrader
svn:r14450
2008-04-24Enable conditional consensus downloading starting with 0.2.1.1-alpha serversPeter Palfrader
svn:r14449
2008-04-24Document conditional consensus urls in dirspecPeter Palfrader
svn:r14448
2008-04-24Fix doxygen comments to not use <> for metavars since they have to be valid HTMLPeter Palfrader
svn:r14447
2008-04-24and the client part of the consensus-by-authority-fpr proposal (ifdef'ed out)Peter Palfrader
svn:r14446
2008-04-24Implement the server part of the consensus-by-authority-fpr proposalPeter Palfrader
svn:r14445
2008-04-24forward-port the severity fixesRoger Dingledine
svn:r14442
2008-04-23prepare to add further sections on directory authority habitsRoger Dingledine
svn:r14434
2008-04-23 r15308@tombo: nickm | 2008-04-23 16:46:48 -0400Nick Mathewson
Free baddir and badexit policy lists on exit. fixes bug 672. only affects authorities. svn:r14431
2008-04-23 r15304@tombo: nickm | 2008-04-23 16:31:40 -0400Nick Mathewson
Forward-port: I had apparently broken OSX and Freebsd by not initializing threading before we initialize the logging system. This patch should do so, and fix bug 671. svn:r14430
2008-04-23what, we went from v4 to v6?Roger Dingledine
svn:r14428
2008-04-23forward-port r14421Roger Dingledine
svn:r14424
2008-04-22 r15287@tombo: nickm | 2008-04-22 17:09:25 -0400Nick Mathewson
Periodically launch requests for server/authority.z when it might help us learn our IP. Fix for bug 652. svn:r14418
2008-04-22When we choose to abandon a new entry guard because we think ourRoger Dingledine
older ones might be better, close any circuits pending on that new entry guard connection. Bugfix on 0.1.2.8-beta; found by lodger. svn:r14417
2008-04-22 r15283@tombo: nickm | 2008-04-22 13:43:45 -0400Nick Mathewson
Correctly notify one-hop connections when a circuit build has failed. possible fix for bug 669. found by lodger. svn:r14415
2008-04-22 r15278@tombo: nickm | 2008-04-22 13:17:37 -0400Nick Mathewson
Apply patch from mwenge to fix bug 646: makes stream events for dns requests get generated more consistently. svn:r14413
2008-04-22 r15277@tombo: nickm | 2008-04-22 13:14:18 -0400Nick Mathewson
Note a place to refactor. svn:r14412
2008-04-22 r15273@tombo: nickm | 2008-04-22 12:32:28 -0400Nick Mathewson
apply patch from lodger: reject requests for reverse-dns lookup of names in private address space. make non-exits reject all dns requests. Fixes bug 619. svn:r14410
2008-04-22 r15269@tombo: nickm | 2008-04-22 12:23:30 -0400Nick Mathewson
Fix bug 663: warn less verbosely about clock skew from netinfo cells svn:r14408
2008-04-22 r15251@tombo: nickm | 2008-04-22 11:59:46 -0400Nick Mathewson
On platforms using pthreads, allow a thread to acquire a lock it already holds. This is crucial for logging: otherwise any log message thrown from inside the logging process (especially from control.c) will deadlock. Win32 CriticalSections are already recursive. Bug spotted by nwf. Bugfix on 0.2.0.16-alpha. Backport candidate. I hope this is portable. svn:r14406
2008-04-22Fix a pair of commentsPeter Palfrader
svn:r14405
2008-04-17 r15230@tombo: nickm | 2008-04-17 16:18:08 -0400Nick Mathewson
Do not allocate excess space for named_flag and unnamed_flag in dirvote.c. Fixes bug 662. Not a dangerous bug: sizeof(int*) is at least as big as sizeof(int) everywhere. svn:r14391
2008-04-16fix typo in path-spec, spotted by kebRoger Dingledine
svn:r14384
2008-04-16minor fixes that have been accumulatingRoger Dingledine
svn:r14378
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