aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
AgeCommit message (Expand)Author
2018-07-05Move literally everything out of src/orNick Mathewson
2018-07-03Return U64_PRINTF_ARG and U64_FORMATNick Mathewson
2018-06-28Extract time functionality into lib/wallclock and lib/timeNick Mathewson
2018-06-28Move floating-point math functions into a new lib/mathNick 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-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-07Merge remote-tracking branch 'mikeperry/bug25705_v3_033'Nick Mathewson
2018-05-01Bug 25705: Don't count circuit path failures as build failures.Mike Perry
2018-04-22Merge branch 'bug25691_033_again_squashed'Nick Mathewson
2018-04-22Check for "the right descriptor", not just "any descriptor".Nick Mathewson
2018-04-11Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-11Bug 24989: Count client hsdir gets towards MaxClientCircuitsPending.Mike Perry
2018-02-20Remove a bunch of other redundant #includesNick Mathewson
2018-02-15Merge remote-tracking branch 'ffmancera-1/bug18918'Nick Mathewson
2018-02-15Merge remote-tracking branch 'valentecaio/t-24714'Nick Mathewson
2018-02-14Merge remote-tracking branch 'mikeperry/bug24769'Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-02-06Merge remote-tracking branch 'dgoulet/bug25116_029_01'Nick Mathewson
2018-02-05Make circuit_log_ancient_one_hop_circuits() ignore established service rendez...David Goulet
2018-02-01refactor: rename connection_t struct fields.Caio Valente
2018-01-31Bug 24769: Reduce and parameterize the max number of cbt circs.Mike Perry
2018-01-26Remove a needless (always-true) check.Nick Mathewson
2018-01-24Clarify directory and ORPort checking functions.Fernando Fernandez Mancera
2018-01-23Merge remote-tracking branch 'mikeperry/bug24946'Nick Mathewson
2018-01-23Add onion service activity information to our heartbeat logs.George Kadianakis
2018-01-20Bug 24946: Fix a warning message caused by a missed purpose check.Mike Perry
2018-01-19Bug 23101: Pre-build HS-specific circuits (instead of general).Mike Perry
2018-01-19Add new circuit purposes for hsdir activity.Mike Perry
2018-01-19Implement layer 2 and layer 3 guard pinning via torrc.Mike Perry
2017-12-12Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-12Merge branch 'bug24367_032_squashed' into maint-0.3.2Nick Mathewson
2017-12-12Simplify some conditionals in circuit_get_open_circ_or_launch()teor
2017-12-08Merge remote-tracking branch 'mikeperry/bug23114_squashed2'Nick Mathewson
2017-12-07Merge branch 'arthuredelstein_18859+1_031' into maint-0.3.2Nick Mathewson
2017-12-07Add tests for circuitstats.cMike Perry
2017-12-07Bug #23114: Time out circuits immediately.Mike Perry
2017-12-06Don't consider a port "handled" by an isolated circuit.Arthur Edelstein
2017-11-22Stop checking cached bridge descriptors for usable bridgesteor
2017-11-20Merge branch 'bug23681_029_01_squashed' into maint-0.3.2Nick Mathewson
2017-11-20circuit: Don't timeout opened C_INTRODUCING circuitDavid Goulet
2017-09-25circuit: Log n_circ_id and global identifier of HS circuitsDavid Goulet
2017-09-25circuit: Log circuit identifiers when cannibalizingDavid Goulet