aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
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
2010-09-27Add a new connection_fetch_from_buf_line() that can handle buffereventsNick Mathewson
2010-09-27Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson
2010-09-21First cut of code to enable RefuseUnknownExitsNick Mathewson
2010-09-13Add a max_cells arg to connection_edge_process_raw_inbufNick Mathewson
2010-09-13Merge remote branch 'sebastian/bug1525'Nick Mathewson
2010-08-16Fix misplaced labelsSebastian Hahn
2010-08-09tiny changes i found in my sandboxRoger Dingledine
2010-08-08Update some documentation for the bug 1525 fixSebastian Hahn
2010-08-08Ensure controller RESOLVE commands respect __LeaveStreamsUnattachedRobert Hogan
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create relay.hSebastian Hahn