summaryrefslogtreecommitdiff
path: root/ooni
Commit message (Collapse)AuthorAge
...
| * Cast two objects to string to avoid log_encode complaining when in debug mode.Arturo Filastò2014-05-31
| |
| * Merge branch 'master' of github.com:TheTorProject/ooni-probeArturo Filastò2014-05-28
| |\ | | | | | | | | | | | | * 'master' of github.com:TheTorProject/ooni-probe: Implementation of the v0.3 spec
| | * Merge pull request #326 from kudrom/spec_v0.3Arturo Filastò2014-05-26
| | |\ | | | | | | | | Implementation of the v0.3 spec for the captive portal test
| | | * Implementation of the v0.3 speckudrom2014-05-17
| | | |
| * | | dns_consistency.py: typosSimone Basso2014-05-28
| |/ /
| * | Merge branch 'kudrom/flag_disable_geoip'Arturo Filastò2014-05-26
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * kudrom/flag_disable_geoip: Fix misc pylint related errors Place the annotations inside of the report headers. Fixed bug in input handling Added annotations mechanism and improved the UX of the disable geoip flag Added flag to disable geoip.
| | * Fix misc pylint related errorsArturo Filastò2014-05-26
| | |
| | * Place the annotations inside of the report headers.Arturo Filastò2014-05-26
| | | | | | | | | | | | Store annotations as dict, not list.
| | * Fixed bug in input handlingkudrom2014-05-22
| | |
| | * Added annotations mechanism and improved the UX of the disable geoip flagkudrom2014-05-22
| | |
| | * Added flag to disable geoip.kudrom2014-05-15
| | |
| * | Merge branch 'improve/pep8'Arturo Filastò2014-05-14
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | * improve/pep8: Pylint and pyflakes improvements to all stable tests. Pep8 related improvements to dns consistency test. Make pep8 related fixes to bridge_reachability test.
| | * | Pylint and pyflakes improvements to all stable tests.Arturo Filastò2014-05-14
| | | |
| | * | Pep8 related improvements to dns consistency test.Arturo Filastò2014-05-14
| | | |
| | * | Make pep8 related fixes to bridge_reachability test.Arturo Filastò2014-05-14
| | | |
| * | | Merge branch 'bugs_captive_portal'Arturo Filastò2014-05-14
| |\ \ \ | | |/ / | |/| / | | |/ | | | * bugs_captive_portal: Fixed 4 bugs: - Inconsistence in the get_random_url_safe_string between the initial and returned lengths. - Variable resolved_auth_ns undefined in check_0x20_to_auth_ns when a sample_size was given. - Condition unreacheable in compare_random_hostnames. - Double checking for isalpha in get_random_hostname and get_random_url_safe_string
| | * Fixed 4 bugs:kudrom2014-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Inconsistence in the get_random_url_safe_string between the initial and returned lengths. - Variable resolved_auth_ns undefined in check_0x20_to_auth_ns when a sample_size was given. - Condition unreacheable in compare_random_hostnames. - Double checking for isalpha in get_random_hostname and get_random_url_safe_string It has also been improved the conformance to PEP8.
| * | Cast result to string before printing out log message.Arturo Filastò2014-05-11
| | | | | | | | | | | | | | | This prevents raising an exception when debug mode is enabled and a measurement succeeds.
* | | Imported Upstream version 1.0.2upstream/1.0.2Jérémy Bobbio2014-05-11
|\ \ \ | |/ /
| * | Bump to version 1.0.2Arturo Filastò2014-05-09
| | |
| * | Merge branch 'master' of github.com:TheTorProject/ooni-probeArturo Filastò2014-05-09
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of github.com:TheTorProject/ooni-probe: Update Readme to point to correct file location. state null check Refactorings removed unnecessary imports Store tor exit router's ip and name with every request
| | * \ Merge pull request #299 from arunpandianp/enhancement/http_reqArturo Filastò2014-05-05
| | |\ \ | | | |/ | | |/| Enhancement/http_req
| | | * state null checkArun Pandian G2014-05-02
| | | |
| | | * RefactoringsArun Pandian G2014-04-08
| | | |
| | | * removed unnecessary importsArun Pandian G2014-04-08
| | | |
| | | * Store tor exit router's ip and name with every requestArun Pandian G2014-04-08
| | | |
| * | | Call .path on FilePath instead of using os.path.Arturo Filastò2014-05-09
| |/ /
| * | Add ooniprobe manpage.Arturo Filastò2014-04-30
| | |
| * | Merge pull request #314 from TheTorProject/fix/debian/743108Arturo Filastò2014-04-30
| |\ \ | | | | | | | | When running unittests don't write to outside the build dir.
| | * | When running unittests don't write to outside the build dir.Arturo Filastò2014-04-30
| | | | | | | | | | | | | | | | This fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743108
| * | | Escape strings before writing them to the log.Arturo Filastò2014-04-30
| |/ / | | | | | | | | | This fixes: https://github.com/TheTorProject/ooni-probe/issues/302 for ooni-probe
| * | Merge pull request #307 from TheTorProject/fix/issue_hArturo Filastò2014-04-30
| |\ \ | | | | | | | | Fix/issue h
| | * | In unittests no longer specify the test path as relative.Arturo Filastò2014-04-22
| | | |
| | * | Fix vulnerability that allowed arbitrary files specified in decks to be ↵Arturo Filastò2014-04-22
| | | | | | | | | | | | | | | | executed.
| * | | Don't set requirements attribute since it's now used for another purpose.Arturo Filastò2014-04-30
| | | |
| * | | Don't complain if we fail to delete some files.Arturo Filastò2014-04-30
| | | |
| * | | Correct managed to --managedArturo 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
| | | |
| * | | 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
| | | | |
| * | | | Enforce better consistency amongst test naming.Arturo Filastò2014-04-30
| | | | |
| * | | | 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/...')