aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-11Merge remote-tracking branch 'public/bug13104_025'Nick Mathewson
2014-09-11C90 compliance for #13104 fixesNick Mathewson
2014-09-11Add a changes file for bug 13104Nick Mathewson
2014-09-11Avoid an overflow on negation in format_helper_exit_statusNick Mathewson
2014-09-10Avoid divide by zero and NaNs in scale_array_elements_to_u64Nick Mathewson
2014-09-10Extra tests for tor_memeq and memcmpNick Mathewson
2014-09-10Avoid overflows and underflows in sscanf and friendsNick Mathewson
2014-09-10Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-10In routerlist_assert_ok(), check r2 before taking &(r2->cache_info)Nick Mathewson
2014-09-10Merge remote-tracking branch 'yawning/bug_8402'Nick Mathewson
2014-09-10Merge remote-tracking branch 'public/torrc_minimal'Nick Mathewson
2014-09-10Merge remote-tracking branch 'public/bug12908_025' into maint-0.2.5Nick Mathewson
2014-09-10Mark StrictE{ntry,xit}Nodes as obsolete.Nick Mathewson
2014-09-09Fix issues brought up in nickm's review.Yawning Angel
2014-09-09Add unittests for finding the third quartile of a set.George Kadianakis
2014-09-09Merge remote-tracking branch 'asn/bug13064'Nick Mathewson
2014-09-09Remove now-pointless SIZE_MAX stanza from OpenBSD_malloc_linuxNick Mathewson
2014-09-09Use S?SIZE_MAX, not S?SIZE_T_MAXNick Mathewson
2014-09-09Remove client-side bad directory logicSebastian Hahn
2014-09-09Remove dirauth support for the BadDirectory flagSebastian Hahn
2014-09-09Merge branch 'bug12899_squashed'Nick Mathewson
2014-09-09Remove support for naming directory authoritiesSebastian Hahn
2014-09-09Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-09Merge remote-tracking branch 'andrea/bug12160_025' into maint-0.2.5Nick Mathewson
2014-09-09Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-09Merge remote-tracking branch 'public/bug12700_024' into maint-0.2.5Nick Mathewson
2014-09-09Updated building-tor-msvc.txtNick Mathewson
2014-09-09Add instructions for building Tor with MSVC.Nick Mathewson
2014-09-09Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-09Clean up the MVSC nmake files so they work again.Nick Mathewson
2014-09-09Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-09Add more escaped() calls in directory.cNick Mathewson
2014-09-08Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-08Expand the event_mask field in controller conns to 64 bitsNick Mathewson
2014-09-08Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-08Add cscope generated files to .gitignore.Nick Mathewson
2014-09-06Evaluate TestingDirAuthVoteGuard only after filling all rs elements.George Kadianakis
2014-09-05Correctly update channel local mark when address of incoming connection chang...Andrea Shepard
2014-09-04Fix add_fingerprint_to_dir() doc and signatureSebastian Hahn
2014-09-04Remove the AuthDirRejectUnlisted config optionSebastian Hahn
2014-09-03Merge remote-tracking branch 'intrigeri/bug12939-systemd-no-new-privileges'Nick Mathewson
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-02Use 'Bytes', not 'B', in torrc.sample.Nick Mathewson
2014-09-02Fix: typo in torrc.sample.inMagnus Nord
2014-09-02Divide torrc.sample into torrc.sample and torrc.minimalNick 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