summaryrefslogtreecommitdiff
path: root/ooni
Commit message (Expand)AuthorAge
...
| * Fixes pcapfile name generation and concentrates it where it's neededFlavio Amieiro2012-12-07
| * Removes duplicated startSniffer codeFlavio Amieiro2012-12-07
| * Removes all references to config.reports.yamlooFlavio Amieiro2012-12-07
| * Fixes reportfile creation when the reportfile name is not definedFlavio Amieiro2012-12-07
| * This is a possible fix for https://trac.torproject.org/projects/tor/ticket/7664Flavio Amieiro2012-12-07
| * Properly handle empty tor configuration parametersArturo Filastò2012-12-07
| * Merge branch 'master' of ssh://git-rw.torproject.org/ooni-probeArturo Filastò2012-12-07
| |\
| | * This fixes a broken commit and fixes scripts/before_i_commit.shJacob Appelbaum2012-12-07
| * | Refactor reporting and trap gaierror, TimeoutErroraagbsn2012-12-07
| * | Catch socket.gaierroraagbsn2012-12-07
| |/
| * Improve the appearance of stdout outputArturo Filastò2012-12-07
| * Set the default ASN to 0Arturo Filastò2012-12-07
| * Update the reporting path in the ooniprobeArturo Filastò2012-12-07
| * Make scapy a soft depedency in the daphn3 kitArturo Filastò2012-12-07
| * Make pypcap a soft dependencyArturo Filastò2012-12-06
| * Cleanup all the source tree from dead code and cruftArturo Filastò2012-12-06
| * Merge branch 'master' of github.com:hellais/ooni-probeArturo Filastò2012-12-06
| |\
| | * Merge pull request #18 from aagbsn/update_documentationArturo Filastò2012-12-06
| | |\
| | | * Add docstrings to ooni/runner.pyaagbsn2012-12-06
| | | * Add docstrings to network helper functionsaagbsn2012-12-06
| | * | Merge pull request #16 from aagbsn/read_tor_path_from_configArturo Filastò2012-12-06
| | |\ \ | | | |/ | | |/|
| | | * call launch_tor with the tor_binary from configaagbsn2012-12-06
| * | | Make Beautiful soup a soft depedencyArturo Filastò2012-12-06
| * | | Add support for sending the ASN number of the probeArturo Filastò2012-12-06
| * | | Add support for obtaining the probes IP address via getinfo addressArturo Filastò2012-12-06
| |/ /
* | | Fixed a misnamed variable, and a call to log.err when there was not an errorIsis Lovecruft2012-12-17
* | | Patched upstream scapy, see /ooni/lib/001-scapy_missing-exc.sh.patch. ModifiedIsis Lovecruft2012-12-15
* | | Updated ooniprobe.conf with the default_timeout setting for general maximumIsis Lovecruft2012-12-13
* | | Started fixing a bug in oonicli.updateStatusBar() and runner.runTestList()Isis Lovecruft2012-12-13
* | | Fixed a bug where ooni.runner.processTest() expected an unnecessaryIsis Lovecruft2012-12-12
* | | Moved method NetTestCase._checkRequiredOptions() logic into a function inIsis Lovecruft2012-12-12
* | | Cleaned up logic for the reactor to callback to test_skip_class() inIsis Lovecruft2012-12-12
* | | Removed an import line from ooni/reporter.py which tried to import classesIsis Lovecruft2012-12-12
* | | Merge branch 'master' into tcp-flagsIsis Lovecruft2012-12-12
|\ \ \ | |/ / |/| |
| * | Fixed error with reporting results for tcp flags tests, and cleaned up testIsis Lovecruft2012-12-09
| * | Refactoring tcp flag testIsis Lovecruft2012-12-06
| * | Cleaning up test abort and skip code.Isis Lovecruft2012-12-05
| * | fixup! Added abort methodsIsis Lovecruft2012-12-05
| * | Added timeout and abort for test inputs, methods, and classes.Isis Lovecruft2012-12-03
| * | Fixed log.warn() and log.fail, but blocking on a way for tests to callIsis Lovecruft2012-11-30
| * | Rearranged the logic of ensuring that the reactor is shutdown, and removed aIsis Lovecruft2012-11-28
| * | Started implementing a way for a test to abort itself,Isis Lovecruft2012-11-28
| * | Added log.warn() and log.fail() functions to ooni's logger, and fixed theIsis Lovecruft2012-11-28
| * | Added connection timeout to geoIP requests.Isis Lovecruft2012-11-27
| * | Added warning suppression for scapy's logger to the beginning of oonicli.py.Isis Lovecruft2012-11-27
| * | Added an exception catching wrapper for quick debugging, and added more docum...Isis Lovecruft2012-11-23
| * | Ported tcpsyn to the new api.Isis Lovecruft2012-11-19
| * | Removed 'multi' kwarg from txscapy.ScapyProtocol for now, because Arturo isIsis Lovecruft2012-11-18
| * | Consolidated a custom Exception class which was the same in ooni.utils.net andIsis Lovecruft2012-11-18
| * | Updated ooni.inputunit.InputUnit documentation, and fixed __repr__ to showIsis Lovecruft2012-11-18