summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | Imported Upstream version 1.0.0upstream/1.0.0Jérémy Bobbio2014-02-21
|/ / / / / /
* | | | | | Bump to v1.0.0-rc-7Arturo Filastò2014-02-20
| | | | | |
* | | | | | Add WARNING message to every run of ooniprobe.Arturo Filastò2014-02-20
| | | | | | | | | | | | | | | | | | | | | | | | This closes #285
* | | | | | Expand the disclaimer in the README.mdArturo Filastò2014-02-20
| | | | | |
* | | | | | Update vagrant link to point to https site.Arturo Filastò2014-02-20
| | | | | | | | | | | | | | | | | | | | | | | | Closes #286
* | | | | | Bump to version 1.0.0Arturo Filastò2014-02-20
| |_|/ / / |/| | | |
* | | | | Merge branch 'master' of github.com:TheTorProject/ooni-probeArturo Filastò2014-02-20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of github.com:TheTorProject/ooni-probe: Minor fixes to comments DNS-host-resolution-for-tls_handshake Bug-Fixes-for-tls_handshake
| * \ \ \ \ Merge pull request #281 from arunpandianp/masterArturo Filastò2014-02-06
| |\ \ \ \ \ | | | | | | | | | | | | | | DNS Host Resolution for tls_handshake
| | * | | | | Minor fixes to commentsArun Pandian G2014-02-06
| | | | | | |
| | * | | | | DNS-host-resolution-for-tls_handshakeArun Pandian G2014-02-06
| | | | | | |
| | * | | | | Bug-Fixes-for-tls_handshakeArun Pandian G2014-02-06
| |/ / / / /
* | | | | | Make GeoIP AS and GeoIP City soft dependencies.Arturo Filastò2014-02-20
|/ / / / / | | | | | | | | | | | | | | | | | | | | Allows ooniprobe to report back the country of the probe even if no GeoIP ASN and City database is present.
* | | | | Merge pull request #280 from TheTorProject/fix/ooni_home_fixaagbsn2014-02-05
|\ \ \ \ \ | | | | | | | | | | | | Properly expand the home directory to that of the user running ooniprobe...
| * | | | | Properly expand the home directory to that of the user running ooniprobe.Arturo Filastò2014-02-05
|/ / / / / | | | | | | | | | | | | | | | | | | | | Previously when running ooniprobe under sudo you would not get the correct home directory because $HOME was set to that of the user running sudo.
* | | | | Merge pull request #275 from TheTorProject/fix/test_timeoutaagbsn2014-02-03
|\ \ \ \ \ | |_|/ / / |/| | | | Write test that reproduces HTTP test stalling condition.
| * | | | Fix import error in test_managers.Arturo Filastò2014-02-03
| | | | |
| * | | | Properly handle the cancelled failure.Arturo Filastò2014-02-03
| | | | |
| * | | | Silence the dummy protocolArturo Filastò2014-02-03
| | | | |
| * | | | Write test that reproduces HTTP test stalling condition.Arturo Filastò2014-02-03
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The condition would happen when a HTTP server would keep the connection open without sending any data. The problem lied in the fact that we were not properly cancelling tests that should have been cancelled. This was happening because of 2 reasons: 1) We should not be checking to see if self._running.called is True since it is possible that such deferred has been called, but the it has not yet made it's way down the callback chain to the ooni registered callbacks. 2) We must call the cancel() method after we have called the failed() method. Failing to do so will lead to the newly scheduled timer to be cancelled instead of the previous one.
* | | | Merge pull request #272 from TheTorProject/fix/oonibclientaagbsn2014-01-30
|\ \ \ \ | | | | | | | | | | Fix/oonibclient
| * | | | Add tests for the oonib reporting APIArturo Filastò2014-01-29
| | | | |
| * | | | Fix the unittests for the oonibclient.Arturo Filastò2014-01-28
| | |/ / | |/| |
* | | | Merge pull request #271 from TheTorProject/fix/vagrantfileaagbsn2014-01-30
|\ \ \ \ | |/ / / |/| / / | |/ / Use the debian package instead of setup-dependencies
| * | Use the debian package instead of setup-dependenciesArturo Filastò2014-01-28
|/ /
* | Merge branch 'setup-virtualenv'Arturo Filastò2014-01-27
|\ \ | | | | | | | | | | | | | | | | | | | | | * setup-virtualenv: Use the latest versions of pip and virtualenv Extract the packages to the temporary directory. Install latest stable virtualenv Securely install latest stable virtualenv
| * | Use the latest versions of pip and virtualenvArturo Filastò2014-01-27
| | |
| * | Extract the packages to the temporary directory.Arturo Filastò2014-01-27
| | |
| * | Install latest stable virtualenvDavid Stainton2014-01-14
| | |
| * | Securely install latest stable virtualenvDavid Stainton2014-01-14
| | | | | | | | | | | | as per https://github.com/TheTorProject/ooni-probe/issues/263
* | | Merge pull request #268 from tomwills/patch-1Arturo Filastò2014-01-27
|\ \ \ | | | | | | | | Corrected path to decks directory given in README.md
| * | | Corrected path to decks directory given in README.mdTom Wills2014-01-25
|/ / /
* | | Remove asciilulz option.Arturo Filastò2014-01-17
| | |
* | | Fix typo in help.Arturo Filastò2014-01-17
| | |
* | | Fix some typos in README and better rephrase deck definition.Arturo Filastò2014-01-17
| | |
* | | Merge branch 'master' of github.com:TheTorProject/ooni-probeArturo Filastò2014-01-14
|\ \ \ | | | | | | | | | | | | | | | | * 'master' of github.com:TheTorProject/ooni-probe: Update README.md
| * | | Update README.mdArturo Filastò2014-01-14
| | | |
* | | | Consider tampering to be occurring if any of the responses are inconsistent.Arturo Filastò2014-01-14
|/ / /
* | | Don't fail if the torrc key is missing.Arturo Filastò2014-01-14
| | |
* | | Merge pull request #265 from TheTorProject/feature/additional_tor_config_optionsaagbsn2014-01-14
|\ \ \ | |/ / |/| | Support for Additional Tor Configurations
| * | Support for Additional Tor ConfigurationsArun Pandian G2014-01-14
|/ /
* | Fix the requirements.txt to download the https hosted versions.Arturo Filastò2014-01-13
| |
* | Make the ipaddr dependency less strict.Arturo Filastò2014-01-13
| |
* | Merge branch 'master' of github.com:TheTorProject/ooni-probe into setup-depsDavid Stainton2014-01-13
|\ \
| * | Fix install instructions for debian based systems.Arturo Filastò2014-01-13
| | |
* | | Teach setup-dependencies.sh two install modesDavid Stainton2014-01-13
|/ / | | | | | | | | | | | | | | Privileged mode installs python package dependencies systems wide. Unprevileged mode installs them in the virtualenv. Commandline args required: -u|-p Now uses pip 1.5 so that we don't allow arbitrary code execution. gpg signing key for pip updated to Donald Stufft's key 3372DCFA
* | Merge branch 'david-fixdeps'Arturo Filastò2014-01-13
|\ \ | | | | | | | | | | | | | | | * david-fixdeps: Add libgeoip also to travis build script Add libgeoip-dev to the apt-get install
| * | Add libgeoip also to travis build scriptArturo Filastò2014-01-13
| | |
| * | Add libgeoip-dev to the apt-get installDavid Stainton2014-01-13
| | | | | | | | | | | | libgeoip-dev is needed by the following pip install geoip
* | | Update the README section on running test decks to reflect the new decksArturo Filastò2014-01-13
| | |
* | | Design a set of default test decks.Arturo Filastò2014-01-13
| | |