- 12 Dec, 2009 1 commit
-
-
Sebastian Hahn authored
Some *_free functions threw asserts when passed NULL. Now all of them accept NULL as input and perform no action when called that way. This gains us consistence for our free functions, and allows some code simplifications where an explicit null check is no longer necessary.
-
- 22 Nov, 2009 1 commit
-
-
Roger Dingledine authored
New config option "CircuitStreamTimeout" to override our internal timeout schedule for how many seconds until we detach a stream from a circuit and try a new circuit. If your network is particularly slow, you might want to set this to a number like 60.
-
- 10 Oct, 2009 1 commit
-
-
Roger Dingledine authored
-
- 27 Sep, 2009 1 commit
-
-
Found by Coverity
-
- 21 Sep, 2009 1 commit
-
-
Roger Dingledine authored
This reverts commit dc322931. We're going to do this more thoroughly in 0.2.2.x, and not in maint-0.2.1.
-
- 16 Sep, 2009 1 commit
-
-
Sebastian Hahn authored
To further attempt to fix bug 1090, make sure connection_ap_can_use_exit always returns 0 when the chosen exit router is excluded. This should fix bug1090.
-
- 19 Aug, 2009 1 commit
-
-
Karsten Loesing authored
-
- 18 Aug, 2009 1 commit
-
-
Karsten Loesing authored
-
- 17 Aug, 2009 1 commit
-
-
Karsten Loesing authored
-
- 09 Aug, 2009 1 commit
-
-
Jacob Appelbaum authored
This is a patch to remove support for .noconnect. We are removing .noconnect because of a talk at Defcon 17 by Gregory Fleischer.
-
- 07 Aug, 2009 1 commit
-
-
Roger Dingledine authored
-
- 15 Jul, 2009 3 commits
-
-
Karsten Loesing authored
Changes to directory request statistics: - Rename GEOIP statistics to DIRREQ statistics, because they now include more than only GeoIP-based statistics, whereas other statistics are GeoIP-dependent, too. - Rename output file from geoip-stats to dirreq-stats. - Add new config option DirReqStatistics that is required to measure directory request statistics. - Clean up ChangeLog. Also ensure that entry guards statistics have access to a local GeoIP database.
-
Karsten Loesing authored
- Use common prefixes DIRREQ_* and dirreq_*. - Replace enums in structs with bitfields.
-
Karsten Loesing authored
-
- 07 Jul, 2009 1 commit
-
-
Nick Mathewson authored
Patch by Roger; fixes bug 1027.
-
- 02 Jul, 2009 1 commit
-
-
[Original patch series from Karsten, revised and squashed by Nick]
-
- 19 Jun, 2009 2 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
This reverts commit 3847f549.
-
- 16 Jun, 2009 1 commit
- 12 Jun, 2009 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
The rest of the code was only including event.h so that it could see EV_READ and EV_WRITE, which we were using as part of the connection_watch_events interface for no very good reason.
-
Karsten Loesing authored
Hidden service clients didn't use a cached service descriptor that was older than 15 minutes, but wouldn't fetch a new one either. Now, use a cached descriptor no matter how old it is and only fetch a new one when all introduction points fail. Fix for bug 997. Patch from Marcus Griep.
-
- 27 May, 2009 1 commit
-
-
Nick Mathewson authored
-
- 14 May, 2009 2 commits
-
-
- 04 May, 2009 2 commits
-
-
- 02 May, 2009 1 commit
-
-
Karsten Loesing authored
-
- 11 Apr, 2009 4 commits
-
-
Roger Dingledine authored
svn:r19295
-
Roger Dingledine authored
svn:r19293
-
Roger Dingledine authored
me further) svn:r19292
-
Roger Dingledine authored
IP address changes: directory mirrors were mistakenly telling them their old address if they asked via begin_dir, so they never got an accurate answer about their new address, so they just vanished after a day. Should fix bugs 827, 883, and 900 -- but alas, only after every directory mirror has upgraded. svn:r19291
-
- 13 Feb, 2009 1 commit
-
-
Roger Dingledine authored
stream never finished making its connection, it would live forever in circuit_wait state. Now we close it after SocksTimeout seconds. Bugfix on 0.1.2.7-alpha; reported by Mike Perry. svn:r18516
-
- 10 Feb, 2009 1 commit
-
-
Karsten Loesing authored
svn:r18477
-
- 09 Feb, 2009 1 commit
-
-
Roger Dingledine authored
(but not in 0.2.1.12-alpha, sorry) svn:r18417
-
- 04 Feb, 2009 1 commit
-
-
Roger Dingledine authored
redundant, and is definitely confusing. we should take it out in 0.2.2.x and see who squeaks. svn:r18383
-
- 28 Jan, 2009 1 commit
-
-
Nick Mathewson authored
svn:r18299
-
- 14 Jan, 2009 1 commit
-
-
Nick Mathewson authored
svn:r18102
-
- 05 Jan, 2009 1 commit
-
-
Mike Perry authored
Preserve reporting of stream end reasons to the local control port. They were lost in the changes for Proposal 148. svn:r17911
-
- 04 Jan, 2009 1 commit
-
-
Nick Mathewson authored
svn:r17888
-