summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2018-07-05Move literally everything out of src/orNick Mathewson
2018-07-05Clean up include paths for libtor-evloop (automated)Nick Mathewson
2018-07-03Merge remote-tracking branch 'github/ticket26626'Nick Mathewson
2018-07-03Return U64_PRINTF_ARG and U64_FORMATNick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson
2018-06-28Fix paths for buffers.h; automated.Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Move extend_info_t into its own header.Nick Mathewson
2018-06-15Extract cell type and their queues into new headersNick Mathewson
2018-06-15Extract node_t into its own header.Nick Mathewson
2018-06-15Split socks_request_t into its own header.Nick Mathewson
2018-06-15Extract cpath_build_state into its own header.Nick Mathewson
2018-06-15Extract {or,origin}_circuit_t into their own headersNick Mathewson
2018-06-15Split dir_connection_t into its own headerNick Mathewson
2018-06-15Split entry and edge_connection_t into their own headers.Nick Mathewson
2018-05-14Merge branch 'bug25903_v5_squashed'Nick Mathewson
2018-05-09Bug 25903: Perform accounting for new CIRC_BW fields.Mike Perry
2018-05-09Comment-only fix: annotate we_are_hibernating() usageNick Mathewson
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-04-13Move connection_ap_attach_pending(0) into a postloop eventNick Mathewson
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-02-01refactor: rename connection_t struct fields.Caio Valente
2018-01-20Bug 24946: Fix a warning message caused by a missed purpose check.Mike Perry
2018-01-19Add new circuit purposes for hsdir activity.Mike Perry
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Convert connection_free to a nulling macro.Nick Mathewson
2017-12-08Move a comment to relay_send_end_cell_from_edge()teor
2017-11-05Merge branch 'maint-0.3.2'Nick Mathewson
2017-11-04Revert "Make ClientDNSRejectInternalAddresses testing-only."Sebastian Hahn
2017-10-31Merge branch 'maint-0.3.2'Nick Mathewson
2017-10-31hs-v3: Attempt descriptor refetch when dirinfo changesDavid Goulet
2017-10-20Rename "tell_event_loop_to_finish" to "...run_external_code"Nick Mathewson
2017-09-27hs-v3: Don't fetch descriptor if we have a pending requestDavid Goulet
2017-09-22Merge branch 'bug22805_v2_squashed'Nick Mathewson
2017-09-22Remove or_circuit_t.is_first_hop; use channel_is_client() insteadNick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-15Split some long #if lines to make the #endif annotator happyNick Mathewson
2017-09-15Merge branch 'remove_allow_dotexit_v2'Nick Mathewson
2017-09-15Remove AllowDotExit.Nick Mathewson
2017-09-12hs-v3: Stall SOCKS connection when no live consensus availableDavid Goulet
2017-09-12Merge branch 'ticket21031'Nick Mathewson
2017-09-08Merge branch 'ed25519_lookup'Nick Mathewson
2017-09-07Make ClientDNSRejectInternalAddresses testing-only.Nick Mathewson
2017-09-05Resolve inconsistencies between buf refactor and HTTP connectNick Mathewson
2017-09-05Merge branch 'http_tunnel_squashed'Nick Mathewson
2017-09-05Add a fuzzer for HTTP CONNECTNick Mathewson
2017-09-05Add stream isolation support for HTTP CONNECT tunnelsNick Mathewson