summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | Check if the configuration file is a fileArturo Filastò2014-08-07
| | |
| * | Refactor the condition checking to not use an arrayArturo Filastò2014-08-07
| | |
| * | Remove unneeded requirementsArturo Filastò2014-08-07
| | |
| * | Make the filename generation unittests check for the correct filenameArturo Filastò2014-08-07
| | |
| * | Fixed bug 11858: ooni might not look at requiresTor?kudrom2014-08-07
| | |
| * | Check empty section in config file to avoid AttributeErrors exceptions when ↵kudrom2014-08-07
| | | | | | | | | | | | parsing the file.
| * | Make optional the execution of check_incoherences from read_config.kudrom2014-08-07
| | |
| * | Fixed https://trac.torproject.org/projects/tor/ticket/11983 with the ↵kudrom2014-08-07
| | | | | | | | | | | | | | | | | | | | | addition of some checks of incoherences in: * advanced:start_tor, tor:socks_port and tor:control_port * advanced:interface
| * | Throw an error if the measurement timeout is less than the ↵Arturo Filastò2014-08-07
| | | | | | | | | | | | bridge_reachability timeout
| * | Fix bug in filename generationArturo Filastò2014-08-06
| | |
| * | Skip the oonicli tests if the user is not root.kudrom2014-08-05
| | | | | | | | | | | | (cherry picked from commit ef773f81d322bd733a9c8f3c5aac31a48c785a01)
| * | Fix dummy config file of test_oonicliArturo Filastò2014-08-05
| | | | | | | | | | | | | | | * First install requirements.txt with pip * Change default geoip datadir
| * | Add service-identity to the requirementsArturo Filastò2014-08-05
| | |
| * | Fix path of coverage so that running it in sudo does not trigger error.Arturo Filastò2014-08-05
| | |
| * | Run the unittests as root so that the scapy tests get run by travisArturo Filastò2014-08-05
| | |
| * | Detect default interface with active probing.kudrom2014-07-20
| | |
| * | Detect default interface with the one that is the default gateway.kudrom2014-07-20
| | |
| * | Added tests to generate_filenamekudrom2014-07-20
| | |
| * | PEP8 cleanup of utilskudrom2014-07-20
| | |
| * | Added tests to the sniffer subsystemkudrom2014-07-20
| | |
| * | Add support to the sniffer subsystem in the vagrant and requirements filekudrom2014-07-19
| | |
| * | Fixed a couple things:kudrom2014-07-19
| | | | | | | | | | | | | | | | | | * sniffer subsystem to allow parallel recording of pcaps * keyword_filtering nettest * improved some tests in test_oonibclient
| * | PEP8 cleanupkudrom2014-07-19
| | |
| * | Merge pull request #333 from kudrom/fix/error-handlingArturo Filastò2014-07-08
| |\ \ | | | | | | | | Improved error handling of oonibclient
| | * | Improved error handling of oonibclientkudrom2014-07-05
| | | |
| * | | Merge pull request #330 from kudrom/missing_requirementsArturo Filastò2014-07-07
| |\ \ \ | | |/ / | |/| | Fixed bug when a deck was missing some argument of a test. Also fixed so...
| | * | Fixed bug when a deck was missing some argument of a test. Also fixed some ↵kudrom2014-06-28
| | | | | | | | | | | | | | | | various quirks
| * | | Merge pull request #332 from anadahz/fix/docArturo Filastò2014-06-30
| |\ \ \ | | |/ / | |/| | Correct typo in dnsspoof.py test name
| | * | Correct typo in dnsspoof.py test nameanadahz2014-06-27
| |/ /
| * | Bump version of ooniprobe man pageArturo Filastò2014-06-26
| | |
| * | Add manpage for oonireport.Arturo Filastò2014-06-26
| | |
| * | Rename ooni manpage to ooniprobeArturo Filastò2014-06-26
| | |
| * | Add oonireport to setup.pyArturo Filastò2014-06-26
| | |
| * | Merge branch 'feature/report_completion'Arturo Filastò2014-06-26
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feature/report_completion: Add tool for viewing the status of report submission and allow users to upload reports. Expand ReportLog class. Make the editing log more robust Better handling of OONIB report closing. Fix bug that lead to some reports not being submitted. Also record the PID of the process that created or failed to create the report. Improve readablity of output by removing some log messages. Implement system for keeping track of reports that have not been submitted. Start implementing report log for keeping track of which reports have been created and which have failed. Pep8 related fixes. Conflicts: ooni/tests/test_nettest.py ooni/tests/test_reporter.py
| | * | Add tool for viewing the status of report submission and allow users to ↵Arturo Filastò2014-06-25
| | | | | | | | | | | | | | | | upload reports.
| | * | Expand ReportLog class. Make the editing log more robustArturo Filastò2014-06-25
| | | |
| | * | Better handling of OONIB report closing.Arturo Filastò2014-06-19
| | | |
| | * | Fix bug that lead to some reports not being submitted.Arturo Filastò2014-06-19
| | | | | | | | | | | | | | | | Pep8 related fixes.
| | * | Also record the PID of the process that created or failed to create the report.Arturo Filastò2014-06-19
| | | |
| | * | Improve readablity of output by removing some log messages.Arturo Filastò2014-06-19
| | | |
| | * | Implement system for keeping track of reports that have not been submitted.Arturo Filastò2014-06-19
| | | |
| | * | Start implementing report log for keeping track of which reports have been ↵Arturo Filastò2014-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | created and which have failed. Related to: https://trac.torproject.org/projects/tor/ticket/11860
| | * | Pep8 related fixes.Arturo Filastò2014-06-18
| | |/
| * | Merge pull request #328 from kudrom/tests_cleanedArturo Filastò2014-06-25
| |\ \ | | |/ | |/| Removed auxiliar files created by tests and improved PEP8
| | * Another cleanup and config coherence consolidated in ooni.tests.baseskudrom2014-06-22
| | |
| | * Safe config use between testskudrom2014-06-21
| | |
| | * Removed auxiliar files created by tests and improved PEP8kudrom2014-06-20
| |/
| * Handle also unhandled exceptions when starting the director.Arturo Filastò2014-05-31
| |
| * Cast two objects to string to avoid log_encode complaining when in debug mode.Arturo Filastò2014-05-31
| |
| * Various updates of the planetlab install script.Arturo Filastò2014-05-31
| | | | | | | | | | * Implement hack to install PyCrypto on fedora. * Follow redirects in curl.