[tor-commits] [tor/main] Merge remote-tracking branch 'tor-gitlab/mr/419'

2021-08-18 Thread nickm
commit 00b57e81f827d524dc42e2eab052e4d3b61b2cb6 Merge: 03a709ead1 719169dbe3 Author: Nick Mathewson Date: Wed Aug 18 08:39:50 2021 -0400 Merge remote-tracking branch 'tor-gitlab/mr/419' scripts/build/combine_libs | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-)

[tor-commits] [tor/main] Update combine_libs script

2021-08-18 Thread nickm
commit 719169dbe374b85b30e8ab2493c43ab4e747302f Author: skaluzka Date: Sat Aug 14 21:45:44 2021 +0200 Update combine_libs script Remove commented code from production. Align indentations to 4 spaces. --- scripts/build/combine_libs | 9 ++--- 1 file changed, 2 insertions(+)

[tor-commits] [torspec/main] Clarify tiebreaker rules when computing X_m

2021-08-17 Thread nickm
commit 788fa527836e2fbacbb02671ba37de62e1c3940d Author: Nick Mathewson Date: Tue Aug 17 09:33:12 2021 -0400 Clarify tiebreaker rules when computing X_m --- path-spec.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/path-spec.txt b/path-spec.txt index f02bee6..65d56c4 100644 --- a/

[tor-commits] [tpo/master] Latest stable is 0.4.6.7

2021-08-16 Thread nickm
commit 0ee4a5c30c3c56acb8ab5345b196c892d1dc7c9c Author: Nick Mathewson Date: Mon Aug 16 16:18:01 2021 -0400 Latest stable is 0.4.6.7 --- databags/versions.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databags/versions.ini b/databags/versions.ini index e6dfb307..f

[tor-commits] [torspec/main] Specify the exact "fraction of paths" calculation that Tor uses.

2021-08-16 Thread nickm
commit 764abbfdea60b6a709801b244a2e3a798858a491 Author: Nick Mathewson Date: Mon Aug 16 12:25:27 2021 -0400 Specify the exact "fraction of paths" calculation that Tor uses. --- path-spec.txt | 17 + 1 file changed, 17 insertions(+) diff --git a/path-spec.txt b/path-spec.tx

[tor-commits] [torspec/main] Document supported range for bandwdith values in netstatus

2021-08-16 Thread nickm
commit fe5b008aea1be9ec89421f8c943ccd8d5b529b8c Author: Nick Mathewson Date: Mon Aug 16 11:34:52 2021 -0400 Document supported range for bandwdith values in netstatus --- dir-spec.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dir-spec.txt b/dir-spec.txt index 39a0318..7ba11c0

[tor-commits] [torspec/main] Clarify handling of dubious RELAY_END cell formats.

2021-08-16 Thread nickm
commit a681521b9d04135d2cff5d20b82927162c6626cc Author: Nick Mathewson Date: Mon Aug 16 11:25:08 2021 -0400 Clarify handling of dubious RELAY_END cell formats. --- tor-spec.txt | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/tor-spec.txt b/tor-spec.t

[tor-commits] [torspec/main] Specify case in BEGIN messages.

2021-08-16 Thread nickm
commit ea4f88cc54e26b422db8828bed88ff156958d5f0 Author: Nick Mathewson Date: Mon Aug 16 11:24:36 2021 -0400 Specify case in BEGIN messages. --- tor-spec.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tor-spec.txt b/tor-spec.txt index d7b2c53..a3a0ffd 100644 --- a/tor-spec.txt +

[tor-commits] [torspec/main] Clarify: clients do not report their timestamp.

2021-08-16 Thread nickm
commit 15b45c920e8362852b4e9ef8226ade80331b0e35 Author: Nick Mathewson Date: Mon Aug 16 11:19:05 2021 -0400 Clarify: clients do not report their timestamp. --- tor-spec.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tor-spec.txt b/tor-spec.txt index dce264f..d7b2

[tor-commits] [torspec/main] Clarify behavior on out-of-bounds link padding parameters.

2021-08-16 Thread nickm
commit 315ce4fc3b6677cd76bd8c303a5b72377dc25649 Author: Nick Mathewson Date: Mon Aug 16 11:12:17 2021 -0400 Clarify behavior on out-of-bounds link padding parameters. --- tor-spec.txt | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tor-spec.txt b/tor-spec.txt in

[tor-commits] [torspec/main] Clarify behavior on bad address length in NETINFO

2021-08-16 Thread nickm
commit b962a3003808fb940101f5f49c5b3ead2eeaf3e5 Author: Nick Mathewson Date: Mon Aug 16 11:17:23 2021 -0400 Clarify behavior on bad address length in NETINFO --- tor-spec.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tor-spec.txt b/tor-spec.txt index 7e76562..dc

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

2021-08-16 Thread nickm
commit 6a01c34bb87b8e29aaa884d71939b4536d6bb850 Merge: fd38609ae2 b2d6fed3e9 Author: Nick Mathewson Date: Mon Aug 16 09:51:27 2021 -0400 Merge branch 'maint-0.4.5' into maint-0.4.6 src/test/test_util.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) _

[tor-commits] [tor/release-0.4.6] Disable message checking for some 32-bit tests about timegm failure.

2021-08-16 Thread nickm
commit b2d6fed3e90346260efc598f6dcf5581a6f61a0a Author: Nick Mathewson Date: Mon Aug 16 09:46:56 2021 -0400 Disable message checking for some 32-bit tests about timegm failure. Since we merged 40383, we don't expect these to give the same warning on every platform. --- src/tes

[tor-commits] [tor/release-0.4.5] Disable message checking for some 32-bit tests about timegm failure.

2021-08-16 Thread nickm
commit b2d6fed3e90346260efc598f6dcf5581a6f61a0a Author: Nick Mathewson Date: Mon Aug 16 09:46:56 2021 -0400 Disable message checking for some 32-bit tests about timegm failure. Since we merged 40383, we don't expect these to give the same warning on every platform. --- src/tes

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

2021-08-16 Thread nickm
commit 078782e0d11e73775c7954671d573ac8eddf3015 Merge: 8f6513d54f 6a01c34bb8 Author: Nick Mathewson Date: Mon Aug 16 09:51:27 2021 -0400 Merge branch 'maint-0.4.6' into release-0.4.6 src/test/test_util.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) __

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

2021-08-16 Thread nickm
commit 8fca5864d6deb12153625896c92d5ee81b0c1f2d Merge: b6285f5f33 b2d6fed3e9 Author: Nick Mathewson Date: Mon Aug 16 09:51:27 2021 -0400 Merge branch 'maint-0.4.5' into release-0.4.5 src/test/test_util.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) __

[tor-commits] [tor/maint-0.4.6] Merge branch 'maint-0.4.5' into maint-0.4.6

2021-08-16 Thread nickm
commit 6a01c34bb87b8e29aaa884d71939b4536d6bb850 Merge: fd38609ae2 b2d6fed3e9 Author: Nick Mathewson Date: Mon Aug 16 09:51:27 2021 -0400 Merge branch 'maint-0.4.5' into maint-0.4.6 src/test/test_util.c | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[tor-commits] [tor/main] Merge branch 'maint-0.4.6'

2021-08-16 Thread nickm
commit b2c4ac09d4220af181ac7df036e8ffeb2f421b58 Merge: 55e329fdc1 6a01c34bb8 Author: Nick Mathewson Date: Mon Aug 16 09:51:27 2021 -0400 Merge branch 'maint-0.4.6' src/test/test_util.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) _

[tor-commits] [tor/maint-0.4.5] Disable message checking for some 32-bit tests about timegm failure.

2021-08-16 Thread nickm
commit b2d6fed3e90346260efc598f6dcf5581a6f61a0a Author: Nick Mathewson Date: Mon Aug 16 09:46:56 2021 -0400 Disable message checking for some 32-bit tests about timegm failure. Since we merged 40383, we don't expect these to give the same warning on every platform. --- src/tes

[tor-commits] [tor/main] Disable message checking for some 32-bit tests about timegm failure.

2021-08-16 Thread nickm
commit b2d6fed3e90346260efc598f6dcf5581a6f61a0a Author: Nick Mathewson Date: Mon Aug 16 09:46:56 2021 -0400 Disable message checking for some 32-bit tests about timegm failure. Since we merged 40383, we don't expect these to give the same warning on every platform. --- src/tes

[tor-commits] [tor/main] Merge branch 'maint-0.4.5' into maint-0.4.6

2021-08-16 Thread nickm
commit 6a01c34bb87b8e29aaa884d71939b4536d6bb850 Merge: fd38609ae2 b2d6fed3e9 Author: Nick Mathewson Date: Mon Aug 16 09:51:27 2021 -0400 Merge branch 'maint-0.4.5' into maint-0.4.6 src/test/test_util.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) _

[tor-commits] [tor/maint-0.4.6] Disable message checking for some 32-bit tests about timegm failure.

2021-08-16 Thread nickm
commit b2d6fed3e90346260efc598f6dcf5581a6f61a0a Author: Nick Mathewson Date: Mon Aug 16 09:46:56 2021 -0400 Disable message checking for some 32-bit tests about timegm failure. Since we merged 40383, we don't expect these to give the same warning on every platform. --- src/tes

[tor-commits] [tor/release-0.4.6] Use the correct release date.

2021-08-16 Thread nickm
commit 8f6513d54f82fd31e097beec2cbef8a575438573 Author: Nick Mathewson Date: Mon Aug 16 08:25:00 2021 -0400 Use the correct release date. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 431269180b..04dec5a0de 100644 --- a/Change

[tor-commits] [tor/release-0.4.5] Use the correct release date and backport version sources.

2021-08-16 Thread nickm
commit b6285f5f33e51a1ce09a6ce84e5d47b3a0789f88 Author: Nick Mathewson Date: Mon Aug 16 08:25:05 2021 -0400 Use the correct release date and backport version sources. --- ChangeLog | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0b

[tor-commits] [tor/release-0.3.5] Use the correct release date and backport version sources

2021-08-16 Thread nickm
commit c62d13fd8ff1f3dc6ea2d83f82911408b8de7ef5 Author: Nick Mathewson Date: Mon Aug 16 08:25:12 2021 -0400 Use the correct release date and backport version sources --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index cd41d33a

[tor-commits] [tor/release-0.4.6] Make the version 0.4.6.7, not 0.4.6.7-dev.

2021-08-16 Thread nickm
commit fd38609ae2e5fd5cb826bbf0913f60685c6a66ac Author: Nick Mathewson Date: Mon Aug 16 08:21:04 2021 -0400 Make the version 0.4.6.7, not 0.4.6.7-dev. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3

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

2021-08-16 Thread nickm
commit df6a92dcc3e83cebaa9cfe98c52ae9eade218ff2 Merge: 70e249123a 1ec4c7b34a Author: Nick Mathewson Date: Mon Aug 16 08:19:17 2021 -0400 Merge branch 'maint-0.4.5' into maint-0.4.6 "ours" to avoid version bump ___ tor-commits mailing

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

2021-08-16 Thread nickm
commit 1667e122def480fac8033fb96057971969a446d5 Merge: ca249131b0 2984fba97a Author: Nick Mathewson Date: Mon Aug 16 08:18:09 2021 -0400 Merge branch 'maint-0.3.5' into maint-0.4.5 "ours" to avoid version bump ___ tor-commits mailing

[tor-commits] [tor/release-0.4.6] Make the version 0.4.5.10, not 0.4.5.10-dev.

2021-08-16 Thread nickm
commit 1ec4c7b34a595a218121b81879ced1450e3a72ad Author: Nick Mathewson Date: Mon Aug 16 08:18:57 2021 -0400 Make the version 0.4.5.10, not 0.4.5.10-dev. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +-

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

2021-08-16 Thread nickm
commit c4531dc02ee9578409925f60b09f0003f2e385ce Merge: 2a5430a4dd fd38609ae2 Author: Nick Mathewson Date: Mon Aug 16 08:21:28 2021 -0400 Merge branch 'maint-0.4.6' into release-0.4.6 configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconf

[tor-commits] [tor/release-0.4.5] Make the version 0.4.5.10, not 0.4.5.10-dev.

2021-08-16 Thread nickm
commit 1ec4c7b34a595a218121b81879ced1450e3a72ad Author: Nick Mathewson Date: Mon Aug 16 08:18:57 2021 -0400 Make the version 0.4.5.10, not 0.4.5.10-dev. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +-

[tor-commits] [tor/release-0.4.6] Make the version 0.3.6.16, not 0.3.6.16-dev.

2021-08-16 Thread nickm
commit 2984fba97a03506fb405bdf2c37481a0a7d6cf09 Author: Nick Mathewson Date: Mon Aug 16 08:17:59 2021 -0400 Make the version 0.3.6.16, not 0.3.6.16-dev. --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3

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

2021-08-16 Thread nickm
commit 1667e122def480fac8033fb96057971969a446d5 Merge: ca249131b0 2984fba97a Author: Nick Mathewson Date: Mon Aug 16 08:18:09 2021 -0400 Merge branch 'maint-0.3.5' into maint-0.4.5 "ours" to avoid version bump ___ tor-commits mailing

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

2021-08-16 Thread nickm
commit 9b5ea2215fd9553591a7c88562cd68c83e267dd6 Merge: 1a910a10a8 1ec4c7b34a Author: Nick Mathewson Date: Mon Aug 16 08:21:28 2021 -0400 Merge branch 'maint-0.4.5' into release-0.4.5 configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconf

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

2021-08-16 Thread nickm
commit a2e39fa3b014dda71d6d6ece1cb7f8e114fd1c06 Merge: 4f20c0d9d4 2984fba97a Author: Nick Mathewson Date: Mon Aug 16 08:21:28 2021 -0400 Merge branch 'maint-0.3.5' into release-0.3.5 configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig

[tor-commits] [tor/release-0.3.5] Make the version 0.3.6.16, not 0.3.6.16-dev.

2021-08-16 Thread nickm
commit 2984fba97a03506fb405bdf2c37481a0a7d6cf09 Author: Nick Mathewson Date: Mon Aug 16 08:17:59 2021 -0400 Make the version 0.3.6.16, not 0.3.6.16-dev. --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3

[tor-commits] [tor/release-0.4.5] Make the version 0.3.6.16, not 0.3.6.16-dev.

2021-08-16 Thread nickm
commit 2984fba97a03506fb405bdf2c37481a0a7d6cf09 Author: Nick Mathewson Date: Mon Aug 16 08:17:59 2021 -0400 Make the version 0.3.6.16, not 0.3.6.16-dev. --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3

[tor-commits] [tor/maint-0.4.6] Merge branch 'maint-0.4.5' into maint-0.4.6

2021-08-16 Thread nickm
commit df6a92dcc3e83cebaa9cfe98c52ae9eade218ff2 Merge: 70e249123a 1ec4c7b34a Author: Nick Mathewson Date: Mon Aug 16 08:19:17 2021 -0400 Merge branch 'maint-0.4.5' into maint-0.4.6 "ours" to avoid version bump ___ tor-commits mailing

[tor-commits] [tor/maint-0.4.6] Make the version 0.4.6.7, not 0.4.6.7-dev.

2021-08-16 Thread nickm
commit fd38609ae2e5fd5cb826bbf0913f60685c6a66ac Author: Nick Mathewson Date: Mon Aug 16 08:21:04 2021 -0400 Make the version 0.4.6.7, not 0.4.6.7-dev. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3

[tor-commits] [tor/maint-0.4.6] Make the version 0.3.6.16, not 0.3.6.16-dev.

2021-08-16 Thread nickm
commit 2984fba97a03506fb405bdf2c37481a0a7d6cf09 Author: Nick Mathewson Date: Mon Aug 16 08:17:59 2021 -0400 Make the version 0.3.6.16, not 0.3.6.16-dev. --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3

[tor-commits] [tor/maint-0.4.6] Make the version 0.4.5.10, not 0.4.5.10-dev.

2021-08-16 Thread nickm
commit 1ec4c7b34a595a218121b81879ced1450e3a72ad Author: Nick Mathewson Date: Mon Aug 16 08:18:57 2021 -0400 Make the version 0.4.5.10, not 0.4.5.10-dev. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +-

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

2021-08-16 Thread nickm
commit 1667e122def480fac8033fb96057971969a446d5 Merge: ca249131b0 2984fba97a Author: Nick Mathewson Date: Mon Aug 16 08:18:09 2021 -0400 Merge branch 'maint-0.3.5' into maint-0.4.5 "ours" to avoid version bump ___ tor-commits mailing

[tor-commits] [tor/maint-0.4.5] Make the version 0.4.5.10, not 0.4.5.10-dev.

2021-08-16 Thread nickm
commit 1ec4c7b34a595a218121b81879ced1450e3a72ad Author: Nick Mathewson Date: Mon Aug 16 08:18:57 2021 -0400 Make the version 0.4.5.10, not 0.4.5.10-dev. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +-

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

2021-08-16 Thread nickm
commit 1667e122def480fac8033fb96057971969a446d5 Merge: ca249131b0 2984fba97a Author: Nick Mathewson Date: Mon Aug 16 08:18:09 2021 -0400 Merge branch 'maint-0.3.5' into maint-0.4.5 "ours" to avoid version bump ___ tor-commits mailing

[tor-commits] [tor/maint-0.4.5] Make the version 0.3.6.16, not 0.3.6.16-dev.

2021-08-16 Thread nickm
commit 2984fba97a03506fb405bdf2c37481a0a7d6cf09 Author: Nick Mathewson Date: Mon Aug 16 08:17:59 2021 -0400 Make the version 0.3.6.16, not 0.3.6.16-dev. --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3

[tor-commits] [tor/maint-0.3.5] Make the version 0.3.6.16, not 0.3.6.16-dev.

2021-08-16 Thread nickm
commit 2984fba97a03506fb405bdf2c37481a0a7d6cf09 Author: Nick Mathewson Date: Mon Aug 16 08:17:59 2021 -0400 Make the version 0.3.6.16, not 0.3.6.16-dev. --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3

[tor-commits] [tor/main] Merge branch 'maint-0.4.6'

2021-08-16 Thread nickm
commit 55e329fdc19becc8c056c4852ba39bc44b9705c6 Merge: 6260db5733 fd38609ae2 Author: Nick Mathewson Date: Mon Aug 16 08:21:15 2021 -0400 Merge branch 'maint-0.4.6' "ours" to avoid version bump. ___ tor-commits mailing list tor-commits@li

[tor-commits] [tor/main] Make the version 0.4.5.10, not 0.4.5.10-dev.

2021-08-16 Thread nickm
commit 1ec4c7b34a595a218121b81879ced1450e3a72ad Author: Nick Mathewson Date: Mon Aug 16 08:18:57 2021 -0400 Make the version 0.4.5.10, not 0.4.5.10-dev. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +-

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

2021-08-16 Thread nickm
commit 1667e122def480fac8033fb96057971969a446d5 Merge: ca249131b0 2984fba97a Author: Nick Mathewson Date: Mon Aug 16 08:18:09 2021 -0400 Merge branch 'maint-0.3.5' into maint-0.4.5 "ours" to avoid version bump ___ tor-commits mailing

[tor-commits] [tor/main] Make the version 0.3.6.16, not 0.3.6.16-dev.

2021-08-16 Thread nickm
commit 2984fba97a03506fb405bdf2c37481a0a7d6cf09 Author: Nick Mathewson Date: Mon Aug 16 08:17:59 2021 -0400 Make the version 0.3.6.16, not 0.3.6.16-dev. --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3

[tor-commits] [tor/main] Make the version 0.4.6.7, not 0.4.6.7-dev.

2021-08-16 Thread nickm
commit fd38609ae2e5fd5cb826bbf0913f60685c6a66ac Author: Nick Mathewson Date: Mon Aug 16 08:21:04 2021 -0400 Make the version 0.4.6.7, not 0.4.6.7-dev. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3

[tor-commits] [tor/main] Merge branch 'maint-0.4.5' into maint-0.4.6

2021-08-16 Thread nickm
commit df6a92dcc3e83cebaa9cfe98c52ae9eade218ff2 Merge: 70e249123a 1ec4c7b34a Author: Nick Mathewson Date: Mon Aug 16 08:19:17 2021 -0400 Merge branch 'maint-0.4.5' into maint-0.4.6 "ours" to avoid version bump ___ tor-commits mailing

[tor-commits] [tor/main] Merge remote-tracking branch 'tor-gitlab/mr/412'

2021-07-23 Thread nickm
commit a9b287fbcc45ac5825599d42b3c024d4b8a88782 Merge: bc40c6af08 72aa23a9fd Author: Nick Mathewson Date: Fri Jul 23 15:06:06 2021 -0400 Merge remote-tracking branch 'tor-gitlab/mr/412' changes/bug40435 | 4 src/core/or/circuitpadding.c | 19 +++ src/

[tor-commits] [tor/main] circpad: Be smarter on when to send back STOP cells.

2021-07-23 Thread nickm
commit 72aa23a9fd1772de214ea8a22e1371c2d026dc7c Author: George Kadianakis Date: Thu Jul 22 15:02:13 2021 +0300 circpad: Be smarter on when to send back STOP cells. --- changes/bug40435 | 4 src/core/or/circuitpadding.c | 19 +++ src/test/test_circuitpa

[tor-commits] [tor/main] Correct another ReleasingTor.md issue

2021-07-23 Thread nickm
commit bc40c6af084b509a0f236da5af667f97ba1c1684 Author: Nick Mathewson Date: Fri Jul 23 14:50:23 2021 -0400 Correct another ReleasingTor.md issue --- doc/HACKING/ReleasingTor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/HACKING/ReleasingTor.md b/doc/HACKING/Re

[tor-commits] [tor/main] Update ReleasingTor.md to reflect current practice

2021-07-23 Thread nickm
commit 53b4aff5b8f705f559808ab93d6670ab9486c5d6 Author: Nick Mathewson Date: Fri Jul 23 14:47:49 2021 -0400 Update ReleasingTor.md to reflect current practice --- doc/HACKING/ReleasingTor.md | 62 ++--- 1 file changed, 36 insertions(+), 26 deletions(

[tor-commits] [chutney/main] Convert README text to Markdown format

2021-07-19 Thread nickm
commit 07d6a8ab059742bc2b084fd8164912948b6d6aad Author: Ben Weintraub Date: Mon Jul 19 13:36:39 2021 -0400 Convert README text to Markdown format The README has a `.md` extension, but was not actually written in Markdown format, which was causing it to render poorly on GitHub a

[tor-commits] [torspec/main] Remove tracking timestamps for incoming network activity.

2021-07-13 Thread nickm
commit 5a6dc20aebab9e51a732814a81c580b135681aba Author: Nick Mathewson Date: Tue Jul 13 12:56:33 2021 -0400 Remove tracking timestamps for incoming network activity. This is never necessary, since we only count circuits who have completed at least one hop. Closes torsp

[tor-commits] [tor/main] Remove fuzz_hexdigest.c: It is already covered by other fuzzers

2021-07-12 Thread nickm
commit c63541a0b08dceb23c48cd9be1559b628f73b428 Author: Nick Mathewson Date: Mon Jul 12 15:42:32 2021 -0400 Remove fuzz_hexdigest.c: It is already covered by other fuzzers --- scripts/codegen/fuzzing_include_am.py | 1 - src/test/fuzz/fuzz_hexdigest.c| 72 -

[tor-commits] [tor/main] Merge remote-tracking branch 'tor-gitlab/mr/407'

2021-07-12 Thread nickm
commit 45bb6ae60b63c74f18a2b032c4299307e2301aae Merge: a11a9bb3a0 66c5bbb435 Author: Nick Mathewson Date: Mon Jul 12 15:41:12 2021 -0400 Merge remote-tracking branch 'tor-gitlab/mr/407' scripts/codegen/fuzzing_include_am.py | 3 ++ src/test/fuzz/fuzz_address.c | 73 +

[tor-commits] [tor/main] Remove some needless includes

2021-07-12 Thread nickm
commit 27d6b3ae7a7e1464395de9ed7e89d430d52f9356 Author: Nick Mathewson Date: Mon Jul 12 15:53:56 2021 -0400 Remove some needless includes --- src/test/fuzz/fuzz_address.c| 79 + src/test/fuzz/fuzz_addressPTR.c | 75 +--

[tor-commits] [tor/main] test_hs_ob: initialize pointers to NULL

2021-07-12 Thread nickm
commit a11a9bb3a0ebdba5c4a283012cc35d5077ee796c Author: Nick Mathewson Date: Mon Jul 12 14:59:29 2021 -0400 test_hs_ob: initialize pointers to NULL This is an attempt to fix CID 1486280, where coverity warns us that, if the tests failed, we might free() an uninitialized pointer

[tor-commits] [tor/main] test_hs_control: initialize pointers to NULL

2021-07-12 Thread nickm
commit 1d9de2948b7e40a0044dd1651b0c8cb407a8a2fd Author: Nick Mathewson Date: Mon Jul 12 14:59:29 2021 -0400 test_hs_control: initialize pointers to NULL This is an attempt to fix CID 1486276, where coverity warns us that, if the tests failed, we might free() an uninitialized po

[tor-commits] [tor/main] Update fuzzing_include_am.py

2021-07-12 Thread nickm
commit 66d5e0d2cba50f5801a28897b89590b20cd2d8ec Author: pedbap Date: Thu Jul 1 13:54:31 2021 + Update fuzzing_include_am.py --- scripts/codegen/fuzzing_include_am.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/codegen/fuzzing_include_am.py b/scripts/cod

[tor-commits] [tor/main] Update fuzz_address.c

2021-07-12 Thread nickm
commit cb178ab65c89580eb43c8cc855122867556f6806 Author: pedbap Date: Thu Jul 1 14:36:39 2021 + Update fuzz_address.c --- src/test/fuzz/fuzz_address.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/fuzz/fuzz_address.c b/src/test/fuzz/fuzz_address.c index bedbe09b48..3322

[tor-commits] [tor/main] Update fuzz_hexdigest.c

2021-07-12 Thread nickm
commit 66c5bbb4352b04198f81b6af6e1f9074eb211d96 Author: pedbap Date: Thu Jul 1 14:37:05 2021 + Update fuzz_hexdigest.c --- src/test/fuzz/fuzz_hexdigest.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/fuzz/fuzz_hexdigest.c b/src/test/fuzz/fuzz_hexdigest.c index e4fd0a8

[tor-commits] [tor/main] Update fuzz_addressPTR.c

2021-07-12 Thread nickm
commit 5066f5a6083feea074383dc014cf2ca0792633b2 Author: pedbap Date: Thu Jul 1 14:36:06 2021 + Update fuzz_addressPTR.c --- src/test/fuzz/fuzz_addressPTR.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/fuzz/fuzz_addressPTR.c b/src/test/fuzz/fuzz_addressPTR.c index 4889

[tor-commits] [tor/main] Update fuzzing_include_am.py

2021-07-12 Thread nickm
commit 8c9416ce19f737ecade35f89be9440533aae918e Author: pedbap Date: Thu Jul 1 13:54:14 2021 + Update fuzzing_include_am.py --- scripts/codegen/fuzzing_include_am.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/codegen/fuzzing_include_am.py b/scripts/codegen/fuzzing_

[tor-commits] [tor/main] hexdigest_to_digest() isolated harness

2021-07-12 Thread nickm
commit a0d65d8275a7b7c4b744e9a3479c781c47ab3937 Author: pedbap Date: Tue Jun 29 19:11:45 2021 + hexdigest_to_digest() isolated harness --- src/test/fuzz/fuzz_hexdigest.c | 69 ++ 1 file changed, 69 insertions(+) diff --git a/src/test/fuzz/fuzz_h

[tor-commits] [tor/main] Adding new fuzzing harnesses for Makefile

2021-07-12 Thread nickm
commit 72577918740edb16f693a86f42a6d43bba5f5b75 Author: pedbap Date: Tue Jun 29 19:31:08 2021 + Adding new fuzzing harnesses for Makefile --- src/test/fuzz/include.am | 33 + 1 file changed, 33 insertions(+) diff --git a/src/test/fuzz/include.am b/src/t

[tor-commits] [tor/main] tor_addr_parse_PTR_name() isolated harness

2021-07-12 Thread nickm
commit ad3519c165bd0fb18917068a4adc37f24fd84d80 Author: pedbap Date: Tue Jun 29 19:15:24 2021 + tor_addr_parse_PTR_name() isolated harness --- src/test/fuzz/fuzz_addressPTR.c | 71 + 1 file changed, 71 insertions(+) diff --git a/src/test/fuzz/fu

[tor-commits] [tor/main] Update include.am

2021-07-12 Thread nickm
commit b31932dfcfe21f7d6378512b95092554a1383341 Author: pedbap Date: Thu Jul 1 13:16:10 2021 + Update include.am --- src/test/fuzz/include.am | 96 +--- 1 file changed, 75 insertions(+), 21 deletions(-) diff --git a/src/test/fuzz/include.am

[tor-commits] [tor/main] tor_addr_parse() fuzzing harness

2021-07-12 Thread nickm
commit 453ea20827d3628a203870cc885e7444e09b9f0d Author: pedbap Date: Tue Jun 29 19:13:38 2021 + tor_addr_parse() fuzzing harness --- src/test/fuzz/fuzz_address.c | 71 1 file changed, 71 insertions(+) diff --git a/src/test/fuzz/fuzz_address

[tor-commits] [torspec/main] Add proposal 332: Ntor protocol with extra data, version 3

2021-07-12 Thread nickm
commit aac1ee24e8b5f7c764cd8d7d7851733c94d94905 Author: Nick Mathewson Date: Mon Jul 12 11:47:48 2021 -0400 Add proposal 332: Ntor protocol with extra data, version 3 --- proposals/000-index.txt | 2 + proposals/332-ntor-v3-with-extra-data.md | 396 ++

[tor-commits] [tor/main] Merge remote-tracking branch 'tor-gitlab/mr/410'

2021-07-08 Thread nickm
commit 9b2d179d9537b2f3e3275d22f014cf7385349553 Merge: b9f6eb68d9 16e517245b Author: Nick Mathewson Date: Thu Jul 8 14:17:54 2021 -0400 Merge remote-tracking branch 'tor-gitlab/mr/410' src/config/torrc.minimal.in-staging | 2 +- src/config/torrc.sample.in | 2 +- 2 files changed,

[tor-commits] [tor/main] Update torrc to encourage use of BridgeDistribution

2021-07-08 Thread nickm
commit 16e517245b764fa3a68e5ba398064ba28ddd4ac0 Author: Cecylia Bocovich Date: Tue Jul 6 13:09:24 2021 -0400 Update torrc to encourage use of BridgeDistribution Bridge operators should generally publish their descriptors except for rare cases, and instead use the BridgeDistribu

[tor-commits] [tor/main] Merge remote-tracking branch 'tor-gitlab/mr/405'

2021-07-01 Thread nickm
commit e71db3a4be1cab933f721d63d4ed98f507c0 Merge: 48ee68656a f944e46399 Author: Nick Mathewson Date: Thu Jul 1 09:56:35 2021 -0400 Merge remote-tracking branch 'tor-gitlab/mr/405' changes/issue40338 | 3 +++ src/feature/hs/hs_config.c | 22 +- 2 files cha

[tor-commits] [tor/main] If TestingTorNetwork, skip perm check on the hs directory

2021-07-01 Thread nickm
commit f944e463995fa2e4c04e6d732ec77e66bb1a6f8a Author: Steven Engler Date: Mon Jun 28 13:35:11 2021 -0400 If TestingTorNetwork, skip perm check on the hs directory --- changes/issue40338 | 3 +++ src/feature/hs/hs_config.c | 22 +- 2 files changed, 16 insertio

[tor-commits] [tor/maint-0.4.6] Bump to 0.4.6.6-dev

2021-06-30 Thread nickm
commit 2758ae30b32cc75843cf216a310447eac4bdf7ac Author: Nick Mathewson Date: Wed Jun 30 12:01:21 2021 -0400 Bump to 0.4.6.6-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4 inser

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

2021-06-30 Thread nickm
commit 1cc6cccdff39599da592d14c97806305b6d5588a Merge: 60d1fb3d37 2758ae30b3 Author: Nick Mathewson Date: Wed Jun 30 12:02:34 2021 -0400 Merge branch 'maint-0.4.6' into release-0.4.6 configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconf

[tor-commits] [tor/release-0.4.6] Bump to 0.4.6.6-dev

2021-06-30 Thread nickm
commit 2758ae30b32cc75843cf216a310447eac4bdf7ac Author: Nick Mathewson Date: Wed Jun 30 12:01:21 2021 -0400 Bump to 0.4.6.6-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4 inser

[tor-commits] [tor/main] Bump to 0.4.6.6-dev

2021-06-30 Thread nickm
commit 2758ae30b32cc75843cf216a310447eac4bdf7ac Author: Nick Mathewson Date: Wed Jun 30 12:01:21 2021 -0400 Bump to 0.4.6.6-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4 inser

[tor-commits] [tor/main] Merge branch 'maint-0.4.6'

2021-06-30 Thread nickm
commit 48ee68656a66940d321d412b8d7e6c21b8fa6b1a Merge: 810aa7095a 2758ae30b3 Author: Nick Mathewson Date: Wed Jun 30 12:02:17 2021 -0400 Merge branch 'maint-0.4.6' "ours" to avoid version bump. ___ tor-commits mailing list tor-commits@li

[tor-commits] [tpo/master] 0.4.6.6 is out.

2021-06-30 Thread nickm
commit 46d3ea5f02b639e5c0bef645fab2c0b5d711e9ee Author: Nick Mathewson Date: Wed Jun 30 11:51:07 2021 -0400 0.4.6.6 is out. --- databags/versions.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databags/versions.ini b/databags/versions.ini index 485c30e6..0312a015 1

[tor-commits] [tor/main] Tweak 0466 changelog

2021-06-30 Thread nickm
commit 810aa7095a8bb5417c4fba0c913ae7d9c0c10fe8 Author: Nick Mathewson Date: Wed Jun 30 10:09:28 2021 -0400 Tweak 0466 changelog --- ChangeLog| 19 +++ ReleaseNotes | 19 +++ 2 files changed, 38 insertions(+) diff --git a/ChangeLog b/ChangeLog index 683

[tor-commits] [tor/release-0.4.6] Tweak 0466 changelog

2021-06-30 Thread nickm
commit 60d1fb3d37274e29e9e88620d77e1636ef922561 Author: Nick Mathewson Date: Wed Jun 30 10:09:24 2021 -0400 Tweak 0466 changelog --- ChangeLog| 4 ++-- ReleaseNotes | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index dbc684eaae..cbe8f2c8

[tor-commits] [tor/release-0.4.6] Changelog for 0.4.6.6

2021-06-30 Thread nickm
commit 60ffee9d8286f09a3328517741693d2b1e0a1ec3 Author: Nick Mathewson Date: Wed Jun 30 09:10:44 2021 -0400 Changelog for 0.4.6.6 --- ChangeLog | 19 +++ ReleaseNotes| 19 +++ changes/bug40409| 3 --- changes/ticket40410 | 4 cha

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

2021-06-30 Thread nickm
commit 01fd3ace03f587efa550322aef78681d25c7c214 Merge: bd3ed77191 2fff1fc835 Author: Nick Mathewson Date: Wed Jun 30 08:18:42 2021 -0400 Merge branch 'maint-0.4.6' into release-0.4.6 configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconf

[tor-commits] [tor/release-0.4.6] Update version to 0.4.6.6.

2021-06-30 Thread nickm
commit 2fff1fc83576b8c6868864bd2c51ece28f6f0fce Author: Nick Mathewson Date: Wed Jun 30 08:17:56 2021 -0400 Update version to 0.4.6.6. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed,

[tor-commits] [tor/main] Update version to 0.4.6.6.

2021-06-30 Thread nickm
commit 2fff1fc83576b8c6868864bd2c51ece28f6f0fce Author: Nick Mathewson Date: Wed Jun 30 08:17:56 2021 -0400 Update version to 0.4.6.6. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed,

[tor-commits] [tor/maint-0.4.6] Update version to 0.4.6.6.

2021-06-30 Thread nickm
commit 2fff1fc83576b8c6868864bd2c51ece28f6f0fce Author: Nick Mathewson Date: Wed Jun 30 08:17:56 2021 -0400 Update version to 0.4.6.6. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed,

[tor-commits] [tor/main] Merge branch 'maint-0.4.6'

2021-06-30 Thread nickm
commit f5feda5d04f28391a78c65f476a08c504582e535 Merge: 1555646b36 2fff1fc835 Author: Nick Mathewson Date: Wed Jun 30 08:18:24 2021 -0400 Merge branch 'maint-0.4.6' "ours" to avoid version bump. ___ tor-commits mailing list tor-commits@li

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

2021-06-30 Thread nickm
commit bd3ed77191f27205bb6f7feab5c0601de7d51d4c Merge: 2630e4eea1 4302c0b4a1 Author: Nick Mathewson Date: Wed Jun 30 08:15:41 2021 -0400 Merge branch 'maint-0.4.6' into release-0.4.6 changes/bug40409 | 3 +++ 1 file changed, 3 insertions(+) ___

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

2021-06-30 Thread nickm
commit 4302c0b4a1ee7d40799f1793493225c357b5fd4d Merge: f2647295c0 e60d14bb6b Author: Nick Mathewson Date: Wed Jun 30 08:15:41 2021 -0400 Merge branch 'maint-0.4.5' into maint-0.4.6 changes/bug40409 | 3 +++ 1 file changed, 3 insertions(+) ___

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

2021-06-30 Thread nickm
commit 9ba1a47847c5614fa2acd9f94f5be9dab3d1419f Merge: 1d808e8b61 e60d14bb6b Author: Nick Mathewson Date: Wed Jun 30 08:15:41 2021 -0400 Merge branch 'maint-0.4.5' into release-0.4.5 changes/bug40409 | 3 +++ 1 file changed, 3 insertions(+) ___

[tor-commits] [tor/release-0.4.6] Missing changes file for #40409

2021-06-30 Thread nickm
commit e60d14bb6b772c3f376a9be725899e40cea5087d Author: Nick Mathewson Date: Wed Jun 30 08:14:57 2021 -0400 Missing changes file for #40409 --- changes/bug40409 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/bug40409 b/changes/bug40409 new file mode 100644 index 00.

[tor-commits] [tor/maint-0.4.6] Merge branch 'maint-0.4.5' into maint-0.4.6

2021-06-30 Thread nickm
commit 4302c0b4a1ee7d40799f1793493225c357b5fd4d Merge: f2647295c0 e60d14bb6b Author: Nick Mathewson Date: Wed Jun 30 08:15:41 2021 -0400 Merge branch 'maint-0.4.5' into maint-0.4.6 changes/bug40409 | 3 +++ 1 file changed, 3 insertions(+) ___ t

[tor-commits] [tor/release-0.4.5] Missing changes file for #40409

2021-06-30 Thread nickm
commit e60d14bb6b772c3f376a9be725899e40cea5087d Author: Nick Mathewson Date: Wed Jun 30 08:14:57 2021 -0400 Missing changes file for #40409 --- changes/bug40409 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/bug40409 b/changes/bug40409 new file mode 100644 index 00.

[tor-commits] [tor/maint-0.4.5] Missing changes file for #40409

2021-06-30 Thread nickm
commit e60d14bb6b772c3f376a9be725899e40cea5087d Author: Nick Mathewson Date: Wed Jun 30 08:14:57 2021 -0400 Missing changes file for #40409 --- changes/bug40409 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/bug40409 b/changes/bug40409 new file mode 100644 index 00.

[tor-commits] [tor/main] Missing changes file for #40409

2021-06-30 Thread nickm
commit e60d14bb6b772c3f376a9be725899e40cea5087d Author: Nick Mathewson Date: Wed Jun 30 08:14:57 2021 -0400 Missing changes file for #40409 --- changes/bug40409 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/bug40409 b/changes/bug40409 new file mode 100644 index 00.

<    1   2   3   4   5   6   7   8   9   10   >