[tor-commits] [translation/bridgedb] Update translations for bridgedb

2018-04-06 Thread translation
commit 1f2a9505a9ba3eeb6a2e10e8654286054e3fa58e Author: Translation commit bot Date: Fri Apr 6 07:15:05 2018 + Update translations for bridgedb --- ti/LC_MESSAGES/bridgedb.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ti/LC_MESSAGES/bridgedb.po b/ti/LC_MESS

[tor-commits] [webwml/master] Fix no script version of debian install docs

2018-04-06 Thread hiro
commit 0f3c0995f91e2de1e9146355a62845d7bc2e6f8f Author: hiro Date: Fri Apr 6 10:46:29 2018 +0200 Fix no script version of debian install docs --- docs/en/debian.wml | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/en/debian.wml b/docs/en/debian.wml inde

[tor-commits] [onionoo/master] Prepare for 5.2-1.12.0 release.

2018-04-06 Thread karsten
commit a225c094ada1afe3865c0874e0429f9ff63121ad Author: Karsten Loesing Date: Thu Apr 5 22:21:55 2018 +0200 Prepare for 5.2-1.12.0 release. --- CERT | 20 ++-- CHANGELOG.md | 2 +- buil

[tor-commits] [onionoo/release] Prepare for 5.2-1.12.0 release.

2018-04-06 Thread karsten
commit a225c094ada1afe3865c0874e0429f9ff63121ad Author: Karsten Loesing Date: Thu Apr 5 22:21:55 2018 +0200 Prepare for 5.2-1.12.0 release. --- CERT | 20 ++-- CHANGELOG.md | 2 +- buil

[tor-commits] [onionoo/release] Bump version to 5.1-1.11.0-dev.

2018-04-06 Thread karsten
commit e7ac4ca99571d8aeb501559713184b5601982111 Author: Karsten Loesing Date: Thu Mar 15 14:58:16 2018 +0100 Bump version to 5.1-1.11.0-dev. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index c7b0b98..149dcde 100644 --- a/build.xml

[tor-commits] [onionoo/master] Make two fixes to recently added version_status field.

2018-04-06 Thread karsten
commit b1077620b1da3dd7a464ceb4e2957445b9e26415 Author: Karsten Loesing Date: Thu Apr 5 22:20:19 2018 +0200 Make two fixes to recently added version_status field. - Fix NullPointerException in cases where a relay/bridge does not report to have a (valid) tor version. -

[tor-commits] [onionoo/release] Make two fixes to recently added version_status field.

2018-04-06 Thread karsten
commit b1077620b1da3dd7a464ceb4e2957445b9e26415 Author: Karsten Loesing Date: Thu Apr 5 22:20:19 2018 +0200 Make two fixes to recently added version_status field. - Fix NullPointerException in cases where a relay/bridge does not report to have a (valid) tor version. -

[tor-commits] [onionoo/release] Add version_status field to details documents.

2018-04-06 Thread karsten
commit 76dec0651148e99d069ab798693b22a33162b6b8 Author: Karsten Loesing Date: Thu Feb 22 20:59:31 2018 +0100 Add version_status field to details documents. Implements #24256. --- CHANGELOG.md | 3 + .../torproject/onionoo/docs/DetailsDocumen

[tor-commits] [onionoo/release] Only unescape valid UTF.

2018-04-06 Thread karsten
commit 532ef3479a576733934edb45f588f2a074061f62 Author: iwakeh Date: Thu Mar 15 13:58:17 2018 + Only unescape valid UTF. Add a utility method for only un-escaping valid utf and supply a test as well as test data for this issue. Fixes task-22594. --- CHANGELOG.md

[tor-commits] [onionoo/release] Fetch descriptors from both CollecTor instances.

2018-04-06 Thread karsten
commit 520c1577c119f46f5de8db83ee9d4eb498a30e7a Author: Karsten Loesing Date: Tue Apr 3 15:19:36 2018 +0200 Fetch descriptors from both CollecTor instances. Fixes #25700. --- CHANGELOG.md | 1 + .../onionoo/updater/DescriptorSource.java

[tor-commits] [onionoo/master] Bump version to 5.2-1.12.0-dev.

2018-04-06 Thread karsten
commit 1d874ba10dbc8ba82795e370941bed8eef71746d Author: Karsten Loesing Date: Fri Apr 6 11:53:34 2018 +0200 Bump version to 5.2-1.12.0-dev. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 15e85ac..f6b7e2f 100644 --- a/build.xml

[tor-commits] [metrics-web/master] Document Onionoo's new protocol version 5.2.

2018-04-06 Thread karsten
commit c2e0babcf84bbf0a84bbb890d2e39a39da4582d2 Author: Karsten Loesing Date: Fri Apr 6 11:02:02 2018 +0200 Document Onionoo's new protocol version 5.2. --- src/main/resources/web/jsps/onionoo.jsp | 49 + 1 file changed, 49 insertions(+) diff --git a/src/ma

[tor-commits] [tor/master] Remove an unnecessary event2 include.

2018-04-06 Thread nickm
commit f9e32a20843cca221f5d61688000a87fb2babaf8 Author: Nick Mathewson Date: Tue Oct 3 09:59:37 2017 -0400 Remove an unnecessary event2 include. The rest, are, unfortunately, necessary for now. --- src/or/channelpadding.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/or/c

[tor-commits] [tor/master] Add wrappers for event_base_loopexit and event_base_loopbreak.

2018-04-06 Thread nickm
commit 39cb04335f9fd5c3268c808bac549f531fe389a3 Author: Nick Mathewson Date: Tue Oct 3 11:09:44 2017 -0400 Add wrappers for event_base_loopexit and event_base_loopbreak. --- src/common/compat_libevent.c | 32 src/common/compat_libevent.h | 7 --- s

[tor-commits] [tor/master] Add an API for a scheduled/manually activated event in the mainloop

2018-04-06 Thread nickm
commit 871ff0006d052967534fb6ce31465b55021888f0 Author: Nick Mathewson Date: Tue Oct 3 10:44:45 2017 -0400 Add an API for a scheduled/manually activated event in the mainloop Using this API lets us remove event2/event.h usage from half a dozen modules, to better isolate libeven

[tor-commits] [tor/master] Wrap the function we use to run the event loop.

2018-04-06 Thread nickm
commit b3586629c9ce41393898b381159ba331906f8fc3 Author: Nick Mathewson Date: Tue Oct 3 11:20:59 2017 -0400 Wrap the function we use to run the event loop. Doing this lets us remove the event2/event.h header from a few more modules, particularly in the tests. Part of wo

[tor-commits] [tor/master] Remove event2/event.h include from compat_libevent.h

2018-04-06 Thread nickm
commit f4bcf3f34c306300d200803a1db977a013a35470 Author: Nick Mathewson Date: Tue Oct 3 09:51:38 2017 -0400 Remove event2/event.h include from compat_libevent.h Only one module was depending on this include (test_helpers.c), and it was doing so incorrectly. --- src/common/compa

[tor-commits] [tor/master] Remove needless event2/thread.h include from test_compat_libevent.c

2018-04-06 Thread nickm
commit 245fdf8ca05261dba0d944f6a02c3b4750aca1a2 Author: Nick Mathewson Date: Tue Oct 3 13:01:31 2017 -0400 Remove needless event2/thread.h include from test_compat_libevent.c --- src/test/test_compat_libevent.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/test_compat_libeven

[tor-commits] [tor/master] Move responsibility for threadpool reply-handler events to workqueue

2018-04-06 Thread nickm
commit 6a5f62f68f2c73dddb4fa3759586f4c2b0dc Author: Nick Mathewson Date: Tue Oct 3 12:49:34 2017 -0400 Move responsibility for threadpool reply-handler events to workqueue This change makes cpuworker and test_workqueue no longer need to include event2/event.h. Now workqueu

[tor-commits] [tor/master] Merge branch 'isolate_libevent_2_squashed'

2018-04-06 Thread nickm
commit 98b694bfd5a8577949a48b09cc995a2ea73bb884 Merge: 0b0e4886c 421c2310a Author: Nick Mathewson Date: Fri Apr 6 08:50:35 2018 -0400 Merge branch 'isolate_libevent_2_squashed' changes/isolate_libevent| 5 ++ src/common/compat_libevent.c| 147

[tor-commits] [tor/master] changes file for libevent isolation work

2018-04-06 Thread nickm
commit 421c2310a804cf4341a42d9a20f425e3d59ac013 Author: Nick Mathewson Date: Tue Oct 3 13:02:59 2017 -0400 changes file for libevent isolation work --- changes/isolate_libevent | 5 + 1 file changed, 5 insertions(+) diff --git a/changes/isolate_libevent b/changes/isolate_libevent new

[tor-commits] [tor/master] Revise procmon.c to use periodic_timer_t

2018-04-06 Thread nickm
commit f0d2733b468984a7749fb7d506318200ca19e48f Author: Nick Mathewson Date: Tue Oct 3 10:52:34 2017 -0400 Revise procmon.c to use periodic_timer_t This removes its need to use event2/event.h, and thereby fixes another instance of 23750. --- src/common/procmon.c | 27 -

[tor-commits] [tor/master] Remove redundant event2/event.h usage from test_scheduler.c

2018-04-06 Thread nickm
commit 4225300648face7339b22c81ddcebef51b296a02 Author: Nick Mathewson Date: Tue Oct 3 12:58:19 2017 -0400 Remove redundant event2/event.h usage from test_scheduler.c This module doesn't actually need to mock the libevent mainloop at all: it can just use the regular mainloop th

[tor-commits] [tor-browser-build/master] Bug 25304: update gcc to 6.4.0 for the Linux build

2018-04-06 Thread gk
commit 049196094eeb5a64b6504defaf12e1ab3e2546c3 Author: Nicolas Vigier Date: Tue Feb 20 15:08:56 2018 +0100 Bug 25304: update gcc to 6.4.0 for the Linux build --- projects/gcc/build | 9 +++-- projects/gcc/config | 6 +++--- projects/tor/build | 2 +- 3 files changed, 11 insertions(+

[tor-commits] [tor/master] Ship all files needed to build Tor with rust

2018-04-06 Thread nickm
commit 306563ac68250872791350bda1ba7a7acff5eb63 Author: Nick Mathewson Date: Fri Apr 6 16:18:11 2018 -0400 Ship all files needed to build Tor with rust Fixes bug 25732; bugfix on 0.3.3.2-alpha when strings.rs was introduced. --- changes/bug25732| 4 src/rust/include.a

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

2018-04-06 Thread nickm
commit f467771634299c3733480cacc6d9059cbd8abf45 Merge: 98a049849 306563ac6 Author: Nick Mathewson Date: Fri Apr 6 16:18:47 2018 -0400 Merge branch 'maint-0.3.3' into release-0.3.3 changes/bug25732| 4 src/rust/include.am | 5 - 2 files changed, 8 insertions(+), 1 deletion(-)

[tor-commits] [tor/master] Include tor_log rust files in source distribution.

2018-04-06 Thread nickm
commit 2fac948158f50ed062a059def81da632b1d8ce18 Author: Nick Mathewson Date: Fri Apr 6 16:19:14 2018 -0400 Include tor_log rust files in source distribution. Fixes another case of #25732; bug not in any released Tor. --- src/rust/include.am | 3 +++ 1 file changed, 3 insertions(+)

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

2018-04-06 Thread nickm
commit fb2fe41f6f5640c6bb98b0ef4242b1225c312f25 Merge: 98b694bfd 306563ac6 Author: Nick Mathewson Date: Fri Apr 6 16:18:47 2018 -0400 Merge branch 'maint-0.3.3' changes/bug25732| 4 src/rust/include.am | 5 - 2 files changed, 8 insertions(+), 1 deletion(-)

[tor-commits] [tor/maint-0.3.3] Ship all files needed to build Tor with rust

2018-04-06 Thread nickm
commit 306563ac68250872791350bda1ba7a7acff5eb63 Author: Nick Mathewson Date: Fri Apr 6 16:18:11 2018 -0400 Ship all files needed to build Tor with rust Fixes bug 25732; bugfix on 0.3.3.2-alpha when strings.rs was introduced. --- changes/bug25732| 4 src/rust/include.a

[tor-commits] [tor/release-0.3.3] Ship all files needed to build Tor with rust

2018-04-06 Thread nickm
commit 306563ac68250872791350bda1ba7a7acff5eb63 Author: Nick Mathewson Date: Fri Apr 6 16:18:11 2018 -0400 Ship all files needed to build Tor with rust Fixes bug 25732; bugfix on 0.3.3.2-alpha when strings.rs was introduced. --- changes/bug25732| 4 src/rust/include.a

[tor-commits] [translation/support-censorship_completed] pulling translations from transifex

2018-04-06 Thread translation
commit 9042cd7d2912bb6861743ee6f9ca781f4726df29 Author: Translation commit bot Date: Fri Apr 6 23:30:07 2018 + pulling translations from transifex --- bn_BD.json | 40 de.json | 40 +++

[tor-commits] [translation-tools/master] Add support-censorship

2018-04-06 Thread colin
commit 10cfa1e0bcdedb8b8ac59b5588525dc4d6d49de4 Author: Colin Childs Date: Fri Apr 6 18:32:03 2018 -0500 Add support-censorship --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index dd9a27f..064aa29 100644 --- a/config +++ b/config @@ -36,7 +3

[tor-commits] [translation/master] pulling translations from transifex

2018-04-06 Thread translation
commit 403e59d23a7292da1f75424e746b1a92fd70bb8f Author: Translation commit bot Date: Fri Apr 6 23:42:13 2018 + pulling translations from transifex --- .tx/config | 9 + de.json | 20 es.json | 20 +++

[tor-commits] [translation/master] Fixing master

2018-04-06 Thread translation
commit 41d510bf6972a940b96e058df8fb57e77a2fcb15 Author: Translation commit bot Date: Fri Apr 6 23:42:52 2018 + Fixing master --- de.json | 20 es.json | 20 fr.json | 20 ga.j

[tor-commits] [translation/master] Fixing master

2018-04-06 Thread translation
commit 6a64d8c44ebcff243550080bd5bf2fe47263a4e8 Author: Translation commit bot Date: Fri Apr 6 23:45:14 2018 + Fixing master --- .tx/config | 9 - 1 file changed, 9 deletions(-) diff --git a/.tx/config b/.tx/config deleted file mode 100644 index 819a1e2ae..0 --- a/.tx/

[tor-commits] [translation/support-connecting_completed] pulling translations from transifex

2018-04-06 Thread translation
commit 56a4abecace4b3c32d9e61e9436a3742a896ad33 Author: Translation commit bot Date: Fri Apr 6 23:47:26 2018 + pulling translations from transifex --- de.json | 20 es.json | 20 fr.json | 20

[tor-commits] [translation-tools/master] Add support-connecting

2018-04-06 Thread colin
commit 97c7b51392fb7a438077da2284fd07aad5a39225 Author: Colin Childs Date: Fri Apr 6 18:37:30 2018 -0500 Add support-connecting --- config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config b/config index 064aa29..e143c2d 100644 --- a/config +++ b/config @@ -36,7

[tor-commits] [translation/https_everywhere] Update translations for https_everywhere

2018-04-06 Thread translation
commit c6048ef32ad944c127aff08613d2f900652c35b7 Author: Translation commit bot Date: Sat Apr 7 02:46:45 2018 + Update translations for https_everywhere --- ach/https-everywhere.dtd | 2 ++ ady/https-everywhere.dtd | 2 ++ af/https-everywhere.dtd | 2 ++ ak/http

[tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed

2018-04-06 Thread translation
commit 67a112d004289abf138d7418df833fe15777e869 Author: Translation commit bot Date: Sat Apr 7 02:46:56 2018 + Update translations for https_everywhere_completed --- templates/https-everywhere.dtd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/https-everywhere.dtd b/te