aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2016-11-01Ask event_base_loop to finish when we add a pending streamRoger Dingledine
2016-03-26Do not treat "DOCDOC" as doxygen.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-01-27Correct further grammatical errors in tor commentsNick Mathewson
2015-12-17Another try at fixing 17752Nick Mathewson
2015-12-16More emergency-check code for un-removed pending entry connsNick Mathewson
2015-12-16Add an edge_about_to_close() call to ap_about_to_close().Nick Mathewson
2015-12-16Move pending-connection code into connection_ap_about_to_closeNick Mathewson
2015-12-16More debugging code to try to track down #17659Nick Mathewson
2015-12-16Add some assertions to try to catch #17752Nick Mathewson
2015-11-27More fixes/debugging attempts for 17659Nick Mathewson
2015-11-27Add a stack trace for help debugging one part of 17659Nick Mathewson
2015-11-27Check magic number in connection_ap_attach_pendingNick Mathewson
2015-11-26improve log messages to try to track down #17659Nick Mathewson
2015-11-20fix "make check-spaces"Nick 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-08-17Logs and debug info that I used for finding bug 16844Roger Dingledine
2015-05-20Add "HiddenServiceMaxStreams" as a per-HS tunable.Yawning Angel
2015-04-30Use descriptor ID when purging last hid fetch cacheDavid Goulet
2015-04-30Use rend_data_client/service_create() in codeDavid Goulet
2015-04-15Merge remote-tracking branch 'dgoulet/bug14391_026_v2'Nick Mathewson
2015-03-04Merge remote-tracking branch 'public/bug15064_025' into maint-0.2.6Nick Mathewson
2015-03-04Make TransProxyType ipfw work correctlyNick Mathewson
2015-03-04only declare rv when it is used in destination_from_socket. Fixes 15151Nick Mathewson
2015-02-19Check ENABLE_TOR2WEB_MODE before any tor2webmode codeNick Mathewson
2015-02-04Use getsockname, not getsockopt, on TPROXY socketsNick Mathewson
2015-01-28Support connection_exit_connect() to AF_UNIX socketsAndrea Shepard
2015-01-27Refactor rend_cache_lookup_entry() and how it's usedDavid Goulet
2015-01-20Merge branch 'bug14084'Nick Mathewson
2015-01-19Some days I just can't C.Nick Mathewson
2015-01-19Make check-spaces happier.Nick Mathewson
2015-01-19Replace a 4 with a 6; fix a bug that nobody noticed :/Nick Mathewson
2015-01-19Merge branch 'bug7555_v2_squashed'Nick Mathewson
2015-01-19Add a bunch of new comments to explain connection_ap_rewrite{,_and_attach}Nick Mathewson
2015-01-18Fix memory leak in connection_ap_handshake_rewrite_and_attach()Nick Mathewson
2015-01-16Move entry_port_cfg_t fields in entry_connection_tNick Mathewson
2015-01-13Allow MapAddress and Automap to work togetherNick Mathewson
2015-01-12Begin writing unit tests for rewrite codeNick Mathewson
2015-01-10document rewrite_result_t and export for testingNick Mathewson
2015-01-10Move stream-closing out of rewrite codeNick Mathewson
2015-01-10Split the rewrite part of rewrite-and-attachNick Mathewson
2015-01-03New option "HiddenServiceAllowUnknownPorts"Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-30Merge remote-tracking branch 'dgoulet/bug13667_025_v4'Nick Mathewson
2014-12-29Fix: mitigate as much as we can HS port scanningDavid Goulet
2014-12-23Fix compilation on platforms without IP6T_SO_ORIGINAL_DSTNick Mathewson
2014-12-23tweak whitespace; log bad socket family if bug occursNick Mathewson
2014-12-23Use the appropriate call to getsockopt for IPv6 socketsFrancisco Blas Izquierdo Riera (klondike)