aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
...
* | | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-03-15
|\| | | |
| * | | | Consider sending stream-level SENDME cells on partial flushes.Nick Mathewson2011-03-14
* | | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-07
|\| | | |
| * | | | 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.2'Nick Mathewson2011-01-07
|\| | | |
| * | | | 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
* | | | | Fix a strdup() of uninitialized buffer in addressmap_get_virtual_addressNick Mathewson2011-01-06
* | | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-06
|\| | | |
| * | | | 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.2'Nick Mathewson2011-01-03
|\| | | | |
| * | | | | 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 branch 'maint-0.2.2'Roger Dingledine2010-12-19
|\| | | | | |_|_|/ |/| | |
| * | | Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson2010-12-15
| |\| |
| | * | Make payloads into uint8_t.Nick Mathewson2010-12-15
| | |/
* | | Initial work to set CLOEXEC on all possible fdsNick Mathewson2010-11-20
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-15
|\| |
| * | Change Natd into NATD in our options.Sebastian Hahn2010-11-10
* | | Merge remote branch 'origin/maint-0.2.2' for bug 1859 patchesNick Mathewson2010-10-21
|\| |
| * | 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
* | | | Merge branch 'bug1992_part1'Nick Mathewson2010-10-15
|\ \ \ \
| * | | | refactor all these tor_inet_ntoa idiomsRoger Dingledine2010-10-01
* | | | | Merge branch 'nodes'Nick Mathewson2010-10-13
|\ \ \ \ \
| * | | | | Initial conversion to use node_t throughout our codebase.Nick Mathewson2010-10-01
| * | | | | Try to make most routerinfo_t interfaces constNick Mathewson2010-10-01
| |/ / / /
* / / / / Use connection_mark_and_flush consistently.Nick Mathewson2010-10-13
|/ / / /
* | | | Remove the has_old_dnsworkers flag.Nick Mathewson2010-09-28
* | | | Merge branch 'maint-0.2.2'Roger Dingledine2010-09-27
|\| | |
| * | | a dir-spec entry for refuseunknownexitsRoger Dingledine2010-09-27
* | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-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 support for linked connections with bufferevent_pair.Nick Mathewson2010-09-27
* | | Make a function to mark a connection and set hold_open_until_flushed.Nick Mathewson2010-09-27
* | | Move the "stop writing when the buffer is empty" logic to cnnection_finished_...Nick Mathewson2010-09-27
* | | Have edge connections use fetch_from_evbuffer_socks when appropriate.Nick Mathewson2010-09-27
* | | Add a new connection_fetch_from_buf_line() that can handle buffereventsNick Mathewson2010-09-27
* | | Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson2010-09-27
|/ /
* | Add a max_cells arg to connection_edge_process_raw_inbufNick Mathewson2010-09-13
* | Merge remote branch 'sebastian/bug1525'Nick Mathewson2010-09-13
|\ \