aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
...
* | Directories now also measure download times of network statuses.Karsten Loesing2009-07-15
* | Merge commit 'origin/maint-0.2.1'•••Conflicts: ChangeLog configure.in contrib/tor-mingw.nsi.in src/win32/orconfig.h Nick Mathewson2009-07-07
|\|
| * Make "Invalid onion hostname" msg respect SafeLogging.•••Patch by Roger; fixes bug 1027. Nick Mathewson2009-07-07
| * Better fix for 997.Karsten Loesing2009-06-19
| * Revert "Backport fix for bug 997."•••This reverts commit 3847f54945933a11d14053b80427f268ffcfd8ad. Karsten Loesing2009-06-19
| * Backport fix for bug 997.•••Backporting 6a32beb and ca8708a. Karsten Loesing2009-06-16
* | If configured, write per-port exit statistics to disk periodically.•••[Original patch series from Karsten, revised and squashed by Nick] Karsten Loesing2009-07-02
* | Merge commit 'karsten/bug997-hidservfetch'Nick Mathewson2009-06-16
|\ \
| * | Apply fix for bug 997.•••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. Karsten Loesing2009-06-12
* | | Whitespace and osx fixes on libevent2 patch.Nick Mathewson2009-06-12
* | | Isolate Libevent API dependency to just main.c and dns.c in src/or.•••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. Nick Mathewson2009-06-12
|/ /
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\|
| * Spell-check Tor.Nick Mathewson2009-05-27
| * Fix misreporting of stream bandwidths.Mike Perry2009-05-14
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | Fix misreporting of stream bandwidths.potentiate2009-05-14
* | Clients do not request version 0 hidserv descs anymore.Karsten Loesing2009-05-04
* | Update copyright to 2009.Karsten Loesing2009-05-02
|/
* make it compile too•••svn:r19295 Roger Dingledine2009-04-11
* play make-believe that addr isn't a uint32_t•••svn:r19293 Roger Dingledine2009-04-11
* fix the same bug in two more locations (thanks to lark for prodding•••me further) svn:r19292 Roger Dingledine2009-04-11
* Finally fix the bug where dynamic-IP relays disappear when their•••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 Roger Dingledine2009-04-11
* If the controller claimed responsibility for a stream, but that•••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 Roger Dingledine2009-02-13
* As an exit node, scrub the IP address to which we are exiting in the logs. Bu...•••svn:r18477 Karsten Loesing2009-02-10
* decide that mikeperry's bug should be fixed in 0.2.1.x•••(but not in 0.2.1.12-alpha, sorry) svn:r18417 Roger Dingledine2009-02-09
* make a note about a clause in connection_edge.c that is probably•••redundant, and is definitely confusing. we should take it out in 0.2.2.x and see who squeaks. svn:r18383 Roger Dingledine2009-02-04
* Forward-port: Fix bug 893: check AP connections for markedness before expirin...•••svn:r18299 Nick Mathewson2009-01-28
* make an assert tighter and replace another with an if.•••svn:r18102 Nick Mathewson2009-01-14
* Preserve reporting of stream end reasons to the local control•••port. They were lost in the changes for Proposal 148. svn:r17911 Mike Perry2009-01-05
* Another round of downgrading removing or postponing XXXX021 issues. Some rem...•••svn:r17888 Nick Mathewson2009-01-04
* Remove svn $Id$s from our source, and remove tor --version --version.•••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 Nick Mathewson2009-01-04
* Use the literal parse of an address in dns_resolve_impl if parsing the addres...•••svn:r17758 Nick Mathewson2008-12-24
* Move in-addr.arpa parsing and generation into address.c, and simplify the cod...•••svn:r17707 Nick Mathewson2008-12-19
* Replace calls to time(NULL) that occur on the order of once per read, one per...•••svn:r17690 Nick Mathewson2008-12-18
* Fix a memory leak of one address string per DNSPort request.•••svn:r17681 Nick Mathewson2008-12-18
* Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alpha•••svn:r17663 Nick Mathewson2008-12-17
* Resolve many DOCDOCs.•••svn:r17662 Nick Mathewson2008-12-17
* Use ctags and a python script to find identifiers that are never used anywher...•••svn:r17651 Nick Mathewson2008-12-17
* Move edge-only flags from connection_t to edge_connection_t.•••svn:r17643 Nick Mathewson2008-12-17
* Implement proposal 148: Make client stream end reasons uniform.•••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 Nick Mathewson2008-12-12
* clarify that 'resolve' relay cells nul-terminate the hostname, just•••like 'begin' relay cells. svn:r17442 Roger Dingledine2008-12-02
* Fix a possible segfault when establishing an exit connection. Bugfix on 0.2.1...•••svn:r17275 Karsten Loesing2008-11-16
* Patch from rovv: send back END cell in response to connect attempts to nonexi...•••svn:r17137 Nick Mathewson2008-10-21
* Patch from mwenge: update TrackHostExits mapping expiry times when the mappin...•••svn:r17004 Nick Mathewson2008-09-29
* Commit fix for bug 807 from mwenge: send CLOSED controller event for reverse ...•••svn:r16985 Nick Mathewson2008-09-26
* Proposal 152 implementation from Josh Albrecht, with tweaks.•••svn:r16983 Nick Mathewson2008-09-26
* Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should...•••svn:r16955 Nick Mathewson2008-09-24
* Patch from roger for 752, but with more comments: When we get an A.B.exit:P a...•••svn:r16944 Nick Mathewson2008-09-23
* Refactor use of connection_new so that we get more verifiable typesafety.•••svn:r16785 Nick Mathewson2008-09-05
* Fix numerous memory leaks: some were almost impossible to trigger, and some a...•••svn:r16779 Nick Mathewson2008-09-05