aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2007-08-15commit proposal 120: Suicide descriptors when Tor servers stopRoger Dingledine
svn:r11115
2007-08-14 r14028@Kushana: nickm | 2007-08-14 17:07:51 -0400Nick Mathewson
Implement cert-retrieval URLs. (Also, update TODO) svn:r11112
2007-08-14 r14021@Kushana: nickm | 2007-08-14 16:16:58 -0400Nick Mathewson
Document http status codes svn:r11111
2007-08-14 r14017@Kushana: nickm | 2007-08-14 15:13:14 -0400Nick Mathewson
Enable more code for v3 voting timing information. Also, spec clarification. svn:r11107
2007-08-14add draft 119-controlport-auth proposalRoger Dingledine
svn:r11106
2007-08-13 r14531@catbus: nickm | 2007-08-13 14:46:25 -0400Nick Mathewson
Cache v3 networkstatus consensuses on disk. svn:r11086
2007-08-13 r14530@catbus: nickm | 2007-08-13 14:32:37 -0400Nick Mathewson
Prune some completed items from the TODO svn:r11085
2007-08-13 r14528@catbus: nickm | 2007-08-13 14:23:02 -0400Nick Mathewson
Add a HOWTO about testing v3 authority code. svn:r11084
2007-08-13add a sketch for an 'advertising multiple orports' proposalRoger Dingledine
svn:r11082
2007-08-11updated implementation statuses, included non-consecutive replication to ↵Karsten Loesing
descriptor format svn:r11080
2007-08-08 r13952@Kushana: nickm | 2007-08-08 07:40:04 -0700Nick Mathewson
Note *how* obsolete v0 really is. svn:r11064
2007-08-08eventdns is on by default in current alpha and current stable,Roger Dingledine
so no need to specify it explicitly. i think. svn:r11055
2007-08-07tell proposal 110 its proposal numberRoger Dingledine
svn:r11054
2007-08-05christian tells me that a student of his is working on implementingRoger Dingledine
proposal 110 this summer svn:r11047
2007-08-02backward compatibility with control protocol v0 no longer specifiedRoger Dingledine
to work svn:r11040
2007-08-02 r13920@Kushana: nickm | 2007-08-02 11:00:05 -0700Nick Mathewson
Document new authentication behavior in control-spec.txt svn:r11039
2007-08-02fix a typo in the blocking paperRoger Dingledine
svn:r11021
2007-07-30 r14016@catbus: nickm | 2007-07-30 13:45:55 -0400Nick Mathewson
More documentation svn:r10992
2007-07-30a few more done todo itemsRoger Dingledine
svn:r10983
2007-07-29 r13989@catbus: nickm | 2007-07-29 19:11:07 -0400Nick Mathewson
More directory voting code. Now, if everything works, and I haven't forgotten anything, it is possible to set up some v3 authorities and start voting. Of course, I have probably forgotten something, and there are probably bugs in there somewhere too. svn:r10976
2007-07-29Be even more aggressive about separating local traffic from relayedRoger Dingledine
traffic when RelayBandwidthRate is set. (Refines proposal 111.) svn:r10974
2007-07-29now that i hunted these command-lines down, let's keep them forRoger Dingledine
posterity. svn:r10973
2007-07-29 r13982@catbus: nickm | 2007-07-29 01:31:53 -0400Nick Mathewson
Actually, we missed a rule about what routers to prefer: first prefer authority to non-authority, *then* running, *then* bandwidth. svn:r10969
2007-07-29 r13979@catbus: nickm | 2007-07-29 01:20:20 -0400Nick Mathewson
Implement proposal 109: As an authority, never call more than 3 servers per IP Running and Valid. Prefer Running servers to non-running ones; then prefer high-bandwidth to low-bandwidth. Needs testing. svn:r10968
2007-07-29 r13977@catbus: nickm | 2007-07-29 00:09:52 -0400Nick Mathewson
Add compatibility note to control-spec.txt svn:r10966
2007-07-29 r13972@catbus: nickm | 2007-07-29 00:01:38 -0400Nick Mathewson
Make our control events for multi-line async replies conform to our old grammar. Change back to the old grammar (which got "corrected" in r10931). svn:r10964
2007-07-29 r13963@catbus: nickm | 2007-07-28 22:53:32 -0400Nick Mathewson
Add support for signature upload svn:r10962
2007-07-28 r13959@catbus: nickm | 2007-07-28 18:09:56 -0400Nick Mathewson
Use the correct formula to calculate exit weights. svn:r10956
2007-07-28 r13956@catbus: nickm | 2007-07-27 20:09:48 -0400Nick Mathewson
Better certificate manipulations: extract certificates from incoming votes, forget ones that are very old, and remember to store them on disk. svn:r10954
2007-07-27 r13948@catbus: nickm | 2007-07-27 18:09:02 -0400Nick Mathewson
Add to the TODO as starred items all the things we need to do in order to get authorities voting (not too robustly, bare-minimum). svn:r10950
2007-07-25 r13906@catbus: nickm | 2007-07-25 18:49:50 -0400Nick Mathewson
Patch from tup: correct grammar for asynchonous reply lines in control-spec.txt svn:r10931
2007-07-25 r13905@catbus: nickm | 2007-07-25 18:48:44 -0400Nick Mathewson
ADDRMAP events should never have specified local time. Extend them to have the proper gmt time, and make GETINFO address-mappings always do the right thing (since it is new in this version). svn:r10930
2007-07-22clarify that when we say 'above the median' we mean 'at leastRoger Dingledine
the median' svn:r10899
2007-07-21Directory authorities now call routers Fast if their bandwidth isRoger Dingledine
at least 100KB/s, and consider their bandwidth adequate to be a Guard if it is at least 250KB/s. This fix complements proposal 107. [Bugfix on 0.1.2.x] svn:r10897
2007-07-20 r13854@catbus: nickm | 2007-07-20 13:40:45 -0400Nick Mathewson
Patches to proposal 117 from coderman (from or-dev, 18 Jun) svn:r10892
2007-07-18two more bugs i should keep track ofRoger Dingledine
svn:r10868
2007-07-18timeout and retry schedules for fetching bridge descriptorsRoger Dingledine
svn:r10867
2007-07-17 r13801@catbus: nickm | 2007-07-17 13:49:12 -0400Nick Mathewson
More tweaks to dir-spec.txt; not complete, but closing in. svn:r10856
2007-07-16 r13777@catbus: nickm | 2007-07-16 12:58:08 -0400Nick Mathewson
Patch from tup: new address-mappings/ GETINFO that includes expiry times. svn:r10844
2007-07-16 r13774@catbus: nickm | 2007-07-16 12:23:28 -0400Nick Mathewson
Tweaks on constrained socket buffers patch from coderman: Add a changelog; rename some variables; fix some long lines and whitespace; make ConstrainedSockSize a memunit; pass setsockopt a void. svn:r10843
2007-07-16 r13773@catbus: nickm | 2007-07-16 11:58:25 -0400Nick Mathewson
Initial "constrained socket buffers" patch from coderman. needs tweaking. svn:r10842
2007-07-14eventdns seems to run fine on osx, rpm-based linuxes, and win32.Andrew Lewman
Include it in the build instructions. svn:r10826
2007-07-12some cleanups on phrasing in proposal 114Roger Dingledine
svn:r10821
2007-07-12 r13730@catbus: nickm | 2007-07-12 12:32:40 -0400Nick Mathewson
Patch from lodger: avoid roundoff-error-induced crash bugs when picking routers by bandwidth. Also, remove listed backports for 0.1.2.x; that list is now in TODO.012 svn:r10812
2007-07-12admit that our rend spec was lying. sorry karsten!Roger Dingledine
svn:r10798
2007-07-12vague fuzzy bug reports so i don't forget themRoger Dingledine
svn:r10797
2007-07-10 r13674@catbus: nickm | 2007-07-10 13:27:30 -0400Nick Mathewson
Re-wrap proposal 117 so it fits in 80 columns. svn:r10784
2007-07-10 r13672@catbus: nickm | 2007-07-10 13:17:08 -0400Nick Mathewson
Add IPv6 exit proposal from coderman. svn:r10783
2007-07-10 r13667@catbus: nickm | 2007-07-10 13:12:52 -0400Nick Mathewson
Patch from tup: add GETINFO status/enough-dir-info svn:r10782
2007-07-10 r13666@catbus: nickm | 2007-07-10 13:10:00 -0400Nick Mathewson
Get the RESOLVE controller code working. svn:r10781