summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make test_options.c supply appropriate defaults for new DirDoSFilter optionsticket4581_v2Andrea Shepard2016-01-20
* Adjust DirDoSFilter default params after some testingticket4581_rebasedAndrea Shepard2016-01-20
* Kill circuits which exceed the begindir limitAndrea Shepard2016-01-20
* Don't call connection_link_connections() after receiving a begindir until we'...Andrea Shepard2016-01-20
* Make rejected DIRIND_DIRECT_CONN inited enough for connection_mark_for_close_...Andrea Shepard2016-01-20
* Remove unused functions in dirdosfilter.cAndrea Shepard2016-01-20
* Appease make check-spacesAndrea Shepard2016-01-20
* Implement bumping hash table counters for dirdosfilter.cAndrea Shepard2016-01-20
* Add DirDoSFilterMaxBegindirRatePerIP and DirDoSFilterMaxDirectConnRatePerIP c...Andrea Shepard2016-01-20
* Add hash table from source IPs to DoS filter counters, periodically compactedAndrea Shepard2016-01-20
* Remove old TODO commentAndrea Shepard2016-01-20
* Implement rate limiting for DIRIND_ANON_DIRPORTAndrea Shepard2016-01-20
* Implement rate limiting for DIRIND_ANONYMOUSAndrea Shepard2016-01-20
* Add DirDoSFilterMaxAnonConnectRate config optionAndrea Shepard2016-01-20
* Implement dirdosfilter_counter_t new/free functionsAndrea Shepard2016-01-20
* Add EWMA counter increment functions in dirdosfilter.cAndrea Shepard2016-01-20
* Implement some EWMA counter stuff and config options for dirdosfilter.cAndrea Shepard2016-01-20
* Implement max begindirs per circuit, stub out other filter functions in dirdo...Andrea Shepard2016-01-20
* Kill connections for dirauth DoS filter correctlyAndrea Shepard2016-01-20
* Tell dirdosfilter.c about incoming begindir connectionsAndrea Shepard2016-01-20
* Tell dirdosfilter.c about incoming direct connectionsAndrea Shepard2016-01-20
* Add dirdosfilter.c/h and implement classification of indirection type for inc...Andrea Shepard2016-01-20
* Add nodelist_find_nodes_with_address() functionAndrea Shepard2016-01-20
* Merge remote-tracking branch 'twstrike/options_test'Nick Mathewson2016-01-19
|\
| * Make sure that tests for domain sockets only run on OSes with domain socketsOla Bini2016-01-19
| * Use correct u64 int ops instead of regular int ops, in order to avoid warning...Ola Bini2016-01-19
* | Merge branch 'maint-0.2.7'Nick Mathewson2016-01-19
|\ \
| * \ Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson2016-01-19
| |\ \
| | * | Refine the memwipe() arguments check for 18089 a little more.Nick Mathewson2016-01-19
* | | | Merge branch 'fallbacks-0281-squashed'Nick Mathewson2016-01-18
|\ \ \ \
| * | | | Add default fallback directories for the 0.2.8 alpha releasesteor (Tim Wilson-Brown)2016-01-18
| * | | | Fix a display issue in updateFallbackDirs.py outputteor (Tim Wilson-Brown)2016-01-18
* | | | | Merge branch 'maint-0.2.7'Nick Mathewson2016-01-18
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson2016-01-18
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Make memwipe() do nothing when passed a NULL pointer or zero sizeteor (Tim Wilson-Brown)2016-01-18
* | | | | Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson2016-01-18
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'teor/bug18050' into maint-0.2.7Nick Mathewson2016-01-18
| |\ \ \
| | * | | Check ORPort and DirPort reachability before publishing a relay descriptorteor (Tim Wilson-Brown)2016-01-18
| | |/ /
* | | | Fix some leaks in the unit tests.Nick Mathewson2016-01-15
* | | | Make the new directory tests build and run again.Nick Mathewson2016-01-15
* | | | Merge remote-tracking branch 'twstrike/directory-tests'Nick Mathewson2016-01-15
|\ \ \ \
| * | | | Fix remaining memory leaksOla Bini2016-01-12
| * | | | Fix some memory leaksOla Bini2016-01-12
| * | | | Make it compile with gcc-warnings turned onOla Bini2016-01-12
| * | | | Add tests for src/or/directory.cReinaldo de Souza Jr2015-09-15
* | | | | Changes file for feature 17076Nick Mathewson2016-01-15
* | | | | Whitespace cleanupNick Mathewson2016-01-15
* | | | | Merge remote-tracking branch 'twstrike/options_test'Nick Mathewson2016-01-15
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Update tests to match current changes to options_validateOla Bini2016-01-13
| * | | | Move clearing of log messages on advice from @cypherpunks, in order to minimi...Ola Bini2016-01-13