- 12 Jun, 2009 1 commit
-
-
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.
-
- 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 2 commits
-
-
Nick Mathewson authored
svn:r17888
-
Nick Mathewson authored
The subversion $Id$ fields made every commit force a rebuild of whatever file got committed. They were not actually useful for telling the version of Tor files in the wild. svn:r17867
-
- 24 Dec, 2008 1 commit
-
-
Nick Mathewson authored
Use the literal parse of an address in dns_resolve_impl if parsing the address as an ipv4 or ipv6 address _succeeded_. Not if it failed. Bug introduced in r17707 (post 0.2.1.8-alpha), and found by xiando. svn:r17758
-
- 19 Dec, 2008 1 commit
-
-
Nick Mathewson authored
Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses. svn:r17707
-
- 18 Dec, 2008 2 commits
-
-
Nick Mathewson authored
Replace calls to time(NULL) that occur on the order of once per read, one per write, or once per cell with calls to a function that looks at a cached value of time. This is tricksy to benchmark, since it will only help on systems where time() is a syscall and syscalls are relatively slow. svn:r17690
-
Nick Mathewson authored
svn:r17681
-
- 17 Dec, 2008 4 commits
-
-
Nick Mathewson authored
svn:r17663
-
Nick Mathewson authored
svn:r17662
-
Nick Mathewson authored
Use ctags and a python script to find identifiers that are never used anywhere, and remove the ones that we really want gone. svn:r17651
-
Nick Mathewson authored
svn:r17643
-
- 12 Dec, 2008 1 commit
-
-
Nick Mathewson authored
This patch makes every RELAY_COMMAND_END cell that we send pass through one of two functions: connection_edge_end and relay_send_end_cell_from_edge. Both of these functions check the circuit purpose, and change the reason to MISC if the circuit purpose means that it's for client use. svn:r17612
-
- 02 Dec, 2008 1 commit
-
-
Roger Dingledine authored
like 'begin' relay cells. svn:r17442
-
- 16 Nov, 2008 1 commit
-
-
Karsten Loesing authored
svn:r17275
-
- 21 Oct, 2008 1 commit
-
-
Nick Mathewson authored
Patch from rovv: send back END cell in response to connect attempts to nonexistent hidden service port. svn:r17137
-
- 29 Sep, 2008 1 commit
-
-
Nick Mathewson authored
Patch from mwenge: update TrackHostExits mapping expiry times when the mappings are used, so that they expire a while after their last use, not a while after their creation. svn:r17004
-
- 26 Sep, 2008 2 commits
-
-
Nick Mathewson authored
Commit fix for bug 807 from mwenge: send CLOSED controller event for reverse dns resolve, not FAILED. svn:r16985
-
Nick Mathewson authored
svn:r16983
-
- 24 Sep, 2008 1 commit
-
-
Nick Mathewson authored
Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should definitely re-review the bits I changed. svn:r16955
-
- 23 Sep, 2008 1 commit
-
-
Nick Mathewson authored
Patch from roger for 752, but with more comments: When we get an A.B.exit:P address, and B would reject most connections to P, but we do not know whether it would allow A, then allow the connection to procede. Bugfix, amusingly, on 0.0.9rc5. svn:r16944
-
- 05 Sep, 2008 2 commits
-
-
Nick Mathewson authored
svn:r16785
-
Nick Mathewson authored
svn:r16779
-
- 25 Aug, 2008 1 commit
-
-
Roger Dingledine authored
jake through socks4 and socks5 failure codes svn:r16651
-