summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | Add a very simple test that *must* always pass.Arturo Filastò2012-10-31
| * | Port squid transparent HTTP proxy detector to new APIArturo Filastò2012-10-31
| * | * Changed txscapy.sendReceivePackets() to accept **kwargs so that theIsis Lovecruft2012-10-31
| * | * Refactored runner to get it to recognise test suboptions.Isis Lovecruft2012-10-31
| * | * Refactored nettest.TestCase to get it to recognize test suboptions.Isis Lovecruft2012-10-31
| * | * Updated echo test to the new API. Need to merge master and retest.Isis Lovecruft2012-10-31
| * | * Added an InputUnitProcessor class for generating generators forIsis Lovecruft2012-10-31
| * | * More whitespace cleanup.Isis Lovecruft2012-10-31
| * | * Removed extra whitespace.Isis Lovecruft2012-10-31
| * | * Forgot to remove the old ValueChecker. Made it dead.Isis Lovecruft2012-10-31
| * | * Added a Singleton class which can be subclassed, ensuring that there canIsis Lovecruft2012-10-31
| * | * Added utilities file for assertions and checks.Isis Lovecruft2012-10-31
| * | * Initial outline of metaclasses for dynamic class generation.Isis Lovecruft2012-10-31
| * | * Added a couple basic Exception classes to ooni.utils.netIsis Lovecruft2012-10-31
| * | * Added a basic ping (ICMP8) test.Isis Lovecruft2012-10-23
| * | * Cleaned up a statement printed on ImportError when dnspython is notIsis Lovecruft2012-10-23
* | | * Fix import error.Isis Lovecruft2012-10-31
* | | Implement reporter for OONIBArturo Filastò2012-10-31
* | | Add requiresRoot attribute to test APIArturo Filastò2012-10-26
* | | Add glossary with list of terms we use in OONIArturo Filastò2012-10-26
* | | Use log.msg instead of print in dnstamperArturo Filastò2012-10-24
* | | Avoid doing wildcard import of scapy.allArturo Filastò2012-10-24
* | | Refactor reporter, config and onionArturo Filastò2012-10-24
* | | Refactor reporter and removal of dead codeArturo Filastò2012-10-24
* | | Further refactoring of nettest and runnerArturo Filastò2012-10-24
* | | Add to global import table legacy modulesArturo Filastò2012-10-24
* | | Refactor runner and ooniArturo Filastò2012-10-24
* | | Move a super nested directory that contained old bash scripts to rootArturo Filastò2012-10-23
* | | Remove lot's of dead code and documentation, salvage the salvagableArturo Filastò2012-10-23
* | | Add a very simple test that *must* always pass.Arturo Filastò2012-10-23
* | | Merge branch 'master' of ssh://git-rw.torproject.org/ooni-probeArturo Filastò2012-10-23
|\ \ \ | |/ /
| * | * Updated .gitignore to ignore reports.Isis Lovecruft2012-10-23
* | | Port squid transparent HTTP proxy detector to new APIArturo Filastò2012-10-23
|/ /
* | Add some notes on netalyzr testArturo Filastò2012-10-23
* | Port Netalyzr test to new APIArturo Filastò2012-10-23
* | Make logged work againArturo Filastò2012-10-23
* | Review the changes to runner.py that are relevant to the new APIArturo Filastò2012-10-20
* | * Refactored ooni/runner.py again, so that it actually runs old OONITests, newIsis Lovecruft2012-10-20
* | * Moved legacy test classes and functions to a utility file atIsis Lovecruft2012-10-19
* | * Fixed an error due to a missing import in ooni/nettest.py.Isis Lovecruft2012-10-16
* | Fix some bugs introduced in runner.pyArturo Filastò2012-10-13
* | * Moved /bin/oonicli back to /bin/ooniprobe, and the script to start the oldIsis Lovecruft2012-10-12
* | * Fixed a bug where the logger printed double messages to stdout.Isis Lovecruft2012-10-12
* | * Moved /bin/ooniprobe start script to /bin/oonicli.Isis Lovecruft2012-10-12
* | * Added a startup script for running the old ooniprobe.py directly withoutIsis Lovecruft2012-10-11
* | * Updated documentation on the *super* old ooni tests and modified .gitignoreIsis Lovecruft2012-10-11
* | * Rewrote the runner.LegacyOONITest class and runner.loadTestsAndOptionsIsis Lovecruft2012-10-11
* | * Added a trick to supress scapy's annoying "No route found for IPv6 destinat...Isis Lovecruft2012-10-11
* | * Fixed broken imports in tcpconnect test.Isis Lovecruft2012-10-11
* | * Fixed a stupid typo error in one of the variable names.Isis Lovecruft2012-10-11