[tor-commits] [torperf/master] Add scripts for filtering and visualizing Torperf data.

2011-03-08 Thread karsten
commit a257846fda8e01261817f9c286de43fa49c9f1c2 Author: tomb t...@torproject.org Date: Wed Mar 2 10:39:21 2011 -0500 Add scripts for filtering and visualizing Torperf data. Implements #2563. --- README | 14 - metrics/HOWTO| 109

[tor-commits] [tor/maint-0.2.1] Avoid crash in any_pending_bridge_descriptor_fetches

2011-03-08 Thread nickm
commit 9a6df215395750286383eed77f3c49d2b3ef34df Author: Nick Mathewson ni...@torproject.org Date: Tue Mar 8 15:17:41 2011 -0500 Avoid crash in any_pending_bridge_descriptor_fetches This is based on shitlei's fix for bug2629, with extra parens removed. Fixes bug 2629, bugfix on

[tor-commits] [tor/master] make nickm's proposed convention from 2003 be gospel

2011-03-08 Thread nickm
commit 95edd51116c17327f314bc132a0a5f86499e410a Author: Roger Dingledine a...@torproject.org Date: Tue Mar 8 14:59:30 2011 -0500 make nickm's proposed convention from 2003 be gospel --- doc/HACKING | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git

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

2011-03-08 Thread nickm
commit d5907e7d9d79297cc7359aeae810972a1b834e23 Merge: 26009a3 9ad083d Author: Nick Mathewson ni...@torproject.org Date: Tue Mar 8 15:23:30 2011 -0500 Merge remote branch 'origin/maint-0.2.2' changes/bug2629 |5 + doc/HACKING | 10 +-

[tor-commits] [tor/maint-0.2.2] update spec locations

2011-03-08 Thread arma
commit 9c72324ae85c3f2cc23fee7d383128fa239b36d0 Author: Roger Dingledine a...@torproject.org Date: Tue Mar 8 15:31:04 2011 -0500 update spec locations --- doc/HACKING | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/HACKING b/doc/HACKING index

[tor-commits] [tor/maint-0.2.2] Remove an incorrect comment in connection_or_check_valid_tls_handshake

2011-03-08 Thread nickm
commit 80357abb11023ff285c251ee75b864e0a27d5809 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 22 11:36:22 2010 -0500 Remove an incorrect comment in connection_or_check_valid_tls_handshake --- src/or/connection_or.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-)

[tor-commits] [tor/maint-0.2.2] Handle negative run lengths in wfu/mtbf calculations

2011-03-08 Thread nickm
commit 5a9903b9e09697ac131c841310dd82eebcca02e0 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 22 12:39:22 2010 -0500 Handle negative run lengths in wfu/mtbf calculations --- changes/bug1035 |5 + src/or/rephist.c | 22 +++--- 2 files changed, 20

[tor-commits] [tor/maint-0.2.2] Fix compile without warnings on OS X 10.6

2011-03-08 Thread nickm
commit 59a3d536d80d49da956d5e4e0c59a97164e1f9c4 Author: Sebastian Hahn sebast...@torproject.org Date: Mon Dec 27 11:37:16 2010 +0100 Fix compile without warnings on OS X 10.6 --- src/or/rephist.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/or/rephist.c

[tor-commits] [tor/maint-0.2.2] clarify an assert

2011-03-08 Thread nickm
commit 5a4f7fa1e48923730376c0a42121e4c3022eef3b Author: Sebastian Hahn sebast...@torproject.org Date: Sat Feb 26 09:42:44 2011 +0100 clarify an assert also log about running changes, even on a bridge authority. --- src/or/rephist.c | 11 +-- 1 files changed, 5

[tor-commits] [tor/maint-0.2.2] steps roger takes when making a new release

2011-03-08 Thread arma
commit dbd4a0175600833c7f84081deaa40fd6294ce1ce Author: Roger Dingledine a...@torproject.org Date: Tue Mar 8 16:06:32 2011 -0500 steps roger takes when making a new release --- doc/HACKING | 41 + 1 files changed, 41 insertions(+), 0 deletions(-)

[tor-commits] [tor/master] Remove an incorrect comment in connection_or_check_valid_tls_handshake

2011-03-08 Thread nickm
commit 80357abb11023ff285c251ee75b864e0a27d5809 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 22 11:36:22 2010 -0500 Remove an incorrect comment in connection_or_check_valid_tls_handshake --- src/or/connection_or.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-)

[tor-commits] [tor/master] Treat routers whose IPs have changed as having been down for MTBF/routerinfo

2011-03-08 Thread nickm
commit bea0a31c1c859a563f065d8b868570560abc5135 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 22 12:30:33 2010 -0500 Treat routers whose IPs have changed as having been down for MTBF/routerinfo calculation purposes. --- changes/bug1035 |7 +++ src/or/dirserv.c |

[tor-commits] [tor/release-0.2.2] Remove an incorrect comment in connection_or_check_valid_tls_handshake

2011-03-08 Thread arma
commit 80357abb11023ff285c251ee75b864e0a27d5809 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 22 11:36:22 2010 -0500 Remove an incorrect comment in connection_or_check_valid_tls_handshake --- src/or/connection_or.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-)

[tor-commits] [tor/release-0.2.2] Treat routers whose IPs have changed as having been down for MTBF/routerinfo

2011-03-08 Thread arma
commit bea0a31c1c859a563f065d8b868570560abc5135 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 22 12:30:33 2010 -0500 Treat routers whose IPs have changed as having been down for MTBF/routerinfo calculation purposes. --- changes/bug1035 |7 +++ src/or/dirserv.c |

[tor-commits] [tor/release-0.2.2] Handle negative run lengths in wfu/mtbf calculations

2011-03-08 Thread arma
commit 5a9903b9e09697ac131c841310dd82eebcca02e0 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 22 12:39:22 2010 -0500 Handle negative run lengths in wfu/mtbf calculations --- changes/bug1035 |5 + src/or/rephist.c | 22 +++--- 2 files changed, 20

[tor-commits] [tor/release-0.2.2] Fix compile without warnings on OS X 10.6

2011-03-08 Thread arma
commit 59a3d536d80d49da956d5e4e0c59a97164e1f9c4 Author: Sebastian Hahn sebast...@torproject.org Date: Mon Dec 27 11:37:16 2010 +0100 Fix compile without warnings on OS X 10.6 --- src/or/rephist.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/or/rephist.c

[tor-commits] [tor/release-0.2.2] Fix setting target port in get_interface_address6

2011-03-08 Thread arma
commit f83debb51d7fa4a1827967d8bea145636c855f89 Author: Sebastian Hahn sebast...@torproject.org Date: Sat Mar 5 15:20:55 2011 +0100 Fix setting target port in get_interface_address6 We want to use the discard port correctly, so a htons() was missing. Also we need to set it

[tor-commits] [tor/release-0.2.2] Avoid crash in any_pending_bridge_descriptor_fetches

2011-03-08 Thread arma
commit 9a6df215395750286383eed77f3c49d2b3ef34df Author: Nick Mathewson ni...@torproject.org Date: Tue Mar 8 15:17:41 2011 -0500 Avoid crash in any_pending_bridge_descriptor_fetches This is based on shitlei's fix for bug2629, with extra parens removed. Fixes bug 2629, bugfix on

[tor-commits] [tor/release-0.2.2] make nickm's proposed convention from 2003 be gospel

2011-03-08 Thread arma
commit 95edd51116c17327f314bc132a0a5f86499e410a Author: Roger Dingledine a...@torproject.org Date: Tue Mar 8 14:59:30 2011 -0500 make nickm's proposed convention from 2003 be gospel --- doc/HACKING | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git

[tor-commits] [tor/release-0.2.2] update spec locations

2011-03-08 Thread arma
commit 9c72324ae85c3f2cc23fee7d383128fa239b36d0 Author: Roger Dingledine a...@torproject.org Date: Tue Mar 8 15:31:04 2011 -0500 update spec locations --- doc/HACKING | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/HACKING b/doc/HACKING index

[tor-commits] [tor/release-0.2.2] Merge remote branch 'sebastian/bug1035' into maint-0.2.2

2011-03-08 Thread arma
commit 0d78a16c3642f7538266e007da79c39860aac332 Merge: 9c72324 5a4f7fa Author: Nick Mathewson ni...@torproject.org Date: Tue Mar 8 15:52:43 2011 -0500 Merge remote branch 'sebastian/bug1035' into maint-0.2.2 changes/bug1035| 13 + src/or/connection_or.c |3 --

[tor-commits] [tor/release-0.2.2] steps roger takes when making a new release

2011-03-08 Thread arma
commit dbd4a0175600833c7f84081deaa40fd6294ce1ce Author: Roger Dingledine a...@torproject.org Date: Tue Mar 8 16:06:32 2011 -0500 steps roger takes when making a new release --- doc/HACKING | 41 + 1 files changed, 41 insertions(+), 0 deletions(-)

[tor-commits] [tor/maint-0.2.2] Fix GETINFO config-text for private networks

2011-03-08 Thread nickm
commit 34e47d1052bdb76780a4dedbbce613972c896bad Author: Sebastian Hahn sebast...@torproject.org Date: Sat Feb 26 09:06:09 2011 +0100 Fix GETINFO config-text for private networks In private networks, the defaults for some options are changed. This means that in

[tor-commits] [tor/maint-0.2.2] Merge remote branch 'sebastian/bug2250' into maint-0.2.2

2011-03-08 Thread nickm
commit 00446973f25227c0f805b7430e1ede6679e7ed16 Merge: dbd4a01 5c7c5e5 Author: Nick Mathewson ni...@torproject.org Date: Tue Mar 8 16:13:28 2011 -0500 Merge remote branch 'sebastian/bug2250' into maint-0.2.2 changes/bug2250 |5 + src/or/config.c | 13 - src/or/or.h

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

2011-03-08 Thread arma
commit cb3c3c63cb5d0ee1a927dd9cc2fc67d3cc7bc88f Merge: f9bb3ce dbd4a01 Author: Roger Dingledine a...@torproject.org Date: Tue Mar 8 16:14:53 2011 -0500 Merge branch 'maint-0.2.2' doc/HACKING | 41 + 1 files changed, 41 insertions(+), 0

[tor-commits] [tor/master] Fix GETINFO config-text for private networks

2011-03-08 Thread nickm
commit 34e47d1052bdb76780a4dedbbce613972c896bad Author: Sebastian Hahn sebast...@torproject.org Date: Sat Feb 26 09:06:09 2011 +0100 Fix GETINFO config-text for private networks In private networks, the defaults for some options are changed. This means that in

[tor-commits] [tor/master] Merge remote branch 'sebastian/bug2250' into maint-0.2.2

2011-03-08 Thread nickm
commit 00446973f25227c0f805b7430e1ede6679e7ed16 Merge: dbd4a01 5c7c5e5 Author: Nick Mathewson ni...@torproject.org Date: Tue Mar 8 16:13:28 2011 -0500 Merge remote branch 'sebastian/bug2250' into maint-0.2.2 changes/bug2250 |5 + src/or/config.c | 13 - src/or/or.h

[tor-commits] [tor/master] Tweak the bug2250 fix slightly

2011-03-08 Thread nickm
commit 5c7c5e593f7d898dd5260da32c1909508ddce40b Author: Sebastian Hahn sebast...@torproject.org Date: Tue Mar 1 10:05:18 2011 +0100 Tweak the bug2250 fix slightly Rename the _UsingTestingTorNetwork hidden option to _UsingTestNetworkDefaults (thanks Nick for the suggestion) and

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

2011-03-08 Thread nickm
commit 63651b919183e1b0a126109646030aca975344bd Merge: cb3c3c6 0044697 Author: Nick Mathewson ni...@torproject.org Date: Tue Mar 8 16:20:53 2011 -0500 Merge remote branch 'origin/maint-0.2.2' Trivial conflicts fixed in or.h Conflicts: src/or/or.h changes/bug2250

[tor-commits] [tor/maint-0.2.2] Merge branch 'maint-0.2.1' into maint-0.2.2

2011-03-08 Thread arma
commit 6426cd14f37c2b24232f02d5c978313fab6a667f Merge: 0044697 d080fe8 Author: Roger Dingledine a...@torproject.org Date: Tue Mar 8 18:16:06 2011 -0500 Merge branch 'maint-0.2.1' into maint-0.2.2 changes/geoip-mar2011 |3 + src/config/geoip | 7639

[tor-commits] [tor/master] Merge branch 'maint-0.2.1' into maint-0.2.2

2011-03-08 Thread arma
commit 6426cd14f37c2b24232f02d5c978313fab6a667f Merge: 0044697 d080fe8 Author: Roger Dingledine a...@torproject.org Date: Tue Mar 8 18:16:06 2011 -0500 Merge branch 'maint-0.2.1' into maint-0.2.2 changes/geoip-mar2011 |3 + src/config/geoip | 7639

[tor-commits] [tor/release-0.2.2] Merge remote branch 'sebastian/bug2250' into maint-0.2.2

2011-03-08 Thread arma
commit 00446973f25227c0f805b7430e1ede6679e7ed16 Merge: dbd4a01 5c7c5e5 Author: Nick Mathewson ni...@torproject.org Date: Tue Mar 8 16:13:28 2011 -0500 Merge remote branch 'sebastian/bug2250' into maint-0.2.2 changes/bug2250 |5 + src/or/config.c | 13 - src/or/or.h

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

2011-03-08 Thread arma
commit 6426cd14f37c2b24232f02d5c978313fab6a667f Merge: 0044697 d080fe8 Author: Roger Dingledine a...@torproject.org Date: Tue Mar 8 18:16:06 2011 -0500 Merge branch 'maint-0.2.1' into maint-0.2.2 changes/geoip-mar2011 |3 + src/config/geoip | 7639

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

2011-03-08 Thread arma
commit 2a8e9aa8e391c049a72a00e233a8bc9e49a64701 Merge: fac45b4 6426cd1 Author: Roger Dingledine a...@torproject.org Date: Tue Mar 8 18:16:46 2011 -0500 Merge branch 'maint-0.2.2' into release-0.2.2 changes/bug2250 |5 + changes/geoip-mar2011 |3 + src/config/geoip |

[tor-commits] [tor/release-0.2.2] bump to 0.2.2.23-alpha

2011-03-08 Thread arma
commit b85eb949b528f4d7c6e6a07a550866bb334fd40b Author: Roger Dingledine a...@torproject.org Date: Tue Mar 8 18:37:38 2011 -0500 bump to 0.2.2.23-alpha --- configure.in |2 +- contrib/tor-mingw.nsi.in |2 +- src/win32/orconfig.h |2 +- 3 files changed, 3

[tor-commits] [tor/master] forward-port the 0.2.2.23-alpha changelog

2011-03-08 Thread arma
commit b5f2b449ee590f9b1597ab2277a867a3edcf4b8f Author: Roger Dingledine a...@torproject.org Date: Tue Mar 8 18:59:48 2011 -0500 forward-port the 0.2.2.23-alpha changelog --- ChangeLog | 139 + 1 files changed, 139 insertions(+),

[tor-commits] [torbrowser/master] bump tbb linux 1.1.5-dev to tor-0.2.2.23-alpha and fix release date

2011-03-08 Thread erinn
commit b362d9d6d07a41248cf4f2a61c43bae41c13cf43 Author: Erinn Clark er...@torproject.org Date: Wed Mar 9 01:13:53 2011 +0100 bump tbb linux 1.1.5-dev to tor-0.2.2.23-alpha and fix release date --- README.Linux |5 +++-- build-scripts/linux.mk |2 +- 2 files changed, 4

[tor-commits] r24313: {projects} updated the date for monday's presentation. (projects/presentations)

2011-03-08 Thread Andrew Lewman
Author: phobos Date: 2011-03-09 01:12:30 + (Wed, 09 Mar 2011) New Revision: 24313 Modified: projects/presentations/Censorship-HighLevel-Presentation.pdf Log: updated the date for monday's presentation. Modified: projects/presentations/Censorship-HighLevel-Presentation.pdf

[tor-commits] r24314: {arm} Sorting and custom list type funcitonality for the new conne (in arm/trunk: . src/interface src/interface/connections src/util)

2011-03-08 Thread Damian Johnson
Author: atagar Date: 2011-03-09 03:53:11 + (Wed, 09 Mar 2011) New Revision: 24314 Modified: arm/trunk/armrc.sample arm/trunk/src/interface/connections/connPanel.py arm/trunk/src/interface/connections/listings.py arm/trunk/src/interface/controller.py arm/trunk/src/util/enum.py

[tor-commits] r24315: {arm} Defaulting to the new connection panel now that it has featu (in arm/trunk: . src/interface)

2011-03-08 Thread Damian Johnson
Author: atagar Date: 2011-03-09 03:56:58 + (Wed, 09 Mar 2011) New Revision: 24315 Modified: arm/trunk/armrc.sample arm/trunk/src/interface/controller.py Log: Defaulting to the new connection panel now that it has feature parity with the previous version. Modified: