aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* Handle transitions in Automap*, VirtualAddrNetwork correctlyNick Mathewson2011-05-13
* When TrackExitHosts changes, remove all no-longer-valid mappingsNick Mathewson2011-05-13
* Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson2011-05-11
|\
| * Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| * Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
| * 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
* | | Fix clear_trackhostexits_mapping() to actually work as advertisedNick Mathewson2011-04-27
* | | revert most of ef81649d2fcRoger Dingledine2011-04-27
* | | Fix a check-spaces complaintSebastian Hahn2011-04-26
* | | When there is a transition in permitted nodes, apply it to trackexithosts mapNick Mathewson2011-04-26
* | | Correct the behavior of .exit with ExcludeNodes, StrictNodes, etc.Nick Mathewson2011-04-26
* | | Note another place that we need to fix a 1090 issue.Nick Mathewson2011-04-26
* | | refuse moria1.exit if moria1 is excludedRoger Dingledine2011-04-26
* | | note another case where strictnodes is considered for exitsRoger Dingledine2011-04-26
* | | Fix handling of StreamID exhaustion.Nick Mathewson2011-03-25
* | | Add XXX023s for our timestamp_dirty abuse.Nick Mathewson2011-03-25
* | | Look at the right errno when sending reason for connect() failureNick Mathewson2011-03-25
* | | Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson2011-03-25
* | | Consider sending stream-level SENDME cells on partial flushes.Nick Mathewson2011-03-14
* | | Some cleanups to bug2279 messages/docs from rransomNick Mathewson2011-02-07
* | | Add an option to disable the block-private-addresses featureNick Mathewson2011-01-26
* | | Add client code to detect attempts to connect to 127.0.0.1 etcNick Mathewson2011-01-25
* | | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-07
|\| |
| * | Remove a loud info log messageNick Mathewson2011-01-07
| * | Correctly detect and exclude addresses outside of our virtual address rangeNick Mathewson2011-01-07
* | | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-06
|\| |
| * | 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
* | | | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
|\| | |
| * | | Bump copyright statements to 2011Nick Mathewson2011-01-03
| |/ /
* | | Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson2010-12-15
|\| |
| * | Make payloads into uint8_t.Nick Mathewson2010-12-15
| |/
* | Change Natd into NATD in our options.Sebastian Hahn2010-11-10
* | Merge remote branch 'hoganrobert/bug1859' into maint-0.2.2Nick Mathewson2010-10-21
|\ \
| * | Issues with router_get_by_nickname()Robert Hogan2010-10-17
| * | Issues with router_get_by_nickname()Robert Hogan2010-10-13
* | | a dir-spec entry for refuseunknownexitsRoger Dingledine2010-09-27
* | | Change bug1751 enabling code based on comments from armaNick Mathewson2010-09-27
* | | First cut of code to enable RefuseUnknownExitsNick Mathewson2010-09-21
|/ /
* | Add a max_cells arg to connection_edge_process_raw_inbufNick Mathewson2010-09-13
* | Merge remote branch 'sebastian/bug1525'Nick Mathewson2010-09-13
|\ \
| * | Update some documentation for the bug 1525 fixSebastian Hahn2010-08-08
| * | Ensure controller RESOLVE commands respect __LeaveStreamsUnattachedRobert Hogan2010-08-08
* | | Fix misplaced labelsSebastian Hahn2010-08-16
* | | tiny changes i found in my sandboxRoger Dingledine2010-08-09
|/ /
* | Create rephist.hSebastian Hahn2010-07-27