aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.h
Commit message (Expand)AuthorAge
* Unit tests for connection_edge_process_resolved_cellNick Mathewson2014-04-02
* Look at all of a RESOLVED cell; not just the first answer.Nick Mathewson2014-04-02
* Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Bug 7691: Send a probe cell down certain types of circs.Mike Perry2013-01-08
* Add some missing doxygen for ipv6 exit codeNick Mathewson2012-11-14
* Actually send back correctly-formed IPv6 CONNECTED cellsNick Mathewson2012-11-14
* Revise the DNS subsystem to handle IPv6 exits.Nick Mathewson2012-11-14
* Whitespace cleanupNick Mathewson2012-11-14
* Get the client side of receiving an IPv6 address to workNick Mathewson2012-11-14
* Add an IPv6Exit configuration optionNick Mathewson2012-11-14
* Refactor begin cell parsing into its own function, with tests.Nick Mathewson2012-11-14
* Move address map into its own file.Nick Mathewson2012-11-14
* Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
* Merge remote-tracking branch 'public/bug3940_redux'Nick Mathewson2012-06-13
|\
| * An attempt at bug3940 and making AllowDotExit 0 work with MapAddressNick Mathewson2012-05-11
* | Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* | MSVC build issue: make 'const' in declaration match 'const' in definitionNick Mathewson2012-05-14
|/
* Refactor addressmap_match_superdomains and representation of wildcardsNick Mathewson2011-11-30
* Fix whitespace issues in patches merged today so farNick Mathewson2011-09-07
* Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson2011-09-07
|\
| * Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson2011-07-21
* | Remove connection_edge_streams_are_compatibleRobert Ransom2011-08-08
|/
* Implement sensible isolation for tunneled directory connsNick Mathewson2011-07-19
* Launch sufficient circuits to satisfy pending isolated streamsNick Mathewson2011-07-19
* Const-ify a few functionsNick Mathewson2011-07-19
* (Unused) backend logic for stream isolationNick Mathewson2011-07-19
* Split connection_about_to_close_connection into separate functionsNick Mathewson2011-07-11
* Make the get_options() return constNick Mathewson2011-06-14
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-15
|\
| * Handle transitions in Automap*, VirtualAddrNetwork correctlyNick Mathewson2011-05-13
* | Merge maint-0.2.2 for the bug1090-part1-squashed branchNick Mathewson2011-04-27
|\|
| * revert most of ef81649d2fcRoger Dingledine2011-04-27
| * When there is a transition in permitted nodes, apply it to trackexithosts mapNick Mathewson2011-04-26
* | 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-01-03
|\|
| * Bump copyright statements to 2011 (0.2.2)Nick 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
* | Initial conversion to use node_t throughout our codebase.Nick Mathewson2010-10-01
* | Try to make most routerinfo_t interfaces constNick Mathewson2010-10-01
* | Add support for linked connections with bufferevent_pair.Nick Mathewson2010-09-27
|/
* Merge remote branch 'sebastian/bug1525'Nick Mathewson2010-09-13
|\
| * Ensure controller RESOLVE commands respect __LeaveStreamsUnattachedRobert Hogan2010-08-08
* | Remove unused function declarationsSebastian Hahn2010-08-17
|/
* Create connection_edge.hSebastian Hahn2010-07-27