summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | 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
| | |
| | * More detailed error handling for SOCKSArturo Filastò2012-12-24
| | |
| | * Use txsocksx as a SOCKS proxyArturo Filastò2012-12-24
| | | | | | | | | | | | Minor refactoring of txagentwithsocks
| * | Add more detailed error handling to runner.pyArturo Filastò2012-12-26
| | |
| * | Fix bug that made HTTP based tests stallArturo Filastò2012-12-26
| | | | | | | | | | | | | | | | | | | | | The issue occurred when the server was configured to keep the connection alive. Since I did not evaluate the content length field when passing it to the body delivery Protocol connection lost would never occur and the test would stall indefinitely.
| * | Merge branch 'archive_reports'Arturo Filastò2012-12-26
| |\ \ | | | | | | | | | | | | | | | | | | | | * archive_reports: Refactor to raise exceptions instead of checking return code Add report archival script
| | * | Refactor to raise exceptions instead of checking return codeArturo Filastò2012-12-26
| | | |
| | * | Add report archival scriptaagbsn2012-12-24
| | |/
| * | Update DNS Test example to not import the DNS Test templateArturo Filastò2012-12-25
| | | | | | | | | | | | | | | | | | If you import the DNS Test template it will be considered a valid test case and command line argument parsing will not work as expected. see: https://trac.torproject.org/projects/tor/ticket/7795 for more details
| * | Fix major bug in DNS test template that prevented PTR lookups from working ↵Arturo Filastò2012-12-25
| |/ | | | | | | | | | | | | properly I was calling the queryUDP function with the arguments in the wrong order. Twisted, why you API no consistent? * Misc refactoring for better formatting of results in the report
| * Fix typo if addToReport of http testArturo Filastò2012-12-24
| |
| * Fix import problem in httpt test templateArturo Filastò2012-12-24
| |
| * Add parallelism command line optionaagbsn2012-12-23
| | | | | | | | Aka router-melt-mode
| * Use handleAllFailures inside of the HTTP Test templateArturo Filastò2012-12-23
| |
| * Fix bug in TCP connect test that made it not properly log errorsArturo Filastò2012-12-23
| |
| * Refactor failure handling code in nettestArturo Filastò2012-12-23
| | | | | | | | | | Add function that traps all the supported failure and outputs the failure string representing it * Add support for generic timeout error
| * Do not swallow failures when a test instance fails to runArturo Filastò2012-12-23
| | | | | | | | This should fix #7714
| * Do not swallow exception but write them to the report fileArturo Filastò2012-12-23
| |
| * Add birdseye view of the ooniprobe architectureArturo Filastò2012-12-22
| | | | | | | | (cherry picked from commit 07329ef9e2ad5a54af8d66aa97669bfeeb359916)
| * Add details on the current implementation status of ooni*Arturo Filastò2012-12-22
| | | | | | | | (cherry picked from commit 303788d7289ba3cf6a47f4de0a1fad9fa04048ee)
| * Add draft ooniprobe API specificationArturo Filastò2012-12-22
| | | | | | | | (cherry picked from commit 24d36abfaec176afb28620bc36b93cdac8058ba0)
| * Add instructions for supervisord configuration and clean up README.mdaagbsn2012-12-22
| | | | | | | | (cherry picked from commit f2b58c1af72e61adc8611b43a61cb7eedf9c83b4)
| * Update oonib README.mdaagbsn2012-12-22
| | | | | | | | | | | | Add insructions for configuring oonib, additional iptables rules for redirecting tcp and udp dns, and building Tor with tor2webmode. (cherry picked from commit 41fb481e55a353f72779590b38a76e34cb25960c)
| * Add tor data directories into repoaagbsn2012-12-22
| | | | | | | | (cherry picked from commit 4b8f1599710a837494739caf8543a3f03b50b957)
| * Revert back to 9212cba (0.0.9) that was the last known working stateArturo Filastò2012-12-22
| | | | | | | | | | | | | | | | | | | | | | | | commits between 20cd1df9de76b54a77aac22e44f457272354c0cb and 8c0e47c66ca78d6a94beacd90b0bb07a00cde013 broke master in a way that is complicated to debug. Such commits should be resubmitted as a pull request on github so that I can review them. In future when making changes to core ooniprobe components, please submit a pull request on github so that I can review the changes and test them before merging.
| * Fix bug in printing log.warnArturo Filastò2012-12-22
| |
| * Add details on the current implementation status of ooni*Arturo Filastò2012-12-21
| |
| * Add draft ooniprobe API specificationArturo Filastò2012-12-21
| |
| * Add birdseye view of the ooniprobe architectureArturo Filastò2012-12-21
| |
| * Merge remote-tracking branch 'aagbsn/update_oonib_readme'Arturo Filastò2012-12-21
| |\ | | | | | | | | | | | | | | | * aagbsn/update_oonib_readme: Add instructions for supervisord configuration and clean up README.md Update oonib README.md
| | * Add instructions for supervisord configuration and clean up README.mdaagbsn2012-12-20
| | |
| | * Update oonib README.mdaagbsn2012-12-12
| | | | | | | | | | | | | | | Add insructions for configuring oonib, additional iptables rules for redirecting tcp and udp dns, and building Tor with tor2webmode.
| * | Merge remote-tracking branch 'aagbsn/add_gitignore_for_tor_directories'Arturo Filastò2012-12-21
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | * aagbsn/add_gitignore_for_tor_directories: Add tor data directories into repo Conflicts: .gitignore
| | * Add tor data directories into repoaagbsn2012-12-11
| | |
| * | Fix typo in getTimeoutArturo Filastò2012-12-21
| | |
| * | Cleaned up old /nettests/bridge_reachability directory to unify location ofIsis Lovecruft2012-12-19
| | | | | | | | | | | | bridge tests.
| * | Fixed an error with the test_timeout callback taking the wrong parameters, andIsis Lovecruft2012-12-18
| | | | | | | | | | | | cleaned up a couple things due to the ooni logger formatting changes.