summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-12-18mark a variable unused to fix a warning.Nick Mathewson
2015-12-18Remove an extra space in backtrace version stringcypherpunks
2015-12-18Fix a memory leak in the backtrace testcypherpunks
2015-12-18Log the backtrace when the backtrace test failscypherpunks
2015-12-18Move some more code inside a tortls.c ifdef to fix deadcode warning.Nick Mathewson
2015-12-18Fix an unreached null-pointer deref in connection testsNick Mathewson
2015-12-18Fix a buffer overrun in connection tests.Nick Mathewson
2015-12-18Fix a coverity uninitialized-pointer warning in policy tests.Nick Mathewson
2015-12-18Fix a coverity NULL-pointer deref warning in the DNS tests.Nick Mathewson
2015-12-18Fix a coverity NULL-pointer deref warning in the tortls tests.Nick Mathewson
2015-12-18Looks like I added one X509_free too many :(Nick Mathewson
2015-12-18Fix some dead code in tortls.cNick Mathewson
2015-12-18Fix a null-pointer deref when writing geoip statsNick Mathewson
2015-12-18Fix remaining memory leaks in unit tests.Nick Mathewson
2015-12-18Add zlib path when linking the switch_id testcypherpunks
2015-12-17Merge branch '17752_again'Nick Mathewson
2015-12-17Merge branch 'maint-0.2.7'Nick Mathewson
2015-12-17Add some more ed25519 key files to the seccomp sandbox listNick Mathewson
2015-12-17Another try at fixing 17752Nick Mathewson
2015-12-17Fix unused variable errorscypherpunks
2015-12-17Return 77 means "skipped"Nick Mathewson
2015-12-17Improve warning messagecypherpunks
2015-12-17Add missing parenthesescypherpunks
2015-12-17Remove Windows specific data type usagecypherpunks
2015-12-17Conform to the type signature of setsockopt(2)cypherpunks
2015-12-17Use a Windows specific socket error codecypherpunks
2015-12-17Do not run switch_id test on Windowscypherpunks
2015-12-16Merge remote-tracking branch 'teor/fix-multi-dir'Nick Mathewson
2015-12-17Prop210: Fix directory fetch teststeor (Tim Wilson-Brown)
2015-12-17Prop210: Check fallback directories and authorities work as expectedteor (Tim Wilson-Brown)
2015-12-17Prop210: Only clients benefit from multiple consensus downloadsteor (Tim Wilson-Brown)
2015-12-16More emergency-check code for un-removed pending entry connsNick Mathewson
2015-12-16Add an edge_about_to_close() call to ap_about_to_close().Nick Mathewson
2015-12-16Move pending-connection code into connection_ap_about_to_closeNick Mathewson
2015-12-16Merge branch 'maint-0.2.7'Nick Mathewson
2015-12-16Don't call pthread_condattr_setclock() unless it existsNick Mathewson
2015-12-16Merge branch 'maint-0.2.7'Nick Mathewson
2015-12-16... and fix another backtrace_symbols_fd call in sandbox.cNick Mathewson
2015-12-16... and fix the linux backtrace_symbols{,_fd} callsNick Mathewson
2015-12-16tweak router_parse_addr_policy_item_from_string docsNick Mathewson
2015-12-16Merge remote-tracking branch 'teor/feature17863'Nick Mathewson
2015-12-16Merge remote-tracking branch 'teor/feature17864'Nick Mathewson
2015-12-16More debugging code to try to track down #17659Nick Mathewson
2015-12-16Add some assertions to try to catch #17752Nick Mathewson
2015-12-16... and fix the linux backtrace_symbols{,_fd} callsNick Mathewson
2015-12-16Wait for busy authorities/fallbacks rather than ignoring excluded nodesteor (Tim Wilson-Brown)
2015-12-16Warn when comparing against an AF_UNSPEC address in a policyteor (Tim Wilson-Brown)
2015-12-16Add policy assume_action support for IPv6 addressesteor (Tim Wilson-Brown)
2015-12-16Initialise malformed_list to 0 each time we parse a policyteor (Tim Wilson-Brown)
2015-12-16Limit IPv6 mask bits to 128teor (Tim Wilson-Brown)