Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-09 | changelog: Add the missing latest stables | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-11-08 | Merge branch 'maint-0.4.7' | David Goulet | |
2022-11-08 | Merge branch 'tor-gitlab/mr/651' into maint-0.4.7 | David Goulet | |
2022-11-08 | Merge branch 'maint-0.4.7' | David Goulet | |
2022-11-08 | metrics: Report amount of cwnd drop from delta and gamma | Mike Perry | |
Part of #40708. | |||
2022-11-08 | Merge branch 'maint-0.4.7' | David Goulet | |
2022-11-08 | Merge branch 'tor-gitlab/mr/650' into maint-0.4.7 | David Goulet | |
2022-11-08 | Merge branch 'maint-0.4.7' | David Goulet | |
2022-11-08 | relay: Remove unused conn->ext_or_conn_id | David Goulet | |
This also incidently removes a use of uninitialized stack data from the connection_or_set_ext_or_identifier() function. Fixes #40648 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-11-07 | math: Replace naughty macro by an inline function | David Goulet | |
Part of #40708 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-11-07 | metrics: Add flow control metrics. | Mike Perry | |
Part of #40708. | |||
2022-11-07 | metrics: Add stats when the clock stalls. | Mike Perry | |
Part of #40708. | |||
2022-11-07 | metrics: Add running average of CC cwnd in slow start when closing circuit | Mike Perry | |
Count slow start separately. Part of #40708 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-11-07 | changes: Add file for ticket 40708 | David Goulet | |
Closes #40708 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-11-07 | metrics: Add stats when reaching vegas delta or ss_cwnd_max | David Goulet | |
Part of #40708 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-11-07 | metrics: Add running average of CC cwnd when closing circuit | David Goulet | |
Part of #40708 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-11-07 | metrics: Add running average of CC cwnd when exiting slow start | David Goulet | |
Part of #40708 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-11-03 | Merge branch 'tor-gitlab/mr/627' | David Goulet | |
2022-11-03 | metrics: Add connection socket family to metrics | David Goulet | |
Adds either ipv4 or ipv6 to the "tor_relay_connections_total" stats. Closes #40710 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-11-03 | metrics: Add stats for num circ reaching max cell outq | David Goulet | |
Part of #40708 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-11-01 | added check for compiler support of Wextra-semi | Andy | |
update AX_CHECK_COMPILE_FLAG function call | |||
2022-11-01 | Merge branch 'tor-gitlab/mr/649' | David Goulet | |
2022-11-01 | Merge branch 'tor-gitlab/mr/594' | David Goulet | |
2022-11-01 | Remove `BUG()` in Windows process read callback. | Alexander Færøy | |
This BUG() was added when the code was written to see if this callback was ever executed after we marked the handle as EOF. It turns out, it does, but we handle it gracefully. We can therefore remove the BUG(). Fixes tpo/core/tor#40596. | |||
2022-10-31 | Merge branch 'tor-gitlab/mr/579' | David Goulet | |
2022-10-31 | Merge branch 'maint-0.4.7' | David Goulet | |
2022-10-31 | Merge branch 'tor-gitlab/mr/636' | David Goulet | |
2022-10-31 | sandbox: Add my-consensus-<flavor-name> to sandbox for dirauth | David Goulet | |
Fixese #40663 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-10-31 | Merge branch 'maint-0.4.7' | David Goulet | |
2022-10-28 | Merge branch 'tor-gitlab/mr/646' | David Goulet | |
2022-10-28 | thread: Bump max detectable CPU from 16 to 128 | David Goulet | |
Lets take advantage of those beefy machines ;). Closes #40703 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-10-28 | relay: Skip warnings for single onion services | Jeremy Saklad | |
Single onion services are not secret, so there is no added risk from using accounting or running a relay in the same instance. Related to #40691 | |||
2022-10-27 | resolve a BUG() on relays at startup | Roger Dingledine | |
Remove a harmless "Bug" log message that can happen in relay_addr_learn_from_dirauth() on relays during startup: tor_bug_occurred_(): Bug: ../src/feature/relay/relay_find_addr.c:225: relay_addr_learn_from_dirauth: Non-fatal assertion !(!ei) failed. (on Tor 0.4.7.10 ) Bug: Tor 0.4.7.10: Non-fatal assertion !(!ei) failed in relay_addr_learn_from_dirauth at ../src/feature/relay/relay_find_addr.c:225. Stack trace: (on Tor 0.4.7.10 ) Finishes fixing bug 40231. Fixes bug 40523; bugfix on 0.4.5.4-rc. | |||
2022-10-27 | Merge branch 'maint-0.4.7' | David Goulet | |
2022-10-27 | Merge branch 'tor-gitlab/mr/645' into maint-0.4.7 | David Goulet | |
2022-10-27 | Merge branch 'maint-0.4.7' | David Goulet | |
2022-10-27 | Merge branch 'tor-gitlab/mr/644' into maint-0.4.7 | David Goulet | |
2022-10-27 | Merge branch 'maint-0.4.7' | David Goulet | |
2022-10-27 | metrics: Treat relay connections as gauge, not counter | David Goulet | |
Fixes #40699 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-10-27 | Changes file for 40683 | Mike Perry | |
2022-10-27 | Strip "__.SYMDEF*" before re-archiving in combine_libs on macOS and iOS. | Alexander Færøy | |
This patch changes how combine_libs works on Darwin like platforms to make sure we don't include any `__.SYMDEF` and `__.SYMDEF SORTED` symbols on the archive before we repack and run ${RANLIB} on the archive. See: tpo/core/tor#40683. | |||
2022-10-27 | changes: Update changes for ticket 40194 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-10-27 | metrics: Add number of opened circuits to MetricsPort | David Goulet | |
Related to #40194 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-10-27 | relay: Add our consensus relay flag to MetricsPort | David Goulet | |
Related to #40194 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-10-27 | metrics: Add traffic related stats to MetricsPort | David Goulet | |
At this commit, bytes read and written are exported. Related to #40194 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-10-27 | relay: Add DoS subsystem stats to MetricsPort | David Goulet | |
Related to #40194 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-10-27 | Merge branch 'maint-0.4.7' | David Goulet | |
2022-10-27 | metrics: Fix naming and documentation | David Goulet | |
After nickm's review, minor changes to names and comments. Related to #40194 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-10-26 | Merge branch 'tor-gitlab/mr/585' | David Goulet | |
2022-10-26 | Merge branch 'tor-gitlab/mr/596' | David Goulet | |