[tor-commits] [vidalia/alpha] Fix segmentation fault when trying to close an already closed circuit

2012-06-26 Thread chiiph
commit 4c6cf86d215b9a2cd0cbfed7d9769ec8724e5483 Author: Tomás Touceda Date: Tue Jun 26 20:07:03 2012 -0300 Fix segmentation fault when trying to close an already closed circuit --- changes/bug6243 |3 +++ src/vidalia/network/CircuitListWidget.cpp | 12 +

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

2012-06-26 Thread nickm
commit 86197dfd4f8a72698bdfa40b84cdb8787f6f94ce Merge: 05dd0a9 6330d2d Author: Nick Mathewson Date: Tue Jun 26 11:04:43 2012 -0400 Merge remote-tracking branch 'origin/maint-0.2.3' changes/bug6227 |3 +++ src/test/test_util.c |4 ++-- 2 files changed, 5 insertions(+), 2 delet

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug6227' into maint-0.2.3

2012-06-26 Thread nickm
commit 6330d2d9e6dc8cdeceea9486ad96e57487d6d232 Merge: 5fad3dc 4645f28 Author: Nick Mathewson Date: Tue Jun 26 11:03:56 2012 -0400 Merge remote-tracking branch 'public/bug6227' into maint-0.2.3 changes/bug6227 |3 +++ src/test/test_util.c |4 ++-- 2 files changed, 5 insertion

[tor-commits] [tor/master] Bump the test util/threads timeout up to 150 sec

2012-06-26 Thread nickm
commit 4645f28c3b125f9d281eb457d110c431a6a0b166 Author: Nick Mathewson Date: Mon Jun 25 13:44:34 2012 -0400 Bump the test util/threads timeout up to 150 sec This should make some debian build systems happier. Also, increase the select() timeout to a more reasonable 100 mse

[tor-commits] [tor/maint-0.2.3] Merge remote-tracking branch 'public/bug6227' into maint-0.2.3

2012-06-26 Thread nickm
commit 6330d2d9e6dc8cdeceea9486ad96e57487d6d232 Merge: 5fad3dc 4645f28 Author: Nick Mathewson Date: Tue Jun 26 11:03:56 2012 -0400 Merge remote-tracking branch 'public/bug6227' into maint-0.2.3 changes/bug6227 |3 +++ src/test/test_util.c |4 ++-- 2 files changed, 5 insertion

[tor-commits] [tor/maint-0.2.3] Bump the test util/threads timeout up to 150 sec

2012-06-26 Thread nickm
commit 4645f28c3b125f9d281eb457d110c431a6a0b166 Author: Nick Mathewson Date: Mon Jun 25 13:44:34 2012 -0400 Bump the test util/threads timeout up to 150 sec This should make some debian build systems happier. Also, increase the select() timeout to a more reasonable 100 mse

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

2012-06-26 Thread nickm
commit 05dd0a9cd9055f0d7cc847ea0c9b5181b9c20057 Merge: 4050800 5fad3dc Author: Nick Mathewson Date: Tue Jun 26 11:03:32 2012 -0400 Merge remote-tracking branch 'origin/maint-0.2.3' changes/clang_strcspn |3 +++ changes/envvar_test |2 ++ src/common/util.c | 21

[tor-commits] [tor/master] Fix a warning when using glibc's strcspn with clang.

2012-06-26 Thread nickm
commit 5fad3dc36b3aad7f2ea13e56d838c3eb37fb029d Author: Nick Mathewson Date: Tue Jun 26 10:55:23 2012 -0400 Fix a warning when using glibc's strcspn with clang. With glibc 2.15 and clang 3.0, I get warnings from where we use the strcpsn implementation in the header as strcspn(s

[tor-commits] [tor/master] Add a unit test for environment_variable_names_equal

2012-06-26 Thread nickm
commit 9c8ec0aa20cda1787ee27a96e666af84f1081f5b Author: Nick Mathewson Date: Tue Jun 26 10:50:37 2012 -0400 Add a unit test for environment_variable_names_equal I need this because I'm about to frob that function to stop using strcspn() in order to get rid of a clang warning. -

[tor-commits] [tor/master] Fix a compilation warning with clang 3.0

2012-06-26 Thread nickm
commit 201b852c277bdf4bf70a656871d502318bd5b25b Author: Nick Mathewson Date: Tue Jun 26 10:48:31 2012 -0400 Fix a compilation warning with clang 3.0 In b1ad1a1d0266a20bb we introduced an implicit (but safe) long-to-int shortening that clang didn't like. Warning not in

[tor-commits] [tor/maint-0.2.3] Fix a warning when using glibc's strcspn with clang.

2012-06-26 Thread nickm
commit 5fad3dc36b3aad7f2ea13e56d838c3eb37fb029d Author: Nick Mathewson Date: Tue Jun 26 10:55:23 2012 -0400 Fix a warning when using glibc's strcspn with clang. With glibc 2.15 and clang 3.0, I get warnings from where we use the strcpsn implementation in the header as strcspn(s

[tor-commits] [tor/maint-0.2.3] Fix a compilation warning with clang 3.0

2012-06-26 Thread nickm
commit 201b852c277bdf4bf70a656871d502318bd5b25b Author: Nick Mathewson Date: Tue Jun 26 10:48:31 2012 -0400 Fix a compilation warning with clang 3.0 In b1ad1a1d0266a20bb we introduced an implicit (but safe) long-to-int shortening that clang didn't like. Warning not in

[tor-commits] [tor/maint-0.2.3] Add a unit test for environment_variable_names_equal

2012-06-26 Thread nickm
commit 9c8ec0aa20cda1787ee27a96e666af84f1081f5b Author: Nick Mathewson Date: Tue Jun 26 10:50:37 2012 -0400 Add a unit test for environment_variable_names_equal I need this because I'm about to frob that function to stop using strcspn() in order to get rid of a clang warning. -

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

2012-06-26 Thread nickm
commit 4050800251c77d4fc059c51a268abe02c3d4e9a0 Merge: 7c9f6a9 c4586f4 Author: Nick Mathewson Date: Tue Jun 26 10:30:51 2012 -0400 Merge remote-tracking branch 'origin/maint-0.2.3' changes/bug6238|3 +++ src/or/microdesc.c |4 ++-- 2 files changed, 5 insertions(+), 2 deletions

[tor-commits] [tor/master] Downgrade message about md cache cleaning from notice to info

2012-06-26 Thread nickm
commit c4586f4df7b7b403867baab03508ccc2f078a0ec Author: Nick Mathewson Date: Tue Jun 26 10:30:11 2012 -0400 Downgrade message about md cache cleaning from notice to info Fix for #6238 --- changes/bug6238|3 +++ src/or/microdesc.c |4 ++-- 2 files changed, 5 insertions(

[tor-commits] [tor/maint-0.2.3] Downgrade message about md cache cleaning from notice to info

2012-06-26 Thread nickm
commit c4586f4df7b7b403867baab03508ccc2f078a0ec Author: Nick Mathewson Date: Tue Jun 26 10:30:11 2012 -0400 Downgrade message about md cache cleaning from notice to info Fix for #6238 --- changes/bug6238|3 +++ src/or/microdesc.c |4 ++-- 2 files changed, 5 insertions(