summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | Remove python-pip package.anadahz2013-08-30
| | | | | | | | | | | | | | | | | | | | Various distributions offer older pip versions that do not support the version parameter
| * | | Change wget to curl.anadahz2013-08-30
| | | | | | | | | | | | | | | | In order to resolve SSL certificate verification issues
* | | | Merge pull request #216 from TheTorProject/setup.py-fixaagbsn2013-10-10
|\ \ \ \ | | | | | | | | | | Fix most of the warnings.
| * | | | Put all dependencies in one placeaagbsn2013-10-10
| | | | |
| * | | | Set data_dir back to /usr/share/ooniaagbsn2013-10-10
| | | | |
| * | | | Fix most of the warnings.Arturo Filastò2013-09-28
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is still this error message that is a complete mystery to me. This http://stackoverflow.com/questions/8295644/pypi-userwarning-unknown-distribution-option-install-requires leads me to believe that it should be ok. This http://python-notes.boredomandlaziness.org/en/latest/pep_ideas/core_packaging_api.html makes me want to cry :'(
* | | | Merge pull request #210 from TheTorProject/fix/reportWriteEntryArturo Filastò2013-09-28
|\ \ \ \ | | | | | | | | | | Fix/report write entry
| * | | | Make the director pass Measurements to the reportaagbsn2013-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simply passing a failure instance does not provide any contextual information, such as the input that was used, or headers. Instead, we should always write the report object, even in case of failure, and NetTests should try to add useful information to the report in their errbacks.
| * | | | Fix ambiguity in what a ReportEntryTask doesaagbsn2013-09-18
| | |/ / | |/| | | | | | | | | | ReportEntryTask can be passed dicts, Measurements, or Failures
* | | | Merge pull request #209 from ↵Arturo Filastò2013-09-28
|\ \ \ \ | |/ / / |/| | | | | | | | | | | TheTorProject/fix/do_not_swallow_failures_in_http_requests Do not swallow failures in http_requests
| * | | Do not swallow failures in http_requestsaagbsn2013-09-18
|/ / / | | | | | | | | | | | | | | | The callback attached to the deferredList previously swallowed failures, such that any errors would never reach the errbacks attached and therefore the test would not get rescheduled.
* | | Merge pull request #203 from TheTorProject/fix/test_helper_lookupaagbsn2013-09-13
|\ \ \ | | | | | | | | Fix/test helper lookup
| * | | Handle exceptions in backend queries better.Arturo Filastò2013-09-12
| | | |
| * | | Implement retry logic inside of the oonibclient.Arturo Filastò2013-09-12
| | | |
| * | | Only lookup and set collectors when it is needed.Arturo Filastò2013-09-12
| | | |
| * | | Merge branch 'master' into feature/move_nettestsArturo Filastò2013-09-12
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * master: Enforce str on IP address of backend. Change the default ports used by Tor.
| * \ \ \ Merge remote-tracking branch 'thetorproject/master' into feature/move_nettestsArturo Filastò2013-09-11
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * thetorproject/master: Add encoding format Add a version and author to dnsspoof Write unittest for testing https://github.com/TheTorProject/ooni-backend/pull/16 URL must be utf-8
| * | | | | Only lookup test decks if they have not already been specified.Arturo Filastò2013-09-11
| | | | | |
| * | | | | Update documentation and test decks to use shorthand for tests.Arturo Filastò2013-09-11
| | | | | |
| * | | | | Add support for specifying nettests via their shorthand name.Arturo Filastò2013-09-11
| | | | | |
| * | | | | Move all nettests from data/ directory to the ooni/nettests directory.Arturo Filastò2013-09-11
| | | | | |
* | | | | | Bump to v1.0.0-rc3Arturo Filastò2013-09-12
| | | | | |
* | | | | | bump to 1.0.0-rc2Arturo Filastò2013-09-12
| | | | | |
* | | | | | Include nettests in setup.pyArturo Filastò2013-09-12
| | | | | | | | | | | | | | | | | | | | | | | | All of em..
* | | | | | Merge pull request #201 from ↵Arturo Filastò2013-09-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | TheTorProject/fix/drop_reportFormatVersion_directory_structure Drops the hierarchy by reportFormatVersion
| * | | | | | Remove all references to directory hierarchyaagbsn2013-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes the rest of the references to the reportFormatVersion hierarchy.
| * | | | | | Drops the hierarchy by reportFormatVersionaagbsn2013-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See also: https://github.com/TheTorProject/ooni-backend/issues/20 This was not implemented in ooni-probe or ooni-backend, and is redundant to the report, though if we decide to change the report header in the future we may need to handle this case in parsers. Adding new fields should generally not be a problem, though ooni-backend presently expects a fixed length report header.
* | | | | | | Merge pull request #198 from TheTorProject/fix/review_privacy_settingsArturo Filastò2013-09-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Do not submit probe_ip by default
| * | | | | | | Do not submit probe_ip by defaultaagbsn2013-09-12
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #197 from ↵Arturo Filastò2013-09-12
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | TheTorProject/fix/default_to_automatic_port_selection Let ooni-probe pick the ports automatically.
| * | | | | | Let ooni-probe pick the ports automatically.aagbsn2013-09-12
|/ / / / / /
* | | | | | Merge pull request #192 from TheTorProject/feature/move_nettestsaagbsn2013-09-12
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Feature/move nettests
| * | | | | Move all nettests from data/ directory to the ooni/nettests directory.Arturo Filastò2013-09-12
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 30ad9e2abde45ed3946d7b00cf1e7939f7db1cfd)
| * | | | | Add support for specifying nettests via their shorthand name.Arturo Filastò2013-09-12
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit cd8084ecdd5742bda39fc3294522464ddef852f0)
| * | | | | Update documentation and test decks to use shorthand for tests.Arturo Filastò2013-09-12
|/ / / / / | | | | | | | | | | | | | | | (cherry picked from commit 86a7df4cef32f68e145e24ef815fe9793f88c9ae)
* | | | | Enforce str on IP address of backend.Arturo Filastò2013-09-12
| | | | |
* | | | | Change the default ports used by Tor.Arturo Filastò2013-09-12
| |/ / / |/| | |
* | | | Merge pull request #188 from ↵Arturo Filastò2013-09-10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | TheTorProject/fix/add_version_and_author_to_dnsspoof Add a version and author to dnsspoof
| * | | | Add encoding formataagbsn2013-09-10
| | | | |
| * | | | Add a version and author to dnsspoofaagbsn2013-09-10
| | | | |
* | | | | Merge pull request #186 from TheTorProject/fix/simplify_filterHelperAddressesaagbsn2013-09-10
|\ \ \ \ \ | |/ / / / | | | | | Write unittest for testing https://github.com/TheTorProject/ooni-backend...
| * | | | Write unittest for testing https://github.com/TheTorProject/ooni-backend/pull/16Arturo Filastò2013-09-10
| |/ / /
* | | | Merge pull request #184 from TheTorProject/fix/url_must_be_utf8Arturo Filastò2013-09-10
|\ \ \ \ | |/ / / |/| | | URL must be utf-8
| * | | URL must be utf-8aagbsn2013-09-09
|/ / /
* | | Remove debugging code.Arturo Filastò2013-09-06
| | |
* | | Have some more sane defaults in the ooniprobe sample configArturo Filastò2013-09-05
| | |
* | | Implement some better fixes to the none type errorArturo Filastò2013-09-05
| | | | | | | | | | | | | | | Do not fail in downloading the inputs specified as URLs if a bouncer is not specified.
* | | Don't reference deck_hash if it was not suppliedaagbsn2013-09-05
| | |
* | | bump to 1.0.0-rc1Arturo Filastò2013-08-30
|/ /
* | Implement more thorough end 2 end tests for oonibackendArturo Filastò2013-08-27
| |