index
:
ooni/oonib
master
open observatory of network interference - backend system
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Bump to 1.0.2
v1.0.2
Arturo Filastò
2014-05-21
*
Use SystemRandom instead of insecure RNG
Arturo 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.0
Arturo 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-backend
Arturo Filastò
2014-05-05
|
\
|
*
Merge pull request #49 from defuse/addffi
Arturo Filastò
2014-04-30
|
|
\
|
|
*
Make Vagrantfile also install libffi-dev
Taylor Hornby
2014-04-30
*
|
|
Also apply encoding to the debug level logs.
Arturo Filastò
2014-05-05
|
/
/
*
|
Merge pull request #47 from TheTorProject/fix/refactoring
Arturo 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_e
Arturo 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_c
Arturo 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_d
Arturo 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_g
Arturo Filastò
2014-04-30
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Set Content-Disposition in RandomPage HTTP Helper
Arturo Filastò
2014-04-23
|
/
/
*
|
Merge branch 'darius'
Arturo Filastò
2014-04-21
|
\
\
|
*
|
Handle writing exceptions that don't have log_exception attribute
Arturo 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 Bacon
2014-04-16
|
*
|
try/except is not needed here
Darius Bacon
2014-04-16
|
*
|
remove overbroad try/except
Darius Bacon
2014-04-16
|
*
|
tighter try/except/with blocks
Darius Bacon
2014-04-16
|
*
|
tighter try/except/with blocks
Darius Bacon
2014-04-16
|
*
|
move write() out of the scope of an IOError catch clause not meant for it
Darius Bacon
2014-04-16
|
*
|
a more-direct test
Darius Bacon
2014-04-16
|
*
|
note missing import
Darius Bacon
2014-04-16
|
*
|
remove duplicate import
Darius Bacon
2014-04-16
|
*
|
clearer logic by eliminating checking_first_packet and bringing assignments t...
Darius Bacon
2014-04-16
|
*
|
remove unused (and confusing) global
Darius Bacon
2014-04-15
|
*
|
simpler Config.load()
Darius Bacon
2014-04-15
|
*
|
fix doctest (python -m doctest __init__.py was failing)
Darius Bacon
2014-04-15
|
*
|
simpler methods in Storage
Darius Bacon
2014-04-15
|
*
|
clearer check_paths()
Darius Bacon
2014-04-15
*
|
|
Merge branch 'master' of github.com:TheTorProject/ooni-backend
Arturo Filastò
2014-04-21
|
\
\
\
|
*
\
\
Merge pull request #41 from darius/master
Arturo Filastò
2014-03-31
|
|
\
\
\
|
|
|
/
/
|
|
*
|
If p is a dictionary (as I assume) then you don't need the .keys().
Darius Bacon
2014-03-28
|
|
*
|
Avoid the possibility of accidentally sharing the same mutable list for self....
Darius Bacon
2014-03-28
|
|
*
|
Most of the body of this doesn't need to be in the scope of the 'with'. (This...
Darius Bacon
2014-03-28
|
|
*
|
More-direct code for validateNettest, as long as I'm messing with it. You cou...
Darius Bacon
2014-03-28
|
|
*
|
Make validateNettest work like validateInputHash. Previously the code was cle...
Darius Bacon
2014-03-28
|
|
*
|
Export ssl_helpers. (Or was it meant to be left out?)
Darius Bacon
2014-03-28
|
|
*
|
Load the bouncer file just once. The previous code read it twice, which could...
Darius Bacon
2014-03-28
|
|
*
|
Fix: old code could raise a KeyError because choices[c] preceded the if c in ...
Darius Bacon
2014-03-28
|
|
*
|
Check version semantically instead of by string (the old code answers wrong f...
Darius Bacon
2014-03-28
[next]