summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-03Merge remote-tracking branch 'intrigeri/bug12751-systemd-filesystem-sandbox'Nick Mathewson
2014-09-03Fix a couple of small memory leaks on failure cases.Nick Mathewson
2014-09-03Fix some 'dereference-before-null-check' warnings in test_circuitlist.cNick Mathewson
2014-09-03Fix the leaks that valgrind found in the new routerset tests.Nick Mathewson
2014-09-02Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-02Documenting reject6 and accept6 ExitPolicy entries in manpage.rl1987
2014-09-02Don't list relays w/ bw estimate of 0 in the consensusSebastian Hahn
2014-09-02Don't delay uploading a new desc if bw estimate was 0Sebastian Hahn
2014-09-02Fix more (void*)11 warnings in the testsNick Mathewson
2014-09-02Make iter for DECLARE_TYPED_DIGESTMAP_FNS be a pointer.Nick Mathewson
2014-09-02Use real pointers in unit tests, not (void*)101 etcNick Mathewson
2014-09-02Don't include a backtrace test for dereferencing 0 under analyzersNick Mathewson
2014-09-02Add more assertions to esc_for_log to please the clangalyzer.Nick Mathewson
2014-09-02Add an assertion to read_file_to_str_until_eofNick Mathewson
2014-09-02Explicitly initialize addresses in tor_ersatz_socketpairNick Mathewson
2014-09-02Apply the MALLOC_ZERO_WORKS fixup to tor_realloc as well.Nick Mathewson
2014-09-02Another clang analyzer complaint wrt HT_GENERATENick Mathewson
2014-09-02Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-02Fix a number of clang analyzer false-positivesNick Mathewson
2014-09-01Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-01Adding changes file.rl1987
2014-09-01Avoid unsigned/sign compare warning from last patch.Nick Mathewson
2014-09-01Bounds check while looping over a fixed size table or arrayPhilip Van Hoof
2014-08-29Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-08-29Merge remote-tracking branch 'arma/bug12996b' into maint-0.2.5Nick Mathewson
2014-08-29Downgrade "Unexpected onionskin length after decryption" warningRoger Dingledine
2014-08-29Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
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-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