index
:
debian/ooniprobe
jessie-bpo
master
origin
pristine-tar
tordeb-jessie
tordeb-stretch
tordeb-trusty
tordeb-xenial
tordeb-yakkety
tordeb-zesty
upstream
Debian packaging for ooniprobe
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
|
|
*
|
|
|
|
|
|
|
Add reporting of statistics for when the handshake fails.
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Add reporting mechanisms to handshakeSucceeded() for storing the x509
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Add logging of undetermined states reported by OpenSSL's state machine to
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Add check for handshake timeout by sending 3 bytes along the connection.
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Add method handleWantWrite() for resending already sent data over the
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Add method connectionShutdown() for calling shutdown on the TLS/SSL handshake,
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Add method handleWantRead() for handling SSL_ERROR_WANT_READ until OpenSSL's
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Add connectionRenegotiate() method for calling methods to either handle
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
In connectionFailed, handle an error from makeConnection() where on some
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Change method makeConnection to use self.input as-is, and add docstring.
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Add support for parsing the server certificate chain into a list of x509 certs
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Change getContext() to only set the ciphersuite list, and add method
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Set the default socket timeout to 30 seconds.
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Fix the logic on detecting if we have a config setting.
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Switch to setting the TLS/SSL methods in setUp(), rather than in getContext().
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Add notes explaining defaults chosen if no commandline options are chosen, and
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Fix an error in the commandline options parsing which allowed commandline host
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Add Exception classes for conditions when the network is not reachable and
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Fix #8329, txscapy.PcapDummyWriter.write() has wrong signature method.
Isis Lovecruft
2013-03-11
|
|
*
|
|
|
|
|
|
|
Ported tls_handshake.py to be a nettest, rather than an external script.
Isis Lovecruft
2013-03-11
*
|
|
|
|
|
|
|
|
|
Swallow the report creation failure so that it does not propagate
Arturo Filastò
2013-04-30
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
Merge pull request #64 from hellais/feature/task_manager
aagbsn
2013-04-29
|
\
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Make how we keep track of successful reports more robust.
Arturo Filastò
2013-04-29
|
|
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Disabled test_pushFilenameStack, because it's failing in travis
Arturo Filastò
2013-04-22
|
*
|
|
|
|
|
|
Use absolute filepath instead of relative
Arturo Filastò
2013-04-22
|
*
|
|
|
|
|
|
Only run trial unittests
Arturo Filastò
2013-04-22
|
*
|
|
|
|
|
|
Fix typo in ooniprobe sample config file
Arturo Filastò
2013-04-22
|
*
|
|
|
|
|
|
Add libpcap-dev to dependencies
Arturo Filastò
2013-04-22
|
*
|
|
|
|
|
|
Install pyrex and python deps via pip
Arturo Filastò
2013-04-22
|
*
|
|
|
|
|
|
Also run the unittests
Arturo Filastò
2013-04-22
|
*
|
|
|
|
|
|
Fix travis file
Arturo Filastò
2013-04-22
|
*
|
|
|
|
|
|
Further debugging and code robustness
Arturo Filastò
2013-04-22
|
*
|
|
|
|
|
|
Set the tor_state GeoIP class attribute on startup
Arturo Filastò
2013-04-22
|
*
|
|
|
|
|
|
Bump version to 0.0.11
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Clean up tests for updated ooni codebase
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Final cleanup and bugfixing for task_manager
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Pass the IP address of the probe instead of an object
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Make reporting more robust
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Make the starting of ooniprobe via cmd line more robust
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Parametrize task timeout and retry count
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Add option to disable the default collector
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Raise NoMoreReporters exception on failure
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Fix typo in test deck before_i_commit
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Fix so that parsing of test decks works properly
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Update test decks with the proper key
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Set the default collector via the command line option
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Add more debugging to managers
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Make the starting of tests more robust.
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Change how we pass arguments to the nettest loader
Arturo Filastò
2013-04-11
|
*
|
|
|
|
|
|
Remove now superfluos runner unittest
Arturo Filastò
2013-04-11
[prev]
[next]