[tor-commits] [torspec/master] Prop #278: Prefix our encoding with "x-" and use LZMA2 instead of xz.

2017-04-10 Thread ahf
commit 2dfdc83b11f5b13356ec137a56ab760373676396 Author: Alexander Færøy Date: Thu Apr 6 20:15:58 2017 +0200 Prop #278: Prefix our encoding with "x-" and use LZMA2 instead of xz. --- proposals/278-directory-compression-scheme-negotiation.txt | 6 +++--- 1 file

[tor-commits] [torspec/master] Prop #278: Be explicit about handling both ".z"-suffixes and "plaintext" files.

2017-04-10 Thread ahf
commit c512794f54894b75f3fea0b07a2d5ffc81f3be96 Author: Alexander Færøy Date: Fri Apr 7 13:19:23 2017 +0200 Prop #278: Be explicit about handling both ".z"-suffixes and "plaintext" files. --- proposals/278-directory-compression-scheme-negotiation.txt | 14

[tor-commits] [torspec/master] Prop #278: Describe backwards compatibility for directory servers.

2017-04-10 Thread ahf
commit 7401488308ec5de485cdf745199c3ed87dfd930a Author: Alexander Færøy Date: Fri Apr 7 13:18:44 2017 +0200 Prop #278: Describe backwards compatibility for directory servers. --- proposals/278-directory-compression-scheme-negotiation.txt | 6 ++ 1 file changed,

[tor-commits] [torspec/master] Proposal 274: Accept keys for an additional onion-key-grace-period-days.

2017-03-08 Thread ahf
commit 640ebe7fdee7446738ae234e282b5ddf6c68acea Author: Alexander Færøy Date: Wed Mar 8 16:20:14 2017 +0100 Proposal 274: Accept keys for an additional onion-key-grace-period-days. This patch changes the wording of proposal 274 such that relays should

[tor-commits] [torspec/master] Add initial draft of #278: Directory Compression Scheme Negotiation

2017-03-06 Thread ahf
se of the high requirements for CPU and memory usage for LZMA2 it + is possible that we do not support this scheme for all available + documents or that we only support it in situations where it is + possible to pre-compute and cache the compressed document. + +7. References + + [0]: http

[tor-commits] [torspec/master] Explain the reasoning behind the "x-tor-lzma" name.

2017-05-03 Thread ahf
commit 7c572377db2d25c2f6cd90cad13d6b72d5449436 Author: Alexander Færøy Date: Wed May 3 21:58:18 2017 +0200 Explain the reasoning behind the "x-tor-lzma" name. --- proposals/278-directory-compression-scheme-negotiation.txt | 7 +++ 1 file changed, 7

[tor-commits] [torspec/master] We're using LZMA without the "xz" features for Tor.

2017-05-03 Thread ahf
commit a2cd5c6142091f5f46e1820c65c17912a00ee2a9 Author: Alexander Færøy Date: Wed May 3 21:59:15 2017 +0200 We're using LZMA without the "xz" features for Tor. Rename LZMA2 to LZMA in the proposal and rename x-lzma2 to x-tor-lzma. ---

[tor-commits] [webwml/master] Tor alpha version is now 0.3.2.2-alpha.

2017-10-02 Thread ahf
commit 63ea857e267883652b4300724cb81a1adc9cbe77 Author: Alexander Færøy Date: Mon Oct 2 18:16:35 2017 -0400 Tor alpha version is now 0.3.2.2-alpha. --- Makefile | 2 +- include/versions.wmi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[tor-commits] [torspec/master] Proposal 301: Don't include package fingerprints in consensus documents

2019-03-13 Thread ahf
commit 300d66200e6778baba68c12cea03a7e8d8dc7076 Author: Alexander Færøy Date: Wed Mar 13 15:50:47 2019 +0100 Proposal 301: Don't include package fingerprints in consensus documents --- proposals/000-index.txt| 2 +

[tor-commits] [tor/master] addr: Missing AF family to index conversion

2020-09-03 Thread ahf
commit ae6430818ee2786e2764bd6286aed311cdd77ab2 Author: David Goulet Date: Thu Sep 3 11:54:22 2020 -0400 addr: Missing AF family to index conversion When accessing the last_resolved_address cache we always need to convert the AF family value to an index value else we are out

[tor-commits] [tor/master] Remove "AUTHORS" sections from manual pages.

2020-10-13 Thread ahf
commit 25c8a3d66b1a4abdac514ec52df7478e928aad70 Author: Nick Mathewson Date: Mon Oct 5 12:10:26 2020 -0400 Remove "AUTHORS" sections from manual pages. These sections were incomplete and outdated; their presence is strongly discouraged by man-pages(7). Closes #40149.

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/165'

2020-10-13 Thread ahf
commit 5d23881770161cc9aa50fa3f2595061057d1bcca Merge: c4812698c3 25c8a3d66b Author: Alexander Færøy Date: Tue Oct 13 13:45:01 2020 + Merge remote-tracking branch 'tor-gitlab/mr/165' doc/man/tor-gencert.1.txt | 4 doc/man/tor-print-ed-signing-cert.1.txt | 4

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/161'

2020-10-13 Thread ahf
commit 78aa037c4191edf4231502d5584f9e1ed4834bca Merge: 5d23881770 458897e3c5 Author: Alexander Færøy Date: Tue Oct 13 13:50:14 2020 + Merge remote-tracking branch 'tor-gitlab/mr/161' changes/ticket32181| 4 ++ configure.ac

[tor-commits] [tor/master] Remove support for old android "logcat" API

2020-10-13 Thread ahf
commit 5c9b4a00608b89892fc48a1a76e5d4b52a237b55 Author: Nick Mathewson Date: Wed Sep 23 12:30:24 2020 -0400 Remove support for old android "logcat" API This is apparently obsolete; syslog is modern instead. If users have an android log configured, given them a syslog if we

[tor-commits] [tor/master] Remove parseconf test with AndroidIdentityTag.

2020-10-13 Thread ahf
commit 458897e3c524db92caa579d35c9d3494c7bfd733 Author: Nick Mathewson Date: Wed Sep 23 14:40:38 2020 -0400 Remove parseconf test with AndroidIdentityTag. --- src/test/conf_examples/large_1/expected| 1 - src/test/conf_examples/large_1/expected_no_dirauth | 1 -

[tor-commits] [tor/master] ci: Add tracing build to Gitlab CI

2020-08-26 Thread ahf
commit 20a990cea3be353357723fa03b824dc9cfc6dd8c Author: David Goulet Date: Tue Aug 25 10:04:25 2020 -0400 ci: Add tracing build to Gitlab CI Signed-off-by: David Goulet --- .gitlab-ci.yml | 12 changes/ticket40038 | 3 +++ scripts/ci/ci-driver.sh | 5

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/136'

2020-08-26 Thread ahf
commit 3c884bc9e077e997b5fffebc1d62bd690fc0cc05 Merge: 511730db2d 20a990cea3 Author: Alexander Færøy Date: Wed Aug 26 22:15:04 2020 + Merge remote-tracking branch 'tor-gitlab/mr/136' .gitlab-ci.yml | 12 changes/ticket40038 | 3 +++

[tor-commits] [tor/master] Include crypto_rand.h in ed25519_tor.c

2020-08-26 Thread ahf
commit b16d82043c557596d037b22005d9c4d7eb893844 Author: Neel Chauhan Date: Sun Aug 23 06:05:08 2020 -0700 Include crypto_rand.h in ed25519_tor.c --- src/ext/ed25519/donna/ed25519_tor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ext/ed25519/donna/ed25519_tor.c

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/133'

2020-08-26 Thread ahf
commit 511730db2d4b12e96cb90dfe18c7724fe2040bfc Merge: a6a97236fc b16d82043c Author: Alexander Færøy Date: Wed Aug 26 21:55:39 2020 + Merge remote-tracking branch 'tor-gitlab/mr/133' src/ext/ed25519/donna/ed25519_tor.c | 1 + 1 file changed, 1 insertion(+)

[tor-commits] [tor/master] conn: Remove assert on new listener connection when retrying

2020-09-18 Thread ahf
commit ea339227c27c03d7ced9e526d9e945708f432b22 Author: David Goulet Date: Tue Sep 1 09:54:48 2020 -0400 conn: Remove assert on new listener connection when retrying Opening a new listener connection can fail in many ways like a bind() permission denied on a low port for

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/137'

2020-09-18 Thread ahf
commit 485990641ba765414a0e69ce7f2cc57f018c3bed Merge: e8a4482335 ea339227c2 Author: Alexander Færøy Date: Fri Sep 18 14:51:54 2020 + Merge remote-tracking branch 'tor-gitlab/mr/137' changes/ticket40073| 3 +++ src/core/mainloop/connection.c | 9 - 2 files

[tor-commits] [tor/master] Implement proposal 318: Limit protovers to 0..63

2020-10-28 Thread ahf
commit dd63b972883f6c0b23ee2f7661b7897b229dd28f Author: Nick Mathewson Date: Wed Oct 14 11:28:37 2020 -0400 Implement proposal 318: Limit protovers to 0..63 In brief: we go through a lot of gymnastics to handle huge protover numbers, but after years of development we're not

[tor-commits] [tor/master] Merge branch 'prop318_limit_protover_035' into prop318_limit_protover_045

2020-10-28 Thread ahf
commit 4a80dde43c44e619a53547e73283602747cba370 Merge: f02f8f8946 dd63b97288 Author: Nick Mathewson Date: Wed Oct 14 11:31:58 2020 -0400 Merge branch 'prop318_limit_protover_035' into prop318_limit_protover_045 changes/ticket40133 | 5 ++ src/core/or/protover.c

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/171'

2020-10-28 Thread ahf
commit c37d05d0c6937c61305239694915561199be85d0 Merge: 2edda444da 33fb51a111 Author: Alexander Færøy Date: Wed Oct 28 15:15:39 2020 + Merge remote-tracking branch 'tor-gitlab/mr/171' changes/ticket40133 | 5 + changes/ticket40133_more| 3 +

[tor-commits] [tor/master] Protover: simplify implementation structure to use 64-bit property

2020-10-28 Thread ahf
commit 33fb51a111da68352183437332a8f01a4a57571d Author: Nick Mathewson Date: Wed Oct 14 13:05:00 2020 -0400 Protover: simplify implementation structure to use 64-bit property Now that prop318 is in, we can simplify our representation for protocol range sets to just be a

[tor-commits] [tor/release-0.3.5] Implement proposal 318: Limit protovers to 0..63

2020-10-28 Thread ahf
commit dd63b972883f6c0b23ee2f7661b7897b229dd28f Author: Nick Mathewson Date: Wed Oct 14 11:28:37 2020 -0400 Implement proposal 318: Limit protovers to 0..63 In brief: we go through a lot of gymnastics to handle huge protover numbers, but after years of development we're not

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-10-28 Thread ahf
commit b0e6ec627cb76478507a746090b64c0458723460 Merge: 26cfac1880 4876409c2a Author: Alexander Færøy Date: Wed Oct 28 15:39:37 2020 + Merge branch 'maint-0.4.3' into maint-0.4.4 changes/ticket40133 | 5 ++ src/core/or/protover.c | 4 +-

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.4' into release-0.4.4

2020-10-28 Thread ahf
commit adf81fb757853b0185873e251b8620d05f15cee1 Merge: 35ae8d4e8f b0e6ec627c Author: Alexander Færøy Date: Wed Oct 28 15:39:37 2020 + Merge branch 'maint-0.4.4' into release-0.4.4 changes/ticket40133 | 5 ++ src/core/or/protover.c | 4 +-

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.3.5' into maint-0.4.3

2020-10-28 Thread ahf
commit 4876409c2aa7deecd5f57474ee6de6ea9e90a855 Merge: 8e7778ec8a dd63b97288 Author: Alexander Færøy Date: Wed Oct 28 15:39:37 2020 + Merge branch 'maint-0.3.5' into maint-0.4.3 changes/ticket40133 | 5 ++ src/core/or/protover.c | 4 +-

[tor-commits] [torspec/master] Lower the limit for allowed protocol versions.

2020-10-28 Thread ahf
commit cca9ee0d81bda58b51818459f94525ba4a7ce61d Author: Nick Mathewson Date: Wed Oct 14 13:16:26 2020 -0400 Lower the limit for allowed protocol versions. This change merges proposal 318. --- dir-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [torspec/master] Merge remote-tracking branch 'gitlab/mr/13'

2020-10-28 Thread ahf
commit 5a356302590e27c14fc777dc51cab2a5859fbfb6 Merge: 29ea94a cca9ee0 Author: Alexander Færøy Date: Wed Oct 28 15:57:42 2020 + Merge remote-tracking branch 'gitlab/mr/13' dir-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.3.5' into maint-0.4.3

2020-10-28 Thread ahf
commit 4876409c2aa7deecd5f57474ee6de6ea9e90a855 Merge: 8e7778ec8a dd63b97288 Author: Alexander Færøy Date: Wed Oct 28 15:39:37 2020 + Merge branch 'maint-0.3.5' into maint-0.4.3 changes/ticket40133 | 5 ++ src/core/or/protover.c | 4 +-

[tor-commits] [tor/master] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-10-28 Thread ahf
commit b0e6ec627cb76478507a746090b64c0458723460 Merge: 26cfac1880 4876409c2a Author: Alexander Færøy Date: Wed Oct 28 15:39:37 2020 + Merge branch 'maint-0.4.3' into maint-0.4.4 changes/ticket40133 | 5 ++ src/core/or/protover.c | 4 +-

[tor-commits] [tor/master] Merge branch 'maint-0.3.5' into maint-0.4.3

2020-10-28 Thread ahf
commit 4876409c2aa7deecd5f57474ee6de6ea9e90a855 Merge: 8e7778ec8a dd63b97288 Author: Alexander Færøy Date: Wed Oct 28 15:39:37 2020 + Merge branch 'maint-0.3.5' into maint-0.4.3 changes/ticket40133 | 5 ++ src/core/or/protover.c | 4 +-

[tor-commits] [tor/maint-0.4.3] Implement proposal 318: Limit protovers to 0..63

2020-10-28 Thread ahf
commit dd63b972883f6c0b23ee2f7661b7897b229dd28f Author: Nick Mathewson Date: Wed Oct 14 11:28:37 2020 -0400 Implement proposal 318: Limit protovers to 0..63 In brief: we go through a lot of gymnastics to handle huge protover numbers, but after years of development we're not

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.3.5' into maint-0.4.3

2020-10-28 Thread ahf
commit 4876409c2aa7deecd5f57474ee6de6ea9e90a855 Merge: 8e7778ec8a dd63b97288 Author: Alexander Færøy Date: Wed Oct 28 15:39:37 2020 + Merge branch 'maint-0.3.5' into maint-0.4.3 changes/ticket40133 | 5 ++ src/core/or/protover.c | 4 +-

[tor-commits] [tor/release-0.4.3] Implement proposal 318: Limit protovers to 0..63

2020-10-28 Thread ahf
commit dd63b972883f6c0b23ee2f7661b7897b229dd28f Author: Nick Mathewson Date: Wed Oct 14 11:28:37 2020 -0400 Implement proposal 318: Limit protovers to 0..63 In brief: we go through a lot of gymnastics to handle huge protover numbers, but after years of development we're not

[tor-commits] [tor/master] Merge branch 'maint-0.4.4'

2020-10-28 Thread ahf
commit 03be7de168ccc1f02cef8c2fe5426823b368cadd Merge: c37d05d0c6 b0e6ec627c Author: Alexander Færøy Date: Wed Oct 28 15:39:37 2020 + Merge branch 'maint-0.4.4' ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/maint-0.4.4] Implement proposal 318: Limit protovers to 0..63

2020-10-28 Thread ahf
commit dd63b972883f6c0b23ee2f7661b7897b229dd28f Author: Nick Mathewson Date: Wed Oct 14 11:28:37 2020 -0400 Implement proposal 318: Limit protovers to 0..63 In brief: we go through a lot of gymnastics to handle huge protover numbers, but after years of development we're not

[tor-commits] [tor/maint-0.4.3] Merge branch 'maint-0.3.5' into maint-0.4.3

2020-10-28 Thread ahf
commit 4876409c2aa7deecd5f57474ee6de6ea9e90a855 Merge: 8e7778ec8a dd63b97288 Author: Alexander Færøy Date: Wed Oct 28 15:39:37 2020 + Merge branch 'maint-0.3.5' into maint-0.4.3 changes/ticket40133 | 5 ++ src/core/or/protover.c | 4 +-

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-10-28 Thread ahf
commit b0e6ec627cb76478507a746090b64c0458723460 Merge: 26cfac1880 4876409c2a Author: Alexander Færøy Date: Wed Oct 28 15:39:37 2020 + Merge branch 'maint-0.4.3' into maint-0.4.4 changes/ticket40133 | 5 ++ src/core/or/protover.c | 4 +-

[tor-commits] [tor/maint-0.3.5] Implement proposal 318: Limit protovers to 0..63

2020-10-28 Thread ahf
commit dd63b972883f6c0b23ee2f7661b7897b229dd28f Author: Nick Mathewson Date: Wed Oct 14 11:28:37 2020 -0400 Implement proposal 318: Limit protovers to 0..63 In brief: we go through a lot of gymnastics to handle huge protover numbers, but after years of development we're not

[tor-commits] [tor/release-0.4.4] Implement proposal 318: Limit protovers to 0..63

2020-10-28 Thread ahf
commit dd63b972883f6c0b23ee2f7661b7897b229dd28f Author: Nick Mathewson Date: Wed Oct 14 11:28:37 2020 -0400 Implement proposal 318: Limit protovers to 0..63 In brief: we go through a lot of gymnastics to handle huge protover numbers, but after years of development we're not

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.4.3' into release-0.4.3

2020-10-28 Thread ahf
commit 2ec66e346b9e78d03c2dfcaa557d3df3cb21656f Merge: 497033b05f 4876409c2a Author: Alexander Færøy Date: Wed Oct 28 15:39:37 2020 + Merge branch 'maint-0.4.3' into release-0.4.3 changes/ticket40133 | 5 ++ src/core/or/protover.c | 4 +-

[tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5

2020-10-28 Thread ahf
commit 55b8eedba8902610fa594b14715e4cdd3d2e925d Merge: 58b23b33e4 dd63b97288 Author: Alexander Færøy Date: Wed Oct 28 15:17:51 2020 + Merge branch 'maint-0.3.5' into release-0.3.5 changes/ticket40133 | 5 ++ src/core/or/protover.c | 4 +-

[tor-commits] [tor/master] metrics: New feature module to track tor metrics

2020-10-27 Thread ahf
commit a882d1bf0abbbcf2bc4f8c039f9b82262462292c Author: David Goulet Date: Mon Oct 19 15:50:45 2020 -0400 metrics: New feature module to track tor metrics Related to #40063 Signed-off-by: David Goulet --- src/app/main/subsystem_list.c | 2 ++

[tor-commits] [tor/master] hs: New metrics module

2020-10-27 Thread ahf
commit 50f44afeb4e518b64f022ca74f3fa31f8819 Author: David Goulet Date: Tue Oct 20 12:48:54 2020 -0400 hs: New metrics module At this commit, a new service registers to the module and a store is created. It also remove itself from the metrics module if it goes away.

[tor-commits] [tor/master] metrics: Add tor_ namespace to all metrics

2020-10-27 Thread ahf
commit 5de66739724451801487dbec0eb210c0595cc00f Author: David Goulet Date: Tue Oct 27 10:43:19 2020 -0400 metrics: Add tor_ namespace to all metrics Closes #40063 Signed-off-by: David Goulet --- src/feature/hs/hs_metrics_entry.c | 12 ++--

[tor-commits] [tor/master] tests: Fix unit tests after adding new HS metrics module

2020-10-27 Thread ahf
commit 4c19eed35c8bae22cda219b7a4fb4a65d1c65525 Author: David Goulet Date: Thu Oct 22 15:48:05 2020 -0400 tests: Fix unit tests after adding new HS metrics module Signed-off-by: David Goulet --- src/test/test_hs_service.c | 3 +++ src/test/test_periodic_event.c | 5 + 2

[tor-commits] [tor/master] test: Metrics tests for lib/ and feature/

2020-10-27 Thread ahf
commit f65c0820af6082f15541756eaaeb042716751098 Author: David Goulet Date: Fri Oct 23 12:27:12 2020 -0400 test: Metrics tests for lib/ and feature/ Related to #40063 Signed-off-by: David Goulet --- src/test/include.am | 1 + src/test/test.c | 1 +

[tor-commits] [tor/master] conn: New Metrics listener port

2020-10-27 Thread ahf
commit 4f5cea1f592d9e9e6c69fc0e772dd46a0fa43799 Author: David Goulet Date: Tue Oct 20 10:57:24 2020 -0400 conn: New Metrics listener port If MetricsPort is defined, listen on it and handle the incoming request. Signed-off-by: David Goulet --- src/app/config/config.c

[tor-commits] [tor/master] changes: File for ticket 40063, the MetricsPort

2020-10-27 Thread ahf
commit f2e42045902524cb8277ab9674f9d669d2d8ab00 Author: David Goulet Date: Thu Oct 22 15:15:33 2020 -0400 changes: File for ticket 40063, the MetricsPort Signed-off-by: David Goulet --- changes/ticket40063 | 5 + 1 file changed, 5 insertions(+) diff --git

[tor-commits] [tor/master] test: Add test for onion service metrics module

2020-10-27 Thread ahf
commit 238340ce54d1e0b2b7ef593697b971e951d9bd23 Author: David Goulet Date: Fri Oct 23 13:19:38 2020 -0400 test: Add test for onion service metrics module Related to #40063 Signed-off-by: David Goulet --- src/test/include.am| 1 + src/test/test.c| 1

[tor-commits] [tor/master] lib: New metrics library

2020-10-27 Thread ahf
commit ec731290a5a790093961f0fdb06cf69000194adf Author: David Goulet Date: Mon Oct 19 15:15:47 2020 -0400 lib: New metrics library Used to provide an interface to create metrics store and update the entries. Related to #40063 Signed-off-by: David Goulet ---

[tor-commits] [tor/master] hs: Always note the virtual port in the ident

2020-10-27 Thread ahf
commit 695957511b95d5b6cbe4a13d30b591aed572c9e5 Author: David Goulet Date: Tue Oct 20 11:10:48 2020 -0400 hs: Always note the virtual port in the ident Signed-off-by: David Goulet --- src/feature/hs/hs_common.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-)

[tor-commits] [tor/master] hs: Collect introduction circuit metrics

2020-10-27 Thread ahf
commit 97731196c4141093f96b632ce38f440fec8db831 Author: David Goulet Date: Tue Oct 20 15:05:06 2020 -0400 hs: Collect introduction circuit metrics Tracks the total number of established introduction circuit. Related to #40063 Signed-off-by: David Goulet ---

[tor-commits] [tor/master] hs: Collect service traffic metrics

2020-10-27 Thread ahf
commit 2fe0322fe4550e59cb8757fbff6984286bf8e121 Author: David Goulet Date: Tue Oct 20 14:47:05 2020 -0400 hs: Collect service traffic metrics Related to #40063 Signed-off-by: David Goulet --- src/core/mainloop/connection.c| 9 + src/core/or/relay.c

[tor-commits] [tor/master] doc: Initial documentation of the lib/metrics

2020-10-27 Thread ahf
commit 1c06c9f1c0a496132a586ab8ff6ecf371b6ecf43 Author: David Goulet Date: Thu Oct 22 15:11:58 2020 -0400 doc: Initial documentation of the lib/metrics Signed-off-by: David Goulet --- src/lib/metrics/lib_metrics.md | 12 1 file changed, 12 insertions(+) diff --git

[tor-commits] [tor/master] man: Add the MetricsPort manpage entry

2020-10-27 Thread ahf
commit 04ff22dc69496f8b05e9ef9ea3a0216ca5fec5be Author: David Goulet Date: Thu Oct 22 14:21:43 2020 -0400 man: Add the MetricsPort manpage entry Signed-off-by: David Goulet --- doc/man/tor.1.txt | 42 ++ 1 file changed, 42 insertions(+)

[tor-commits] [tor/master] hs: Collect rendezvous circuit metrics

2020-10-27 Thread ahf
commit c081bee38a428dda2bd9ee043f7cbab3cbd77393 Author: David Goulet Date: Tue Oct 20 14:59:44 2020 -0400 hs: Collect rendezvous circuit metrics The total number of rendezvous circuit created and the number of established ones which is a gauge that decreases to keep an updated

[tor-commits] [tor/master] Merge branch 'tor-github/pr/1940'

2020-06-29 Thread ahf
commit 96876d3ad79c14722cf14d9705df291b38ec4a82 Merge: 86aa84e63 caebfa5f6 Author: Alexander Færøy Date: Tue Jun 30 01:22:44 2020 + Merge branch 'tor-github/pr/1940' src/test/test_hs_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [tor/master] Fix typo in test_build_update_descriptors() comment

2020-06-29 Thread ahf
commit caebfa5f6feb7451959b613d656c177ed1288a7d Author: Neel Chauhan Date: Wed Jun 17 20:12:13 2020 -0700 Fix typo in test_build_update_descriptors() comment --- src/test/test_hs_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_hs_service.c

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-06-30 Thread ahf
commit 2042ebe88ee49259ec0665032a9bfa39ba6eb9cb Merge: c57896a76 483082b57 Author: Alexander Færøy Date: Tue Jun 30 13:48:49 2020 + Merge branch 'maint-0.4.2' into maint-0.4.3 ___ tor-commits mailing list

[tor-commits] [tor/master] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-06-30 Thread ahf
commit 483082b57bfb2535477530fe84d8c92c70be2fa1 Merge: b0bfee8c7 c3ad2a1d2 Author: Alexander Færøy Date: Tue Jun 30 13:48:49 2020 + Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug33032 | 6 ++ src/lib/encoding/pem.c | 8 +++- src/test/test_pem.c| 30

[tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5

2020-06-30 Thread ahf
commit 2eb9af0296a51059804cc6c9df62d86703cabb9a Merge: 91d792388 c3ad2a1d2 Author: Alexander Færøy Date: Tue Jun 30 13:48:49 2020 + Merge branch 'maint-0.3.5' into release-0.3.5 changes/bug33032 | 6 ++ src/lib/encoding/pem.c | 8 +++- src/test/test_pem.c| 30

[tor-commits] [tor/master] Merge branch 'tor-github/pr/1785' into maint-0.3.5

2020-06-30 Thread ahf
commit c3ad2a1d2367d6c0ba5c1c81491770056e881a77 Merge: bebdd2888 5721ec22d Author: Alexander Færøy Date: Tue Jun 30 13:47:55 2020 + Merge branch 'tor-github/pr/1785' into maint-0.3.5 changes/bug33032 | 6 ++ src/lib/encoding/pem.c | 8 +++- src/test/test_pem.c|

[tor-commits] [tor/release-0.4.2] pem_decode(): Tolerate CRLF line endings

2020-06-30 Thread ahf
commit 5721ec22d8be99a6f24fa69d51d0cbdc4ff21739 Author: Nick Mathewson Date: Wed Mar 11 09:40:04 2020 -0400 pem_decode(): Tolerate CRLF line endings Fixes bug 33032; bugfix on 0.3.5.1-alpha when we introduced our own PEM decoder. --- changes/bug33032 | 6 ++

[tor-commits] [tor/master] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-06-30 Thread ahf
commit aced9be2243e823be3b3d771ae2dc59514fb5eba Merge: 21cf91ee2 2042ebe88 Author: Alexander Færøy Date: Tue Jun 30 13:48:49 2020 + Merge branch 'maint-0.4.3' into maint-0.4.4 ___ tor-commits mailing list

[tor-commits] [tor/release-0.4.2] Merge branch 'tor-github/pr/1785' into maint-0.3.5

2020-06-30 Thread ahf
commit c3ad2a1d2367d6c0ba5c1c81491770056e881a77 Merge: bebdd2888 5721ec22d Author: Alexander Færøy Date: Tue Jun 30 13:47:55 2020 + Merge branch 'tor-github/pr/1785' into maint-0.3.5 changes/bug33032 | 6 ++ src/lib/encoding/pem.c | 8 +++- src/test/test_pem.c|

[tor-commits] [tor/release-0.3.5] pem_decode(): Tolerate CRLF line endings

2020-06-30 Thread ahf
commit 5721ec22d8be99a6f24fa69d51d0cbdc4ff21739 Author: Nick Mathewson Date: Wed Mar 11 09:40:04 2020 -0400 pem_decode(): Tolerate CRLF line endings Fixes bug 33032; bugfix on 0.3.5.1-alpha when we introduced our own PEM decoder. --- changes/bug33032 | 6 ++

[tor-commits] [tor/master] Merge branch 'maint-0.4.4'

2020-06-30 Thread ahf
commit be7386a6549e523bd8ca3134362c9c01762e8057 Merge: 9e4b47233 aced9be22 Author: Alexander Færøy Date: Tue Jun 30 13:48:49 2020 + Merge branch 'maint-0.4.4' ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/release-0.4.3] Merge branch 'tor-github/pr/1785' into maint-0.3.5

2020-06-30 Thread ahf
commit c3ad2a1d2367d6c0ba5c1c81491770056e881a77 Merge: bebdd2888 5721ec22d Author: Alexander Færøy Date: Tue Jun 30 13:47:55 2020 + Merge branch 'tor-github/pr/1785' into maint-0.3.5 changes/bug33032 | 6 ++ src/lib/encoding/pem.c | 8 +++- src/test/test_pem.c|

[tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-06-30 Thread ahf
commit 483082b57bfb2535477530fe84d8c92c70be2fa1 Merge: b0bfee8c7 c3ad2a1d2 Author: Alexander Færøy Date: Tue Jun 30 13:48:49 2020 + Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug33032 | 6 ++ src/lib/encoding/pem.c | 8 +++- src/test/test_pem.c| 30

[tor-commits] [tor/release-0.4.4] Merge branch 'tor-github/pr/1785' into maint-0.3.5

2020-06-30 Thread ahf
commit c3ad2a1d2367d6c0ba5c1c81491770056e881a77 Merge: bebdd2888 5721ec22d Author: Alexander Færøy Date: Tue Jun 30 13:47:55 2020 + Merge branch 'tor-github/pr/1785' into maint-0.3.5 changes/bug33032 | 6 ++ src/lib/encoding/pem.c | 8 +++- src/test/test_pem.c|

[tor-commits] [tor/release-0.3.5] Merge branch 'tor-github/pr/1785' into maint-0.3.5

2020-06-30 Thread ahf
commit c3ad2a1d2367d6c0ba5c1c81491770056e881a77 Merge: bebdd2888 5721ec22d Author: Alexander Færøy Date: Tue Jun 30 13:47:55 2020 + Merge branch 'tor-github/pr/1785' into maint-0.3.5 changes/bug33032 | 6 ++ src/lib/encoding/pem.c | 8 +++- src/test/test_pem.c|

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-06-30 Thread ahf
commit 483082b57bfb2535477530fe84d8c92c70be2fa1 Merge: b0bfee8c7 c3ad2a1d2 Author: Alexander Færøy Date: Tue Jun 30 13:48:49 2020 + Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug33032 | 6 ++ src/lib/encoding/pem.c | 8 +++- src/test/test_pem.c| 30

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-06-30 Thread ahf
commit 2042ebe88ee49259ec0665032a9bfa39ba6eb9cb Merge: c57896a76 483082b57 Author: Alexander Færøy Date: Tue Jun 30 13:48:49 2020 + Merge branch 'maint-0.4.2' into maint-0.4.3 ___ tor-commits mailing list

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-06-30 Thread ahf
commit aced9be2243e823be3b3d771ae2dc59514fb5eba Merge: 21cf91ee2 2042ebe88 Author: Alexander Færøy Date: Tue Jun 30 13:48:49 2020 + Merge branch 'maint-0.4.3' into maint-0.4.4 ___ tor-commits mailing list

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-06-30 Thread ahf
commit 483082b57bfb2535477530fe84d8c92c70be2fa1 Merge: b0bfee8c7 c3ad2a1d2 Author: Alexander Færøy Date: Tue Jun 30 13:48:49 2020 + Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug33032 | 6 ++ src/lib/encoding/pem.c | 8 +++- src/test/test_pem.c| 30

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-06-30 Thread ahf
commit 2042ebe88ee49259ec0665032a9bfa39ba6eb9cb Merge: c57896a76 483082b57 Author: Alexander Færøy Date: Tue Jun 30 13:48:49 2020 + Merge branch 'maint-0.4.2' into maint-0.4.3 ___ tor-commits mailing list

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.4' into release-0.4.4

2020-06-30 Thread ahf
commit 91803c3d56287649099e3f7064c5832880bd0968 Merge: 90f38a3c2 aced9be22 Author: Alexander Færøy Date: Tue Jun 30 13:48:49 2020 + Merge branch 'maint-0.4.4' into release-0.4.4 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2

2020-06-30 Thread ahf
commit 19d9d0ee53dac7d7411048be5509174d996933f1 Merge: c10323faa 483082b57 Author: Alexander Færøy Date: Tue Jun 30 13:48:49 2020 + Merge branch 'maint-0.4.2' into release-0.4.2 changes/bug33032 | 6 ++ src/lib/encoding/pem.c | 8 +++- src/test/test_pem.c| 30

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.4.3' into release-0.4.3

2020-06-30 Thread ahf
commit 191a104afd4f565011d5181eb4dced6631fcc2ed Merge: b7f5113f7 2042ebe88 Author: Alexander Færøy Date: Tue Jun 30 13:48:49 2020 + Merge branch 'maint-0.4.3' into release-0.4.3 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/maint-0.4.2] Merge branch 'tor-github/pr/1909' into maint-0.3.5

2020-06-30 Thread ahf
commit 8697205be400e560c7ae4083d7febd7aa593e61a Merge: 8444fbe90 39f2411b3 Author: Alexander Færøy Date: Tue Jun 30 14:23:17 2020 + Merge branch 'tor-github/pr/1909' into maint-0.3.5 changes/bug34303| 5 + src/core/or/circuitlist.c | 2 +-

[tor-commits] [tor/maint-0.3.5] Merge branch 'tor-github/pr/1909' into maint-0.3.5

2020-06-30 Thread ahf
commit 8697205be400e560c7ae4083d7febd7aa593e61a Merge: 8444fbe90 39f2411b3 Author: Alexander Færøy Date: Tue Jun 30 14:23:17 2020 + Merge branch 'tor-github/pr/1909' into maint-0.3.5 changes/bug34303| 5 + src/core/or/circuitlist.c | 2 +-

[tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-06-30 Thread ahf
commit dbb70d85bf65d33e0a1035146d71a2a610e91056 Merge: 881f50a9a 8697205be Author: Alexander Færøy Date: Tue Jun 30 14:23:41 2020 + Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug34303| 5 + src/core/or/circuitlist.c | 2 +-

[tor-commits] [tor/maint-0.4.2] Preemptive circs should work with UseEntryGuards 0

2020-06-30 Thread ahf
commit 39f2411b3f5ab1a50c74fdafb432d5286c451ab7 Author: Roger Dingledine Date: Sat May 30 01:54:22 2020 -0400 Preemptive circs should work with UseEntryGuards 0 Resume being willing to use preemptively-built circuits when UseEntryGuards is set to 0. We accidentally disabled

[tor-commits] [tor/maint-0.3.5] Preemptive circs should work with UseEntryGuards 0

2020-06-30 Thread ahf
commit 39f2411b3f5ab1a50c74fdafb432d5286c451ab7 Author: Roger Dingledine Date: Sat May 30 01:54:22 2020 -0400 Preemptive circs should work with UseEntryGuards 0 Resume being willing to use preemptively-built circuits when UseEntryGuards is set to 0. We accidentally disabled

[tor-commits] [tor/maint-0.4.3] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-06-30 Thread ahf
commit fb46d1bb3488a6deedc7172a58554e0953c7df87 Merge: 38f3cf410 881f50a9a Author: Alexander Færøy Date: Tue Jun 30 14:16:16 2020 + Merge branch 'maint-0.4.2' into maint-0.4.3 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/master] Merge branch 'maint-0.4.4'

2020-06-30 Thread ahf
commit 8f2571b2339cb1633ff5d84e45d4253195c331c3 Merge: 5e1c0c7db bb5745d65 Author: Alexander Færøy Date: Tue Jun 30 14:16:16 2020 + Merge branch 'maint-0.4.4' ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/maint-0.4.2] Merge branch 'tor-github/pr/1806' into maint-0.4.2

2020-06-30 Thread ahf
commit 881f50a9a98102a4540575713b621652f108aef1 Merge: c9c4a3d0f ee3e98789 Author: Alexander Færøy Date: Tue Jun 30 14:15:57 2020 + Merge branch 'tor-github/pr/1806' into maint-0.4.2 changes/ticket33623 | 2 ++ src/core/or/sendme.h | 2 +- 2 files changed, 3 insertions(+), 1

[tor-commits] [tor/maint-0.4.2] sendme: Emit version 1 by default

2020-06-30 Thread ahf
commit ee3e987898a1e656950aabf8bf0a99aed1450a98 Author: David Goulet Date: Tue Mar 17 10:14:57 2020 -0400 sendme: Emit version 1 by default Closes #33623 Signed-off-by: David Goulet --- changes/ticket33623 | 2 ++ src/core/or/sendme.h | 2 +- 2 files changed, 3

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.4' into release-0.4.4

2020-06-30 Thread ahf
commit 762c8b63cecde03a461d54774a5346dfa7a338cd Merge: 320205ec5 bb5745d65 Author: Alexander Færøy Date: Tue Jun 30 14:16:16 2020 + Merge branch 'maint-0.4.4' into release-0.4.4 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/release-0.4.2] Merge branch 'tor-github/pr/1806' into maint-0.4.2

2020-06-30 Thread ahf
commit 881f50a9a98102a4540575713b621652f108aef1 Merge: c9c4a3d0f ee3e98789 Author: Alexander Færøy Date: Tue Jun 30 14:15:57 2020 + Merge branch 'tor-github/pr/1806' into maint-0.4.2 changes/ticket33623 | 2 ++ src/core/or/sendme.h | 2 +- 2 files changed, 3 insertions(+), 1

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-06-30 Thread ahf
commit bb5745d6568ffcaebbe0c69d8e6865ba5eb163ca Merge: 572cf774b fb46d1bb3 Author: Alexander Færøy Date: Tue Jun 30 14:16:16 2020 + Merge branch 'maint-0.4.3' into maint-0.4.4 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-06-30 Thread ahf
commit fb46d1bb3488a6deedc7172a58554e0953c7df87 Merge: 38f3cf410 881f50a9a Author: Alexander Færøy Date: Tue Jun 30 14:16:16 2020 + Merge branch 'maint-0.4.2' into maint-0.4.3 ___ tor-commits mailing list

[tor-commits] [tor/maint-0.3.5] Merge branch 'tor-github/pr/1793' into maint-0.3.5

2020-06-30 Thread ahf
commit 8444fbe904141d7954efe221b663efee1774df41 Merge: c3ad2a1d2 8dc7ad127 Author: Alexander Færøy Date: Tue Jun 30 13:55:39 2020 + Merge branch 'tor-github/pr/1793' into maint-0.3.5 changes/ticket33361 | 3 +++ src/app/config/config.c | 13 +

[tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-06-30 Thread ahf
commit c9c4a3d0f60580b7deeadc59a845e272ab8aa949 Merge: 483082b57 8444fbe90 Author: Alexander Færøy Date: Tue Jun 30 14:03:04 2020 + Merge branch 'maint-0.3.5' into maint-0.4.2 changes/ticket33361 | 3 +++ src/app/config/config.c | 13 + src/test/test_options.c | 19

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-06-30 Thread ahf
commit 572cf774b974edc83631e8f59dfe18e39f093571 Merge: aced9be22 38f3cf410 Author: Alexander Færøy Date: Tue Jun 30 14:03:04 2020 + Merge branch 'maint-0.4.3' into maint-0.4.4 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-06-30 Thread ahf
commit 38f3cf4103cc87d6de711e5495bdac01bbe47879 Merge: 2042ebe88 c9c4a3d0f Author: Alexander Færøy Date: Tue Jun 30 14:03:04 2020 + Merge branch 'maint-0.4.2' into maint-0.4.3 ___ tor-commits mailing list

  1   2   3   4   5   6   7   8   9   10   >