aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.h
AgeCommit message (Expand)Author
2016-02-27Update the copyright year.Nick Mathewson
2015-12-16More emergency-check code for un-removed pending entry connsNick Mathewson
2015-11-27More fixes/debugging attempts for 17659Nick Mathewson
2015-11-26improve log messages to try to track down #17659Nick Mathewson
2015-11-17Free pending_entry_connections on shutdown.Nick Mathewson
2015-11-17Be more conservative in scanning the list of pending streamsNick Mathewson
2015-11-17Decouple ..attach_circuit() from most of its callers.Nick Mathewson
2015-01-19Make check-spaces happier.Nick Mathewson
2015-01-19Add a bunch of new comments to explain connection_ap_rewrite{,_and_attach}Nick Mathewson
2015-01-12Begin writing unit tests for rewrite codeNick Mathewson
2015-01-10document rewrite_result_t and export for testingNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-04-02Unit tests for connection_edge_process_resolved_cellNick Mathewson
2014-04-02Look at all of a RESOLVED cell; not just the first answer.Nick Mathewson
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-08Bug 7691: Send a probe cell down certain types of circs.Mike Perry
2012-11-14Add some missing doxygen for ipv6 exit codeNick Mathewson
2012-11-14Actually send back correctly-formed IPv6 CONNECTED cellsNick Mathewson
2012-11-14Revise the DNS subsystem to handle IPv6 exits.Nick Mathewson
2012-11-14Whitespace cleanupNick Mathewson
2012-11-14Get the client side of receiving an IPv6 address to workNick Mathewson
2012-11-14Add an IPv6Exit configuration optionNick Mathewson
2012-11-14Refactor begin cell parsing into its own function, with tests.Nick Mathewson
2012-11-14Move address map into its own file.Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-06-13Merge remote-tracking branch 'public/bug3940_redux'Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-05-14MSVC build issue: make 'const' in declaration match 'const' in definitionNick Mathewson
2012-05-11An attempt at bug3940 and making AllowDotExit 0 work with MapAddressNick Mathewson
2011-11-30Refactor addressmap_match_superdomains and representation of wildcardsNick Mathewson
2011-09-07Fix whitespace issues in patches merged today so farNick Mathewson
2011-09-07Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson
2011-08-08Remove connection_edge_streams_are_compatibleRobert Ransom
2011-07-21Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson
2011-07-19Implement sensible isolation for tunneled directory connsNick Mathewson
2011-07-19Launch sufficient circuits to satisfy pending isolated streamsNick Mathewson
2011-07-19Const-ify a few functionsNick Mathewson
2011-07-19(Unused) backend logic for stream isolationNick Mathewson
2011-07-11Split connection_about_to_close_connection into separate functionsNick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-13Handle transitions in Automap*, VirtualAddrNetwork correctlyNick Mathewson
2011-04-27Merge maint-0.2.2 for the bug1090-part1-squashed branchNick Mathewson
2011-04-27revert most of ef81649d2fcRoger Dingledine
2011-04-26When there is a transition in permitted nodes, apply it to trackexithosts mapNick 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