aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/connection_or.c
AgeCommit message (Expand)Author
2020-07-17or_connection_t: replace real_addr with canonical_orport.Nick Mathewson
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-16Use connection_describe() for log messages.Nick Mathewson
2020-07-14Merge branch 'ticket40033_045_01_squashed'Nick Mathewson
2020-07-14Rename blacklist and whitelist wordingDavid Goulet
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-07-02Carry TLS error strings forward to controller when reporting them.Nick Mathewson
2020-06-26Store errors from TLS write and handshake in the tls_error field.Nick Mathewson
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06connection_or_finished_flushing(): add a missing "break;"Nick Mathewson
2020-04-24Merge remote-tracking branch 'tor-github/pr/1862/head'Nick Mathewson
2020-04-14core/or: Update file comment in connection_or.cteor
2020-04-14core/or: Accurately log remote relay IPv6 addressesteor
2020-04-14core/or: Allow IPv6 connections to be canonicalteor
2020-03-05Merge branch 'clang_format_prep_3'Nick Mathewson
2020-02-20Move relay_handshake.[ch] into src/feature/relay, and make it optionalNick Mathewson
2020-02-19Extract relay-only handshake code into its own file.Nick Mathewson
2020-02-18Move ext_orport identifier map into ext_orport.cNick Mathewson
2020-02-10Use semicolons after HT_PROTOTYPE and HT_GENERATE.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2020-01-06Merge branch 'haxxpop/tcp_proxy_squashed' into tcp_proxy_squshed_and_mergedNick Mathewson
2020-01-06test: HAPRoxy protocolSuphanat Chunhapanya
2020-01-06circuit: Implement haproxySuphanat Chunhapanya
2019-12-20Replace several C identifiers.teor
2019-06-11Rework orconn tracking to use pubsubTaylor Yu
2019-05-01Bug 29231: Report correct padding write totals and enabled totals.Mike Perry
2019-03-27Merge branch 'maint-0.4.0'teor
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-03-25Correctly report PT vs proxy during bootstrapTaylor Yu
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-03Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-03Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-12-21Hook up control_event_bootstrap() to btrack_orconnTaylor Yu
2018-12-20Add ORCONN event pubsub systemTaylor Yu
2018-12-20Remove unused old_state var in connection_or.cTaylor Yu
2018-12-20Merge remote-tracking branch 'tor-github/pr/445'Nick Mathewson
2018-11-14Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson
2018-10-26Generate NETINFO cell using trunnelrl1987
2018-09-27Extract the non-stats part of geoip into a new src/lib/geoip.Nick Mathewson
2018-09-25Extract all the "am I a server" functions from router.cNick Mathewson
2018-09-25Move all authdir_mode_*() functions into authmode.hNick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-09-20Split most of dirserv.c into several new modulesNick Mathewson
2018-09-19Split routerlist.c into 4 separate modulesNick Mathewson
2018-09-16When Tor is compiled with NSS, don't claim support for LinkAuth=1Nick Mathewson
2018-09-10Defer reporting directory bootstrap progressTaylor Yu
2018-08-21Split X509 code out of tortls.cNick Mathewson
2018-07-25Remove comment about Tor2webteor
2018-07-25Merge branch 'bug26924_032' into bug26924teor