summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add a bunch of debug messages for reachability testingbug12160_debug_masterAndrea Shepard2014-09-01
* Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson2014-09-01
|\
| * Adding changes file.rl19872014-09-01
* | Avoid unsigned/sign compare warning from last patch.Nick Mathewson2014-09-01
* | Bounds check while looping over a fixed size table or arrayPhilip Van Hoof2014-09-01
* | Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson2014-08-29
|\ \ | |/
| * Merge remote-tracking branch 'arma/bug12996b' into maint-0.2.5Nick Mathewson2014-08-29
| |\
| | * Downgrade "Unexpected onionskin length after decryption" warningRoger Dingledine2014-08-29
* | | Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson2014-08-29
|\ \ \ | |/ /
| * | Improve "Tried to establish rendezvous on non-OR or non-edge circuit"Nick Mathewson2014-08-29
| |/
* | Fix some coverity warnings in new routerset testsNick Mathewson2014-08-29
* | Introduce full coverage tests for module routerset.c.dana koch2014-08-29
* | Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson2014-08-28
|\ \ | |/
| * Resume expanding abbreviations for command-line optionsRoger Dingledine2014-08-28
* | Initialize crash handler in unit testsNick Mathewson2014-08-27
* | Merge remote-tracking branch 'public/bug10163'Nick Mathewson2014-08-26
|\ \
| * | Remove the assigned-but-unused chosen_named_idx local variableNick Mathewson2014-08-25
| * | changes file for bug 10163 / proposal 215.Nick Mathewson2014-08-15
| * | Remove implementation code for all pre-13 consensus methods.Nick Mathewson2014-08-15
| * | Remove support for generating consensuses with methods <= 9.Nick Mathewson2014-08-15
| * | No longer advertise or negotiate any consensus method before 13.Nick Mathewson2014-08-15
* | | Fix another memory leak case in sandbox.c:prot_strings()Nick Mathewson2014-08-25
* | | Use the ARRAY_LENGTH macro more consistently.Nick Mathewson2014-08-24
* | | Remove the non-implemented versions of the sandbox _array() functionsNick Mathewson2014-08-24
* | | Whitespace fixesNick Mathewson2014-08-24
* | | Terser ways to sandbox-allow related filenamesNick Mathewson2014-08-24
* | | Merge branch 'bug11792_1_squashed'Nick Mathewson2014-08-24
|\ \ \
| * | | When looking for conns to close, count the age of linked queued dataNick Mathewson2014-08-24
| * | | Kill non-tunneled directory connections when handling OOM.Nick Mathewson2014-08-24
| * | | Count zlib buffer memory towards OOM totals.Nick Mathewson2014-08-24
| * | | When counting memory from closing a connection, count the dir conn tooNick Mathewson2014-08-18
* | | | Tidy status handling in rendservice.cNick Mathewson2014-08-22
* | | | Merge branch 'coverity_20140821'Nick Mathewson2014-08-21
|\ \ \ \
| * | | | fix memory leak on failure in sandbox.c:prot_strings()Nick Mathewson2014-08-21
| * | | | Store sandbox params as char *, since that's what they are.Nick Mathewson2014-08-21
| * | | | Check for duplicate arguments to tor-gencertNick Mathewson2014-08-21
| * | | | Mark one use of networkstatus_check_document_signature as (void)Nick Mathewson2014-08-21
| * | | | remove meaningless checks for chunks==NULL in dirserv stuffNick Mathewson2014-08-21
| * | | | Suppress coverity warning about overflowing in safe_mem_is_zeroNick Mathewson2014-08-21
| * | | | Avoid performing an assert on an always-true valueNick Mathewson2014-08-21
| * | | | Suppress coverity warning about overflowing in tor_memeq.Nick Mathewson2014-08-21
| * | | | Check return values for fcntl in tor_spawn_background.Nick Mathewson2014-08-21
| * | | | Allow rend_service_intro_free to get called with NULLNick Mathewson2014-08-21
| * | | | Remove a dead check for errmsg in handle_control_authenticateNick Mathewson2014-08-21
| * | | | Add a missing goto to an unusable branch and make the branch LD_BUG.Nick Mathewson2014-08-21
| * | | | Explicitly cast when dividing ints then implicitly casting to double.Nick Mathewson2014-08-21
| * | | | Fix memory leaks in test_entrynodes.cNick Mathewson2014-08-21
| * | | | Make the two branches of tor_tls_used_v1_handshake into one.Nick Mathewson2014-08-21
|/ / / /
* | | | Merge branch 'bug12205_take2_squashed'Nick Mathewson2014-08-20
|\ \ \ \
| * | | | Whitespace fixesNick Mathewson2014-08-20