aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* r14817@catbus: nickm | 2007-08-27 18:16:49 -0400Nick Mathewson2007-08-27
| | | | | | | Mark TODO items with what sections I would like to move them to. Pending scan by arma, the next commits will remove these annotations and move the items around. svn:r11291
* r14227@Kushana: nickm | 2007-08-27 11:33:28 -0400Nick Mathewson2007-08-27
| | | | | | | Add a new ClientDNSRejectInternalAddresses option (default: on) to refuse to believe that any address can map to or from an internal address. This blocks some kinds of potential browser-based attacks, especially on hosts using DNSPort. Also clarify behavior in some comments. Backport candiate? svn:r11287
* r14205@Kushana: nickm | 2007-08-24 10:29:26 -0400Nick Mathewson2007-08-24
| | | | | | | Remove a bunch of completed items from the TODO. svn:r11271
* r14204@Kushana: nickm | 2007-08-24 10:24:36 -0400Nick Mathewson2007-08-24
| | | | | | | Fix a bug in last patch; add support for getting extrainfo documents by the control port (since it is silly to tell tools to do it without actually giving them an interface). svn:r11270
* r14202@Kushana: nickm | 2007-08-24 09:55:30 -0400Nick Mathewson2007-08-24
| | | | | | | Add purposes for new things we need to fetch for v3 directory system. svn:r11268
* patch from mike perry to a) stop overloading guards as much, andRoger Dingledine2007-08-24
| | | | | | | b) raise the max-believable-bandwidth to 10MB/s. svn:r11258
* backport candidate:Roger Dingledine2007-08-22
| | | | | | | | Make it possible to read the PROTOCOLINFO response in a way that conforms to our control-spec. Reported by Matt Edman. svn:r11251
* r14764@catbus: nickm | 2007-08-21 03:23:12 -0400Nick Mathewson2007-08-21
| | | | | | | Add a perl script to regenerate proposal 000-index.txt so that it always matches the statuses and titles in the other proposals, and so that it has a sorted-by-status section. svn:r11243
* r14763@catbus: nickm | 2007-08-21 03:11:06 -0400Nick Mathewson2007-08-21
| | | | | | | Correct status on proposal 119. svn:r11242
* r14762@catbus: nickm | 2007-08-21 03:10:54 -0400Nick Mathewson2007-08-21
| | | | | | | Add a proper header to proposal 117. svn:r11241
* r14758@catbus: nickm | 2007-08-21 01:36:03 -0400Nick Mathewson2007-08-21
| | | | | | | Finish implementing and documenting proposal 108: Authorities now use MTBF data to set their stability flags, once they have at least 4 days of data to use. svn:r11240
* r14757@catbus: nickm | 2007-08-21 01:35:24 -0400Nick Mathewson2007-08-21
| | | | | | | Merge a condensed proposal 108 (without too much implementation detail, since that's implementation detail, into dir-spec.txt. svn:r11239
* r14756@catbus: nickm | 2007-08-21 01:34:30 -0400Nick Mathewson2007-08-21
| | | | | | | Mark proposal 108 as closed, and mark dir-voting related proposals as accepted svn:r11238
* updated change historyKarsten Loesing2007-08-20
| | | | svn:r11224
* renamed config option HSDir as HidServDirectoryV2Karsten Loesing2007-08-20
| | | | svn:r11223
* ask nick a question about a grammar problem that could be a meaning problemRoger Dingledine2007-08-19
| | | | svn:r11207
* numerous cleanups in the control-spec. patch from tup.Roger Dingledine2007-08-19
| | | | svn:r11182
* Fix a bug in ADDRMAP controller replies that would sometimesRoger Dingledine2007-08-19
| | | | | | | try to print a NULL. Patch from tup. svn:r11181
* a low-priority todo item we should do sometimeRoger Dingledine2007-08-19
| | | | svn:r11180
* Update mingw build instructions to remove patent encumberances.Andrew Lewman2007-08-19
| | | | svn:r11178
* clean up the instructions a bitAndrew Lewman2007-08-19
| | | | svn:r11175
* r14657@catbus: nickm | 2007-08-18 12:59:03 -0400Nick Mathewson2007-08-18
| | | | | | | Notes about library versions in mingw instructions svn:r11165
* cleanups on r11138. it's ready to backport now, i think (i hope).Roger Dingledine2007-08-17
| | | | svn:r11154
* r14630@catbus: nickm | 2007-08-17 16:30:42 -0400Nick Mathewson2007-08-17
| | | | | | | Functions to save and load MTBF information. svn:r11153
* r14629@catbus: nickm | 2007-08-17 16:14:05 -0400Nick Mathewson2007-08-17
| | | | | | | spec clarification noted by Stefan K. svn:r11152
* r14626@catbus: nickm | 2007-08-17 11:20:05 -0400Nick Mathewson2007-08-17
| | | | | | | Link note_router_reachable and note_router_unreachable to mtbf code. decouple mtbf from connect/disconnect. log it in USR1. do not blow it away on cleanup if we are an authority. svn:r11151
* r14612@catbus: nickm | 2007-08-16 15:23:35 -0400Nick Mathewson2007-08-16
| | | | | | | Initial work on proposal 108: have rephist.c track the information we want to be tracking for OR stability. svn:r11147
* clean up the cookieauth stuffRoger Dingledine2007-08-16
| | | | svn:r11146
* r14606@catbus: nickm | 2007-08-16 13:45:01 -0400Nick Mathewson2007-08-16
| | | | | | | Implement CookieAuthFile and CookieAuthFileGroupReadable. Backport candidate. svn:r11141
* r14600@catbus: nickm | 2007-08-16 13:30:22 -0400Nick Mathewson2007-08-16
| | | | | | | Implement proposal 119. Backport candidate. svn:r11138
* r14596@catbus: nickm | 2007-08-16 12:56:18 -0400Nick Mathewson2007-08-16
| | | | | | | Patches to proposal 119 as described on or-dev. Mark 119 as "Accepted" svn:r11137
* r14581@catbus: nickm | 2007-08-15 16:46:42 -0400Nick Mathewson2007-08-15
| | | | | | | Correct GETINFO guard-nodes spec based on comments from pei hanru. svn:r11128
* r14049@Kushana: nickm | 2007-08-15 14:43:56 -0400Nick Mathewson2007-08-15
| | | | | | | Implement code to serve pending votes, consensuses, and signatures. svn:r11125
* commit proposal 120: Suicide descriptors when Tor servers stopRoger Dingledine2007-08-15
| | | | svn:r11115
* r14028@Kushana: nickm | 2007-08-14 17:07:51 -0400Nick Mathewson2007-08-14
| | | | | | | Implement cert-retrieval URLs. (Also, update TODO) svn:r11112
* r14021@Kushana: nickm | 2007-08-14 16:16:58 -0400Nick Mathewson2007-08-14
| | | | | | | Document http status codes svn:r11111
* r14017@Kushana: nickm | 2007-08-14 15:13:14 -0400Nick Mathewson2007-08-14
| | | | | | | Enable more code for v3 voting timing information. Also, spec clarification. svn:r11107
* add draft 119-controlport-auth proposalRoger Dingledine2007-08-14
| | | | svn:r11106
* r14531@catbus: nickm | 2007-08-13 14:46:25 -0400Nick Mathewson2007-08-13
| | | | | | | Cache v3 networkstatus consensuses on disk. svn:r11086
* r14530@catbus: nickm | 2007-08-13 14:32:37 -0400Nick Mathewson2007-08-13
| | | | | | | Prune some completed items from the TODO svn:r11085
* r14528@catbus: nickm | 2007-08-13 14:23:02 -0400Nick Mathewson2007-08-13
| | | | | | | Add a HOWTO about testing v3 authority code. svn:r11084
* add a sketch for an 'advertising multiple orports' proposalRoger Dingledine2007-08-13
| | | | svn:r11082
* updated implementation statuses, included non-consecutive replication to ↵Karsten Loesing2007-08-11
| | | | | | descriptor format svn:r11080
* r13952@Kushana: nickm | 2007-08-08 07:40:04 -0700Nick Mathewson2007-08-08
| | | | | | | Note *how* obsolete v0 really is. svn:r11064
* eventdns is on by default in current alpha and current stable,Roger Dingledine2007-08-08
| | | | | | | so no need to specify it explicitly. i think. svn:r11055
* tell proposal 110 its proposal numberRoger Dingledine2007-08-07
| | | | svn:r11054
* christian tells me that a student of his is working on implementingRoger Dingledine2007-08-05
| | | | | | | proposal 110 this summer svn:r11047
* backward compatibility with control protocol v0 no longer specifiedRoger Dingledine2007-08-02
| | | | | | | to work svn:r11040
* r13920@Kushana: nickm | 2007-08-02 11:00:05 -0700Nick Mathewson2007-08-02
| | | | | | | Document new authentication behavior in control-spec.txt svn:r11039
* fix a typo in the blocking paperRoger Dingledine2007-08-02
| | | | svn:r11021