summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-22forward-port recent changelogs and release notesRoger Dingledine
2013-12-21Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-12-21Merge branch 'bug10456' into maint-0.2.4Nick Mathewson
2013-12-21Fix a logic error in circuit_stream_is_being_handled.Nick Mathewson
2013-12-20Merge remote-tracking branch 'linus/bug10324'Nick Mathewson
2013-12-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-12-18Merge branch 'bug10402_redux_024' into maint-0.2.4Nick Mathewson
2013-12-18Never allow OpenSSL engines to replace the RAND_SSLeay methodNick Mathewson
2013-12-17Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-12-17Merge branch 'bug10423' into maint-0.2.4Nick Mathewson
2013-12-17Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-12-17Merge remote-tracking branch 'public/bug10409_023' into maint-0.2.4Nick Mathewson
2013-12-17Avoid double-free on failure to dump_descriptor() a cached mdNick Mathewson
2013-12-16Avoid free()ing from an mmap on corrupted microdesc cacheNick Mathewson
2013-12-12Make tor-gencert create 2048 bit signing keys.Linus Nordberg
2013-12-09Fix get_configured_bridge_by_addr_port_digest(.,.,NULL)rl1987
2013-12-09Merge remote-tracking branch 'public/bug10131_024'Nick Mathewson
2013-12-09Remove a check in channeltls.c that could never fail.Nick Mathewson
2013-12-05Set CREATE_NO_WINDOW in tor_spawn_background.David Fifield
2013-11-25Merge branch 'bug4677'Nick Mathewson
2013-11-25Restore prop198 behavior from 4677 patchNick Mathewson
2013-11-25Restore ability to build with V2_HANDSHAKE_SERVERNick Mathewson
2013-11-22Avoid warning about impossible check for flags & 0Nick Mathewson
2013-11-22Only update view of micrdescriptor pos if pos is fetchable.Nick Mathewson
2013-11-22Add checks to prevent memcmp(.,.,negative) in tests (CID 1064417)Nick Mathewson
2013-11-22Fix another unit test memory leak. CID1087949,CID1087950.Nick Mathewson
2013-11-22Fix a bunch of coverity-spotted unit test resource leaksNick Mathewson
2013-11-22Remove needless fd var from test. CID 1130989.Nick Mathewson
2013-11-22Handle unlikely negative time in tor_log_err_sigsafeNick Mathewson
2013-11-20Whitespace cleanupNick Mathewson
2013-11-20Merge remote-tracking branch 'sysrqb/bug9859_5'Nick Mathewson
2013-11-18Fix crypto/digests testNick Mathewson
2013-11-18Merge branch 'finish_prop157'Nick Mathewson
2013-11-18Tweak #10162 documentation a bitNick Mathewson
2013-11-18Add a _GNU_SOURCE definition to backtrace.c to fix compilationNick Mathewson
2013-11-18Whoops; changes files belong in changes.Nick Mathewson
2013-11-18Whoops -- add missing defined().Nick Mathewson
2013-11-18Make header includes match declarations in pc_from_ucontext.m4Nick Mathewson
2013-11-18Fix compilation under openssl 0.9.8Nick Mathewson
2013-11-18Remove 'struct timeval now' that was shadowing 'struct timeval now'.Nick Mathewson
2013-11-18Fix whitespaceNick Mathewson
2013-11-18Log more OpenSSL engine statuses at startup.Nick Mathewson
2013-11-18Merge branch 'backtrace_squashed_merged'Nick Mathewson
2013-11-18Merge branch 'backtrace_squashed'Nick Mathewson
2013-11-18Improve backtrace changes fileNick Mathewson
2013-11-18Refactor format_*_number_sigsafe to have a common implementationNick Mathewson
2013-11-18Reseolve DOCDOC and XXXXs in backtrace.cNick Mathewson
2013-11-18Tests for backtrace.cNick Mathewson
2013-11-18Unit tests for new functions in log.cNick Mathewson
2013-11-18Make backtrace handler handle signals correctly.Nick Mathewson