[tor-commits] [tor/main] Update scripts to use main instead of master.

2021-05-25 Thread ahf
commit 22552ad88e1e95ef9d2c6655c7602b7b25836075 Author: Alexander Færøy Date: Tue May 25 11:46:34 2021 + Update scripts to use main instead of master. When talking about the "master" Tor checkout, we now refer to it as "the primary Tor repository". The "master" branch is

[tor-commits] [tor/main] Rewrite documentation on primary branch usage for Tor.git.

2021-05-25 Thread ahf
commit 8d4bbc337b11e1d3a60158d7f97c90fae7d7bc65 Author: Alexander Færøy Date: Tue May 25 11:33:58 2021 + Rewrite documentation on primary branch usage for Tor.git. This patch is part of a series of patches where we try to change our primary branch name of tor.git from mas

[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] 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/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 can

[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 - src/test/conf_e

[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(-) d

[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 --- src/

[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 a

[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(+) di

[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] 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 ++ src/feature/metrics/.ma

[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 ++-- src/lib/metrics/metrics

[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 f

[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 + src/tes

[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 a/changes/ticket400

[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 --- Make

[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 eve

[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 + src/core/o

[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 bitmask

[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 eve

[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 +- src/rust/protov

[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 +- src/rust/protov

[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 eve

[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 +- src/rust/protov

[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 +- src/rust/protov

[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 +- src/rust/protov

[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 eve

[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 +- src/rust/protov

[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 eve

[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 https://lists.tor

[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 eve

[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 +- src/rust/prot

[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 +- src/rust/prot

[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 eve

[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 +- src/rust/protov

[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 +- src/rust/prot

[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 +- src/rust/protov

[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 a/dir-spec

[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/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 b/src/ext/ed2551

[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] 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 +++ scripts/ci/ci-driver.sh

[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] 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 of

[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 change

[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 instan

[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 + .../301-dont-vote-on-package-fingerprints.tx

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

2017-03-06 Thread ahf
ecause 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. R

[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 --git a/Makefile b/Make

[tor-commits] [tor/master] kist: Document a magic value in channel_should_write_to_kernel()

2020-06-29 Thread ahf
commit c55e633f7446fea7b73be75f6713fad6493edf05 Author: David Goulet Date: Mon Jun 22 15:28:47 2020 -0400 kist: Document a magic value in channel_should_write_to_kernel() Closes #40008 Signed-off-by: David Goulet --- src/core/or/scheduler_kist.c | 5 + 1 file changed

[tor-commits] [tor/master] Merge branch 'dgoulet/tor-ticket40008_045_01'

2020-06-29 Thread ahf
commit f1932265fc2da57c6bda1813b57b74d24eff21fe Merge: 5336ac266 c55e633f7 Author: Alexander Færøy Date: Mon Jun 29 14:09:53 2020 + Merge branch 'dgoulet/tor-ticket40008_045_01' src/core/or/scheduler_kist.c | 5 + 1 file changed, 5 insertions(+)

[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 b/src/

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

2020-06-30 Thread ahf
commit c57896a76e2e858a74c8ea9c9c037761b0b40e5b Merge: eef77227e b0bfee8c7 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.4.2' into maint-0.4.3 ___ tor-commits mailing list tor-commits@lists.torproject.org ht

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

2020-06-30 Thread ahf
commit 9e4b47233b8b5c7407ffdcd91f60eaad621c6a2a Merge: 96876d3ad 21cf91ee2 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.4.4' ___ tor-commits mailing list tor-commits@lists.torproject.org https://lists.torpr

[tor-commits] [tor/master] Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5

2020-06-30 Thread ahf
commit bebdd2888fd43510ff7786c6c8f52cd8a5565742 Merge: 0c0214bcc 4f6901d7c Author: Alexander Færøy Date: Tue Jun 30 13:35:13 2020 + Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c

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

2020-06-30 Thread ahf
commit b0bfee8c783b495ece772189d478dad2628bc159 Merge: d235e523d bebdd2888 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c | 2 +- 2 files changed, 6 ins

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

2020-06-30 Thread ahf
commit 21cf91ee2c3bb664253cc096c1aaa45fd491594e Merge: feddba6f8 c57896a76 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 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.3' into maint-0.4.4

2020-06-30 Thread ahf
commit 21cf91ee2c3bb664253cc096c1aaa45fd491594e Merge: feddba6f8 c57896a76 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.4.3' into maint-0.4.4 ___ tor-commits mailing list tor-commits@lists.torproject.org ht

[tor-commits] [tor/release-0.3.5] When initializing pthreads, always set the main thread.

2020-06-30 Thread ahf
commit 4f6901d7cc827e5bfa98467b7a568f725ce7fa9f Author: Nick Mathewson Date: Mon Jan 6 09:37:12 2020 -0500 When initializing pthreads, always set the main thread. Fixes bug 32884. This is a bugfix on 0.3.3.1-alpha, when we started allowing restart-in-process with tor_api.h. --

[tor-commits] [tor/maint-0.4.4] Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5

2020-06-30 Thread ahf
commit bebdd2888fd43510ff7786c6c8f52cd8a5565742 Merge: 0c0214bcc 4f6901d7c Author: Alexander Færøy Date: Tue Jun 30 13:35:13 2020 + Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c

[tor-commits] [tor/maint-0.3.5] When initializing pthreads, always set the main thread.

2020-06-30 Thread ahf
commit 4f6901d7cc827e5bfa98467b7a568f725ce7fa9f Author: Nick Mathewson Date: Mon Jan 6 09:37:12 2020 -0500 When initializing pthreads, always set the main thread. Fixes bug 32884. This is a bugfix on 0.3.3.1-alpha, when we started allowing restart-in-process with tor_api.h. --

[tor-commits] [tor/maint-0.4.2] When initializing pthreads, always set the main thread.

2020-06-30 Thread ahf
commit 4f6901d7cc827e5bfa98467b7a568f725ce7fa9f Author: Nick Mathewson Date: Mon Jan 6 09:37:12 2020 -0500 When initializing pthreads, always set the main thread. Fixes bug 32884. This is a bugfix on 0.3.3.1-alpha, when we started allowing restart-in-process with tor_api.h. --

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

2020-06-30 Thread ahf
commit b0bfee8c783b495ece772189d478dad2628bc159 Merge: d235e523d bebdd2888 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c | 2 +- 2 files changed, 6 ins

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

2020-06-30 Thread ahf
commit b0bfee8c783b495ece772189d478dad2628bc159 Merge: d235e523d bebdd2888 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c | 2 +- 2 files changed, 6 ins

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

2020-06-30 Thread ahf
commit c57896a76e2e858a74c8ea9c9c037761b0b40e5b Merge: eef77227e b0bfee8c7 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.4.2' into maint-0.4.3 ___ tor-commits mailing list tor-commits@lists.torproject.org

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

2020-06-30 Thread ahf
commit 91d792388d7ad2dd67b8bf9e346a6c1a1d92a720 Merge: b31086201 bebdd2888 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.3.5' into release-0.3.5 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c | 2 +- 2 files changed, 6 i

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

2020-06-30 Thread ahf
commit c10323faae87f8e928566edc10a7be62fe7bb51b Merge: ec2bc07f4 b0bfee8c7 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.4.2' into release-0.4.2 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c | 2 +- 2 files changed, 6 i

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

2020-06-30 Thread ahf
commit c57896a76e2e858a74c8ea9c9c037761b0b40e5b Merge: eef77227e b0bfee8c7 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.4.2' into maint-0.4.3 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5

2020-06-30 Thread ahf
commit bebdd2888fd43510ff7786c6c8f52cd8a5565742 Merge: 0c0214bcc 4f6901d7c Author: Alexander Færøy Date: Tue Jun 30 13:35:13 2020 + Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c

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

2020-06-30 Thread ahf
commit b0bfee8c783b495ece772189d478dad2628bc159 Merge: d235e523d bebdd2888 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c | 2 +- 2 files changed, 6 ins

[tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5

2020-06-30 Thread ahf
commit bebdd2888fd43510ff7786c6c8f52cd8a5565742 Merge: 0c0214bcc 4f6901d7c Author: Alexander Færøy Date: Tue Jun 30 13:35:13 2020 + Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c

[tor-commits] [tor/maint-0.4.2] Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5

2020-06-30 Thread ahf
commit bebdd2888fd43510ff7786c6c8f52cd8a5565742 Merge: 0c0214bcc 4f6901d7c Author: Alexander Færøy Date: Tue Jun 30 13:35:13 2020 + Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c

[tor-commits] [tor/maint-0.4.3] Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5

2020-06-30 Thread ahf
commit bebdd2888fd43510ff7786c6c8f52cd8a5565742 Merge: 0c0214bcc 4f6901d7c Author: Alexander Færøy Date: Tue Jun 30 13:35:13 2020 + Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.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 b0bfee8c783b495ece772189d478dad2628bc159 Merge: d235e523d bebdd2888 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c | 2 +- 2 files changed, 6 ins

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

2020-06-30 Thread ahf
commit b7f5113f72e5bdd075a7f5713094874544ac8510 Merge: fc4e1697f c57896a76 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.4.3' into release-0.4.3 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/release-0.4.3] Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5

2020-06-30 Thread ahf
commit bebdd2888fd43510ff7786c6c8f52cd8a5565742 Merge: 0c0214bcc 4f6901d7c Author: Alexander Færøy Date: Tue Jun 30 13:35:13 2020 + Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c

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

2020-06-30 Thread ahf
commit 90f38a3c26290ce945eab7ca1ed6ade2046db282 Merge: 76e04a832 21cf91ee2 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 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.4] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-06-30 Thread ahf
commit 21cf91ee2c3bb664253cc096c1aaa45fd491594e Merge: feddba6f8 c57896a76 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.4.3' into maint-0.4.4 ___ tor-commits mailing list tor-commits@lists.torproject.org

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

2020-06-30 Thread ahf
commit c57896a76e2e858a74c8ea9c9c037761b0b40e5b Merge: eef77227e b0bfee8c7 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.4.2' into maint-0.4.3 ___ tor-commits mailing list tor-commits@lists.torproject.org

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

2020-06-30 Thread ahf
commit c57896a76e2e858a74c8ea9c9c037761b0b40e5b Merge: eef77227e b0bfee8c7 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.4.2' into maint-0.4.3 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/release-0.4.2] When initializing pthreads, always set the main thread.

2020-06-30 Thread ahf
commit 4f6901d7cc827e5bfa98467b7a568f725ce7fa9f Author: Nick Mathewson Date: Mon Jan 6 09:37:12 2020 -0500 When initializing pthreads, always set the main thread. Fixes bug 32884. This is a bugfix on 0.3.3.1-alpha, when we started allowing restart-in-process with tor_api.h. --

[tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5

2020-06-30 Thread ahf
commit bebdd2888fd43510ff7786c6c8f52cd8a5565742 Merge: 0c0214bcc 4f6901d7c Author: Alexander Færøy Date: Tue Jun 30 13:35:13 2020 + Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c

[tor-commits] [tor/release-0.4.4] Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5

2020-06-30 Thread ahf
commit bebdd2888fd43510ff7786c6c8f52cd8a5565742 Merge: 0c0214bcc 4f6901d7c Author: Alexander Færøy Date: Tue Jun 30 13:35:13 2020 + Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c

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

2020-06-30 Thread ahf
commit b0bfee8c783b495ece772189d478dad2628bc159 Merge: d235e523d bebdd2888 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c | 2 +- 2 files changed, 6 ins

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

2020-06-30 Thread ahf
commit b0bfee8c783b495ece772189d478dad2628bc159 Merge: d235e523d bebdd2888 Author: Alexander Færøy Date: Tue Jun 30 13:37:20 2020 + Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug32884 | 5 + src/lib/thread/compat_pthreads.c | 2 +- 2 files changed, 6 ins

[tor-commits] [tor/maint-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| 3

[tor-commits] [tor/maint-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| 3

[tor-commits] [tor/maint-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 ++ src/lib

[tor-commits] [tor/maint-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/maint-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/maint-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@lists.torproject.org ht

[tor-commits] [tor/maint-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@lists.torproject.org ht

<    2   3   4   5   6   7   8   9   10   >