[tor-commits] [stem/master] Move controller connecting to aenter

2020-07-29 Thread atagar
commit a77ff0225a8d92bd62a5c9ce7887f3abddff2114 Author: Damian Johnson Date: Wed Jul 29 16:31:54 2020 -0700 Move controller connecting to aenter Static methods such as from_port() and from_socket_file() cannot invoke asynchronous methods. Fundimentally this is the same problem

[tor-commits] [stem/master] Fix authentication test

2020-07-29 Thread atagar
commit ffb8d33ea9e5d4059c2a7c44f94e0daa845f707b Author: Damian Johnson Date: Mon Jul 27 19:24:23 2020 -0700 Fix authentication test Oops, we only exercise this line when using authentication (which isn't the default). Our tests now pass when using the RUN_ALL target.

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2020-07-29 Thread translation
commit 5ad91161231acbd2cfc7581b5c943cd95dfbe4c0 Author: Translation commit bot Date: Wed Jul 29 20:15:13 2020 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/ar/LC_MESSAGES/messages.po | 8 1 file changed, 8 insertions(+) diff

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2020-07-29 Thread translation
commit 15bc83c49a137ccdabc1bd26c8a42053dce3c80e Author: Translation commit bot Date: Wed Jul 29 19:45:12 2020 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/ar/LC_MESSAGES/messages.po | 18 ++ 1 file changed, 14

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2020-07-29 Thread translation
commit e1abf2eee69f5e524c577746ab17d20326c18560 Author: Translation commit bot Date: Wed Jul 29 18:15:13 2020 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/ar/LC_MESSAGES/messages.po | 16 +++- 1 file changed, 15

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2020-07-29 Thread translation
commit 881e7a5a951840c6f04fe55d65257c11aa35b3bb Author: Translation commit bot Date: Wed Jul 29 17:45:13 2020 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/ar/LC_MESSAGES/messages.po | 4 ++-- 1 file changed, 2 insertions(+), 2

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2020-07-29 Thread translation
commit ac591a6f7098f00ba79725256a96fcd7c2a72e35 Author: Translation commit bot Date: Wed Jul 29 17:15:12 2020 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/ar/LC_MESSAGES/messages.po | 9 + 1 file changed, 5 insertions(+), 4

[tor-commits] [tor/release-0.4.3] Use _lseeki64() on windows.

2020-07-29 Thread nickm
commit dcc60294ad4fe349003d6aeea774d8652744358a Author: Nick Mathewson Date: Tue Jul 28 11:30:47 2020 -0400 Use _lseeki64() on windows. Fixes bug 31036; bugfix on 0.2.1.8-alpha when we moved the logging system to use posix fds. --- changes/bug31036| 3 +++

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

2020-07-29 Thread nickm
commit 0c8c295963b5389684d3b41e9260f7fbba4dfe2a Merge: c7502b6503 3b8bf743ae Author: Nick Mathewson Date: Wed Jul 29 12:37:08 2020 -0400 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] Fix startup crash with seccomp sandbox enabled #40072

2020-07-29 Thread nickm
commit eab8e7af522d18620450003667579eebaa339896 Author: Daniel Pinto Date: Wed Jul 29 00:34:08 2020 +0100 Fix startup crash with seccomp sandbox enabled #40072 Fix crash introduced in #40020. On startup, tor calls check_private_dir on the data and key directories. This

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

2020-07-29 Thread nickm
commit 3b8bf743ae6eca261dd46cde94371a4cca0c0689 Merge: 97d0cb83ed cdb0e6c252 Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

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

2020-07-29 Thread nickm
commit 0c8c295963b5389684d3b41e9260f7fbba4dfe2a Merge: c7502b6503 3b8bf743ae Author: Nick Mathewson Date: Wed Jul 29 12:37:08 2020 -0400 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-07-29 Thread nickm
commit 3b8bf743ae6eca261dd46cde94371a4cca0c0689 Merge: 97d0cb83ed cdb0e6c252 Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

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

2020-07-29 Thread nickm
commit 50f5f0001c386c3e98ffb9bee72d00719039c0e1 Merge: 09c35dcf03 dcc60294ad Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.3.5' into release-0.3.5 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

[tor-commits] [tor/release-0.4.4] Merge remote-tracking branch 'tor-gitlab/mr/68' into maint-0.4.4

2020-07-29 Thread nickm
commit 8c92d44622263d5d57a794a9bd1d8f78eb532a73 Merge: 8e690ce736 eab8e7af52 Author: Nick Mathewson Date: Wed Jul 29 12:35:57 2020 -0400 Merge remote-tracking branch 'tor-gitlab/mr/68' into maint-0.4.4 src/app/main/main.c | 8 ++-- src/lib/sandbox/sandbox.c | 10 +- 2

[tor-commits] [tor/release-0.4.4] Add a changes file from mr 86 for 40072 fix.

2020-07-29 Thread nickm
commit c7502b65036c63851a35e37cd2835cfdff8ab3d3 Author: Nick Mathewson Date: Wed Jul 29 12:36:56 2020 -0400 Add a changes file from mr 86 for 40072 fix. --- changes/bug40072 | 4 1 file changed, 4 insertions(+) diff --git a/changes/bug40072 b/changes/bug40072 new file mode 100644

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

2020-07-29 Thread nickm
commit cdb0e6c2522aac372c9a816300dacfd62856dd48 Merge: c0bc30b6f0 dcc60294ad Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

[tor-commits] [tor/release-0.3.5] Use _lseeki64() on windows.

2020-07-29 Thread nickm
commit dcc60294ad4fe349003d6aeea774d8652744358a Author: Nick Mathewson Date: Tue Jul 28 11:30:47 2020 -0400 Use _lseeki64() on windows. Fixes bug 31036; bugfix on 0.2.1.8-alpha when we moved the logging system to use posix fds. --- changes/bug31036| 3 +++

[tor-commits] [tor/release-0.4.2] Use _lseeki64() on windows.

2020-07-29 Thread nickm
commit dcc60294ad4fe349003d6aeea774d8652744358a Author: Nick Mathewson Date: Tue Jul 28 11:30:47 2020 -0400 Use _lseeki64() on windows. Fixes bug 31036; bugfix on 0.2.1.8-alpha when we moved the logging system to use posix fds. --- changes/bug31036| 3 +++

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

2020-07-29 Thread nickm
commit fd1bd5bdce6b4b58b2a23f42d71cf663f07ce861 Merge: 8d19118fd2 0c8c295963 Author: Nick Mathewson Date: Wed Jul 29 12:37:08 2020 -0400 Merge branch 'maint-0.4.4' into release-0.4.4 changes/bug40072 | 4 src/app/main/main.c | 8 ++-- src/lib/sandbox/sandbox.c |

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

2020-07-29 Thread nickm
commit 97b8a25162cedccdc259cd793b20b06350ae5f46 Merge: 8b5b0c2bda 3b8bf743ae Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.4.3' into release-0.4.3 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

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

2020-07-29 Thread nickm
commit cdb0e6c2522aac372c9a816300dacfd62856dd48 Merge: c0bc30b6f0 dcc60294ad Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

[tor-commits] [tor/master] Add a changes file from mr 86 for 40072 fix.

2020-07-29 Thread nickm
commit c7502b65036c63851a35e37cd2835cfdff8ab3d3 Author: Nick Mathewson Date: Wed Jul 29 12:36:56 2020 -0400 Add a changes file from mr 86 for 40072 fix. --- changes/bug40072 | 4 1 file changed, 4 insertions(+) diff --git a/changes/bug40072 b/changes/bug40072 new file mode 100644

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

2020-07-29 Thread nickm
commit cdb0e6c2522aac372c9a816300dacfd62856dd48 Merge: c0bc30b6f0 dcc60294ad Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

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

2020-07-29 Thread nickm
commit 3b8bf743ae6eca261dd46cde94371a4cca0c0689 Merge: 97d0cb83ed cdb0e6c252 Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

[tor-commits] [tor/maint-0.4.4] Add a changes file from mr 86 for 40072 fix.

2020-07-29 Thread nickm
commit c7502b65036c63851a35e37cd2835cfdff8ab3d3 Author: Nick Mathewson Date: Wed Jul 29 12:36:56 2020 -0400 Add a changes file from mr 86 for 40072 fix. --- changes/bug40072 | 4 1 file changed, 4 insertions(+) diff --git a/changes/bug40072 b/changes/bug40072 new file mode 100644

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

2020-07-29 Thread nickm
commit 5f4601f5aa388f25c63faf9822f7dfcfab09f34c Merge: 061fcce5d5 cdb0e6c252 Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.4.2' into release-0.4.2 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/68' into maint-0.4.4

2020-07-29 Thread nickm
commit 8c92d44622263d5d57a794a9bd1d8f78eb532a73 Merge: 8e690ce736 eab8e7af52 Author: Nick Mathewson Date: Wed Jul 29 12:35:57 2020 -0400 Merge remote-tracking branch 'tor-gitlab/mr/68' into maint-0.4.4 src/app/main/main.c | 8 ++-- src/lib/sandbox/sandbox.c | 10 +- 2

[tor-commits] [tor/master] Fix startup crash with seccomp sandbox enabled #40072

2020-07-29 Thread nickm
commit eab8e7af522d18620450003667579eebaa339896 Author: Daniel Pinto Date: Wed Jul 29 00:34:08 2020 +0100 Fix startup crash with seccomp sandbox enabled #40072 Fix crash introduced in #40020. On startup, tor calls check_private_dir on the data and key directories. This

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

2020-07-29 Thread nickm
commit 0c8c295963b5389684d3b41e9260f7fbba4dfe2a Merge: c7502b6503 3b8bf743ae Author: Nick Mathewson Date: Wed Jul 29 12:37:08 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 ___ tor-commits mailing list tor-commits@lists.torproject.org

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

2020-07-29 Thread nickm
commit 9164d7c75e6191828db15ac713843932867158ef Merge: 75f94ea1ec 0c8c295963 Author: Nick Mathewson Date: Wed Jul 29 12:37:08 2020 -0400 Merge branch 'maint-0.4.4' changes/bug40072 | 4 src/app/main/main.c | 8 ++-- src/lib/sandbox/sandbox.c | 10 +- 3

[tor-commits] [tor/maint-0.3.5] Use _lseeki64() on windows.

2020-07-29 Thread nickm
commit dcc60294ad4fe349003d6aeea774d8652744358a Author: Nick Mathewson Date: Tue Jul 28 11:30:47 2020 -0400 Use _lseeki64() on windows. Fixes bug 31036; bugfix on 0.2.1.8-alpha when we moved the logging system to use posix fds. --- changes/bug31036| 3 +++

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

2020-07-29 Thread nickm
commit 3b8bf743ae6eca261dd46cde94371a4cca0c0689 Merge: 97d0cb83ed cdb0e6c252 Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

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

2020-07-29 Thread nickm
commit 3b8bf743ae6eca261dd46cde94371a4cca0c0689 Merge: 97d0cb83ed cdb0e6c252 Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

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

2020-07-29 Thread nickm
commit cdb0e6c2522aac372c9a816300dacfd62856dd48 Merge: c0bc30b6f0 dcc60294ad Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

[tor-commits] [tor/maint-0.4.3] Use _lseeki64() on windows.

2020-07-29 Thread nickm
commit dcc60294ad4fe349003d6aeea774d8652744358a Author: Nick Mathewson Date: Tue Jul 28 11:30:47 2020 -0400 Use _lseeki64() on windows. Fixes bug 31036; bugfix on 0.2.1.8-alpha when we moved the logging system to use posix fds. --- changes/bug31036| 3 +++

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

2020-07-29 Thread nickm
commit cdb0e6c2522aac372c9a816300dacfd62856dd48 Merge: c0bc30b6f0 dcc60294ad Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

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

2020-07-29 Thread nickm
commit cdb0e6c2522aac372c9a816300dacfd62856dd48 Merge: c0bc30b6f0 dcc60294ad Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

[tor-commits] [tor/maint-0.4.2] Use _lseeki64() on windows.

2020-07-29 Thread nickm
commit dcc60294ad4fe349003d6aeea774d8652744358a Author: Nick Mathewson Date: Tue Jul 28 11:30:47 2020 -0400 Use _lseeki64() on windows. Fixes bug 31036; bugfix on 0.2.1.8-alpha when we moved the logging system to use posix fds. --- changes/bug31036| 3 +++

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

2020-07-29 Thread nickm
commit cdb0e6c2522aac372c9a816300dacfd62856dd48 Merge: c0bc30b6f0 dcc60294ad Author: Nick Mathewson Date: Wed Jul 29 12:37:07 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

[tor-commits] [tor/maint-0.4.4] Merge remote-tracking branch 'tor-gitlab/mr/68' into maint-0.4.4

2020-07-29 Thread nickm
commit 8c92d44622263d5d57a794a9bd1d8f78eb532a73 Merge: 8e690ce736 eab8e7af52 Author: Nick Mathewson Date: Wed Jul 29 12:35:57 2020 -0400 Merge remote-tracking branch 'tor-gitlab/mr/68' into maint-0.4.4 src/app/main/main.c | 8 ++-- src/lib/sandbox/sandbox.c | 10 +- 2

[tor-commits] [tor/maint-0.4.4] Fix startup crash with seccomp sandbox enabled #40072

2020-07-29 Thread nickm
commit eab8e7af522d18620450003667579eebaa339896 Author: Daniel Pinto Date: Wed Jul 29 00:34:08 2020 +0100 Fix startup crash with seccomp sandbox enabled #40072 Fix crash introduced in #40020. On startup, tor calls check_private_dir on the data and key directories. This

[tor-commits] [tor/master] Remove duplicate #include control_events.h in control_cmd.c

2020-07-29 Thread nickm
commit 54d9e1b91f7ed2ea3bbe527de17478e8f05fa745 Author: Neel Chauhan Date: Wed Jul 8 21:42:44 2020 -0700 Remove duplicate #include control_events.h in control_cmd.c --- src/feature/control/control_cmd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/feature/control/control_cmd.c

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1987/head'

2020-07-29 Thread nickm
commit 75f94ea1ec72df18d0f4435ee110bd667c9a142f Merge: eba2870d18 54d9e1b91f Author: Nick Mathewson Date: Wed Jul 29 10:58:47 2020 -0400 Merge remote-tracking branch 'tor-github/pr/1987/head' src/feature/control/control_cmd.c | 1 - 1 file changed, 1 deletion(-)

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

2020-07-29 Thread ahf
commit 8d19118fd28f509e325cc39ded57f738072b5641 Merge: ba44555388 8e690ce736 Author: Alexander Færøy Date: Wed Jul 29 13:58:14 2020 + Merge branch 'maint-0.4.4' into release-0.4.4 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/85' into maint-0.4.4

2020-07-29 Thread ahf
commit 8e690ce736b3c61a1f007df4a1cd542e97e602c5 Merge: 0a38e02fb3 dcc60294ad Author: Alexander Færøy Date: Wed Jul 29 13:57:47 2020 + Merge remote-tracking branch 'tor-gitlab/mr/85' into maint-0.4.4 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6

[tor-commits] [tor/release-0.4.4] Merge remote-tracking branch 'tor-gitlab/mr/85' into maint-0.4.4

2020-07-29 Thread ahf
commit 8e690ce736b3c61a1f007df4a1cd542e97e602c5 Merge: 0a38e02fb3 dcc60294ad Author: Alexander Færøy Date: Wed Jul 29 13:57:47 2020 + Merge remote-tracking branch 'tor-gitlab/mr/85' into maint-0.4.4 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6

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

2020-07-29 Thread ahf
commit eba2870d18116bcce331421630fd9f8b47aa7f67 Merge: 6665713967 8e690ce736 Author: Alexander Færøy Date: Wed Jul 29 13:58:14 2020 + Merge branch 'maint-0.4.4' changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-)

[tor-commits] [tor/master] Use _lseeki64() on windows.

2020-07-29 Thread ahf
commit dcc60294ad4fe349003d6aeea774d8652744358a Author: Nick Mathewson Date: Tue Jul 28 11:30:47 2020 -0400 Use _lseeki64() on windows. Fixes bug 31036; bugfix on 0.2.1.8-alpha when we moved the logging system to use posix fds. --- changes/bug31036| 3 +++

[tor-commits] [tor/maint-0.4.4] Use _lseeki64() on windows.

2020-07-29 Thread ahf
commit dcc60294ad4fe349003d6aeea774d8652744358a Author: Nick Mathewson Date: Tue Jul 28 11:30:47 2020 -0400 Use _lseeki64() on windows. Fixes bug 31036; bugfix on 0.2.1.8-alpha when we moved the logging system to use posix fds. --- changes/bug31036| 3 +++

[tor-commits] [tor/maint-0.4.4] Merge remote-tracking branch 'tor-gitlab/mr/85' into maint-0.4.4

2020-07-29 Thread ahf
commit 8e690ce736b3c61a1f007df4a1cd542e97e602c5 Merge: 0a38e02fb3 dcc60294ad Author: Alexander Færøy Date: Wed Jul 29 13:57:47 2020 + Merge remote-tracking branch 'tor-gitlab/mr/85' into maint-0.4.4 changes/bug31036| 3 +++ src/lib/fdio/fdio.c | 6 +++--- 2 files changed, 6

[tor-commits] [tor/release-0.4.4] Use _lseeki64() on windows.

2020-07-29 Thread ahf
commit dcc60294ad4fe349003d6aeea774d8652744358a Author: Nick Mathewson Date: Tue Jul 28 11:30:47 2020 -0400 Use _lseeki64() on windows. Fixes bug 31036; bugfix on 0.2.1.8-alpha when we moved the logging system to use posix fds. --- changes/bug31036| 3 +++

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2020-07-29 Thread translation
commit 22da8367e9c6696f0f42c0019f95e20cde7643d4 Author: Translation commit bot Date: Wed Jul 29 13:45:12 2020 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/ar/LC_MESSAGES/messages.po | 48 ++- 1 file

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

2020-07-29 Thread ahf
commit 66657139678740dc83cfbc1b0d45fd1cd5d69ee7 Merge: 109063185b 915af1a65b Author: Alexander Færøy Date: Wed Jul 29 13:39:59 2020 + Merge remote-tracking branch 'tor-gitlab/mr/87' changes/ticket30797 | 5 + configure.ac| 1 - contrib/README

[tor-commits] [tor/master] Remove tor.service.in

2020-07-29 Thread ahf
commit 915af1a65bc217fa33490876199bb69f760bea23 Author: Nick Mathewson Date: Wed Jul 29 00:04:42 2020 -0400 Remove tor.service.in We aren't good at maintaining this; downstream maintainers are much better at figuring out what is right for them. Closes #30797. ---

[tor-commits] [tor/master] Merge branch 'tor-gitlab/mr/73_squashed'

2020-07-29 Thread ahf
commit 109063185be9b42e343d0ef7d085494c60fa05d2 Merge: 4e71fc92c8 3cb9a9b8ce Author: Alexander Færøy Date: Wed Jul 29 13:34:24 2020 + Merge branch 'tor-gitlab/mr/73_squashed' changes/bug33097 | 4 +++ src/core/mainloop/connection.c | 57

[tor-commits] [tor/master] Remove the connection_t.outbuf_flushlen field

2020-07-29 Thread ahf
commit 3cb9a9b8ce7aeff0931d2b3f57bb2de0ba793669 Author: Nick Mathewson Date: Tue Jul 21 15:08:00 2020 -0400 Remove the connection_t.outbuf_flushlen field This was once used for rate-limiting, but now it's only for accounting. It hasn't served a useful purpose in a long time.

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2020-07-29 Thread translation
commit 08ec072a628d70137ab7dc0ebf04f0a3d7969a41 Author: Translation commit bot Date: Wed Jul 29 13:15:15 2020 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/ar/LC_MESSAGES/messages.po | 4 +++- 1 file changed, 3 insertions(+), 1

[tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings

2020-07-29 Thread translation
commit 2587bd53663564cabb7eb3ab78cf05c57379b714 Author: Translation commit bot Date: Wed Jul 29 10:18:12 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- sw/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)