aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* Merge remote branch 'public/bug1859_021' into maint-0.2.1Nick Mathewson2011-02-22
|\
| * Issues with router_get_by_nickname()Robert Hogan2010-11-12
| * Issues with router_get_by_nickname()Robert Hogan2010-11-12
* | Remove a loud info log messageNick Mathewson2011-01-07
* | Correctly detect and exclude addresses outside of our virtual address rangeNick Mathewson2011-01-07
* | Merge branch 'bug2328_021' into maint-0.2.1Nick Mathewson2011-01-06
|\ \
| * | Notice a little faster if we're running out of virtual addressesNick Mathewson2011-01-06
| * | Handle a NULL return from addressmap_get_virtual_addressNick Mathewson2011-01-05
| * | Fix a double-counting bug in addrmap_get_virtual_addressNick Mathewson2011-01-05
* | | Bump copyright statements to 2011Nick Mathewson2011-01-03
|/ /
* / Make payloads into uint8_t.Nick Mathewson2010-12-15
|/
* Update Tor Project copyright yearsNick Mathewson2010-02-27
* Revert "Teach connection_ap_can_use_exit about Exclude*Nodes"Roger Dingledine2009-09-20
* Teach connection_ap_can_use_exit about Exclude*NodesSebastian Hahn2009-09-16
* Make "Invalid onion hostname" msg respect SafeLogging.Nick Mathewson2009-07-07
* Better fix for 997.Karsten Loesing2009-06-19
* Revert "Backport fix for bug 997."Karsten Loesing2009-06-19
* Backport fix for bug 997.Karsten Loesing2009-06-16
* Spell-check Tor.Nick Mathewson2009-05-27
* Fix misreporting of stream bandwidths.Mike Perry2009-05-14
* Update copyright to 2009.Karsten Loesing2009-05-04
* make it compile tooRoger Dingledine2009-04-11
* play make-believe that addr isn't a uint32_tRoger Dingledine2009-04-11
* fix the same bug in two more locations (thanks to lark for proddingRoger Dingledine2009-04-11
* Finally fix the bug where dynamic-IP relays disappear when theirRoger Dingledine2009-04-11
* If the controller claimed responsibility for a stream, but thatRoger Dingledine2009-02-13
* As an exit node, scrub the IP address to which we are exiting in the logs. Bu...Karsten Loesing2009-02-10
* decide that mikeperry's bug should be fixed in 0.2.1.xRoger Dingledine2009-02-09
* make a note about a clause in connection_edge.c that is probablyRoger Dingledine2009-02-04
* Forward-port: Fix bug 893: check AP connections for markedness before expirin...Nick Mathewson2009-01-28
* make an assert tighter and replace another with an if.Nick Mathewson2009-01-14
* Preserve reporting of stream end reasons to the local controlMike Perry2009-01-05
* Another round of downgrading removing or postponing XXXX021 issues. Some rem...Nick Mathewson2009-01-04
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Use the literal parse of an address in dns_resolve_impl if parsing the addres...Nick Mathewson2008-12-24
* Move in-addr.arpa parsing and generation into address.c, and simplify the cod...Nick Mathewson2008-12-19
* Replace calls to time(NULL) that occur on the order of once per read, one per...Nick Mathewson2008-12-18
* Fix a memory leak of one address string per DNSPort request.Nick Mathewson2008-12-18
* Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alphaNick Mathewson2008-12-17
* Resolve many DOCDOCs.Nick Mathewson2008-12-17
* Use ctags and a python script to find identifiers that are never used anywher...Nick Mathewson2008-12-17
* Move edge-only flags from connection_t to edge_connection_t.Nick Mathewson2008-12-17
* Implement proposal 148: Make client stream end reasons uniform.Nick Mathewson2008-12-12
* clarify that 'resolve' relay cells nul-terminate the hostname, justRoger Dingledine2008-12-02
* Fix a possible segfault when establishing an exit connection. Bugfix on 0.2.1...Karsten Loesing2008-11-16
* Patch from rovv: send back END cell in response to connect attempts to nonexi...Nick Mathewson2008-10-21
* Patch from mwenge: update TrackHostExits mapping expiry times when the mappin...Nick Mathewson2008-09-29
* Commit fix for bug 807 from mwenge: send CLOSED controller event for reverse ...Nick Mathewson2008-09-26
* Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson2008-09-26
* Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should...Nick Mathewson2008-09-24