summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * | | Add support for installing fteproxy to install_on_planetlab scriptArturo Filastò2014-04-30
| | | | |
| | * | | Add support for fteproxy to bridge_reachabilityArturo Filastò2014-04-30
| | | | |
| | * | | When we fail write the tor log to the reportArturo Filastò2014-04-30
| | | | |
| | * | | Only print out a summary when it's appropriate.Arturo Filastò2014-04-30
| | | | | | | | | | | | | | | | | | | | Replace prints with log.msg
| | * | | Also print out the Tor version and print error messages.Arturo Filastò2014-04-30
| | | | |
| | * | | Refactoring of .gitignoreArturo Filastò2014-04-30
| | | | |
| | * | | Iteration based on feedback from asn.Arturo Filastò2014-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Check that tor is installed before running the test (adding of new API method requirements used for doing checks before a test runs). * Add description to bridge_reachability test. * Consider the config.advanced.tor_binary option when running tor. * Add command line option -v for extra verbosity (equivalent to debug: true)
| | * | | Provide a useful error message if we fail to load the inputfileArturo Filastò2014-04-30
| | | | |
| | * | | Use the correct version to check compatibility with scramblesuitArturo Filastò2014-04-30
| | | | |
| | * | | Add support for adding tor version to the bridge_reachability report.Arturo Filastò2014-04-30
| |/ / / | | | | | | | | | | | | Fail with a good error code if the version is unsupported for the given bridge.
| * | | Merge pull request #293 from TheTorProject/refactoring/geoipArturo Filastò2014-04-30
| |\ \ \ | | | | | | | | | | Refactoring of geoip related functionality to have it less coupled
| | * | | Refactoring of geoip related functionality to have it less coupledArturo Filastò2014-03-08
| | | | |
| * | | | Merge pull request #292 from TheTorProject/feature/test_naming_consistencyArturo Filastò2014-04-30
| |\ \ \ \ | | | | | | | | | | | | Feature/test naming consistency
| | * | | | Enforce better consistency amongst test naming.Arturo Filastò2014-04-30
| | | | | |
| * | | | | Merge pull request #313 from anadahz/trac_9050Arturo Filastò2014-04-29
| |\ \ \ \ \ | | | | | | | | | | | | | | Trac 9050
| | * | | | | Add support for Ubuntu releases in setup scriptanadahz2014-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for Ubuntu releases in setup-dependencies.sh: * Add support for Ubuntu releases 13.04 (#9050) (https://trac.torproject.org/projects/tor/ticket/9050) * Add support for Ubuntu releases 13.10, 14.04
| * | | | | | Merge pull request #312 from anadahz/setup-dependencies-fixArturo Filastò2014-04-29
| |\ \ \ \ \ \ | | |/ / / / / | | | / / / / | | |/ / / / | |/| | | | Add required packages is setup-dependencies.sh
| | * | | | Add required packages is setup-dependencies.shanadahz2014-04-29
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add packages in setup-dependencies.sh required for ooniprobe installation script: * Add package libssl-dev * Add package libffi-dev
| * | | | Merge pull request #310 from anadahz/trac_7761Arturo Filastò2014-04-28
| |\ \ \ \ | | | | | | | | | | | | Add ThreatModel page to ooni documentation (#7761)
| | * | | | Add ThreatModel page to ooni documentation (#7761)anadahz2014-04-28
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port the ThreatModel (https://trac.torproject.org/projects/tor/wiki/doc/OONI/ThreatModel) documentation to docs. https://trac.torproject.org/projects/tor/ticket/7761
| * | | | Merge pull request #309 from anadahz/trac_7760Arturo Filastò2014-04-28
| |\ \ \ \ | | | | | | | | | | | | Add OONI installation instructions (#7760)
| | * | | | Add OONI installation instructions (#7760)anadahz2014-04-26
| |/ / / / | | | | | | | | | | | | | | | | | | | | Add installation instructions for OONI to the documentation. https://trac.torproject.org/projects/tor/ticket/7760
| * | | | Merge pull request #301 from olafmk/masterArturo Filastò2014-04-17
| |\ \ \ \ | | |_|/ / | |/| | | Fixes Issue 300 Endless recursion 'Configuration file does not exist'
| | * | | Resolved differences between paths (log,config,home) pointing to different ↵olafmk2014-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | users' home folders (`logfile` and `config_file` were pointing to 'user/.ooni/...' and `ooni_home` to 'root/.ooni/...')
| | * | | Fixes Issue 300 Endless recursion 'Configuration file does not exist'olafmk2014-04-11
| | | |/ | | |/|
| * | | Fix typo inside of oonicliArturo Filastò2014-04-15
| |/ /
| * | Override some of the twisted.names methods to disable logging.Arturo Filastò2014-03-31
| | |
| * | Refactored ooni.templates.dnstArun Pandian G2014-03-31
| | |
| * | Dependency dnspython removedArun Pandian G2014-03-31
| | |
| * | Refactoring ooni.templates.DNSTArun Pandian G2014-03-31
| | |
| * | Removed unnecessary importArun Pandian G2014-03-31
| | |
| * | Replaced dnspython with ooni.templates.dnst for performing SOA Lookup inArun Pandian G2014-03-31
| | | | | | | | | | | | Captiveportal test
| * | Support for performing SOA Lookup in ooni.templates.DNSTArun Pandian G2014-03-31
| | |
| * | Removed unnecessary printArun Pandian G2014-03-31
| | |
| * | Replaced dnspython with ooni.templates.dnst for performing A Lookups inArun Pandian G2014-03-31
| | | | | | | | | | | | Captiveportal test
| * | Support for using system dns setting for performALookup inArun Pandian G2014-03-31
| | | | | | | | | | | | ooni.templates.DNST
| * | Make get_auth_nameservers use ooni.templates.DNSTArun Pandian G2014-03-31
| | |
| * | Support for performing NS lookup in ooni.templates.DNSTArun Pandian G2014-03-31
| | |
| * | removed unnecessary importArun Pandian G2014-03-31
| | |
| * | s/threads/defereds/Arun Pandian G2014-03-31
| | |
| * | Construt TrueHeaders using string parameterArun Pandian G2014-03-31
| | |
| * | Replacing urllib2 with httpt.HTTPTest for captiveportal testArun Pandian G2014-03-31
| | |
| * | Fix parsing of collector key in reports.Arturo Filastò2014-03-28
| | |
| * | Merge branch 'master' of github.com:TheTorProject/ooni-probeArturo Filastò2014-03-24
| |\ \ | | | | | | | | | | | | | | | | | | | | * 'master' of github.com:TheTorProject/ooni-probe: Add required package libpcap0.8-dev Fix links in Documentation.
| | * \ Merge pull request #294 from anadahz/ooni-documentation_fixArturo Filastò2014-03-24
| | |\ \ | | | | | | | | | | Fix links in Documentation.
| | | * | Fix links in Documentation.anadahz2014-03-14
| | | | |
| | * | | Merge pull request #295 from anadahz/set_deps-fixArturo Filastò2014-03-24
| | |\ \ \ | | | | | | | | | | | | Add required package libpcap0.8-dev
| | | * | | Add required package libpcap0.8-devanadahz2014-03-14
| | | | | |
| * | | | | Skip tests that require an internet connection if such is not availableArturo Filastò2014-03-24
| |/ / / /
| * | | | Add /usr/local/bin to $PATHArturo Filastò2014-03-19
| | | | |