aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.c
AgeCommit message (Expand)Author
2018-07-05Move literally everything out of src/orNick Mathewson
2018-06-28Fix paths for buffers.h; automated.Nick Mathewson
2018-06-28Move weakrng into lib/intmathNick Mathewson
2018-06-21Merge branch 'extract_easy_common_libs'Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21tiny comment and whitespace fixesRoger Dingledine
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21Merge branch 'mikeperry_bug26214-rebased_squashed'Nick Mathewson
2018-06-21Bug 26214: Check stream SENDME against max.Mike Perry
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 routerinfo_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-06-01Bug 26259: Don't count 0-length RELAY_COMMAND_DATA in CIRC_BW OVERHEADMike Perry
2018-05-16Add comments explaining when a connected cell has an UNSPEC addrNick Mathewson
2018-05-15Bug 26117: Move CIRC_BW field accounting.Mike Perry
2018-05-16Merge branch 'maint-0.3.3'Nick Mathewson
2018-05-16Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-05-16Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-05-16Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-05-14Add a missing return after marking a stream for bad connected cellNick Mathewson
2018-05-14Merge branch 'bug25903_v5_squashed'Nick Mathewson
2018-05-14Bug 25903: TestsMike Perry
2018-05-09Bug 25903: Perform accounting for new CIRC_BW fields.Mike Perry
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-04-22Merge remote-tracking branch 'mikeperry/bug25400_squashed'Nick Mathewson
2018-04-17Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-17heartbeat: Log the number of circuits killed because too many cellsDavid Goulet
2018-04-16Use u32 add helper for CIRC_BW accounting.Mike Perry
2018-04-16Bug 25400: Make CIRC_BW event properly total everything on a circ.Mike Perry
2018-04-16Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-16relay: Implement a circuit cell queue maximum sizeDavid Goulet
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-04-05Merge remote-tracking branch 'public/split_relay_crypto'Nick Mathewson
2018-04-04relay: Remove max middle cells dead codeDavid Goulet
2018-04-01misc tiny fixesRoger Dingledine
2018-03-19Merge branch 'ticket25268_034_01'Nick Mathewson
2018-03-17Move relay-crypto functions from relay.[ch] to relay_crypto.[ch]Nick Mathewson
2018-03-17Extract the crypto parts of circuit_package_relay_cell.Nick Mathewson
2018-03-17Rename 'relay_crypt' to 'relay_decrypt_cell'Nick Mathewson
2018-02-16Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-02-16Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-02-15Merge branch 'bug24914'Nick Mathewson