summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Bump to 1.0.2v1.0.2Arturo Filastò2014-05-21
* Use SystemRandom instead of insecure RNGArturo Filastò2014-05-21
* Be sure to cancel the callLater deferred only if it has not been already called.Arturo Filastò2014-05-21
* Bump to version 1.0.0Arturo Filastò2014-05-21
* Fix missing import.Arturo Filastò2014-05-08
* Make the header length check more stringent.Arturo Filastò2014-05-07
* Merge branch 'master' of github.com:TheTorProject/ooni-backendArturo Filastò2014-05-05
|\
| * Merge pull request #49 from defuse/addffiArturo Filastò2014-04-30
| |\
| | * Make Vagrantfile also install libffi-devTaylor Hornby2014-04-30
* | | Also apply encoding to the debug level logs.Arturo Filastò2014-05-05
|/ /
* | Merge pull request #47 from TheTorProject/fix/refactoringArturo Filastò2014-04-30
|\ \
| * | Add unittests for the report handlers.Arturo Filastò2014-04-30
| * | Refactoring and tidying up of various different parts of the codebase.Arturo Filastò2014-04-30
|/ /
* | Merge pull request #46 from TheTorProject/fix/issue_eArturo Filastò2014-04-30
|\ \
| * | Set limits on the number of headers that can be sent and their length.Arturo Filastò2014-04-30
|/ /
* | Merge pull request #45 from TheTorProject/fix/issue_cArturo Filastò2014-04-30
|\ \
| * | Escape all strings before writing them to the log file.Arturo Filastò2014-04-23
* | | Merge pull request #44 from TheTorProject/fix/issue_dArturo Filastò2014-04-30
|\ \ \
| * | | Verify the sha 256 sum of the zlib package.Arturo Filastò2014-04-23
| |/ /
* | | Merge pull request #43 from TheTorProject/fix/issue_gArturo Filastò2014-04-30
|\ \ \ | |/ / |/| |
| * | Set Content-Disposition in RandomPage HTTP HelperArturo Filastò2014-04-23
|/ /
* | Merge branch 'darius'Arturo Filastò2014-04-21
|\ \
| * | Handle writing exceptions that don't have log_exception attributeArturo Filastò2014-04-21
| * | Fix bug introduce in previous PR.Arturo Filastò2014-04-21
| * | remove mutable class-level variable that's always overridden by a fresh insta...Darius Bacon2014-04-16
| * | try/except is not needed hereDarius Bacon2014-04-16
| * | remove overbroad try/exceptDarius Bacon2014-04-16
| * | tighter try/except/with blocksDarius Bacon2014-04-16
| * | tighter try/except/with blocksDarius Bacon2014-04-16
| * | move write() out of the scope of an IOError catch clause not meant for itDarius Bacon2014-04-16
| * | a more-direct testDarius Bacon2014-04-16
| * | note missing importDarius Bacon2014-04-16
| * | remove duplicate importDarius Bacon2014-04-16
| * | clearer logic by eliminating checking_first_packet and bringing assignments t...Darius Bacon2014-04-16
| * | remove unused (and confusing) globalDarius Bacon2014-04-15
| * | simpler Config.load()Darius Bacon2014-04-15
| * | fix doctest (python -m doctest __init__.py was failing)Darius Bacon2014-04-15
| * | simpler methods in StorageDarius Bacon2014-04-15
| * | clearer check_paths()Darius Bacon2014-04-15
* | | Merge branch 'master' of github.com:TheTorProject/ooni-backendArturo Filastò2014-04-21
|\ \ \
| * \ \ Merge pull request #41 from darius/masterArturo Filastò2014-03-31
| |\ \ \ | | |/ /
| | * | If p is a dictionary (as I assume) then you don't need the .keys().Darius Bacon2014-03-28
| | * | Avoid the possibility of accidentally sharing the same mutable list for self....Darius Bacon2014-03-28
| | * | Most of the body of this doesn't need to be in the scope of the 'with'. (This...Darius Bacon2014-03-28
| | * | More-direct code for validateNettest, as long as I'm messing with it. You cou...Darius Bacon2014-03-28
| | * | Make validateNettest work like validateInputHash. Previously the code was cle...Darius Bacon2014-03-28
| | * | Export ssl_helpers. (Or was it meant to be left out?)Darius Bacon2014-03-28
| | * | Load the bouncer file just once. The previous code read it twice, which could...Darius Bacon2014-03-28
| | * | Fix: old code could raise a KeyError because choices[c] preceded the if c in ...Darius Bacon2014-03-28
| | * | Check version semantically instead of by string (the old code answers wrong f...Darius Bacon2014-03-28