summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Fix a memory leak in reading an expired ed signing key.Nick Mathewson
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Whoops; infinite recursionNick Mathewson
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Yet more memory leaks in the rendcache testsNick Mathewson
2015-10-21Fix memory leak in rend_cache_failure_entry_free()Nick Mathewson
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Fix an (unreachable) memory leak in rendcache.cNick Mathewson
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Fix a bunch more memory leaks in the tests.Nick Mathewson
2015-10-21Fix a use-after-free in validate_intro_point_failure. Bug 17401. Found w valg...Nick Mathewson
2015-10-15Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-15Merge remote-tracking branch 'origin/maint-0.2.6' into maint-0.2.7Nick Mathewson
2015-10-15Add hidserv-stats filname to our sandbox filterDavid Goulet
2015-10-06fix check-spaces once moreNick Mathewson
2015-10-06Merge remote-tracking branch 'twstrike/rendcache_tests'Nick Mathewson
2015-10-05Fix spaces and other smaller issuesOla Bini
2015-10-04fix easy typoRoger Dingledine
2015-10-02Merge remote-tracking branch 'twstrike/dir-handle-cmd-get'Nick Mathewson
2015-10-02Merge remote-tracking branch 'teor/warn-when-time-goes-backwards'Nick Mathewson
2015-10-02Merge remote-tracking branch 'teor/routerset-parse-IPv6-literals'Nick Mathewson
2015-10-02Merge remote-tracking branch 'donncha/feature14846_4'Nick Mathewson
2015-10-01fixup #17188: Add most likely reasons for clock going backwardsteor (Tim Wilson-Brown)
2015-09-30Disallow transitions on SyslogIdentityTag, since they do not work rightNick Mathewson
2015-09-30Add SyslogIdentityTagPeter Palfrader
2015-09-30Warn when the system clock is set back in timeteor (Tim Wilson-Brown)
2015-09-29No spaces around = in variable assignmentMarcin Cieślak
2015-09-24Make our digest-mismatch warnings a touch betterNick Mathewson
2015-09-24Put braces around reject-lines for IPv6 addrsNick Mathewson
2015-09-23New AuthDirPinKeys option to enable/disable keypinning enforcementNick Mathewson
2015-09-23Extract the add-or-replace-keypin logic into a new functionNick Mathewson
2015-09-23Allow conflicts to occur in keypinning journalNick Mathewson
2015-09-22Fix a memory leak in router_parse_addr_policy_item_from_string. CID 1324770Nick Mathewson
2015-09-22Merge branch 'feature16769_squashed'Nick Mathewson
2015-09-22Disable --master-key as not-yet-working for 0.2.7Nick Mathewson
2015-09-22Add a --master-key optionNick Mathewson
2015-09-22Add a new --newpass option to add or remove secret key passphrases.Nick Mathewson
2015-09-22Merge branch 'feature16944_v2'Nick Mathewson
2015-09-16Merge branch 'bug17027-reject-private-all-interfaces-v2' into bug16069-bug17027teor (Tim Wilson-Brown)
2015-09-16fixup Clarify ambiguous log message in router_add_exit_policyteor (Tim Wilson-Brown)
2015-09-16fixup Only set TAPMP_STAR_IPV6_ONLY if TAPMP_EXTENDED_STAR is setteor (Tim Wilson-Brown)
2015-09-16Log an info-level message for each IP blocked by ExitPolicyRejectPrivateteor (Tim Wilson-Brown)
2015-09-16ExitPolicyRejectPrivate rejects local IPv6 address and interface addressesteor (Tim Wilson-Brown)
2015-09-15Add tests for directory_handle_command_getReinaldo de Souza Jr
2015-09-15Add tests for the rend cacheOla Bini
2015-09-16ExitPolicy accept6/reject6 produces IPv6 wildcard addresses onlyteor (Tim Wilson-Brown)
2015-09-16Warn about redundant torrc ExitPolicy lines due to accept/reject *:*teor (Tim Wilson-Brown)
2015-09-16Ignore accept6/reject6 IPv4, warn about unexpected rule outcomesteor (Tim Wilson-Brown)
2015-09-14Allow IPv6 literal addresses in routersetsteor (Tim Wilson-Brown)