[tor-commits] [vidalia/alpha] Add a way to use +LOADCONF control command

2012-03-05 Thread chiiph
commit f38fa3133b37d8614213ba93c9d5c0d52725c829 Author: Tomás Touceda chi...@torproject.org Date: Fri Feb 3 17:21:17 2012 -0300 Add a way to use +LOADCONF control command It will be used to apply the new torrc settings --- src/torcontrol/TorControl.cpp | 11 +++

[tor-commits] [vidalia/alpha] Handle volatiles from the AbstractTorSettings

2012-03-05 Thread chiiph
commit e02be82611aadb48a6ed4d37c9eace40f26bbc0c Author: Tomás Touceda chi...@torproject.org Date: Fri Feb 3 22:09:55 2012 -0300 Handle volatiles from the AbstractTorSettings --- src/vidalia/config/AbstractTorSettings.cpp | 10 ++ src/vidalia/config/AbstractTorSettings.h |6

[tor-commits] [vidalia/alpha] Add defaults torrc handling

2012-03-05 Thread chiiph
commit 498a5416a2bc819774617d5021466dd8116b6bb2 Author: Tomás Touceda chi...@torproject.org Date: Fri Feb 3 22:04:31 2012 -0300 Add defaults torrc handling --- src/vidalia/MainWindow.cpp |8 +++- src/vidalia/config/TorSettings.cpp | 22 ++

[tor-commits] [vidalia/alpha] Migrate TorSettings to the new structure

2012-03-05 Thread chiiph
commit fa3f968392247de08fbc99e3cc20107c38e25d9a Author: Tomás Touceda chi...@torproject.org Date: Fri Feb 3 22:16:26 2012 -0300 Migrate TorSettings to the new structure --- src/vidalia/config/TorSettings.cpp | 131 ++-- src/vidalia/config/TorSettings.h |

[tor-commits] [vidalia/alpha] Migrate NetworkSettings to the new structure

2012-03-05 Thread chiiph
commit 0bfbe9dd538b6d00bb0f751af9665595cb82b147 Author: Tomás Touceda chi...@torproject.org Date: Fri Feb 3 22:14:35 2012 -0300 Migrate NetworkSettings to the new structure --- src/vidalia/config/NetworkSettings.cpp | 109 +--- 1 files changed, 72

[tor-commits] [vidalia/alpha] Add the torrc parser and the torrc abstraction class

2012-03-05 Thread chiiph
commit 15cf1838fcaa1456d9e69f2fa8fc2364133547de Author: Tomás Touceda chi...@torproject.org Date: Fri Feb 3 17:30:10 2012 -0300 Add the torrc parser and the torrc abstraction class --- src/vidalia/CMakeLists.txt |3 + src/vidalia/config/torrc/Torrc.cpp | 247

[tor-commits] [vidalia/alpha] Change the basic behavior when saving settings

2012-03-05 Thread chiiph
commit 442df199a7aeb531b5102df6273056155809fda9 Author: Tomás Touceda chi...@torproject.org Date: Fri Feb 3 22:23:41 2012 -0300 Change the basic behavior when saving settings We want to apply them every time, and the torrc handler will take care of the dirty details and corner

[tor-commits] [vidalia/alpha] Make the NetworkPage handle just one settings object

2012-03-05 Thread chiiph
commit 7f4124b4f43d0b047559fca7307ef66ed9ffcbb6 Author: Tomás Touceda chi...@torproject.org Date: Fri Feb 3 22:25:55 2012 -0300 Make the NetworkPage handle just one settings object Otherwise the volatile values will go away between objects, and we don't want that. ---

[tor-commits] [vidalia/alpha] Always set DataDirectory and return to the default ControlPort when toggling off auto

2012-03-05 Thread chiiph
commit 826ca762eeaa274a0a86eebdbc592499cf6463ef Author: Tomás Touceda chi...@torproject.org Date: Fri Feb 3 22:27:01 2012 -0300 Always set DataDirectory and return to the default ControlPort when toggling off auto --- src/vidalia/config/AdvancedPage.cpp |4 ++-- 1 files changed, 2

[tor-commits] [vidalia/alpha] Improve GeoIP lookup

2012-03-05 Thread chiiph
commit 1999b2fd72e3e3a68a6414d4ef4606a5898bf648 Author: Tomás Touceda chi...@torproject.org Date: Mon Feb 13 12:35:59 2012 -0300 Improve GeoIP lookup --- cmake/FindGeoIP.cmake | 20 1 files changed, 12 insertions(+), 8 deletions(-) diff --git

[tor-commits] [vidalia/alpha] Make widgets microdescriptor friendly

2012-03-05 Thread chiiph
commit 79599ac7c838d3ba0c87af1e91c9605be30cc21f Author: Tomás Touceda chi...@torproject.org Date: Mon Feb 13 12:49:56 2012 -0300 Make widgets microdescriptor friendly --- src/vidalia/network/RouterDescriptorView.cpp | 10 --- src/vidalia/network/RouterInfoDialog.cpp | 34

[tor-commits] [vidalia/alpha] Add support for MicroDescriptors

2012-03-05 Thread chiiph
commit dd10e9d90d1a6e6b0099f49b6a1b46cc7209ec61 Author: Tomás Touceda chi...@torproject.org Date: Mon Feb 13 12:37:47 2012 -0300 Add support for MicroDescriptors --- src/torcontrol/RouterDescriptor.cpp | 95 ++ src/torcontrol/RouterDescriptor.h | 27

[tor-commits] [vidalia/alpha] Explicitly save location, otherwise it won't display in the RouterInfoDialog

2012-03-05 Thread chiiph
commit 8f9179be72a13ad1aa2a7d9c17a6c4e5a67e64a6 Author: Tomás Touceda chi...@torproject.org Date: Mon Feb 13 12:52:48 2012 -0300 Explicitly save location, otherwise it won't display in the RouterInfoDialog --- src/vidalia/network/RouterListItem.cpp |2 ++ 1 files changed, 2

[tor-commits] [vidalia/alpha] Port TorMapWidget and the rest to work with the latest Marble

2012-03-05 Thread chiiph
commit 56dbd017aa1e8c5af851aafa7357ff90aaa70b0a Author: Tomás Touceda chi...@torproject.org Date: Mon Feb 13 12:45:00 2012 -0300 Port TorMapWidget and the rest to work with the latest Marble --- src/vidalia/CMakeLists.txt |2 -

[tor-commits] [vidalia/alpha] Load routers asynchronously

2012-03-05 Thread chiiph
commit 693a7754c5010f756140f805e22a0168b52be630 Author: Tomás Touceda chi...@torproject.org Date: Mon Feb 13 12:54:20 2012 -0300 Load routers asynchronously --- src/vidalia/network/NetViewer.cpp | 53 - src/vidalia/network/NetViewer.h | 25

[tor-commits] [vidalia/alpha] Add a changes file

2012-03-05 Thread chiiph
commit dcdb261f6034d0431403830f9224fb7a5934cb1f Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 09:31:43 2012 -0300 Add a changes file --- changes/featNetworkMap |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/changes/featNetworkMap

[tor-commits] [vidalia/alpha] Make TorControl work without threads

2012-03-05 Thread chiiph
commit a3b901fa122bc8f4b82a48d3eb3fae1fede86898 Author: Tomás Touceda chi...@torproject.org Date: Fri Feb 24 17:13:51 2012 -0300 Make TorControl work without threads --- src/torcontrol/ControlConnection.cpp | 98 +++--- src/torcontrol/ControlConnection.h |

[tor-commits] [vidalia/alpha] Add a changes file

2012-03-05 Thread chiiph
commit 460c17784fa60b40c52b52408b8e7471ee87146c Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 09:34:10 2012 -0300 Add a changes file --- changes/featAsyncControl |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/changes/featAsyncControl

[tor-commits] [vidalia/alpha] Version bump to 0.3.2-git

2012-03-05 Thread chiiph
commit 5288d65615d1fb0d128f2c9d9aae03759b5024be Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 09:37:04 2012 -0300 Version bump to 0.3.2-git --- CMakeLists.txt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index

[tor-commits] [vidalia/alpha] Remove BootstrapStatus::Status. We will get the description from tor

2012-03-05 Thread chiiph
commit b7783b03dbe753d77c25e568bea994a678a152b4 Author: Tomás Touceda chi...@torproject.org Date: Mon Feb 20 18:08:59 2012 -0300 Remove BootstrapStatus::Status. We will get the description from tor --- src/torcontrol/BootstrapStatus.cpp | 37 ++

[tor-commits] [vidalia/alpha] Add a changes file

2012-03-05 Thread chiiph
commit 868091e62451a3a2c1b267671ed3214cc1f11783 Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 09:28:27 2012 -0300 Add a changes file --- changes/featSettings |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/changes/featSettings

[tor-commits] [vidalia/alpha] Merge branch 'featNetworkMap' into alpha

2012-03-05 Thread chiiph
commit 02f40534d2d72d53128ce13bbc968bfaf21ad881 Merge: d1ccb6d dcdb261 Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 09:40:42 2012 -0300 Merge branch 'featNetworkMap' into alpha changes/featNetworkMap |3 + cmake/FindGeoIP.cmake

[tor-commits] [vidalia/alpha] Merge branch 'bug5109_bootstrap_phase' into alpha

2012-03-05 Thread chiiph
commit 35bc87acd8227d5e29312c6c608eea3828d1845f Merge: 3a6592f 7af8629 Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 09:41:36 2012 -0300 Merge branch 'bug5109_bootstrap_phase' into alpha Conflicts: src/vidalia/MainWindow.cpp changes/bug5109

[tor-commits] [vidalia/alpha] Merge branch 'featSettings' into alpha

2012-03-05 Thread chiiph
commit d1ccb6d960bfe886623efa8c6728eef9a9edc221 Merge: 5288d65 868091e Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 09:40:37 2012 -0300 Merge branch 'featSettings' into alpha changes/featSettings |6 + src/torcontrol/TorControl.cpp |

[tor-commits] [vidalia/alpha] Merge branch 'featAsyncControl' into alpha

2012-03-05 Thread chiiph
commit 3a6592f942f829f984078398e4f36ca117c912a6 Merge: 02f4053 460c177 Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 09:40:48 2012 -0300 Merge branch 'featAsyncControl' into alpha changes/featAsyncControl |2 + src/torcontrol/ControlConnection.cpp | 98

[tor-commits] [vidalia/alpha] Add a changes file

2012-03-05 Thread chiiph
commit 7af8629cacc3103f15e38b30765c6939163f386a Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 09:36:10 2012 -0300 Add a changes file --- changes/bug5109 |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/changes/bug5109 b/changes/bug5109 new file mode

[tor-commits] [vidalia/master] Version bump to 0.2.18-git

2012-03-05 Thread chiiph
commit f3e364450f41028197ad39f644acd793cc1c4bf0 Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 09:38:03 2012 -0300 Version bump to 0.2.18-git --- CMakeLists.txt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index

[tor-commits] [vidalia/master] Add a changes file for the microdescriptors support

2012-03-05 Thread chiiph
commit cfb1377b5dc2b5ec221e11e8df5137c476c6e744 Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 09:45:50 2012 -0300 Add a changes file for the microdescriptors support --- changes/bug4203 |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/changes/bug4203

[tor-commits] [vidalia/master] Add a changes file

2012-03-05 Thread chiiph
commit b53e10e84412041caccbea642f4c20d6ed5a5581 Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 09:36:10 2012 -0300 Add a changes file --- changes/bug5109 |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/changes/bug5109 b/changes/bug5109 new file mode

[tor-commits] [vidalia/master] Add support for MicroDescriptors

2012-03-05 Thread chiiph
commit 1a4439771fb69fd0348c183cb7945326da587b75 Author: Tomás Touceda chi...@torproject.org Date: Mon Feb 13 12:37:47 2012 -0300 Add support for MicroDescriptors --- src/torcontrol/RouterDescriptor.cpp | 95 ++ src/torcontrol/RouterDescriptor.h | 27

[tor-commits] [vidalia/master] Remove BootstrapStatus::Status. We will get the description from tor

2012-03-05 Thread chiiph
commit 8144a2ff47fb3bc6c112aaef145912d7fe9f15d5 Author: Tomás Touceda chi...@torproject.org Date: Mon Feb 20 18:08:59 2012 -0300 Remove BootstrapStatus::Status. We will get the description from tor --- src/torcontrol/BootstrapStatus.cpp | 37 ++

[tor-commits] r25502: {website} Dropping last year's tails projects Checked with intrigeri a (website/trunk/getinvolved/en)

2012-03-05 Thread Damian Johnson
Author: atagar Date: 2012-03-05 15:41:00 + (Mon, 05 Mar 2012) New Revision: 25502 Modified: website/trunk/getinvolved/en/volunteer.wml Log: Dropping last year's tails projects Checked with intrigeri and the prior three tails projects are no longer relevant. He sent replacements that I'll

[tor-commits] [tor/master] Set IPV6_V6ONLY on listener sockets bound to IPv6 addresses.

2012-03-05 Thread nickm
commit dd68d596cdf68999c0cb4c0caf594d8580eaba40 Author: Nick Mathewson ni...@torproject.org Date: Tue Jan 31 16:09:49 2012 -0500 Set IPV6_V6ONLY on listener sockets bound to IPv6 addresses. If we don't do this, [::] can be interpreted to mean all v4 and all v6 addresses. Found

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug4760'

2012-03-05 Thread nickm
commit 298e08132f3368514b868eecc5f44e982280010d Merge: 77a7a98 dd68d59 Author: Nick Mathewson ni...@torproject.org Date: Mon Mar 5 10:44:48 2012 -0500 Merge remote-tracking branch 'public/bug4760' changes/bug4760 |4 src/or/connection.c | 19 +++ 2 files

[tor-commits] r25504: {website} Raising priority of my project idea I should stop flagging e (website/trunk/getinvolved/en)

2012-03-05 Thread Damian Johnson
Author: atagar Date: 2012-03-05 16:10:18 + (Mon, 05 Mar 2012) New Revision: 25504 Modified: website/trunk/getinvolved/en/volunteer.wml Log: Raising priority of my project idea I should stop flagging everything that I work on as 'medium'. If some of these other projects can be flagged as

[tor-commits] r25505: {website} Dropping Mike as a primary mentor from 'TorButton for Mobile (website/trunk/getinvolved/en)

2012-03-05 Thread Damian Johnson
Author: atagar Date: 2012-03-05 16:35:03 + (Mon, 05 Mar 2012) New Revision: 25505 Modified: website/trunk/getinvolved/en/volunteer.wml Log: Dropping Mike as a primary mentor from 'TorButton for Mobile Firefox 4' Mike is juggling too many things right now to be a primary mentor. At the

[tor-commits] r25506: {website} Removing unresponsive people from listing of project mentors (website/trunk/getinvolved/en)

2012-03-05 Thread Damian Johnson
Author: atagar Date: 2012-03-05 16:48:03 + (Mon, 05 Mar 2012) New Revision: 25506 Modified: website/trunk/getinvolved/en/volunteer.wml Log: Removing unresponsive people from listing of project mentors Over a week back I asked everyone listed as potential mentors if they could do it again

[tor-commits] [ooni-probe/master] Merge branch 'master' of https://github.com/hellais/ooni-probe

2012-03-05 Thread art
commit b13aa4db0842c25d394e1d217d01f7418ba08fa0 Merge: 739229d af274db Author: Isis Lovecruft i...@patternsinthevoid.net Date: Sun Mar 4 23:01:36 2012 -0800 Merge branch 'master' of https://github.com/hellais/ooni-probe logo.py |2 +- ooniprobe.py|3 +-

[tor-commits] [ooni-probe/master] Adding script for searching and adding PL nodes, .conf parameters, and class file for PL

2012-03-05 Thread art
commit 739229d24a3cc12cce0c2d8cf24e25d53f92b8b0 Author: Isis Lovecruft i...@patternsinthevoid.net Date: Sun Mar 4 21:52:04 2012 -0800 Adding script for searching and adding PL nodes, .conf parameters, and class file for PL --- addnodes.py| 59 +

[tor-commits] [ooni-probe/master] Add docstrings and remove unnecessary import

2012-03-05 Thread art
commit ed5840cba69ed2c2a488c32ad193b53353f15b08 Author: Arturo Filastò hell...@gmail.com Date: Mon Mar 5 13:50:44 2012 -0800 Add docstrings and remove unnecessary import --- plugoo/nodes.py | 25 ++--- 1 files changed, 18 insertions(+), 7 deletions(-) diff --git

[tor-commits] [ooni-probe/master] moved class PlanetLab to nodes.py, removed nodefinder script, updated .conf file for added parameters

2012-03-05 Thread art
commit fd5bfe89decac46cb5d6e3eee1454faac59a3f56 Author: Isis Lovecruft i...@patternsinthevoid.net Date: Mon Mar 5 13:00:15 2012 -0800 moved class PlanetLab to nodes.py, removed nodefinder script, updated .conf file for added parameters --- addnodes.py| 59

[tor-commits] r25507: {website} sebastian signed a tbb once (website/trunk/docs/en)

2012-03-05 Thread Roger Dingledine
Author: arma Date: 2012-03-05 22:13:51 + (Mon, 05 Mar 2012) New Revision: 25507 Modified: website/trunk/docs/en/signing-keys.wml Log: sebastian signed a tbb once Modified: website/trunk/docs/en/signing-keys.wml === ---

[tor-commits] [vidalia/alpha] Change the wording from New Identity to New Circuit

2012-03-05 Thread chiiph
commit c04b3d44c5065c07e59fc8dc8543c5fa43b98d47 Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 10:09:16 2012 -0300 Change the wording from New Identity to New Circuit --- src/vidalia/MainWindow.cpp | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff

[tor-commits] [vidalia/alpha] Add non hardcoded defaults handling

2012-03-05 Thread chiiph
commit cdc250c8159a25a9b4a7bb3e386c87f9fc6b4ca7 Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 19:38:05 2012 -0300 Add non hardcoded defaults handling Also removes temporary files that shouldn't have been there in the first place. ---

[tor-commits] [vidalia/alpha] Add a changes file

2012-03-05 Thread chiiph
commit 2f3d0ab98e13a2779b03eed808ca97e554740d0d Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 10:11:38 2012 -0300 Add a changes file --- changes/bug5277 |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/changes/bug5277 b/changes/bug5277 new file mode

[tor-commits] [vidalia/alpha] Add a changes file

2012-03-05 Thread chiiph
commit aab37942e01681a3f18d4a0af6fdd70eb702f016 Author: Tomás Touceda chi...@torproject.org Date: Mon Mar 5 19:42:44 2012 -0300 Add a changes file --- changes/featDefaultSettings |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/changes/featDefaultSettings

[tor-commits] [atlas/master] Show family of the current relay, and only link fingerprints

2012-03-05 Thread art
commit e8b2299728918499a96048b87f6f4600a065f85c Author: Michael Zeltner m...@niij.org Date: Tue Feb 21 23:47:01 2012 +0100 Show family of the current relay, and only link fingerprints --- js/models/relay.js |1 + templates/details/main.html |4 ++-- 2 files changed, 3

[tor-commits] [atlas/master] Adding family list to detail view, linking to other relays

2012-03-05 Thread art
commit b99774eb4c9f687c06de901e886b9da53bfb06a5 Author: Michael Zeltner m...@niij.org Date: Mon Feb 20 01:55:04 2012 +0100 Adding family list to detail view, linking to other relays --- templates/details/main.html |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git

[tor-commits] [atlas/master] Merge pull request #10 from mzeltner/master

2012-03-05 Thread art
commit 8ef4f59f6f0725662ce81f3ecb9dbd97c938db8d Merge: d7e68fb e8b2299 Author: Arturo Filastò hell...@gmail.com Date: Wed Feb 22 22:17:53 2012 -0800 Merge pull request #10 from mzeltner/master Include family in relay view js/models/relay.js |1 +

[tor-commits] [atlas/master] Fix country display in search results

2012-03-05 Thread art
commit e4ba1baac62cfa6109bae5f47b11aa9b3f4b0177 Author: Arturo Filastò hell...@gmail.com Date: Fri Mar 2 16:18:09 2012 -0800 Fix country display in search results --- js/models/relay.js |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/js/models/relay.js

[tor-commits] [atlas/master] Merge branch 'master' of github.com:hellais/TorStatus

2012-03-05 Thread art
commit 35279d825cdf4ac8c655f243baa9c3a3759ecc76 Merge: e4ba1ba 8ef4f59 Author: Arturo Filastò hell...@gmail.com Date: Fri Mar 2 16:19:06 2012 -0800 Merge branch 'master' of github.com:hellais/TorStatus js/models/relay.js |1 + templates/details/main.html |4 2 files

[tor-commits] [atlas/master] Proper error handling and fix code repository in about page

2012-03-05 Thread art
commit 353adc4b92fceb4f9d361be12e37de0150ad7c95 Author: Arturo Filastò hell...@gmail.com Date: Mon Mar 5 15:11:44 2012 -0800 Proper error handling and fix code repository in about page * Add error handling for NoScript (fix #5316) * Point to gitweb.tpo instead of github ---

[tor-commits] [obfsproxy/master] Update changelog for #5311.

2012-03-05 Thread asn
commit 31b8fb394144bea143cc6baa1f945617c17f5636 Author: George Kadianakis desnac...@riseup.net Date: Mon Mar 5 16:58:32 2012 -0800 Update changelog for #5311. --- ChangeLog |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index

[tor-commits] [obfsproxy/master] Minor nitpick edit of the manpage: the proper URL ends with a slash.

2012-03-05 Thread asn
commit 8d8e03b8f818bf4337ed963a8a87443589017246 Author: Peter Palfrader pe...@palfrader.org Date: Mon Mar 5 21:54:40 2012 +0100 Minor nitpick edit of the manpage: the proper URL ends with a slash. --- doc/obfsproxy.1 |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[tor-commits] [obfsproxy/master] Update changelog for #5312.

2012-03-05 Thread asn
commit a1ea237f723cf92f45f77122148fd667a813e2e9 Author: George Kadianakis desnac...@riseup.net Date: Mon Mar 5 17:25:46 2012 -0800 Update changelog for #5312. --- ChangeLog |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index

[tor-commits] [obfsproxy/master] Ship with LICENSE and Doxyfile, explicitly mention ChangeLog and README

2012-03-05 Thread asn
commit f1a2e5adb6d21ea6588e8809f272aa1eae91a871 Author: Peter Palfrader pe...@palfrader.org Date: Mon Mar 5 22:15:01 2012 +0100 Ship with LICENSE and Doxyfile, explicitly mention ChangeLog and README --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git

[tor-commits] [ooni-probe/master] Add a HACKING file.

2012-03-05 Thread art
commit 374d2a6c241d56a3ee20204f1b44f81bc005cec1 Author: Arturo Filastò hell...@gmail.com Date: Mon Mar 5 18:16:22 2012 -0800 Add a HACKING file. * Describes how the code is organized and what style conventions should be used * TODO: make all the code conform to the style

[tor-commits] r25508: {check} fix the path to the state files for tordnsel for now. (check/trunk/cgi-bin)

2012-03-05 Thread Andrew Lewman
Author: phobos Date: 2012-03-06 04:28:13 + (Tue, 06 Mar 2012) New Revision: 25508 Modified: check/trunk/cgi-bin/TorBulkExitList.py Log: fix the path to the state files for tordnsel for now. Modified: check/trunk/cgi-bin/TorBulkExitList.py