summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * Add a pcap parsing function.George Kadianakis2012-07-12
| | |
| * | Refactor code and write minimal client implementationArturo Filastò2012-07-12
| |/
| * Fix tcpconnect because we were not passing the main reactor to testsArturo Filastò2012-07-11
| | | | | | | | Closes #6372
| * Add some documentation to b0wser protocol and serverArturo Filastò2012-07-11
| |
| * Implement censorship detection for fingerprintArturo Filastò2012-07-11
| | | | | | | | * Move part of b0wser to a ooni protocol
| * Implement a working b0wser serveside componentArturo Filastò2012-07-10
| |
| * Half working mutator thingArturo Filastò2012-07-10
| |
| * Code refactoring, restructure directory tree.Arturo Filastò2012-07-10
| |
| * Write unit tests for all the OONI pluginsArturo Filastò2012-07-10
| | | | | | | | * Refactor some code
| * Minor refactoring of CaptivePortal testsArturo Filastò2012-07-10
| | | | | | | | (Flat is better than nested.)
| * Write some docstrings and minor refactorArturo Filastò2012-07-10
| |
| * Add RFC3339 to git repoArturo Filastò2012-07-10
| |
| * Fix the last conflicts, hopefully... argh...Arturo Filastò2012-07-09
| |\ | | | | | | | | | | | | | | | | | | Merge branch 'master' of ssh://git-rw.torproject.org/ooni-probe Conflicts: ooni/plugins/captiveportal.py
| | * Port Isis's captive portal test to the new framework.Arturo Filastò2012-07-09
| | |
| * | Merge branch 'master' into captiveportalArturo Filastò2012-07-09
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ooni/plugins/captiveportal.py
| | * | Port Isis's captive portal test to the new framework.Arturo Filastò2012-07-09
| | |/
| * | Move captive portal tests to proper subdirectoriesArturo Filastò2012-07-09
| | |
| * | Merge branch 'captiveportal' of https://github.com/isislovecruft/ooni-probe ↵Arturo Filastò2012-07-09
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | into captiveportal Conflicts: ooniprobe.py plugoo/tests.py
| | * Added 0x20 query/response check and authoritative nameserver SOA serial ↵Isis Lovecruft2012-04-19
| | | | | | | | | | | | number check.
| | * Minor fixes before redesigning the tally mark system.Isis Lovecruft2012-04-16
| | |
| | * * Added gevent monkey patching for SSLIsis Lovecruft2012-04-13
| | | | | | | | | | | | | | | | | | | | | | | | * Fixed NoneType headers for SSL fetches * Disabled asynchronous select function becauses dnspython requires blocking select * Added horribly ugly multiple exception handling for DNS queries * Changed the logic of compare_random_hostnames() to handle cases where they don't properly resolve to NXDOMAIN * tally_mark system is still broken
| | * Because that declaration is still good 15 years later, and it really needed ↵Isis Lovecruft2012-04-13
| | | | | | | | | | | | to be in the source code somewhere.
| | * Added random hostname testing and vendor DNS tests.Isis Lovecruft2012-04-12
| | |
| | * Vendor test logic moved to one simple function.Isis Lovecruft2012-04-10
| | |
| | * Hardcoded vendor tests in separate function which optionally runs through ↵Isis Lovecruft2012-04-09
| | | | | | | | | | | | setting in config, user-defined tests are optionally specified in asset file.
| | * Rewrote captive portal tests and added requisite options to the .conf file.Isis Lovecruft2012-04-08
| | |
| * | Remove dead code.Arturo Filastò2012-07-09
| | |
| * | Merge branch 'master' of ssh://git-rw.torproject.org/ooni-probe into ↵Arturo Filastò2012-07-09
| |\ \ | | | | | | | | | | | | designimprove
| | * | Future statements want to be in another place.Arturo Filastò2012-06-25
| | | |
| | * | Refactor report writing function to get rid of bug.Arturo Filastò2012-06-25
| | | |
| * | | Do a big cleanupArturo Filastò2012-07-09
| |/ / | | | | | | | | | | | | | | | | | | | | | * Better specify test writing interface * Move example plugins to appropriate directory * Implement RFC3339 timestamp, as spec * Make sure all the defaults tests run and output something even without arguments * Fix bug in worker
* | | Merge branch 'master' of git://github.com/hellais/ooni-probeArturo Filastò2012-06-16
|\ \ \ | |/ /
| * | Fix random mutation function to not be unfair towards unlucky peopleArturo Filastò2012-06-16
| | |
| * | Write phws GFW triggering test as an OONI plugin.Arturo Filastò2012-06-16
| | | | | | | | | | | | * Import txscapy
| * | Refactor test testerArturo Filastò2012-06-15
| | |
| * | Add sphinx makefileArturo Filastò2012-06-14
| | |
| * | Add basic documentation structure in nginxArturo Filastò2012-06-14
| | |
| * | Add scapy protocol and example for itArturo Filastò2012-06-14
| | | | | | | | | | | | * Add example of writing a tcp connect scanner
| * | Fix bug inside of resume functionalityArturo Filastò2012-06-14
| | |
| * | Fix bug in http protocolArturo Filastò2012-06-13
| | |
| * | Add txscapy to the list of used libraries and update makefileArturo Filastò2012-06-13
| | |
| * | Show usage of utilty library with simple HTTP testArturo Filastò2012-06-13
| | |
| * | Implement utility class for dealing with HTTP based testingArturo Filastò2012-06-13
| | |
| * | Remove dead code.Arturo Filastò2012-06-02
| | |
| * | Merge github.com:hellais/ooni-probeArturo Filastò2012-06-02
| |\ \
| | * | Add hack to make import of txtorcon workArturo Filastò2012-06-02
| | | |
| | * | Add basic structure for test writing docsArturo Filastò2012-06-02
| | | |
| | * | Implement basic BridgeT testArturo Filastò2012-06-02
| | | |
| | * | Fix non blocking test launching.Arturo Filastò2012-06-01
| | | | | | | | | | | | | | | | Minor refactoring.
| | * | Remove unused importArturo Filastò2012-05-31
| | | |