summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-25Fix handling of StreamID exhaustion.Nick Mathewson
2011-03-25Add XXX023s for our timestamp_dirty abuse.Nick Mathewson
2011-03-25Look at the right errno when sending reason for connect() failureNick Mathewson
2011-03-25Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson
2011-03-15Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-14Consider sending stream-level SENDME cells on partial flushes.Nick Mathewson
2011-02-07Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-02-07Some cleanups to bug2279 messages/docs from rransomNick Mathewson
2011-01-26Add an option to disable the block-private-addresses featureNick Mathewson
2011-01-25Add client code to detect attempts to connect to 127.0.0.1 etcNick Mathewson
2011-01-07Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-07Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-07Remove a loud info log messageNick Mathewson
2011-01-07Correctly detect and exclude addresses outside of our virtual address rangeNick Mathewson
2011-01-06Fix a strdup() of uninitialized buffer in addressmap_get_virtual_addressNick Mathewson
2011-01-06Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-06Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-06Merge branch 'bug2328_021' into maint-0.2.1Nick Mathewson
2011-01-06Notice a little faster if we're running out of virtual addressesNick Mathewson
2011-01-05Handle a NULL return from addressmap_get_virtual_addressNick Mathewson
2011-01-05Fix a double-counting bug in addrmap_get_virtual_addressNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-19Merge branch 'maint-0.2.2'Roger Dingledine
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-12-15Make payloads into uint8_t.Nick Mathewson
2010-11-20Initial work to set CLOEXEC on all possible fdsNick Mathewson
2010-11-15Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-11-10Change Natd into NATD in our options.Sebastian Hahn
2010-10-21Merge remote branch 'origin/maint-0.2.2' for bug 1859 patchesNick Mathewson
2010-10-21Merge remote branch 'hoganrobert/bug1859' into maint-0.2.2Nick Mathewson
2010-10-17Issues with router_get_by_nickname()Robert Hogan
2010-10-15Merge branch 'bug1992_part1'Nick Mathewson
2010-10-13Merge branch 'nodes'Nick Mathewson
2010-10-13Issues with router_get_by_nickname()Robert Hogan
2010-10-13Use connection_mark_and_flush consistently.Nick Mathewson
2010-10-01refactor all these tor_inet_ntoa idiomsRoger Dingledine
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson
2010-10-01Try to make most routerinfo_t interfaces constNick Mathewson
2010-09-28Remove the has_old_dnsworkers flag.Nick Mathewson
2010-09-27Merge branch 'maint-0.2.2'Roger Dingledine
2010-09-27a dir-spec entry for refuseunknownexitsRoger Dingledine
2010-09-27Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-09-27Change bug1751 enabling code based on comments from armaNick Mathewson
2010-09-27Add support for linked connections with bufferevent_pair.Nick Mathewson
2010-09-27Make a function to mark a connection and set hold_open_until_flushed.Nick Mathewson
2010-09-27Move the "stop writing when the buffer is empty" logic to cnnection_finished_...Nick Mathewson
2010-09-27Have edge connections use fetch_from_evbuffer_socks when appropriate.Nick Mathewson