summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Adjust DirDoSFilter default params after some testingticket4581Andrea Shepard2016-01-20
* Kill circuits which exceed the begindir limitAndrea Shepard2015-10-20
* Don't call connection_link_connections() after receiving a begindir until we'...Andrea Shepard2015-10-19
* Make rejected DIRIND_DIRECT_CONN inited enough for connection_mark_for_close_...Andrea Shepard2015-10-19
* Remove unused functions in dirdosfilter.cAndrea Shepard2015-10-17
* Appease make check-spacesAndrea Shepard2015-10-17
* Implement bumping hash table counters for dirdosfilter.cAndrea Shepard2015-10-17
* Add DirDoSFilterMaxBegindirRatePerIP and DirDoSFilterMaxDirectConnRatePerIP c...Andrea Shepard2015-10-06
* Add hash table from source IPs to DoS filter counters, periodically compactedAndrea Shepard2015-10-06
* Remove old TODO commentAndrea Shepard2015-09-24
* Implement rate limiting for DIRIND_ANON_DIRPORTAndrea Shepard2015-09-16
* Implement rate limiting for DIRIND_ANONYMOUSAndrea Shepard2015-09-14
* Add DirDoSFilterMaxAnonConnectRate config optionAndrea Shepard2015-09-14
* Implement dirdosfilter_counter_t new/free functionsAndrea Shepard2015-09-14
* Add EWMA counter increment functions in dirdosfilter.cAndrea Shepard2015-09-12
* Implement some EWMA counter stuff and config options for dirdosfilter.cAndrea Shepard2015-09-11
* Implement max begindirs per circuit, stub out other filter functions in dirdo...Andrea Shepard2015-09-07
* Kill connections for dirauth DoS filter correctlyAndrea Shepard2015-09-01
* Tell dirdosfilter.c about incoming begindir connectionsAndrea Shepard2015-08-20
* Tell dirdosfilter.c about incoming direct connectionsAndrea Shepard2015-08-20
* Add dirdosfilter.c/h and implement classification of indirection type for inc...Andrea Shepard2015-08-06
* Add nodelist_find_nodes_with_address() functionAndrea Shepard2015-07-24
* Appease make check-spacesAndrea Shepard2015-06-01
* Fix return-type gcc warningSharif Olorin2015-05-30
* Another memory leak bytes the dust.Nick Mathewson2015-05-29
* Attempt to fix keypinning on WindowsNick Mathewson2015-05-29
* Fix another int-to-ptr cast.Nick Mathewson2015-05-29
* Fix a warning from the clangalyzer.Nick Mathewson2015-05-29
* Fix a sizeof(ptr) mistake in test-memwipe.cNick Mathewson2015-05-29
* more generic scan-build scriptNick Mathewson2015-05-29
* Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson2015-05-28
|\
| * Fix sandbox use with systemd. bug 16212.Nick Mathewson2015-05-28
| * Fix unit tests on MSVC2013.Nick Mathewson2015-05-26
* | Avoid double-free on rend_add_service() failureNick Mathewson2015-05-28
* | There sure are a lot of these in test_hs.c. CID 1301385Nick Mathewson2015-05-28
* | Fix a bug in earlier torcert fix, fix another.Nick Mathewson2015-05-28
* | Another test_hs leak. CID 1301383.Nick Mathewson2015-05-28
* | Memory leak in tor_cert_parse. CID 1301382.Nick Mathewson2015-05-28
* | Memory leak in tor_cert_parse. CID gi1301381Nick Mathewson2015-05-28
* | Fix leak-on-test-failure in test_routerkeys.cNick Mathewson2015-05-28
* | Memory leak in test_hs_rend_dataNick Mathewson2015-05-28
* | Fix memory leak in test_routerkeysNick Mathewson2015-05-28
* | Small leak in ed_key_init_from_file. CID 1301373Nick Mathewson2015-05-28
* | Memory leak on error in connection_or_compute_auth_cell_body. CID 1301372Nick Mathewson2015-05-28
* | fix memory leak on bad ns convote. CID 1301371.Nick Mathewson2015-05-28
* | Fix memory leak on failure to generate EI. CID 1301370.Nick Mathewson2015-05-28
* | Fix null dereference on key setup error.Nick Mathewson2015-05-28
* | Update trunnel code.Nick Mathewson2015-05-28
* | Avoid dereferencing null on unit test failure for link handshakes.Nick Mathewson2015-05-28
* | Fix a bug when we fail to read a cert from a file.Nick Mathewson2015-05-28