[tor-commits] [tor-browser-bundle/maint-4.0] We are at 4.0.3 now

2015-01-11 Thread gk
commit 2a3a14746c15aed4350425ce96e2b7967cafee85 Author: Georg Koppen g...@torproject.org Date: Sun Jan 11 12:08:20 2015 + We are at 4.0.3 now --- tools/update-responses/config.yml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update-responses/config.yml

[tor-commits] [tor-browser-bundle/maint-4.0] Update the config.yml

2015-01-11 Thread gk
commit 1c40c56419150c42daf5b874b4dccd52507b8d85 Author: Georg Koppen g...@torproject.org Date: Sun Jan 11 12:04:58 2015 + Update the config.yml --- tools/update-responses/config.yml | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git

[tor-commits] [tor/master] Don't crash on torrc Vi[rtualAddrNetworkIPv[4|6]] with no option value

2015-01-11 Thread nickm
commit b08cfc65a78527cc97f4d0aeff3217d5f1c93e08 Author: teor teor2...@gmail.com Date: Sun Jan 11 19:33:04 2015 +1100 Don't crash on torrc Vi[rtualAddrNetworkIPv[4|6]] with no option value Check for a missing option value in parse_virtual_addr_network before asserting on the

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.5'

2015-01-11 Thread nickm
commit 7b51667d638242b9e47bdd0d4357596c380f7c94 Merge: b266329 b08cfc6 Author: Nick Mathewson ni...@torproject.org Date: Sun Jan 11 11:05:31 2015 -0500 Merge remote-tracking branch 'origin/maint-0.2.5' changes/bug14142-parse-virtual-addr |7 +++ src/or/addressmap.c

[tor-commits] [tor/maint-0.2.5] Don't crash on torrc Vi[rtualAddrNetworkIPv[4|6]] with no option value

2015-01-11 Thread nickm
commit b08cfc65a78527cc97f4d0aeff3217d5f1c93e08 Author: teor teor2...@gmail.com Date: Sun Jan 11 19:33:04 2015 +1100 Don't crash on torrc Vi[rtualAddrNetworkIPv[4|6]] with no option value Check for a missing option value in parse_virtual_addr_network before asserting on the

[tor-commits] [tor/master] Create TestingDirAuthVoteHSDir like TestingDirAuthVoteExit/Guard

2015-01-11 Thread nickm
commit f9d57473e1ff34f1ec56c62dd9ea138ceec42d6f Author: teor teor2...@gmail.com Date: Sat Jan 10 21:43:31 2015 +1100 Create TestingDirAuthVoteHSDir like TestingDirAuthVoteExit/Guard TestingDirAuthVoteHSDir ensures that authorities vote the HSDir flag for the listed relays

[tor-commits] [tor/master] Speed up hidden service bootstrap by reducing the initial post delay

2015-01-11 Thread nickm
commit ac2f90ed001f168459afce8d137fe5e43baa173f Author: teor teor2...@gmail.com Date: Sat Jan 10 22:20:29 2015 +1100 Speed up hidden service bootstrap by reducing the initial post delay Drop the MIN_REND_INITIAL_POST_DELAY on a testing network to 5 seconds, but keep the default

[tor-commits] [chutney/master] Add bridge clients and hidden services to chutney verify

2015-01-11 Thread nickm
commit 0d350720ff8d3de2763ffb2ca55232b078693837 Author: teor teor2...@gmail.com Date: Sat Jan 10 22:43:33 2015 +1100 Add bridge clients and hidden services to chutney verify Chutney verify now verifies bridge clients and hidden services. Bridge clients are verified just

[tor-commits] [tor/master] Smaller RendPostPeriod on test networks

2015-01-11 Thread nickm
commit e136606fe8325140f26dda26d2f634961aae5448 Author: Nick Mathewson ni...@torproject.org Date: Sun Jan 4 20:10:53 2015 -0500 Smaller RendPostPeriod on test networks This patch makes the minimum 5 seconds, and the default 2 minutes. Closes 13401. --- changes/bug13401 |

[tor-commits] [tor/master] Merge remote-tracking branch 'teor/nickm-bug13401'

2015-01-11 Thread nickm
commit 180ecd6a2b3ee9fe10fed760d30ac9fb72b03346 Merge: 7b51667 ac2f90e Author: Nick Mathewson ni...@torproject.org Date: Sun Jan 11 11:10:23 2015 -0500 Merge remote-tracking branch 'teor/nickm-bug13401' changes/bug13401 |7 +++

[tor-commits] [chutney/master] Include bridge clients in chutney verify

2015-01-11 Thread nickm
commit 1c707d5afbce3800b159dcb50747e6724d0d2870 Author: teor teor2...@gmail.com Date: Sat Jan 10 10:53:40 2015 +1100 Include bridge clients in chutney verify Test bridge clients using chutney verify, the same way we test clients. --- lib/chutney/TorNet.py |4 +++- 1 file

[tor-commits] [tor/master] changes file for 14141

2015-01-11 Thread nickm
commit 8db15960d1ee9fbd8b03436ad850f36c43a38007 Author: Nick Mathewson ni...@torproject.org Date: Sun Jan 11 11:19:12 2015 -0500 changes file for 14141 --- changes/bug14141 | 11 +++ 1 file changed, 11 insertions(+) diff --git a/changes/bug14141 b/changes/bug14141 new file mode

[tor-commits] [tor/master] fix and enable systemd watchdog

2015-01-11 Thread nickm
commit a8999acc3bca05f1aaa23399c7d5f7a5e51789a4 Author: Tomasz Torcz to...@pipebreaker.pl Date: Fri Jan 9 23:42:16 2015 +0100 fix and enable systemd watchdog There were following problems: - configure.ac wrongly checked for defined HAVE_SYSTEMD; this wasn't working,

[tor-commits] [tor/master] Fix unused-parameter warning in systemd_watchdog_callback

2015-01-11 Thread nickm
commit e009c2da5138bce5e8244658177efbe48c641035 Author: Nick Mathewson ni...@torproject.org Date: Sun Jan 11 11:19:51 2015 -0500 Fix unused-parameter warning in systemd_watchdog_callback --- src/or/main.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/src/or/main.c

[tor-commits] [tor/master] send more details about daemon status to supervisor

2015-01-11 Thread nickm
commit 2aa2d0a1c559bcc2f2198ab7df37ab0a33605904 Author: Tomasz Torcz to...@pipebreaker.pl Date: Fri Jan 9 22:44:00 2015 +0100 send more details about daemon status to supervisor If running under systemd, send back information when reloading configuration and gracefully

[tor-commits] [tor/master] send PID of the main daemon to supervisor

2015-01-11 Thread nickm
commit b17918726d2ec221556d707f06bb92cfa3830183 Author: Tomasz Torcz to...@pipebreaker.pl Date: Fri Jan 9 22:17:50 2015 +0100 send PID of the main daemon to supervisor If running under systemd, notify the supervisor about current PID of Tor daemon. This makes systemd unit

[tor-commits] [tor/master] changes file for bug13805

2015-01-11 Thread nickm
commit 3f39daa663b34bc62d36d76d6d7d3de9bf5b8ecd Author: Nick Mathewson ni...@torproject.org Date: Sun Jan 11 11:27:33 2015 -0500 changes file for bug13805 --- changes/bug13805 |3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/bug13805 b/changes/bug13805 new file mode 100644

[tor-commits] [tor/master] Use PrivateDevices instead of DeviceAllow

2015-01-11 Thread nickm
commit 1ac3b74405098d6cace271e0c5c6b0cf33ba0154 Author: Craig Andrews candr...@integralblue.com Date: Fri Nov 28 12:36:17 2014 -0500 Use PrivateDevices instead of DeviceAllow See 13805 --- contrib/dist/tor.service.in |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

[tor-commits] [tor/master] systemd changes for 13805 as recommened by Tomasz on that ticket.

2015-01-11 Thread nickm
commit 96a407a2435213a1b9a7e1f6373955fdce743d60 Author: Nick Mathewson ni...@torproject.org Date: Sun Jan 11 11:26:08 2015 -0500 systemd changes for 13805 as recommened by Tomasz on that ticket. --- contrib/dist/tor.service.in |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

[tor-commits] [tor/master] Add ProtectSystem = full

2015-01-11 Thread nickm
commit 5bdf12ca8aa13cd98c6a4b7457b37df2b519e8a7 Author: Craig Andrews candr...@integralblue.com Date: Fri Nov 28 12:41:23 2014 -0500 Add ProtectSystem = full See 13805 --- contrib/dist/tor.service.in |1 + 1 file changed, 1 insertion(+) diff --git

[tor-commits] [tor/master] Merge remote-tracking branch 'candrews/issue13805'

2015-01-11 Thread nickm
commit c98e075ebc17d7e5b4548cc58f58088cff83d0ca Merge: e009c2d 5bdf12c Author: Nick Mathewson ni...@torproject.org Date: Sun Jan 11 11:24:48 2015 -0500 Merge remote-tracking branch 'candrews/issue13805' contrib/dist/tor.service.in | 12 ++-- 1 file changed, 6 insertions(+), 6

[tor-commits] [tor/master] Use ProtectHome instead of InaccessibleDirectories

2015-01-11 Thread nickm
commit 9c933b3635d9d7e30ff43494aa4efac65ab99b16 Author: Craig Andrews candr...@integralblue.com Date: Fri Nov 28 12:36:56 2014 -0500 Use ProtectHome instead of InaccessibleDirectories See 13805 --- contrib/dist/tor.service.in |2 +- 1 file changed, 1 insertion(+), 1

[tor-commits] [tor/master] Prefix ReadWriteDirectories with a - so if they don't exist it's not an error

2015-01-11 Thread nickm
commit 0c73bcd3ba7f5fb724a4ecb9f2057a40dd1a2582 Author: Craig Andrews candr...@integralblue.com Date: Fri Nov 28 12:38:40 2014 -0500 Prefix ReadWriteDirectories with a - so if they don't exist it's not an error See 13805 --- contrib/dist/tor.service.in |6 +++--- 1 file

[tor-commits] [webwml/master] remove dead link in torbrowser design doc

2015-01-11 Thread sebastian
commit 7b30c8b541a2a156822e664a13023b1044d5e37c Author: Sebastian Hahn sebast...@torproject.org Date: Sun Jan 11 20:37:12 2015 +0100 remove dead link in torbrowser design doc --- projects/en/torbrowser.wml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [webwml/master] youtube no longer breaks when used without flash

2015-01-11 Thread sebastian
commit cb22dc9595d7c70c60d6cddf37c8b217a631fefc Author: Sebastian Hahn sebast...@torproject.org Date: Sun Jan 11 20:40:18 2015 +0100 youtube no longer breaks when used without flash --- download/en/download-easy.wml |5 + download/en/download.wml |5 + 2 files changed,

[tor-commits] [webwml/master] update live mirrors

2015-01-11 Thread andrew
commit b0df10382fa86537e9ea073d1e333be86e68de71 Author: Andrew Lewman and...@torproject.is Date: Sun Jan 11 18:47:59 2015 -0500 update live mirrors --- include/mirrors-table.wmi | 500 + include/tor-mirrors.csv | 156 +++--- 2 files

[tor-commits] [tor/master] Actually remove LOCALSTATEDIR@/run/tor line from tor.service.in

2015-01-11 Thread nickm
commit 2dac77c041df0a6b69cde43216f6e17812193d60 Author: Nick Mathewson ni...@torproject.org Date: Sun Jan 11 20:49:19 2015 -0500 Actually remove LOCALSTATEDIR@/run/tor line from tor.service.in --- contrib/dist/tor.service.in |1 - 1 file changed, 1 deletion(-) diff --git

[tor-commits] [tor/master] Fix build on systemdless systems

2015-01-11 Thread nickm
commit 70b3937425b6a280e5bf47606ad1ab8e0b1f34a2 Author: Nick Mathewson ni...@torproject.org Date: Sun Jan 11 20:47:15 2015 -0500 Fix build on systemdless systems Fixes bug 14170. --- configure.ac |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

[tor-commits] [tor/master] src/common/compat_libevent.h: include testsupport.h

2015-01-11 Thread nickm
commit 8df35a0c882d34415b1505a130cbd7a5c0424035 Author: Anthony G. Basile bluen...@gentoo.org Date: Thu Jan 8 12:11:28 2015 -0500 src/common/compat_libevent.h: include testsupport.h When tor is configured with --enable-bufferevents, the build fails because compat_libevent.h

[tor-commits] [tor/maint-0.2.5] Avoid attempts to double-remove edge connections from the DNS resolver.

2015-01-11 Thread nickm
commit 905287415b834db1a92205e8436f66a3b2d6846c Author: Nick Mathewson ni...@torproject.org Date: Thu Jan 8 11:00:21 2015 -0500 Avoid attempts to double-remove edge connections from the DNS resolver. Also, avoid crashing when we attempt to double-remove an edge connection from

[tor-commits] [tor/master] Avoid attempts to double-remove edge connections from the DNS resolver.

2015-01-11 Thread nickm
commit 905287415b834db1a92205e8436f66a3b2d6846c Author: Nick Mathewson ni...@torproject.org Date: Thu Jan 8 11:00:21 2015 -0500 Avoid attempts to double-remove edge connections from the DNS resolver. Also, avoid crashing when we attempt to double-remove an edge connection from

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug14129_024' into maint-0.2.5

2015-01-11 Thread nickm
commit c9dd2d1a6ad2684442abb7a31e29b0998aaf605c Merge: b08cfc6 9052874 Author: Nick Mathewson ni...@torproject.org Date: Mon Jan 12 00:59:29 2015 -0500 Merge remote-tracking branch 'public/bug14129_024' into maint-0.2.5 changes/bug14129 |7 +++ src/or/dns.c |6 +- 2

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.5'

2015-01-11 Thread nickm
commit 2d123efe7c98765fae17af747b266ea8cc0b4b5c Merge: 2dac77c c9dd2d1 Author: Nick Mathewson ni...@torproject.org Date: Mon Jan 12 00:59:48 2015 -0500 Merge remote-tracking branch 'origin/maint-0.2.5' changes/bug14129 |7 +++ src/or/dns.c |6 +- 2 files changed, 12

[tor-commits] [tor/maint-0.2.5] Merge remote-tracking branch 'public/bug14129_024' into maint-0.2.5

2015-01-11 Thread nickm
commit c9dd2d1a6ad2684442abb7a31e29b0998aaf605c Merge: b08cfc6 9052874 Author: Nick Mathewson ni...@torproject.org Date: Mon Jan 12 00:59:29 2015 -0500 Merge remote-tracking branch 'public/bug14129_024' into maint-0.2.5 changes/bug14129 |7 +++ src/or/dns.c |6 +- 2