summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-10-05Fix spacesOla Bini
2015-10-05Fix compiling under gcc warnings to errorsOla Bini
2015-09-15Fix procmon_new to correctly use zeroed memory - otherwise it can blow up if ...Ola Bini
2015-09-15Add tests for procmon. These currently fail. Investigation should happen befo...Ola Bini
2015-09-13Convince coverity that we do not have a particular memory leakNick Mathewson
2015-09-11Add a rend cache failure info dup functionDavid Goulet
2015-09-10Merge remote-tracking branch 'public/ed25519_hup_v2'Nick Mathewson
2015-09-09Bump default test-network bootstrap time to 35 sec (see 16953)Nick Mathewson
2015-09-09Check NoKeepAliveIsolateSOCKSAuth in a better place.Yawning Angel
2015-09-08Merge remote-tracking branch 'teor/make-test-network-all'Nick Mathewson
2015-09-09Increase default boostrap time in test-network.shteor (Tim Wilson-Brown)
2015-09-08Make NoKeepAliveIsolateSOCKSAuth work as expectedNick Mathewson
2015-09-08Merge branch 'feature15482_squashed'Nick Mathewson
2015-09-08Add `KeepAliveIsolateSOCKSAuth` as a SOCKSPort option.Yawning Angel
2015-09-08Handle negative inputs to crypto_random_time_range().Nick Mathewson
2015-09-08Add "make test-network-all" to verify multiple test networksteor (Tim Wilson-Brown)
2015-09-08Make test-network.sh more robust against arguments containing spacesteor (Tim Wilson-Brown)
2015-09-04Fix an alignment issue in our extensions to ed25519_donnaNick Mathewson
2015-09-03Fix windows test_keygen.sh. This time I think I have it!Nick Mathewson
2015-09-03Use absolute path for datadir in test_keygen.shNick Mathewson
2015-09-03Make test_keygen.sh dump what the problem is on cmp failureNick Mathewson
2015-09-03Only return 0..255 from main().Nick Mathewson
2015-09-03Add a little more output to test_keygen.sh: try to debug windowsNick Mathewson
2015-09-02Merge remote-tracking branch 'dgoulet/bug15963_026_01'Nick Mathewson
2015-09-02Don't vote HSDir if we aren't voting FastDavid Goulet
2015-09-02Fix crashes in testsNick Mathewson
2015-09-02Prohibit the use of one entry node with an HSDavid Goulet
2015-09-02Let recent relays run with the chutney sandbox.Nick Mathewson
2015-09-02Let bridge authorities run under the sandboxNick Mathewson
2015-09-02Add test_keygen.sh to distNick Mathewson
2015-09-02Merge remote-tracking branch 'teor/master'Nick Mathewson
2015-09-02Merge remote-tracking branch 'dgoulet/bug15254_027_01'Nick Mathewson
2015-09-02correct the doc for find_rp_for_intro.Nick Mathewson
2015-09-02Remove remaining references to "nulterminate" in commentsNick Mathewson
2015-09-02Include dns_structs.h in tarballNick Mathewson
2015-09-02Enable hidden service statistics by defaultDavid Goulet
2015-09-01Remove the unused "nulterminate" option to buf_pullup()Nick Mathewson
2015-09-01Bug 15482: Don't abandon circuits that are still in use for browsing.Mike Perry
2015-09-02Test bridges and hidden services in make test-networkteor (Tim Wilson-Brown)
2015-09-01missing semicolonNick Mathewson
2015-09-01Fix an always-false check with an assertionNick Mathewson
2015-09-01Fix a false-positive in coverity scan with an assertionNick Mathewson
2015-09-01Fix code for checking expired certificates on loadNick Mathewson
2015-09-01Add a comment about CID 1311630 and why we won't worry about it.Nick Mathewson
2015-09-01Simplify API for find_rp_for_intro()Nick Mathewson
2015-09-01Merge remote-tracking branch 'sebastian/channel_free_list'Nick Mathewson
2015-09-01properly delete current channel in channel_free_listSebastian Hahn
2015-08-30Remove -F from tor-resolve(1) usage message.rl1987
2015-08-26Fix some memory issues in test_dns.cNick Mathewson
2015-08-26Resolve check-spaces in test_dns.cNick Mathewson