summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-090.2.0.29-rc-1 changelogPeter Palfrader
svn:r15791
2008-07-09remove duplicate changelog entriesRoger Dingledine
svn:r15784
2008-07-09forward-port the 0.2.0.29-rc changelogRoger Dingledine
svn:r15782
2008-07-07Patch from coderman: detect transparent proxy header correctly on some linux ↵Nick Mathewson
versions. svn:r15726
2008-07-07fix r1571[89], thanks armaPeter Palfrader
svn:r15720
2008-07-07merge from 0.2.0.x: r15718: Warn the admin if the number of file descriptors ↵Peter Palfrader
on his system is tiny svn:r15719
2008-07-06Add guard node failure plans to proposal.Mike Perry
svn:r15706
2008-07-06fix typos in last patch spotted by sebastian and karstenNick Mathewson
svn:r15700
2008-07-06Apply fix from chrisw: call connection_ap_attach_pending when we get a ↵Nick Mathewson
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
2008-07-06Fix the rest of the GCC warnings on OpenBSD_malloc_linux.cNick Mathewson
svn:r15698
2008-07-06Add proposal 150 and proposal 151Nick Mathewson
svn:r15695
2008-07-06Correct punctuation.Karsten Loesing
svn:r15690
2008-07-05Remove spurious "netintet" check from configure.inNick Mathewson
svn:r15672
2008-07-04Proposal 121: Add a simple algorithm to delay descriptor publication for ↵Karsten Loesing
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
2008-07-04Update descriptions of params.Mike Perry
svn:r15648
2008-07-03 r16695@tombo: nickm | 2008-07-03 13:00:38 -0400Nick Mathewson
add new proposal 149: using netinfo data svn:r15629
2008-07-03 r16689@tombo: nickm | 2008-07-03 11:03:14 -0400Nick Mathewson
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
2008-07-02add new proposal 148-uniform-client-end-reason.txtRoger Dingledine
svn:r15612
2008-07-02separate the web instructions from the pootle instructionsRoger Dingledine
svn:r15610
2008-07-02linewrap/whitespace fixesRoger Dingledine
svn:r15609
2008-07-02 r16666@tombo: nickm | 2008-07-02 15:17:46 -0400Nick Mathewson
Mark 145 and 146 open (oops). Add new proposal 147 about making v2 directories less needed. svn:r15607
2008-07-02 r16664@tombo: nickm | 2008-07-02 14:03:44 -0400Nick Mathewson
Add two new proposals. svn:r15606
2008-07-02Update vidalia urlJacob Appelbaum
svn:r15594
2008-07-01Add proposal 144 from M Fr.Nick Mathewson
svn:r15586
2008-06-30forward-port r15576Roger Dingledine
svn:r15577
2008-06-30first draft of the Tor 0.2.0.x Release Notes.Roger Dingledine
svn:r15572
2008-06-30Make directory servers include the X-Your-Address-Is: http header inRoger Dingledine
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
2008-06-28Add proposal 143: Improvements of Distributed Storage for Tor Hidden Service ↵Nick Mathewson
Descriptors svn:r15552
2008-06-28put in some of the release summariesRoger Dingledine
svn:r15535
2008-06-28 r16587@tombo: nickm | 2008-06-28 00:13:40 -0400Nick Mathewson
fix for bug 704; found by sjmurdoch. Windows and recent openssl both want to define OCSP_RESPONSE; do not let them. svn:r15533
2008-06-28Add proposal 142: Combine Introduction and Rendezvous PointsNick Mathewson
svn:r15531
2008-06-24Send a bootstrap problem "warn" event on the first problem if theRoger Dingledine
reason is NO_ROUTE (that is, our network is down). svn:r15443
2008-06-24annotate some changelog entriesRoger Dingledine
svn:r15442
2008-06-23annotate the todo file a bitRoger Dingledine
svn:r15438
2008-06-23whoops, i shouldn't've left that inRoger Dingledine
svn:r15434
2008-06-22Mingw 5.1.3 doesn't like sp3 for winxp.Andrew Lewman
svn:r15419
2008-06-22Change the contrib/tor.logrotate script so it makes the newRoger Dingledine
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
2008-06-21with all of these fancy memory fixes, openbsd malloc appears to not beAndrew Lewman
needed any more. svn:r15390
2008-06-21mark changelog bugfixes with what version they're fromtor-0.2.1.2-alphaRoger Dingledine
svn:r15384
2008-06-20Document this htpass thing for everyone.Jacob Appelbaum
svn:r15381
2008-06-20Added prefixes to testing-network-only configuration options.Karsten Loesing
svn:r15375
2008-06-20prepare for the 0.2.1.2-alpha release. we will tagRoger Dingledine
sometime today. get your fixes in soon. :) svn:r15371
2008-06-20another item matt should do for vidaliaRoger Dingledine
svn:r15370
2008-06-20If we close our OR connection because there's been a circuitRoger Dingledine
pending on it for too long, we were telling our bootstrap status events "REASON=NONE". Now tell them "REASON=TIMEOUT". svn:r15369
2008-06-20If you're using bridges, generate "bootstrap problem" warningsRoger Dingledine
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
2008-06-20Big bridge bugfixes. Backport candidates.Roger Dingledine
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
2008-06-19Updated Vidalia section and svn url.Jacob Appelbaum
svn:r15365
2008-06-19Small patch from mfrJacob Appelbaum
svn:r15364
2008-06-19start sending "COUNT=%d RECOMMENDATION=%s" key/values on bootstrapRoger Dingledine
problem status events, so the controller can hear about problems even before tor decides they're worth reporting for sure. svn:r15357
2008-06-18check-spaces, fix a typoRoger Dingledine
svn:r15355