aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-03slownacl's pure-python curve25519 lets us test ntor everywhere.Nick Mathewson
2014-02-03Merge remote-tracking branch 'public/bug10758'Nick Mathewson
2014-02-03Some anti-forensics paranoia...Florent Daigniere
2014-02-02Add a sandbox rule to allow IP_TRANSPARENTNick Mathewson
2014-02-02Move the friendly warning about TPROXY and root to EPERM timeNick Mathewson
2014-01-31Add support for TPROXY via new TransTPRoxy optionNick Mathewson
2014-01-29Rip out all of the v2 directory code.Nick Mathewson
2014-01-17whitespace fixesNick Mathewson
2014-01-17Coverate in util.c: test that tor_parse_* rejects negative base.Nick Mathewson
2014-01-17Add an --accel switch to run unit tests with crypto accelerationNick Mathewson
2014-01-06Fix some seccomp2 issuesNick Mathewson
2014-01-03Add explicit check for 0-length extend2 cellsNick Mathewson
2013-12-24Merge remote-tracking branch 'public/bug10485'Nick Mathewson
2013-12-24Move onion-type stats message into heartbeatNick Mathewson
2013-12-22Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-12-22Fix automapping to ipv6Nick Mathewson
2013-12-21Merge remote-tracking branch 'origin/maint-0.2.4'Nick 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-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-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 -- 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