Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Removal of gettor, it belongs in projects. | Jacob Appelbaum | 2008-07-13 | |
| | | | | svn:r15877 | |||
* | Initial checkin of gettor. This is a program designed to be invoked in a ↵ | Jacob Appelbaum | 2008-07-13 | |
| | | | | | | .forward file. It will respond with specific payloads for a given request. It requires that all requests be signed with DKIM. It's not quite finished yet. svn:r15874 | |||
* | When relays do their initial bandwidth measurement, don't limit | Roger Dingledine | 2008-07-11 | |
| | | | | | | | | | | | | | to just our our entry guards for the test circuits. Otherwise we tend to have multiple test circuits going through a single entry guard, which makes our bandwidth test less accurate. Fixes part of bug 654; patch contributed by Josh Albrecht. (Actually, modify Josh's patch to avoid doing that when you're a bridge relay, since it would leak more than we want to leak.) svn:r15850 | |||
* | r16928@tombo: nickm | 2008-07-11 17:07:36 -0400 | Nick Mathewson | 2008-07-11 | |
| | | | | | | | It seems that fixing one spelling error always means that somebody is about to tell me about another. Fix a second spelling error in the risks section of 150. svn:r15848 | |||
* | r16926@tombo: nickm | 2008-07-11 15:58:34 -0400 | Nick Mathewson | 2008-07-11 | |
| | | | | | | | fix spelling error spotted by qbi. svn:r15846 | |||
* | r16923@tombo: nickm | 2008-07-11 15:12:12 -0400 | Nick Mathewson | 2008-07-11 | |
| | | | | | | | Mark proposal 150 accepted; add risks section; revise English a bit. svn:r15845 | |||
* | Add weight consensus line, as described on or-dev, | Peter Palfrader | 2008-07-11 | |
| | | | | | | list elements of RELAY_REQUEST_SD cells svn:r15844 | |||
* | r16919@tombo: nickm | 2008-07-11 13:04:28 -0400 | Nick Mathewson | 2008-07-11 | |
| | | | | | | | Update proposal statuses for 0.2.1.x. svn:r15843 | |||
* | r16918@tombo: nickm | 2008-07-11 13:04:01 -0400 | Nick Mathewson | 2008-07-11 | |
| | | | | | | | Update proposal 110 based on discussions with arma and implementation status. svn:r15842 | |||
* | r16917@tombo: nickm | 2008-07-11 12:55:26 -0400 | Nick Mathewson | 2008-07-11 | |
| | | | | | | | Remove token enum constant in routerparse.c that we do not actually use. svn:r15841 | |||
* | r16897@tombo: nickm | 2008-07-11 12:30:57 -0400 | Nick Mathewson | 2008-07-11 | |
| | | | | | | | Revise proposal 147 as sugested by arma. svn:r15840 | |||
* | r16896@tombo: nickm | 2008-07-11 11:45:16 -0400 | Nick Mathewson | 2008-07-11 | |
| | | | | | | | Revise proposal 118; turn it into a real proposal. svn:r15839 | |||
* | Fix bug 763. When a hidden service is giving up on an introduction point ↵ | Karsten Loesing | 2008-07-10 | |
| | | | | | | candidate that was not included in the last published rendezvous descriptor, don't reschedule publication of the next descriptor. svn:r15825 | |||
* | r16882@tombo: nickm | 2008-07-10 14:31:25 -0400 | Nick Mathewson | 2008-07-10 | |
| | | | | | | | Fix for session-related bug found by Geoff Goodell. backport candidate, once tested. svn:r15821 | |||
* | r16881@tombo: nickm | 2008-07-10 14:19:21 -0400 | Nick Mathewson | 2008-07-10 | |
| | | | | | | | fix a rare segfault in bw-share-measuring code svn:r15820 | |||
* | bump svn version to 0.2.1.2-alpha-dev | Nick Mathewson | 2008-07-09 | |
| | | | | svn:r15806 | |||
* | Stop using __attribute__((nonnull)): It gets us occcasional warnings when we ↵ | Nick Mathewson | 2008-07-09 | |
| | | | | | | do something so foolish it can be detected without dataflow analysis, but it also eliminates some of our error checking code. Suggested by Peter Gutmann. svn:r15803 | |||
* | fix up a confusion on the release notes (thanks karsten) | Roger Dingledine | 2008-07-09 | |
| | | | | svn:r15793 | |||
* | 0.2.0.29-rc-1 changelog | Peter Palfrader | 2008-07-09 | |
| | | | | svn:r15791 | |||
* | remove duplicate changelog entries | Roger Dingledine | 2008-07-09 | |
| | | | | svn:r15784 | |||
* | forward-port the 0.2.0.29-rc changelog | Roger Dingledine | 2008-07-09 | |
| | | | | svn:r15782 | |||
* | Patch from coderman: detect transparent proxy header correctly on some linux ↵ | Nick Mathewson | 2008-07-07 | |
| | | | | | | versions. svn:r15726 | |||
* | fix r1571[89], thanks arma | Peter Palfrader | 2008-07-07 | |
| | | | | svn:r15720 | |||
* | merge from 0.2.0.x: r15718: Warn the admin if the number of file descriptors ↵ | Peter Palfrader | 2008-07-07 | |
| | | | | | | on his system is tiny svn:r15719 | |||
* | Add guard node failure plans to proposal. | Mike Perry | 2008-07-06 | |
| | | | | svn:r15706 | |||
* | fix typos in last patch spotted by sebastian and karsten | Nick Mathewson | 2008-07-06 | |
| | | | | svn:r15700 | |||
* | Apply fix from chrisw: call connection_ap_attach_pending when we get a ↵ | Nick Mathewson | 2008-07-06 | |
| | | | | | | rendezvous2 or rendezvous_established call. This is a bit brute-foce, but it is better than we had before, and might not even show up on profiles. Backport candidate, once tested. svn:r15699 | |||
* | Fix the rest of the GCC warnings on OpenBSD_malloc_linux.c | Nick Mathewson | 2008-07-06 | |
| | | | | svn:r15698 | |||
* | Add proposal 150 and proposal 151 | Nick Mathewson | 2008-07-06 | |
| | | | | svn:r15695 | |||
* | Correct punctuation. | Karsten Loesing | 2008-07-06 | |
| | | | | svn:r15690 | |||
* | Remove spurious "netintet" check from configure.in | Nick Mathewson | 2008-07-05 | |
| | | | | svn:r15672 | |||
* | Proposal 121: Add a simple algorithm to delay descriptor publication for ↵ | Karsten Loesing | 2008-07-04 | |
| | | | | | | | | different clients of a hidden service; Proposal 142: Give first security property the new name "Responsibility" and change new cell formats according to rendezvous protocol version 3 draft. svn:r15655 | |||
* | Update descriptions of params. | Mike Perry | 2008-07-04 | |
| | | | | svn:r15648 | |||
* | r16695@tombo: nickm | 2008-07-03 13:00:38 -0400 | Nick Mathewson | 2008-07-03 | |
| | | | | | | | add new proposal 149: using netinfo data svn:r15629 | |||
* | r16689@tombo: nickm | 2008-07-03 11:03:14 -0400 | Nick Mathewson | 2008-07-03 | |
| | | | | | | | Fix for bug 742: do not use O_CREAT on 2-option version of open(). Especially do not use it on /dev/null. Fix from Michael Scherer. Bugfix on 0.0.2pre19 (wow). svn:r15626 | |||
* | add new proposal 148-uniform-client-end-reason.txt | Roger Dingledine | 2008-07-02 | |
| | | | | svn:r15612 | |||
* | separate the web instructions from the pootle instructions | Roger Dingledine | 2008-07-02 | |
| | | | | svn:r15610 | |||
* | linewrap/whitespace fixes | Roger Dingledine | 2008-07-02 | |
| | | | | svn:r15609 | |||
* | r16666@tombo: nickm | 2008-07-02 15:17:46 -0400 | Nick Mathewson | 2008-07-02 | |
| | | | | | | | Mark 145 and 146 open (oops). Add new proposal 147 about making v2 directories less needed. svn:r15607 | |||
* | r16664@tombo: nickm | 2008-07-02 14:03:44 -0400 | Nick Mathewson | 2008-07-02 | |
| | | | | | | | Add two new proposals. svn:r15606 | |||
* | Update vidalia url | Jacob Appelbaum | 2008-07-02 | |
| | | | | svn:r15594 | |||
* | Add proposal 144 from M Fr. | Nick Mathewson | 2008-07-01 | |
| | | | | svn:r15586 | |||
* | forward-port r15576 | Roger Dingledine | 2008-06-30 | |
| | | | | svn:r15577 | |||
* | first draft of the Tor 0.2.0.x Release Notes. | Roger Dingledine | 2008-06-30 | |
| | | | | svn:r15572 | |||
* | Make directory servers include the X-Your-Address-Is: http header in | Roger Dingledine | 2008-06-30 | |
| | | | | | | | | | their responses even for begin_dir conns. Now clients who only ever use begin_dir connections still have a way to learn their IP address. Should fix bug 737. Reported by goldy. svn:r15571 | |||
* | Add proposal 143: Improvements of Distributed Storage for Tor Hidden Service ↵ | Nick Mathewson | 2008-06-28 | |
| | | | | | | Descriptors svn:r15552 | |||
* | put in some of the release summaries | Roger Dingledine | 2008-06-28 | |
| | | | | svn:r15535 | |||
* | r16587@tombo: nickm | 2008-06-28 00:13:40 -0400 | Nick Mathewson | 2008-06-28 | |
| | | | | | | | fix for bug 704; found by sjmurdoch. Windows and recent openssl both want to define OCSP_RESPONSE; do not let them. svn:r15533 | |||
* | Add proposal 142: Combine Introduction and Rendezvous Points | Nick Mathewson | 2008-06-28 | |
| | | | | svn:r15531 | |||
* | Send a bootstrap problem "warn" event on the first problem if the | Roger Dingledine | 2008-06-24 | |
| | | | | | | | reason is NO_ROUTE (that is, our network is down). svn:r15443 |