summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-07-10Merge remote-tracking branch 'tor-gitlab/mr/29'Nick Mathewson
2020-07-10Record IPv6 bandwidth history as appropriate.Nick Mathewson
2020-07-10Make channel_get_addr_if_possible() take a const channel_t.Nick Mathewson
2020-07-10Add IPv6 read and write history to bwhist, state, and extrainfo.Nick Mathewson
2020-07-10Refactor bwhist_get_bandwidth_lines()Nick Mathewson
2020-07-10Rename private bandwidth-history identifiers to start with "bwhist".Nick Mathewson
2020-07-10Rename public bandwidth-history identifiers to start with "bwhist".Nick Mathewson
2020-07-10Split bandwidth history functions into a separate C file.Nick Mathewson
2020-07-09Merge remote-tracking branch 'tor-gitlab/mr/36'Nick Mathewson
2020-07-09Merge remote-tracking branch 'tor-gitlab/mr/21'Nick Mathewson
2020-07-09test: Add IPv6 inet_pton double "::" testDavid Goulet
2020-07-09addr: Static assert resolved address cache sizeDavid Goulet
2020-07-09Merge branch 'maint-0.4.4'George Kadianakis
2020-07-09Merge branch 'tor-github/pr/1989' into maint-0.4.4George Kadianakis
2020-07-09Merge branch 'maint-0.4.4'Nick Mathewson
2020-07-09Merge remote-tracking branch 'dgoulet/ticket33796_044_01' into maint-0.4.4Nick Mathewson
2020-07-09Merge branch 'maint-0.4.4'Nick Mathewson
2020-07-09Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-07-09Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-07-09Merge branch 'maint-0.3.5' into maint-0.4.2Nick Mathewson
2020-07-09Merge branch 'trove_2020_001_035' into maint-0.3.5Nick Mathewson
2020-07-09hs-v3: Remove a possible BUG() conditionDavid Goulet
2020-07-09Merge branch 'maint-0.4.4'David Goulet
2020-07-09Merge branch 'tor-github/pr/1988' into maint-0.4.4David Goulet
2020-07-09Merge branch 'maint-0.4.4'David Goulet
2020-07-09Refactor setup_intro_circ_auth_key() to make it simpler.George Kadianakis
2020-07-09Handle a failure edge-case when a client-side intro circ opens.George Kadianakis
2020-07-08socks: Returns 0xF6 only if BAD_HOSTNAMEGuinness
2020-07-08trace: Emit a warning if tracing is built inDavid Goulet
2020-07-08trace: Helper macro to disambiguate identifiersDavid Goulet
2020-07-08trace: Move LTTng specific declartion to .inc fileDavid Goulet
2020-07-08trace: Only build probes if instrumentation is enabledDavid Goulet
2020-07-08trace: Comments and improve doc/HACKING/Tracing.mdDavid Goulet
2020-07-08trace: Add two circuit tracepoints for new circuitsDavid Goulet
2020-07-08trace: Add two origin circuit specific tracepointsDavid Goulet
2020-07-08trace: Add four generic circuit tracepointsDavid Goulet
2020-07-08trace: Add four more circuit subsystem tracepointsDavid Goulet
2020-07-08trace: Add single tracepoint in circuit subsystemDavid Goulet
2020-07-08trace: Comments and configure fixDavid Goulet
2020-07-08trace: Add LTTng-UST interface supportDavid Goulet
2020-07-08trace: Add USDT probes generation supportDavid Goulet
2020-07-08trace: Hook lib/trace as a subsystemDavid Goulet
2020-07-08trace: Better structure lib/trace and configure optionsDavid Goulet
2020-07-08addr: Initialize resolved address cache to NULL addressDavid Goulet
2020-07-08addr: Validate identity key when getting a suggestionDavid Goulet
2020-07-08Merge branch 'maint-0.4.2' into maint-0.4.3Alexander Færøy
2020-07-08Merge branch 'maint-0.4.4'Alexander Færøy
2020-07-08Merge branch 'maint-0.4.3' into maint-0.4.4Alexander Færøy
2020-07-08Merge branch 'maint-0.3.5' into maint-0.4.2Alexander Færøy
2020-07-07Resolve a compiler warning from a 32-bit signed/unsigned comparisonNick Mathewson