aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-29Improve "Tried to establish rendezvous on non-OR or non-edge circuit"Nick Mathewson
2014-08-29Fix some coverity warnings in new routerset testsNick Mathewson
2014-08-29Introduce full coverage tests for module routerset.c.dana koch
2014-08-28Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-08-28Resume expanding abbreviations for command-line optionsRoger Dingledine
2014-08-27Initialize crash handler in unit testsNick Mathewson
2014-08-27Add changes file for #12751.intrigeri
2014-08-27Add changes file for #12939.intrigeri
2014-08-27systemd unit file: ensures that the process and all its children can never gainintrigeri
2014-08-27systemd unit file: only allow tor to write to /var/lib/tor and /var/log/tor (...intrigeri
2014-08-26Merge remote-tracking branch 'public/bug10163'Nick Mathewson
2014-08-25Remove the assigned-but-unused chosen_named_idx local variableNick Mathewson
2014-08-25Fix another memory leak case in sandbox.c:prot_strings()Nick Mathewson
2014-08-24Use the ARRAY_LENGTH macro more consistently.Nick Mathewson
2014-08-24Remove the non-implemented versions of the sandbox _array() functionsNick Mathewson
2014-08-24Whitespace fixesNick Mathewson
2014-08-24Terser ways to sandbox-allow related filenamesNick Mathewson
2014-08-24Merge branch 'bug11792_1_squashed'Nick Mathewson
2014-08-24When looking for conns to close, count the age of linked queued dataNick Mathewson
2014-08-24Kill non-tunneled directory connections when handling OOM.Nick Mathewson
2014-08-24Count zlib buffer memory towards OOM totals.Nick Mathewson
2014-08-22Tidy status handling in rendservice.cNick Mathewson
2014-08-21Merge branch 'coverity_20140821'Nick Mathewson
2014-08-21fix memory leak on failure in sandbox.c:prot_strings()Nick Mathewson
2014-08-21Store sandbox params as char *, since that's what they are.Nick Mathewson
2014-08-21Check for duplicate arguments to tor-gencertNick Mathewson
2014-08-21Mark one use of networkstatus_check_document_signature as (void)Nick Mathewson
2014-08-21remove meaningless checks for chunks==NULL in dirserv stuffNick Mathewson
2014-08-21Suppress coverity warning about overflowing in safe_mem_is_zeroNick Mathewson
2014-08-21Avoid performing an assert on an always-true valueNick Mathewson
2014-08-21Suppress coverity warning about overflowing in tor_memeq.Nick Mathewson
2014-08-21Check return values for fcntl in tor_spawn_background.Nick Mathewson
2014-08-21Allow rend_service_intro_free to get called with NULLNick Mathewson
2014-08-21Remove a dead check for errmsg in handle_control_authenticateNick Mathewson
2014-08-21Add a missing goto to an unusable branch and make the branch LD_BUG.Nick Mathewson
2014-08-21Explicitly cast when dividing ints then implicitly casting to double.Nick Mathewson
2014-08-21Fix memory leaks in test_entrynodes.cNick Mathewson
2014-08-21Make the two branches of tor_tls_used_v1_handshake into one.Nick Mathewson
2014-08-20Merge branch 'bug12205_take2_squashed'Nick Mathewson
2014-08-20Whitespace fixesNick Mathewson
2014-08-20Small cleanups to test_entry_is_time_to_retryNick Mathewson
2014-08-20Unit testing entry_is_time_to_retry().rl1987
2014-08-20Write comments for members of periods array.rl1987
2014-08-20Rewriting entry_is_time_to_retry() using table approach.rl1987
2014-08-20Merge branch 'bug10116_squashed'Nick Mathewson
2014-08-20Don't allocate an extra smartlist in the OOM handlerNick Mathewson
2014-08-20fix remaining compilation problemsNick Mathewson
2014-08-20Fix return value of tor_fd_seekend.Nick Mathewson
2014-08-20Allow named pipes for our log files.Nick Mathewson
2014-08-20Merge remote-tracking branch 'public/bug11787'Nick Mathewson