summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update versioneer parentdir_prefix and tag_prefix to match existing tags.feature/versioneerIsis Lovecruft2013-06-06
* Add versioneer to automatically generate oonib version numbers.Isis Lovecruft2013-06-06
* Merge branch 'master' of ssh://git-rw.torproject.org/ooni-probeArturo Filastò2013-05-18
|\
| * Remove really old Makefile which seems to no longer point to valid directories.Isis Lovecruft2013-05-18
| * Remove oonib report archival script.Isis Lovecruft2013-05-18
| * Remove line to ignore oonib/oonibackend.conf from .gitignore.Isis Lovecruft2013-05-18
| * Remove log factory for oonib from ooni/utils/log.py.Isis Lovecruft2013-05-18
| * Remove old bin/oonib script.Isis Lovecruft2013-05-18
| * Merge remote-tracking branch 'tpo-common/master'Isis Lovecruft2013-05-18
| |\
* | | Only process the input when we are dealing with URLsArturo Filastò2013-05-18
| |/ |/|
* | Stop reactor when we can't start the sniffer.Arturo Filastò2013-05-17
* | Strip superflous data from ASN numberArturo Filastò2013-05-17
* | Merge branch 'add_inputProcessors_to_nettests'Arturo Filastò2013-05-15
|\ \
| * | Add URL inputProcessor to tcpconnectaagbsn2013-05-04
| * | Add inputProcessor to http_hostaagbsn2013-05-03
* | | Merge branch 'master' of ssh://git-rw.torproject.org/ooni-probeArturo Filastò2013-05-14
|\ \ \ | | |/ | |/|
| * | Merge pull request #78 from isislovecruft/feature/lua-scriptsIsis Agora Lovecruft2013-05-09
| |\ \
| | * | Add Dominic Hamon's nettest for running tests written with other interpreters.Dominic Hamon2013-05-08
| |/ /
* | | Merge branch 'fix_pcap_filename'Arturo Filastò2013-05-14
|\ \ \ | |/ / |/| |
| * | Fix import error for pushFilenameStackArturo Filastò2013-05-14
| |/
| * Set pcap name for each NetTest, and use consistent timestamps.aagbsn2013-05-03
* | Parsley 1.1 is now in pypi so we don't have to mirror it.Arturo Filastò2013-05-08
* | Remove unused geodata module that depended on pygeoipArturo Filastò2013-05-08
* | Explicit versions of scapy, parsley and dnspythonArturo Filastò2013-05-08
* | Remove oonib from ooni-probe repo.Arturo Filastò2013-05-08
* | Merge branch 'master' of github.com:TheTorProject/ooni-probeArturo Filastò2013-05-08
|\ \
| * | Add extra commands to step 1Arturo Filastò2013-05-05
* | | Update requirements.txt to what twisted wants.Arturo Filastò2013-05-08
* | | Include by default the details of the probeArturo Filastò2013-05-07
|/ /
* | Implement Vagrant file for running ooniprobe on any platformArturo Filastò2013-05-05
* | Have some slightly saner defaults for the config fileArturo Filastò2013-05-05
* | Fix markup of README fileArturo Filastò2013-05-05
* | Fix markup of codeArturo Filastò2013-05-05
* | Merge branch 'master' of github.com:TheTorProject/ooni-probeArturo Filastò2013-04-30
|\ \
| * \ Merge pull request #77 from aagbsn/fix_tls_handshake_inputaagbsn2013-04-30
| |\ \ | | |/
| | * Fix tls_handshake input processingaagbsn2013-04-30
| |/
| * Merge pull request #76 from aagbsn/fix_import_renameaagbsn2013-04-30
| |\
| | * Fix import conflictaagbsn2013-04-30
| |/
| * Merge pull request #69 from isislovecruft/feature/tls-handshakeaagbsn2013-04-30
| |\
| | * Set self.input to self.host if no inputFile, and update several log messages.Isis Lovecruft2013-04-22
| | * Reformat docstrings for several HandshakeTest functions to Sphinx format.Isis Lovecruft2013-04-22
| | * Rename HandshakeTest.test_tlsv1_handshake() to HandshakeTest.test_handshake().Isis Lovecruft2013-04-22
| | * Cleanup docstrings for getX509Name() and getPublicKey() functions.Isis Lovecruft2013-04-22
| | * Add Sphinx docstring for getPeerCert() function.Isis Lovecruft2013-04-22
| | * Move to call IPAddress explicitly from ipaddr.IPAdress.Isis Lovecruft2013-04-22
| | * Add self.host to the inputProcessor().Isis Lovecruft2013-04-22
| | * If no ciphersuite list is provided, explain that we're using firefox's.Isis Lovecruft2013-04-22
| | * Fix bug where conflicting SSL context choices was not explained to the user.Isis Lovecruft2013-04-22
| | * Fix #8440, set the self.host attribute when given the --host option.Isis Lovecruft2013-04-22
| | * Create a host attribute for storing the --host option, and set self.ciphers.Isis Lovecruft2013-04-22