[tor-commits] [torspec/master] give it a better title

2017-08-11 Thread arma
commit 45a8e04154e3bd9925cb9d96dceb04c1f621d454 Author: Roger Dingledine Date: Fri Aug 11 17:58:30 2017 -0400 give it a better title --- proposals/280-privcount-in-tor.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/280-privcount-in-tor.txt b/proposals/28

[tor-commits] [torspec/master] add some nsf ack's in some recent proposals

2017-08-11 Thread arma
commit 2d9712f228606abb233b8e43e23b044565789ff5 Author: Roger Dingledine Date: Fri Aug 11 17:51:03 2017 -0400 add some nsf ack's in some recent proposals --- proposals/278-directory-compression-scheme-negotiation.txt | 6 ++ proposals/279-naming-layer-api.txt |

[tor-commits] [snowflake/master] Re-remove ipHandler function.

2017-08-11 Thread dcf
commit 8dcd337ce4401ae75028356c8ea3d65fdc56 Author: David Fifield Date: Fri Aug 11 13:08:36 2017 -0700 Re-remove ipHandler function. Had been removed in 2a46db2c01985d144e25f537b5019b195af32782 and was erroneously restored in the merge 36debdfdd24e978fc323ec352852fc4af0

[tor-commits] [tor/master] test: Fix typing issues found by clang

2017-08-11 Thread nickm
commit 598bf986b60cbbb447aa288eb8c05dcaca282d0f Author: David Goulet Date: Fri Aug 11 14:59:28 2017 -0400 test: Fix typing issues found by clang Partially fix #23224. Signed-off-by: David Goulet --- src/test/test_hs_service.c | 8 1 file changed, 4 insertions(+)

[tor-commits] [tor/master] Make Windows happy for time_t printf format

2017-08-11 Thread nickm
commit 257f50b22fbaf9c9cb5859e257437b24af46c7ab Author: David Goulet Date: Fri Aug 11 15:08:45 2017 -0400 Make Windows happy for time_t printf format Our Windows compiler treats "time_t" as long long int but Linux likes it long int so cast those to make Windows happy.

[tor-commits] [tor/master] test: Fix hs common test for Windows

2017-08-11 Thread nickm
commit 60c7da71ab3435e2022dd4f62ac67c09da94db89 Author: David Goulet Date: Fri Aug 11 14:42:20 2017 -0400 test: Fix hs common test for Windows Use the PATH_SEPARATOR for a path comparaison so it works with Windows as well. Partially fix #23223 Signed-off-by: D

[tor-commits] [tor/master] test: Fix memory leak in test_hs_common.c

2017-08-11 Thread nickm
commit 9df4261407d620d05901a5c4e93aa963f89ab185 Author: David Goulet Date: Fri Aug 11 14:46:27 2017 -0400 test: Fix memory leak in test_hs_common.c Partially fixes #23223 Signed-off-by: David Goulet --- src/test/test_hs_common.c | 2 +- 1 file changed, 1 insertion(+), 1

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

2017-08-11 Thread nickm
commit 5ec91a3d7f767ec593fcd4dc9c646010dbd9f215 Merge: a368cadf9 efbd4a33f Author: Nick Mathewson Date: Fri Aug 11 14:08:26 2017 -0400 Merge branch 'ticket23220' changes/bug23220| 7 +++ src/or/routerlist.c | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-)

[tor-commits] [tor/master] Raise MIN_DL_PER_REQUEST to 32

2017-08-11 Thread nickm
commit efbd4a33f4223bd3b7b3b0de307e9854e1d72e4e Author: Nick Mathewson Date: Fri Aug 11 13:54:01 2017 -0400 Raise MIN_DL_PER_REQUEST to 32 This change should improve overhead for downloading small numbers of descriptors and microdescriptors by improving compression performa

[tor-commits] [torspec/master] Add a proposal about downloading many microdescriptors at once

2017-08-11 Thread nickm
commit c0fd32ccf20e0d1e92c9c363bf66267bf3f68a9b Author: Nick Mathewson Date: Fri Aug 11 13:35:54 2017 -0400 Add a proposal about downloading many microdescriptors at once --- proposals/000-index.txt| 2 + proposals/281-bulk-md-download.txt | 89

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

2017-08-11 Thread nickm
commit a368cadf9514cf31deebed8613c4fd833b1448bf Merge: 6247f5a5b c3a0cdeaa Author: Nick Mathewson Date: Fri Aug 11 12:11:42 2017 -0400 Merge branch 'bug18982' changes/bug18982 | 6 ++ src/or/circuitbuild.c | 10 +- 2 files changed, 11 insertions(+), 5 deletions(-) _

[tor-commits] [tor/master] Fix two log messages that mistakenly log 0-based hop counts

2017-08-11 Thread nickm
commit 35217f0f61c633efe1f6e5ecab18d1700b9d570b Author: teor (Tim Wilson-Brown) Date: Sat May 7 21:03:31 2016 +1000 Fix two log messages that mistakenly log 0-based hop counts (torspec says hop counts are 1-based.) Closes ticket 18982, bugfix on 0275b6876 in tor 0.2.6.2-al

[tor-commits] [tor/master] Add # to "hop N" messages to disambiguate from old messages.

2017-08-11 Thread nickm
commit c3a0cdeaab5aa4e4f60df7c6a798fd8c3a2f251d Author: Nick Mathewson Date: Fri Aug 11 12:11:27 2017 -0400 Add # to "hop N" messages to disambiguate from old messages. --- src/or/circuitbuild.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/or/circuitbuild.c

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

2017-08-11 Thread nickm
commit 4d5e8378be3848c07a9b1026924e879e5642903f Merge: 47e7a167d 72832086e Author: Nick Mathewson Date: Fri Aug 11 11:51:06 2017 -0400 Merge branch 'maint-0.3.1' into release-0.3.1 changes/bug23155 | 4 src/common/confline.c | 16 +--- 2 files changed, 13 insertions

[tor-commits] [tor/release-0.3.1] Use a single free-and-exit strategy in config_process_include.

2017-08-11 Thread nickm
commit 72832086e2144158308b30133aa15b39f0d2eb5d Author: Nick Mathewson Date: Tue Aug 8 20:07:39 2017 -0400 Use a single free-and-exit strategy in config_process_include. This avoids a double-free when a pointer already freed with tor_free(config_line) is freed again in the clea

[tor-commits] [tor/master] Use a single free-and-exit strategy in config_process_include.

2017-08-11 Thread nickm
commit 72832086e2144158308b30133aa15b39f0d2eb5d Author: Nick Mathewson Date: Tue Aug 8 20:07:39 2017 -0400 Use a single free-and-exit strategy in config_process_include. This avoids a double-free when a pointer already freed with tor_free(config_line) is freed again in the clea

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

2017-08-11 Thread nickm
commit 6247f5a5ba6d300cd64a2639296c3514dcb70066 Merge: 133e1e870 72832086e Author: Nick Mathewson Date: Fri Aug 11 11:51:06 2017 -0400 Merge branch 'maint-0.3.1' changes/bug23155 | 4 src/common/confline.c | 16 +--- 2 files changed, 13 insertions(+), 7 deletions(-)

[tor-commits] [tor/maint-0.3.1] Use a single free-and-exit strategy in config_process_include.

2017-08-11 Thread nickm
commit 72832086e2144158308b30133aa15b39f0d2eb5d Author: Nick Mathewson Date: Tue Aug 8 20:07:39 2017 -0400 Use a single free-and-exit strategy in config_process_include. This avoids a double-free when a pointer already freed with tor_free(config_line) is freed again in the clea

[tor-commits] [tor/master] Fix check_expired_networkstatus_callback() if condition

2017-08-11 Thread nickm
commit 5b03c7ba6d899e19e8f3e0a58bd5df8bb7bbf1d0 Author: David Goulet Date: Wed Aug 2 13:20:59 2017 -0400 Fix check_expired_networkstatus_callback() if condition The condition was always true meaning that we would reconsider updating our directory information every 2 minutes.

[tor-commits] [tor/master] Merge remote-tracking branch 'dgoulet/bug23091_032_01'

2017-08-11 Thread nickm
commit 133e1e870bd59e3a89d5a7712983d3f9bf35f7c3 Merge: 77bb85ba8 5b03c7ba6 Author: Nick Mathewson Date: Fri Aug 11 09:39:57 2017 -0400 Merge remote-tracking branch 'dgoulet/bug23091_032_01' changes/bug23091 | 6 ++ src/or/main.c| 2 +- 2 files changed, 7 insertions(+), 1 deletion(

[tor-commits] [tor-browser-build/master] Update rbm for the build_log_append option

2017-08-11 Thread boklm
commit 89656909bd3d54722aa6ee1627b93858c5cdd93c Author: Nicolas Vigier Date: Fri Aug 11 13:02:32 2017 +0200 Update rbm for the build_log_append option --- rbm| 2 +- rbm.local.conf.example | 5 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rbm b/rb

[tor-commits] [rbm/master] Add the build_log_append option

2017-08-11 Thread boklm
commit 0f5857bb0486187fcd35c553dec9ae6d3657a98c Author: Nicolas Vigier Date: Fri Aug 11 12:56:25 2017 +0200 Add the build_log_append option --- NEWS | 2 ++ doc/rbm_config.asc | 5 + lib/RBM.pm | 3 ++- lib/RBM/DefaultConfig.pm | 1 + 4 files cha

[tor-commits] [tor-browser-build/master] Avoid using directory with predictable name in /tmp

2017-08-11 Thread boklm
commit 36296855fd4e553fb871c2f03a2fc62597d562a5 Author: Nicolas Vigier Date: Fri Aug 11 12:28:57 2017 +0200 Avoid using directory with predictable name in /tmp Update rbm with support for the rbm_tmp_dir option, and use it in the containers directory. --- rbm | 2 +- rbm.

[tor-commits] [tor-browser-build/master] Display container's path when opening debug shell

2017-08-11 Thread boklm
commit b9512ca6c0fddee7aa61e6c1672df59ddaa0aacc Author: Nicolas Vigier Date: Fri Aug 11 12:22:54 2017 +0200 Display container's path when opening debug shell --- README.HACKING | 5 ++--- rbm.conf | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.HACKING

[tor-commits] [rbm/master] Add the rbm_tmp_dir option

2017-08-11 Thread boklm
commit 690200770631f4adcfbbe7988379eb39698e11ab Author: Nicolas Vigier Date: Fri Aug 11 12:25:55 2017 +0200 Add the rbm_tmp_dir option --- NEWS | 2 ++ doc/rbm_config.asc | 5 + lib/RBM/DefaultConfig.pm | 13 + 3 files changed, 20 insertions(+)

[tor-commits] [webwml/master] Remove deprecated Tor Browser versions

2017-08-11 Thread boklm
commit 52c29243a398db421d9ed543af831dc13490ec64 Author: Nicolas Vigier Date: Fri Aug 11 11:19:58 2017 +0200 Remove deprecated Tor Browser versions --- projects/torbrowser/RecommendedTBBVersions | 10 -- 1 file changed, 10 deletions(-) diff --git a/projects/torbrowser/RecommendedTB