summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Check return values inside run_or_exit function.Arturo Filastò2014-05-31
| |
| * Parens...Arturo Filastò2014-05-31
| |
| * Fix EOF in cat.Arturo Filastò2014-05-31
| |
| * Make planetlab install script more modularArturo Filastò2014-05-31
| | | | | | | | Update python url
| * 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
| | | |
| * | | Merge pull request #1 from bassosimone/patch-1Arturo Filastò2014-05-28
| |\ \ \ | | |/ / | |/| | dns_consistency.py: typos
| | * | 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 pull request #325 from anadahz/add_lucidArturo Filastò2014-05-19
| |\ \ \ | | |_|/ | |/| | Add support for lucid release in setup script
| | * | Add required packages and case for lucidanadahz2014-05-16
| | | | | | | | | | | | | | | | | | | | | | | | * Add pygeoip package * Add service-identity package * Add lucid distro case
| | * | Add support for Ubuntu lucid in setup scriptanadahz2014-05-16
| |/ /
| * | Add reference to the default issue tracker.Arturo Filastò2014-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.
| * | Update Vagrantfile to also install geoip-database-contrib.Arturo Filastò2014-05-11
| | |
* | | 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
| | * | Update Readme to point to correct file location.Arturo Filastò2014-05-09
| | | |
| | * | 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
| |/ /
| * | Merge pull request #315 from TheTorProject/feature/manpageArturo Filastò2014-04-30
| |\ \ | | | | | | | | Add ooniprobe manpage.
| | * | 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
| * | | Merge pull request #308 from TheTorProject/fix/issue_cArturo Filastò2014-04-30
| |\ \ \ | | |/ / | |/| | Escape strings before writing them to the log.
| | * | 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.
| * | | Merge pull request #297 from TheTorProject/feature/tor_versionArturo Filastò2014-04-30
| |\ \ \ | | | | | | | | | | Add support for adding tor version to the bridge_reachability report.
| | * | | 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
| | | | |