summaryrefslogtreecommitdiff
path: root/src/core/or/connection_edge.c
AgeCommit message (Expand)Author
2021-03-17warn and reject reentering streams at client tooRoger Dingledine
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-22Fix CID 1473232 in connection_ap_handle_onion().George Kadianakis
2021-02-22Refactoring: Remove 'addresstype' from connection_ap_handle_onion().George Kadianakis
2021-02-19hs-v2: Removal of service and relay supportDavid Goulet
2021-02-19hs-v2: Remove client supportDavid Goulet
2021-02-09Fix coverity warnings 1472846 / 1472845.George Kadianakis
2021-02-08Merge branch 'bug40249_squashed'Nick Mathewson
2021-02-08Add stream ID to ADDRMAP control eventNeel Chauhan
2021-02-01Merge branch 'maint-0.4.5'David Goulet
2021-02-01Merge branch 'tor-gitlab/mr/289' into maint-0.4.5David Goulet
2021-02-01relay: Send back CONNECTION_REFUSED on reentryDavid Goulet
2021-02-01node: Move reentry set to use a digestmap_tDavid Goulet
2021-02-01Merge branch 'maint-0.4.5'David Goulet
2021-02-01relay: Follow consensus parameter for network reentryDavid Goulet
2021-01-29Merge branch 'maint-0.4.5'David Goulet
2021-01-29exit: Deny re-entry into the networkRoger Dingledine
2020-11-23fix two trivial comment mistakesRoger Dingledine
2020-11-12Fix typos.Samanta Navarro
2020-10-12Pass the SOCKS request address in relay begin cellsNeel Chauhan
2020-08-03Merge remote-tracking branch 'tor-github/pr/1986/head'Nick Mathewson
2020-07-31Code simplifications for AP_CONN_STATE_CONTROLLER_WAITNeel Chauhan
2020-07-16Define new CONST_TO_*_CONN() functions for const-to-const castsNick Mathewson
2020-07-16Improve documentation for our TO_*_CONN() cast functions.Nick Mathewson
2020-07-16Collapse channel_get_*_remote_addr() into a single function.Nick Mathewson
2020-07-16Remove "ADDR_ONLY" mode from channel_get_*_remote_descr.Nick Mathewson
2020-07-16Use connection_describe() for log messages.Nick Mathewson
2020-07-09Merge branch 'maint-0.4.4'David Goulet
2020-07-08Send a control port event when a stream enters the AP_CONN_STATE_CONTROLLER_W...Neel Chauhan
2020-07-08socks: Returns 0xF6 only if BAD_HOSTNAMEGuinness
2020-07-02Add a function for comparing the orport on an extendinfo.Nick Mathewson
2020-05-21Check for NULL from tor_dup_ip()rl1987
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Fix a boolean logic error when logging about invalid hostnames.Nick Mathewson
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-04-30net: Make all address bytes functions take uint8_t *teor
2020-02-18Move DNS TTL manipulation code to src/core/orNick Mathewson
2020-02-18Replace identifiers related to clipping DNS ttls.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-21hs-v3: Return bad address SOCKS5 extended errorDavid Goulet
2019-11-18hs-v3: Set extended error if .onion is invalidDavid Goulet
2019-10-17socks: Send back extended error code if setDavid Goulet
2019-10-02Merge branch 'tor-github/pr/1344'David Goulet
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-18Merge branch 'bug31466_035' into bug31466_042Nick Mathewson
2019-09-18Merge branch 'bug31466_029' into bug31466_035_tmpNick Mathewson
2019-09-17Merge branch 'tor-github/pr/1323'George Kadianakis
2019-09-12Merge branch 'ticket31687_035' into ticket31687_040Nick Mathewson
2019-09-10pf: when extracting an IPv6 address, make sure we got an IPv6 addressNick Mathewson