aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-27Better fix to avoid loudness on mkdir -pJim Meyering
2012-08-27build: minimal adjustments to make out-of-tree build workJim Meyering
2012-08-24We now need automake 1.9 or laterNick Mathewson
2012-08-23Add some attributes to make a2x quieterNick Mathewson
2012-08-23Make asciidoc generation quieterNick Mathewson
2012-08-23Make the _sha1.i file generation quieterNick Mathewson
2012-08-23Add missing dependency so the html.in files get builtNick Mathewson
2012-08-23Replace man_MANS with nodist_man1_MANSJim Meyering
2012-08-23s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/Jim Meyering
2012-08-09fix up calling of config.status to generate docsStewart Smith
2012-08-09Fix up make distcheck and greatly simplify docs dependencies (although it's s...Stewart Smith
2012-08-09fix circular dependency for generating code digestsStewart Smith
2012-08-09fix TESTS to include full path to src/test/testStewart Smith
2012-08-09fix dependencies for some generated filesStewart Smith
2012-08-09remove contrib/Makefile and contrib/suse/Makefile from configure.inStewart Smith
2012-08-09add subdir-objects to AUTOMAKE_OPTIONS, this builds object files in subdirs w...Stewart Smith
2012-08-09Move to non-recursive makeStewart Smith
2012-08-09Temporarily make spurious sendmes warn louder at arma's suggestion.Nick Mathewson
2012-08-09Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-09Merge remote-tracking branch 'public/bug6252_again' into maint-0.2.3Nick Mathewson
2012-08-07forward-port the 0.2.3.20-rc changelogRoger Dingledine
2012-08-03Speak not the name of INT_MIN; it can upset older compilersNick Mathewson
2012-08-03Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-03Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-08-03Try to clarify impact of bug 6537Nick Mathewson
2012-08-03Mitigate a side-channel leak of which relays Tor chooses for a circuitRobert Ransom
2012-08-03Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-03Remove bogus comment claiming that an assertion is triggerable by consensusRobert Ransom
2012-08-03Fix a bunch of "implicit 64->32" warnings from introduce refactoringNick Mathewson
2012-08-03Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-03Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-08-03Clarify security impact of bug 6530Nick Mathewson
2012-08-03Avoid possible segfault when handling networkstatus vote with bad flavorNick Mathewson
2012-08-02Updated docs for new connections.Matthew Finkel
2012-08-02Merge remote-tracking branch 'sysrqb/bug6518'Nick Mathewson
2012-08-02Constify struct sockaddr *sa parameter for checkMatthew Finkel
2012-08-02Removed redundant check_sockaddr_family_match callMatthew Finkel
2012-08-02add $(AM_V_GEN) to documentation generation Makefile targets.Stewart Smith
2012-08-02Enable the automake silent rules.Stewart Smith
2012-07-31Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-31Merge branch 'bug6480_squashed' into maint-0.2.3Nick Mathewson
2012-07-31Avoid hard (impossible?)-to-trigger double-free in dns_resolve()Nick Mathewson
2012-07-31Merge branch 'bug6177_squashed'Nick Mathewson
2012-07-31new changes entry for rend_service_introduce refactoringNick Mathewson
2012-07-31test_assert is always in affect: no need for extra gotosNick Mathewson
2012-07-31Remove duplicate code in test_introduce.cNick Mathewson
2012-07-31Whitespace tweaksNick Mathewson
2012-07-31Unit tests for new rend_intro_cell_t parserAndrea Shepard
2012-07-31Add replaycache.h to noinst_HEADERS in src/or/Makefile.amAndrea Shepard
2012-07-31Refactor INTRODUCE2 parsing code in rend_service_introduce()Andrea Shepard