Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-10 | r19287@catbus: nickm | 2008-04-09 22:13:37 -0400 | Nick Mathewson | |
Actually, it looks like arma already backported 14212. svn:r14342 | |||
2008-04-09 | r19269@catbus: nickm | 2008-04-09 14:24:36 -0400 | Nick Mathewson | |
Backport r14212: Free some static hashtables and the log mutex on exit. svn:r14333 | |||
2008-04-09 | r19268@catbus: nickm | 2008-04-09 14:20:54 -0400 | Nick Mathewson | |
Backport 14205: Free authority certificates on exit, so they dont look like memory leaks. svn:r14332 | |||
2008-04-09 | r19267@catbus: nickm | 2008-04-09 14:19:17 -0400 | Nick Mathewson | |
Backport 14204: start policy reference counts at 1, not 2. svn:r14331 | |||
2008-04-09 | r19265@catbus: nickm | 2008-04-09 14:13:55 -0400 | Nick Mathewson | |
Note patch for backport svn:r14330 | |||
2008-03-27 | r19100@catbus: nickm | 2008-03-27 12:52:31 -0400 | Nick Mathewson | |
Note a backport item svn:r14218 | |||
2008-03-26 | r19081@catbus: nickm | 2008-03-26 17:18:03 -0400 | Nick Mathewson | |
Add a TODO.020 file to track patches that need backporting. Purpose and usage similar to TODO.012. Should these go into trunk instead? svn:r14206 | |||
2008-03-24 | Fix RelayBandwidthRate descriptiontor-0.2.0.23-rc | Peter Palfrader | |
svn:r14171 | |||
2008-03-10 | If we set RelayBandwidthRate and RelayBandwidthBurst very high but | Roger Dingledine | |
left BandwidthRate and BandwidthBurst at the default, we would be silently limited by those defaults. Now raise them to match the RelayBandwidth* values. svn:r13926 | |||
2008-03-05 | get the 'external constraints' section out of the 0.2.0 todo file, | Roger Dingledine | |
so people don't accidentally believe the wrong one. svn:r13865 | |||
2008-02-26 | Add the .txt ending to proposal 129. Mark proposal 123 finished. | Nick Mathewson | |
svn:r13743 | |||
2008-02-26 | r14471@tombo: nickm | 2008-02-26 13:35:59 -0500 | Nick Mathewson | |
Update statuses of implemented proposals to "Finished". svn:r13740 | |||
2008-02-25 | Added myself to the TODO list for claims as 'I'. | Jacob Appelbaum | |
svn:r13730 | |||
2008-02-25 | minor updates from my sandbox | Roger Dingledine | |
svn:r13724 | |||
2008-02-25 | update torbutton version to current | Andrew Lewman | |
svn:r13723 | |||
2008-02-24 | r14420@tombo: nickm | 2008-02-24 16:58:22 -0500 | Nick Mathewson | |
More TODO items for 0.2.1.x svn:r13698 | |||
2008-02-24 | put some deliverables earlier in the roadmap | Roger Dingledine | |
svn:r13695 | |||
2008-02-23 | more details on 'everybody can be a relay' | Roger Dingledine | |
svn:r13684 | |||
2008-02-22 | r14396@tombo: nickm | 2008-02-22 14:07:37 -0500 | Nick Mathewson | |
Add --passphrase-fd to tor-gencert. svn:r13679 | |||
2008-02-21 | expand the translation portal idea a bit | Roger Dingledine | |
svn:r13667 | |||
2008-02-21 | r14379@tombo: nickm | 2008-02-21 17:14:24 -0500 | Nick Mathewson | |
Enable v2 handshakes. svn:r13666 | |||
2008-02-21 | r18345@catbus: nickm | 2008-02-21 13:45:04 -0500 | Nick Mathewson | |
Do the last part of arma's fix for bug 437: Track the origin of every addrmap, and use this info so we can remove all the trackhostexits-originated mappings for a given exit. svn:r13660 | |||
2008-02-21 | r14364@31-33-219: nickm | 2008-02-21 11:11:56 -0500 | Nick Mathewson | |
Note in the TODO some stuff I want to do in the next dev cycle so it stops bouncing around in my head svn:r13659 | |||
2008-02-21 | other cleanups that have been sitting in my sandbox | Roger Dingledine | |
svn:r13649 | |||
2008-02-21 | Change the behavior of "getinfo status/good-server-descriptor" | Roger Dingledine | |
so it doesn't return failure when any authority disappears. svn:r13645 | |||
2008-02-17 | update thoughts on documentation license. | Andrew Lewman | |
svn:r13549 | |||
2008-02-17 | r14236@tombo: nickm | 2008-02-17 13:44:55 -0500 | Nick Mathewson | |
Partial fix for bug 586: Add an ephemeral __HashedControlSessionPassword. svn:r13543 | |||
2008-02-17 | move todo stuff around a bit | Roger Dingledine | |
svn:r13541 | |||
2008-02-15 | put some external constraints into our todo list | Roger Dingledine | |
svn:r13528 | |||
2008-02-12 | Start choosing which bridge to use proportional to its advertised | Roger Dingledine | |
bandwidth, rather than uniformly at random. This should speed up Tor for bridge users. Also do this for people who set StrictEntryNodes. svn:r13486 | |||
2008-02-12 | r18054@catbus: nickm | 2008-02-12 15:42:36 -0500 | Nick Mathewson | |
Clarify a non-obvious point in control-spec.txt; patch from mwenge. svn:r13485 | |||
2008-02-12 | r18051@catbus: nickm | 2008-02-12 15:20:43 -0500 | Nick Mathewson | |
Re-tune mempool parametes based on testing on peacetime: use smaller chuncks, free them a little more aggressively, and try very hard to concentrate allocations on fuller chunks. Also, lots of new documentation. svn:r13484 | |||
2008-02-12 | r18043@catbus: nickm | 2008-02-11 23:45:07 -0500 | Nick Mathewson | |
Update TODO with TLS progress. svn:r13478 | |||
2008-02-10 | r14103@tombo: nickm | 2008-02-10 13:40:09 -0500 | Nick Mathewson | |
Fix some XXX020s in command.c, and make it not-allowed to negotiate v1 using the v2 connection protocol: it is too hard to test, and pointless to support. svn:r13460 | |||
2008-02-09 | other cleanups | Roger Dingledine | |
svn:r13448 | |||
2008-02-09 | defer two things from the 0.2.0 timeframe | Roger Dingledine | |
svn:r13447 | |||
2008-02-08 | r17993@catbus: nickm | 2008-02-08 18:41:50 -0500 | Nick Mathewson | |
note progress on tls work svn:r13435 | |||
2008-02-08 | r14062@tombo: nickm | 2008-02-08 15:17:07 -0500 | Nick Mathewson | |
Change DNs in x509 certificates to be harder to fingerprint. Raise common code. Refactor random hostname generation into crypto.c svn:r13429 | |||
2008-02-06 | r17955@catbus: nickm | 2008-02-06 16:53:07 -0500 | Nick Mathewson | |
The SSL portion of the revised handshake now seems to work: I just finally got a client and a server to negotiate versions. Now to make sure certificate verification is really happening, connections are getting opened, etc. svn:r13409 | |||
2008-02-06 | r17947@catbus: nickm | 2008-02-06 11:57:53 -0500 | Nick Mathewson | |
Fix a bunch of DOCDOC items; document the --quiet flag; refactor a couple of XXXX020 items. svn:r13405 | |||
2008-02-05 | r17929@catbus: nickm | 2008-02-05 17:10:26 -0500 | Nick Mathewson | |
Fix or downgrade a few XXX020 items. svn:r13393 | |||
2008-02-05 | r17916@catbus: nickm | 2008-02-05 16:29:35 -0500 | Nick Mathewson | |
Fix some XXX020 items in control.c: add a maximum line length and note that the number of versioning authorities is no longer apparent to clients. svn:r13390 | |||
2008-02-05 | r17912@catbus: nickm | 2008-02-05 15:57:51 -0500 | Nick Mathewson | |
Document truncation of version lines svn:r13386 | |||
2008-01-26 | down to 24 pages | Roger Dingledine | |
svn:r13290 | |||
2008-01-24 | spec tweaks | Roger Dingledine | |
svn:r13264 | |||
2008-01-22 | a new style file. and blow away a section that turned out to be dumb. | Roger Dingledine | |
svn:r13223 | |||
2008-01-22 | r17723@catbus: nickm | 2008-01-22 00:14:57 -0500 | Nick Mathewson | |
Make idea proposal into proposal 130; answer question by sjmurdoch; mark 124 superseded; reindex svn:r13222 | |||
2008-01-21 | Make "ClientOnly 1" config option disable directory ports too. | Roger Dingledine | |
svn:r13213 | |||
2008-01-21 | condense the rest of the discussion into proposal 129 | Roger Dingledine | |
svn:r13211 | |||
2008-01-21 | proposal from Kevin Bauer & Damon McCoy to reject vulnerable-plaintext | Roger Dingledine | |
ports (reformatted by me) svn:r13210 |