summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make test_options.c supply appropriate defaults for new DirDoSFilter optionsticket4581_v2_rebasedAndrea Shepard2016-02-23
* Adjust DirDoSFilter default params after some testingAndrea Shepard2016-02-23
* Kill circuits which exceed the begindir limitAndrea Shepard2016-02-23
* Don't call connection_link_connections() after receiving a begindir until we'...Andrea Shepard2016-02-23
* Make rejected DIRIND_DIRECT_CONN inited enough for connection_mark_for_close_...Andrea Shepard2016-02-23
* Remove unused functions in dirdosfilter.cAndrea Shepard2016-02-23
* Appease make check-spacesAndrea Shepard2016-02-23
* Implement bumping hash table counters for dirdosfilter.cAndrea Shepard2016-02-23
* Add DirDoSFilterMaxBegindirRatePerIP and DirDoSFilterMaxDirectConnRatePerIP c...Andrea Shepard2016-02-23
* Add hash table from source IPs to DoS filter counters, periodically compactedAndrea Shepard2016-02-23
* Remove old TODO commentAndrea Shepard2016-02-23
* Implement rate limiting for DIRIND_ANON_DIRPORTAndrea Shepard2016-02-23
* Implement rate limiting for DIRIND_ANONYMOUSAndrea Shepard2016-02-23
* Add DirDoSFilterMaxAnonConnectRate config optionAndrea Shepard2016-02-23
* Implement dirdosfilter_counter_t new/free functionsAndrea Shepard2016-02-23
* Add EWMA counter increment functions in dirdosfilter.cAndrea Shepard2016-02-23
* Implement some EWMA counter stuff and config options for dirdosfilter.cAndrea Shepard2016-02-23
* Implement max begindirs per circuit, stub out other filter functions in dirdo...Andrea Shepard2016-02-23
* Kill connections for dirauth DoS filter correctlyAndrea Shepard2016-02-23
* Tell dirdosfilter.c about incoming begindir connectionsAndrea Shepard2016-02-23
* Tell dirdosfilter.c about incoming direct connectionsAndrea Shepard2016-02-23
* Add dirdosfilter.c/h and implement classification of indirection type for inc...Andrea Shepard2016-02-23
* Add nodelist_find_nodes_with_address() functionAndrea Shepard2016-02-23
* Appease make check-spacesAndrea Shepard2016-02-23
* Another memory leak in the testsNick Mathewson2016-02-22
* Small fixup on last fix to test leaksNick Mathewson2016-02-22
* Fix a bunch of memory leaks in the unit testsNick Mathewson2016-02-22
* Add a missing free in parsing an :auto portNick Mathewson2016-02-22
* asan does not like TO_CONN(NULL)Nick Mathewson2016-02-22
* Define O_NOFOLLOW on platforms that do not have itcypherpunks2016-02-22
* Update to trunnel 1.4.4 to fix 18373Nick Mathewson2016-02-22
* Merge branch 'bug16023_028_01_squashed'Nick Mathewson2016-02-22
|\
| * Add onion address to the HS_DESC UPLOADED eventDavid Goulet2016-02-17
* | fix two typos in commentsRoger Dingledine2016-02-22
|/
* Set or_ap/dir_ap.port on the invalid addr case. Bug in no released Tor. CID 1...Nick Mathewson2016-02-16
* Fix a NULL dereference on unit test failure. CID 1353177.Nick Mathewson2016-02-16
* Merge branch 'bug17852_revised'Nick Mathewson2016-02-16
|\
| * changes file for bug17852Nick Mathewson2016-02-16
| * Harden check_private_dir() to remove any potential race.Jeremy2016-02-16
| * src/common/util.c:expand_filename() - Perhaps use GetFullPathName() as a form...Jeremy2016-02-16
| * src/common/compat.c:tor_vasprintf() - vsnprintf() was properly checked but to...Jeremy2015-12-01
| * ext/eventdns.c multiple replacements of snprintf() with tor_snprintf() which ...Jeremy2015-12-01
| * src/common/compat.c:tor_vasprintf() - changed vsnprintf() to tor_vsnprintf() ...Jeremy2015-12-01
* | Fix all doxygen warnings other than "X is not documented"Nick Mathewson2016-02-11
* | Merge branch 'check_log_mutex_uncherrypicked'Nick Mathewson2016-02-11
|\ \
| * | Initialise logging before trying to use it in unit teststeor (Tim Wilson-Brown)2016-02-11
| * | Avoid calling log functions in logv when SMARTLIST_DEBUG is definedteor (Tim Wilson-Brown)2016-02-05
| * | Check that the log mutex is initialised before trying to lock or unlock itteor (Tim Wilson-Brown)2016-02-05
| * | Add an assertion to tor_libevent_get_base()Nick Mathewson2016-02-04
* | | Add another admonishment to WritingTests.mdNick Mathewson2016-02-11