summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * | | | | | | | Add reporting of statistics for when the handshake fails.Isis Lovecruft2013-03-11
| | * | | | | | | | Add reporting mechanisms to handshakeSucceeded() for storing the x509Isis Lovecruft2013-03-11
| | * | | | | | | | Add logging of undetermined states reported by OpenSSL's state machine toIsis Lovecruft2013-03-11
| | * | | | | | | | Add check for handshake timeout by sending 3 bytes along the connection.Isis Lovecruft2013-03-11
| | * | | | | | | | Add method handleWantWrite() for resending already sent data over theIsis Lovecruft2013-03-11
| | * | | | | | | | Add method connectionShutdown() for calling shutdown on the TLS/SSL handshake,Isis Lovecruft2013-03-11
| | * | | | | | | | Add method handleWantRead() for handling SSL_ERROR_WANT_READ until OpenSSL'sIsis Lovecruft2013-03-11
| | * | | | | | | | Add connectionRenegotiate() method for calling methods to either handleIsis Lovecruft2013-03-11
| | * | | | | | | | In connectionFailed, handle an error from makeConnection() where on someIsis Lovecruft2013-03-11
| | * | | | | | | | Change method makeConnection to use self.input as-is, and add docstring.Isis Lovecruft2013-03-11
| | * | | | | | | | Add support for parsing the server certificate chain into a list of x509 certsIsis Lovecruft2013-03-11
| | * | | | | | | | Change getContext() to only set the ciphersuite list, and add methodIsis Lovecruft2013-03-11
| | * | | | | | | | Set the default socket timeout to 30 seconds.Isis Lovecruft2013-03-11
| | * | | | | | | | Fix the logic on detecting if we have a config setting.Isis Lovecruft2013-03-11
| | * | | | | | | | Switch to setting the TLS/SSL methods in setUp(), rather than in getContext().Isis Lovecruft2013-03-11
| | * | | | | | | | Add notes explaining defaults chosen if no commandline options are chosen, andIsis Lovecruft2013-03-11
| | * | | | | | | | Fix an error in the commandline options parsing which allowed commandline hostIsis Lovecruft2013-03-11
| | * | | | | | | | Add Exception classes for conditions when the network is not reachable andIsis Lovecruft2013-03-11
| | * | | | | | | | Fix #8329, txscapy.PcapDummyWriter.write() has wrong signature method.Isis Lovecruft2013-03-11
| | * | | | | | | | Ported tls_handshake.py to be a nettest, rather than an external script.Isis Lovecruft2013-03-11
* | | | | | | | | | Swallow the report creation failure so that it does not propagateArturo Filastò2013-04-30
|/ / / / / / / / /
* | | | | | | | | Merge pull request #64 from hellais/feature/task_manageraagbsn2013-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 travisArturo Filastò2013-04-22
| * | | | | | | Use absolute filepath instead of relativeArturo Filastò2013-04-22
| * | | | | | | Only run trial unittestsArturo Filastò2013-04-22
| * | | | | | | Fix typo in ooniprobe sample config fileArturo Filastò2013-04-22
| * | | | | | | Add libpcap-dev to dependenciesArturo Filastò2013-04-22
| * | | | | | | Install pyrex and python deps via pipArturo Filastò2013-04-22
| * | | | | | | Also run the unittestsArturo Filastò2013-04-22
| * | | | | | | Fix travis fileArturo Filastò2013-04-22
| * | | | | | | Further debugging and code robustnessArturo Filastò2013-04-22
| * | | | | | | Set the tor_state GeoIP class attribute on startupArturo Filastò2013-04-22
| * | | | | | | Bump version to 0.0.11Arturo Filastò2013-04-11
| * | | | | | | Clean up tests for updated ooni codebaseArturo Filastò2013-04-11
| * | | | | | | Final cleanup and bugfixing for task_managerArturo Filastò2013-04-11
| * | | | | | | Pass the IP address of the probe instead of an objectArturo Filastò2013-04-11
| * | | | | | | Make reporting more robustArturo Filastò2013-04-11
| * | | | | | | Make the starting of ooniprobe via cmd line more robustArturo Filastò2013-04-11
| * | | | | | | Parametrize task timeout and retry countArturo Filastò2013-04-11
| * | | | | | | Add option to disable the default collectorArturo Filastò2013-04-11
| * | | | | | | Raise NoMoreReporters exception on failureArturo Filastò2013-04-11
| * | | | | | | Fix typo in test deck before_i_commitArturo Filastò2013-04-11
| * | | | | | | Fix so that parsing of test decks works properlyArturo Filastò2013-04-11
| * | | | | | | Update test decks with the proper keyArturo Filastò2013-04-11
| * | | | | | | Set the default collector via the command line optionArturo Filastò2013-04-11
| * | | | | | | Add more debugging to managersArturo Filastò2013-04-11
| * | | | | | | Make the starting of tests more robust.Arturo Filastò2013-04-11
| * | | | | | | Change how we pass arguments to the nettest loaderArturo Filastò2013-04-11
| * | | | | | | Remove now superfluos runner unittestArturo Filastò2013-04-11