summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | Use Tor mirror of scapy-02-25-2013-tip.zipJacob Appelbaum2013-02-25
| | | | |
* | | | | Add wheezy support for arma to testJacob Appelbaum2013-02-25
| | | | |
* | | | | Make the final output more genericJacob Appelbaum2013-02-25
| | | | |
* | | | | Update README.md to explain easy setup stepsJacob Appelbaum2013-02-25
| | | | |
* | | | | Add stable mirror to requirements.txtJacob Appelbaum2013-02-25
| | | | |
* | | | | Merge branch 'master' of ssh://git-rw.torproject.org/ooni-probeJacob Appelbaum2013-02-25
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #39 from aagbsn/captive_portal_fixesIsis Agora Lovecruft2013-02-19
| |\ \ \ \ | | | | | | | | | | | | Catch 302 redirect loops and log.err not log.warn
| | * | | | Catch 302 redirect loops and log.err not log.warnaagbsn2013-02-16
| | | |/ / | | |/| |
| * | | | Merge pull request #38 from hellais/littlefixesIsis Agora Lovecruft2013-02-19
| |\ \ \ \ | | |_|/ / | |/| | | Littlefixes
| | * | | Remove dependency on _WrappingFactoryArturo Filastò2013-02-08
| | | | | | | | | | | | | | | | | | | | This closes issue #28
| | * | | Remove some superfluous requirements from the requirements.txtArturo Filastò2013-02-08
| | | | |
| | * | | Make sure to import Gen, SetGen and MTU even when pypcap is and libdnet are ↵Arturo Filastò2013-02-08
| | |/ / | | | | | | | | | | | | not installed
| * | | Merge pull request #35 from hellais/dnstamper-dnsconsistencyaagbsn2013-02-16
| |\ \ \ | | |/ / | |/| | Rename Dnstamper to dnsconsistency
| | * | Merge branch 'master' into dnstamper-dnsconsistencyArturo Filastò2013-02-07
| | |\ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fix typo in dnstamper test example docs Properly handle errors when DNS lookups Fix typo in test writing documentation Conflicts: docs/source/tests/dnsconsistency.rst
| * | | Merge branch 'master' of https://github.com/TheTorProject/ooni-probeArturo Filastò2013-02-07
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of https://github.com/TheTorProject/ooni-probe: Fix typo in dnstamper test example docs Properly handle errors when DNS lookups Fix typo in test writing documentation
| | * \ \ Merge pull request #31 from hellais/bug-7996Jacob Appelbaum2013-02-03
| | |\ \ \ | | | | | | | | | | | | Fix typo in test writing documentation
| | | * | | Fix typo in test writing documentationArturo Filastò2013-02-01
| | | | | |
| | * | | | Merge pull request #32 from hellais/dnstamper-fixJacob Appelbaum2013-02-03
| | |\ \ \ \ | | | | | | | | | | | | | | Properly handle errors when DNS lookups
| | | * | | | Properly handle errors when DNS lookupsArturo Filastò2013-02-01
| | | |/ / /
| | * | | | Merge pull request #33 from hellais/docfixJacob Appelbaum2013-02-03
| | |\ \ \ \ | | | |/ / / | | |/| | | Fix typo in dnstamper test example docs
| | | * | | Fix typo in dnstamper test example docsArturo Filastò2013-02-01
| | |/ / /
| | | * | Rename DNS Tamper Test to DNS Consistency TestArturo Filastò2013-02-05
| | |/ / | |/| |
| * | | Apply patch from dma in #8009 #8008Arturo Filastò2013-02-04
| |/ /
| * | Merge branch 'master' of ssh://git-rw.torproject.org/ooni-probeArturo Filastò2013-02-01
| |\ \ | | | | | | | | | | | | | | | | * 'master' of ssh://git-rw.torproject.org/ooni-probe: Fix #7936, minor typo in dnsspoof docs.
| * \ \ Merge branch 'master' of https://github.com/TheTorProject/ooni-probeArturo Filastò2013-02-01
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of https://github.com/TheTorProject/ooni-probe: Expand the user (~) fragment when creating directory Strictly require Twisted 12.2.0. This is a temporary fix for issue #28 The problem arises from the fact that we are overriding a private method (_WrappingProtocol that has been removed in 12.3.0). The proper way to fix this would be to get rid of the hack and use a HTTP Connection Pool. Add ability to specify the Tor data directory from the config file Update version in __init__.py to match tag Update archive reports script to reflect report format changes Update docs to reflect changes in report filename format
| * | | | Add note on the versions of libdnet and pypcap (#7994)Arturo Filastò2013-02-01
| | |_|/ | |/| |
| * | | More consistent naming (dl is the deferred list l is the list)Arturo Filastò2013-01-27
| | | |
| * | | Remove unnecessary ooni imports (closes #8010)Arturo Filastò2013-01-27
| | | |
| * | | Expand the user (~) fragment when creating directoryArturo Filastò2013-01-27
| | | |
| * | | Strictly require Twisted 12.2.0.Arturo Filastò2013-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a temporary fix for issue #28 The problem arises from the fact that we are overriding a private method (_WrappingProtocol that has been removed in 12.3.0). The proper way to fix this would be to get rid of the hack and use a HTTP Connection Pool.
| * | | Add ability to specify the Tor data directory from the config fileArturo Filastò2013-01-27
| | | |
| * | | Update version in __init__.py to match tagArturo Filastò2013-01-27
| | | |
| * | | Update archive reports script to reflect report format changesArturo Filastò2013-01-27
| | | |
| * | | Update docs to reflect changes in report filename formatArturo Filastò2013-01-27
| | | |
* | | | Merge branch 'master' of ssh://git-rw.torproject.org/ooni-probeJacob Appelbaum2013-01-17
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix #7936, minor typo in dnsspoof docs.Isis Lovecruft2013-01-11
| | |/ | |/|
| * | Expand the user (~) fragment when creating directoryArturo Filastò2013-01-08
| | |
| * | Strictly require Twisted 12.2.0.Arturo Filastò2013-01-08
| | | | | | | | | | | | | | | | | | | | | This is a temporary fix for issue #28 The problem arises from the fact that we are overriding a private method (_WrappingProtocol that has been removed in 12.3.0). The proper way to fix this would be to get rid of the hack and use a HTTP Connection Pool.
| * | Add ability to specify the Tor data directory from the config fileArturo Filastò2013-01-08
| | |
| * | Merge branch 'input_unit_length'Arturo Filastò2013-01-08
| |\ \ | | |/ | | | | | | | | | | | | * input_unit_length: Use float, else ceil() is meaningless Round up the inputunit length and do not add one.
| | * Use float, else ceil() is meaninglessaagbsn2013-01-02
| | |
| | * Round up the inputunit length and do not add one.aagbsn2012-12-29
| | | | | | | | | | | | | | | For cases where the input length is exactly divisible by the inputunit size, the +1 is incorrect.
| * | Update version in __init__.py to match tagArturo Filastò2013-01-08
| | |
| * | Update archive reports script to reflect report format changesArturo Filastò2013-01-07
| | |
| * | Update docs to reflect changes in report filename formatArturo Filastò2013-01-07
| |/
| * Clean up output of ooniprobeArturo Filastò2012-12-27
| | | | | | | | * Fix bug in http_requests body length comparison
| * Remove BeautifulSoup from the dependencies listed in the ReadmeArturo Filastò2012-12-26
| |
| * Merge branch 'txsocksx'Arturo Filastò2012-12-26
| |\ | | | | | | | | | | | | | | | | | | | | | * txsocksx: Add txsocksx as a dependency Properly handle closure of filedescriptors in runner.py More detailed error handling for SOCKS Use txsocksx as a SOCKS proxy Minor refactoring of txagentwithsocks
| | * Add txsocksx as a dependencyArturo Filastò2012-12-26
| | |
| | * Properly handle closure of filedescriptors in runner.pyArturo Filastò2012-12-24
| | |