aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-30dos: Clear connection tracked flag if geoip entry is removedDavid Goulet
2018-01-30dos: Add a heartbeat logDavid Goulet
2018-01-30dos: Add the DoSRefuseSingleHopClientRendezvous optionDavid Goulet
2018-01-30dos: Add the connection DoS mitigation subsystemDavid Goulet
2018-01-30dos: Apply defense for circuit creation DoSDavid Goulet
2018-01-30dos: Detect circuit creation denial of serviceDavid Goulet
2018-01-30dos: Track new and closed OR client connectionsDavid Goulet
2018-01-30geoip: Remember client stats if DoS mitigation is enabledDavid Goulet
2018-01-30dos: Initial code of Denial of Service mitigationDavid Goulet
2018-01-26Make more notes about important stuff in ReleasingTor.mdNick Mathewson
2018-01-26ReleasingTor.md: check for recommendation, listing on dl pageNick Mathewson
2018-01-26Improve log when unable to add sigs to pending consensusNick Mathewson
2018-01-26When a tor_cert_T check fails, log the reason why.Nick Mathewson
2018-01-26Remove a needless (always-true) check.Nick Mathewson
2018-01-26If out-of-disk when saving a consensus cache entry, don't BUG.Nick Mathewson
2018-01-26Change the sandbox behavior on all failed opens() to EACCESNick Mathewson
2018-01-26Refactor crypto.[ch] into smaller RSA module.Fernando Fernandez Mancera
2018-01-25geoip: Add a lookup function for client map entryDavid Goulet
2018-01-25Merge remote-tracking branch 'ahf-oniongit/bugs/25026'Nick Mathewson
2018-01-25Bump version to 0.3.3.1-alpha-devNick Mathewson
2018-01-25Reflow changelogtor-0.3.3.1-alphaNick Mathewson
2018-01-25We do not put a colon here.Nick Mathewson
2018-01-25bump version to 0.3.3.1-alphaNick Mathewson
2018-01-25Proofreading step by seborn (thx)Nick Mathewson
2018-01-25finish writing the blurbNick Mathewson
2018-01-25More editing on the ChangeLogNick Mathewson
2018-01-25Update HiddenServiceVersion man-page entry to only accept either 2 or 3.Alexander Færøy
2018-01-25spellcheck the changelogNick Mathewson
2018-01-25re-sort and re-flow the changelogNick Mathewson
2018-01-25Light changelog relabeling and editingNick Mathewson
2018-01-24Start on a changelog for 0.3.1.1-alphaNick Mathewson
2018-01-24Remove changes files that also appeared in 0.3.2.9Nick Mathewson
2018-01-24Always look at the subprotocol versions summary flagsNick Mathewson
2018-01-24Also cache the protover summary in the routerinfo_t, if we're using thatNick Mathewson
2018-01-24Extract code to summarize protocol versions into new functionNick Mathewson
2018-01-24Extract protover summary flags into a new structureNick Mathewson
2018-01-24Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-24Fix a memory leak in build_unopened_fourhopNick Mathewson
2018-01-24Fix a memory leak in scheduler/loop_kistNick Mathewson
2018-01-23Add missing static keywordsTaylor Yu
2018-01-23openssl_mutexes code belongs in openssl_mgt.cNick Mathewson
2018-01-23add a missing "compat_openssl.h"Nick Mathewson
2018-01-23perhaps this was the missing include?Nick Mathewson
2018-01-23Add a missing include for openssl 1.0.2Nick Mathewson
2018-01-23Merge remote-tracking branch 'mikeperry/bug24946'Nick Mathewson
2018-01-23Merge remote-tracking branch 'asn/bug24896'Nick Mathewson
2018-01-23Merge remote-tracking branch 'ffmancera/bug24658-openssl'Nick Mathewson
2018-01-23Add onion service activity information to our heartbeat logs.George Kadianakis
2018-01-22Move the openssl namespace back into .c files.Fernando Fernandez Mancera
2018-01-20Bug 24946: Fix a warning message caused by a missed purpose check.Mike Perry