summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | Update debian changelogArturo Filastò2014-03-14
| | | | |
* | | | | Imported Upstream version 1.0.1Jérémy Bobbio2014-03-15
|\ \ \ \ \ | |/ / / /
| * | | | Make improvements to the setup.py install script.Arturo Filastò2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | * Download the GeoIP data files directly into the /usr/share directory * Move the logic for overriding the config file keys to settings.py
| * | | | Consider the config file collector option.Arturo Filastò2014-03-14
| |/ / /
| * | | Update cron related functions for installing on planetlabArturo Filastò2014-03-14
| | | |
| * | | Bump to version 1.0.1Arturo Filastò2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | * Update Changelog * Update setup script * Include LICENSE in sdist
| * | | Only start Tor when it is needed.Arturo Filastò2014-03-14
| | | |
| * | | Merge pull request #72 from hellais/feature/bridgetArturo Filastò2014-03-14
| |\ \ \ | | |/ / | |/| | Feature/bridget
| | * | Start crondArturo Filastò2014-03-12
| | | |
| | * | Terminate the tor process cleanly after we have run a test.Arturo Filastò2014-03-11
| | | |
| | * | The postProcessor must return the reportArturo Filastò2014-03-11
| | | |
| | * | Include the transport type in the summary.Arturo Filastò2014-03-10
| | | |
| | * | Fix typo in displaySummary method definitionArturo Filastò2014-03-10
| | | |
| | * | Add percentages to the summary outputArturo Filastò2014-03-10
| | | |
| | * | Merge branch 'master' into feature/bridgetArturo Filastò2014-03-10
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Return the correct deferred in director start method. Initialize all report entries in http requests test Add unittests for oonicli. Move the parasitic traceroute function to the experimental tests. Make the getAddresses function more robust Update changelog for 1.0.0 Make the report format match the ooni-spec Clean up the traceroute test Fix bug that leads to not showing the help if an option is not present. Add a Parasitic Traceroute NetTest Refactor Multi Protocol Traceroute, add ParasiticTraceroute Add a ScapyTraceroute ScapyProtocol Get a Tor Controller connection for a tor ooniprobe did not launch. improve hasRawSocketPermission. Conflicts: ooni/nettest.py
| | * | Add support for displaying a summary of the test results to bridge ↵Arturo Filastò2014-03-10
| | | | | | | | | | | | | | | | reachability test.
| | * | Fix crontab syntax.Arturo Filastò2014-03-10
| | | |
| | * | Add init script for tor.Arturo Filastò2014-03-10
| | | |
| | * | Fix planet lab install script.Arturo Filastò2014-03-10
| | | |
| | * | Use scapy-real. scapy is broken on linux...Arturo Filastò2014-03-10
| | | |
| | * | Simplify dependenciesArturo Filastò2014-03-10
| | | |
| | * | argparse is not a dependency.Arturo Filastò2014-03-10
| | | |
| | * | Fix installation script.Arturo Filastò2014-03-10
| | | |
| | * | Add support for installing cronjob running daily.Arturo Filastò2014-03-10
| | | |
| | * | Update install script to use system tor.Arturo Filastò2014-03-10
| | | |
| | * | Add script for automatically deploying ooniprobe on planetlabArturo Filastò2014-03-10
| | | |
| | * | Increase the default timeout to 2 minutesArturo Filastò2014-03-10
| | | |
| | * | Also read files that contain "Bridge " as a prefixArturo Filastò2014-03-09
| | | |
| | * | Skip comment lines.Arturo Filastò2014-03-09
| | | |
| | * | Skip empty lines.Arturo Filastò2014-03-09
| | | |
| | * | Improve the output of the bridge reachability testArturo Filastò2014-03-05
| | | |
| | * | Add the file option to the required options.Arturo Filastò2014-03-03
| | | |
| | * | Merge branch 'master' into feature/bridgetArturo Filastò2014-03-01
| | |\ \ | | | | | | | | | | | | | | | | | | | | * master: Fix bug in initializing of the test instance.
| | * | | Use log.msgArturo Filastò2014-03-01
| | | | |
| | * | | Rename bridget to bridge_reachabilityArturo Filastò2014-03-01
| | | | |
| | * | | Use find_executable instead of homebrew function and search for obfsproxyArturo Filastò2014-03-01
| | | | |
| | * | | Merge branch 'master' into feature/bridgetArturo Filastò2014-03-01
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (510 commits) Install pyrex-real so that new pip does not give error Update index of documentation page. Bump to v1.0.0-rc-7 Add WARNING message to every run of ooniprobe. Expand the disclaimer in the README.md Update vagrant link to point to https site. Bump to version 1.0.0 Add instructions on setting up development dependencies. Make the geoip related tests make a less stronger assertion. Make GeoIP AS and GeoIP City soft dependencies. Minor fixes to comments DNS-host-resolution-for-tls_handshake Bug-Fixes-for-tls_handshake Properly expand the home directory to that of the user running ooniprobe. Fix import error in test_managers. Properly handle the cancelled failure. Silence the dummy protocol Write test that reproduces HTTP test stalling condition. Call connectionLost to avoid dirty reactor. Pass the mock super socket in the ScapyFactory constructor ...
| | * | | | Add support for pyobfsproxy based bridge testingArturo Filastò2013-03-16
| | | | | |
| | * | | | Write a quick and dirty implementation of bridget.Arturo Filastò2013-03-16
| | | | | |
| * | | | | Remove the mlab_no_root deck and strip down the mlab deck to include only ↵Arturo Filastò2014-03-12
| | |_|_|/ | |/| | | | | | | | | | | | | one test.
| * | | | Return the correct deferred in director start method.Arturo Filastò2014-03-07
| | | | |
| * | | | Initialize all report entries in http requests testArturo Filastò2014-03-07
| | | | |
| * | | | Merge pull request #290 from ↵Arturo Filastò2014-03-07
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | TheTorProject/feature/add_scapy_traceroute_protocol_rebased Feature/add scapy traceroute protocol rebased
| | * | | | Move the parasitic traceroute function to the experimental tests.Arturo Filastò2014-03-07
| | | | | |
| | * | | | Make the getAddresses function more robustArturo Filastò2014-03-07
| | | | | |
| | * | | | Merge branch 'master' into feature/add_scapy_traceroute_protocol_rebasedArturo Filastò2014-02-28
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (53 commits) Install pyrex-real so that new pip does not give error Update index of documentation page. Bump to v1.0.0-rc-7 Add WARNING message to every run of ooniprobe. Expand the disclaimer in the README.md Update vagrant link to point to https site. Bump to version 1.0.0 Add instructions on setting up development dependencies. Make the geoip related tests make a less stronger assertion. Make GeoIP AS and GeoIP City soft dependencies. Minor fixes to comments DNS-host-resolution-for-tls_handshake Bug-Fixes-for-tls_handshake Properly expand the home directory to that of the user running ooniprobe. Fix import error in test_managers. Properly handle the cancelled failure. Silence the dummy protocol Write test that reproduces HTTP test stalling condition. Call connectionLost to avoid dirty reactor. Pass the mock super socket in the ScapyFactory constructor ...
| | * | | | Make the report format match the ooni-specArturo Filastò2014-02-28
| | | | | |
| | * | | | Clean up the traceroute testArturo Filastò2014-02-28
| | | | | | | | | | | | | | | | | | | | | | | | Match UDP and TCP based on destination and source port instead of IP ID
| | * | | | Add a Parasitic Traceroute NetTestaagbsn2014-02-01
| | | | | |
| | * | | | Refactor Multi Protocol Traceroute, add ParasiticTracerouteaagbsn2014-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the report output closer to the original, refactor packet matching logic. Adds a ParasiticTraceroute ScapyProtocol. Experimental.