aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add guard node failure plans to proposal.Mike Perry2008-07-06
| | | | svn:r15706
* fix typos in last patch spotted by sebastian and karstenNick Mathewson2008-07-06
| | | | svn:r15700
* Apply fix from chrisw: call connection_ap_attach_pending when we get a ↵Nick Mathewson2008-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.cNick Mathewson2008-07-06
| | | | svn:r15698
* Add proposal 150 and proposal 151Nick Mathewson2008-07-06
| | | | svn:r15695
* Correct punctuation.Karsten Loesing2008-07-06
| | | | svn:r15690
* Remove spurious "netintet" check from configure.inNick Mathewson2008-07-05
| | | | svn:r15672
* Proposal 121: Add a simple algorithm to delay descriptor publication for ↵Karsten Loesing2008-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 Perry2008-07-04
| | | | svn:r15648
* r16695@tombo: nickm | 2008-07-03 13:00:38 -0400Nick Mathewson2008-07-03
| | | | | | | add new proposal 149: using netinfo data svn:r15629
* r16689@tombo: nickm | 2008-07-03 11:03:14 -0400Nick Mathewson2008-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.txtRoger Dingledine2008-07-02
| | | | svn:r15612
* separate the web instructions from the pootle instructionsRoger Dingledine2008-07-02
| | | | svn:r15610
* linewrap/whitespace fixesRoger Dingledine2008-07-02
| | | | svn:r15609
* r16666@tombo: nickm | 2008-07-02 15:17:46 -0400Nick Mathewson2008-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 -0400Nick Mathewson2008-07-02
| | | | | | | Add two new proposals. svn:r15606
* Update vidalia urlJacob Appelbaum2008-07-02
| | | | svn:r15594
* Add proposal 144 from M Fr.Nick Mathewson2008-07-01
| | | | svn:r15586
* forward-port r15576Roger Dingledine2008-06-30
| | | | svn:r15577
* first draft of the Tor 0.2.0.x Release Notes.Roger Dingledine2008-06-30
| | | | svn:r15572
* Make directory servers include the X-Your-Address-Is: http header inRoger Dingledine2008-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 Mathewson2008-06-28
| | | | | | Descriptors svn:r15552
* put in some of the release summariesRoger Dingledine2008-06-28
| | | | svn:r15535
* r16587@tombo: nickm | 2008-06-28 00:13:40 -0400Nick Mathewson2008-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 PointsNick Mathewson2008-06-28
| | | | svn:r15531
* Send a bootstrap problem "warn" event on the first problem if theRoger Dingledine2008-06-24
| | | | | | | reason is NO_ROUTE (that is, our network is down). svn:r15443
* annotate some changelog entriesRoger Dingledine2008-06-24
| | | | svn:r15442
* annotate the todo file a bitRoger Dingledine2008-06-23
| | | | svn:r15438
* whoops, i shouldn't've left that inRoger Dingledine2008-06-23
| | | | svn:r15434
* Mingw 5.1.3 doesn't like sp3 for winxp.Andrew Lewman2008-06-22
| | | | svn:r15419
* Change the contrib/tor.logrotate script so it makes the newRoger Dingledine2008-06-22
| | | | | | | | | | | logs as "_tor:_tor" rather than the default, which is generally "root:wheel". Fixes bug 676, reported by Serge Koksharov. Andrew, you should check if this breaks the rpm building (or if it makes it work better) svn:r15404
* with all of these fancy memory fixes, openbsd malloc appears to not beAndrew Lewman2008-06-21
| | | | | | | needed any more. svn:r15390
* mark changelog bugfixes with what version they're fromRoger Dingledine2008-06-21
| | | | svn:r15384
* Document this htpass thing for everyone.Jacob Appelbaum2008-06-20
| | | | svn:r15381
* Added prefixes to testing-network-only configuration options.Karsten Loesing2008-06-20
| | | | svn:r15375
* prepare for the 0.2.1.2-alpha release. we will tagRoger Dingledine2008-06-20
| | | | | | | sometime today. get your fixes in soon. :) svn:r15371
* another item matt should do for vidaliaRoger Dingledine2008-06-20
| | | | svn:r15370
* If we close our OR connection because there's been a circuitRoger Dingledine2008-06-20
| | | | | | | | pending on it for too long, we were telling our bootstrap status events "REASON=NONE". Now tell them "REASON=TIMEOUT". svn:r15369
* If you're using bridges, generate "bootstrap problem" warningsRoger Dingledine2008-06-20
| | | | | | | | | as soon as you run out of working bridges, rather than waiting for ten failures -- which will never happen if you have less than ten bridges. svn:r15368
* Big bridge bugfixes. Backport candidates.Roger Dingledine2008-06-20
| | | | | | | | | | | | | | | If you have more than one bridge but don't know their keys, you would only learn a request for the descriptor of the first one on your list. (Tor considered launching requests for the others, but found that it already had a connection on the way for $0000...0000 so it didn't open another.) If you have more than one bridge but don't know their keys, and the connection to one of the bridges failed, you would cancel all pending bridge connections. (After all, they all have the same digest.) svn:r15366
* Updated Vidalia section and svn url.Jacob Appelbaum2008-06-19
| | | | svn:r15365
* Small patch from mfrJacob Appelbaum2008-06-19
| | | | svn:r15364
* start sending "COUNT=%d RECOMMENDATION=%s" key/values on bootstrapRoger Dingledine2008-06-19
| | | | | | | | problem status events, so the controller can hear about problems even before tor decides they're worth reporting for sure. svn:r15357
* check-spaces, fix a typoRoger Dingledine2008-06-18
| | | | svn:r15355
* Spec clarifications on 137.Nick Mathewson2008-06-18
| | | | svn:r15352
* Directory authorities shouldn't complain about bootstrappingRoger Dingledine2008-06-18
| | | | | | | | problems just because they do a lot of reachability testing and some of the connection attempts fail. svn:r15348
* I was on the second paragraph of my or-dev mail explaining why I chose toRoger Dingledine2008-06-18
| | | | | | | | | | set starting=1 to avoid potential bugs with having it conflict with 0, which I used to mean uninitialized, when I realized I would be writing many more lame-sounding paragraphs in the future. Just start it at 0 and handle the bugs. svn:r15346
* implement more fine-tuning options for stats codeNick Mathewson2008-06-18
| | | | svn:r15345
* More todo updatesNick Mathewson2008-06-18
| | | | svn:r15344
* I was told there is an extend_info_free(). I won't leak memory again. I ↵Karsten Loesing2008-06-17
| | | | | | won't leak memory again. I won't ... svn:r15335