summaryrefslogtreecommitdiff
path: root/test/test-ratelim.c
Commit message (Expand)AuthorAgeFilesLines
* test-ratelim: add missing freeyuangongji2020-02-121-4/+6
* test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positiveAzat Khuzhin2019-11-171-0/+83
* test: fix building with --disable-thread-support under win32Azat Khuzhin2016-08-091-0/+2
* Use a more precise calculation for max in time-ratelim.cNick Mathewson2014-09-181-1/+1
* Use evutil_weakrand() in unit tests.Nick Mathewson2014-09-181-5/+4
* Add function to fetch underlying ratelimit cfgMark Ellzey2013-07-111-0/+2
* Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-011-2/+1
|\
| * Compile without warnings on mingw64Nick Mathewson2012-11-011-2/+1
* | Rename event_enable_lock_debuging() to ..._debugging()Nick Mathewson2012-08-231-1/+1
* | Add checks for functions in test-ratelim.c; found by CoverityNick Mathewson2012-07-261-0/+8
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-06-061-0/+1
|\ \ | |/
| * Fix a couple of memory leaks (found with Valgrind).Ross Lagerwall2012-06-061-0/+1
* | Test more bufferevent_ratelim featuresNick Mathewson2012-03-251-6/+120
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | When including an -internal.h header outside the main tree, do so earlyNick Mathewson2012-01-241-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-281-1/+18
|\ \ | |/
| * Have test-ratelim.c support IOCPNick Mathewson2011-08-281-1/+18
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-5/+5
|/
* Include util-internal.h as needed to build on platforms with no sockaddr_storageHarlan Stenn2011-02-221-0/+2
* Include arpa/inet.h as needed on HPUXHarlan Stenn2011-02-221-0/+3
* tests: Use relative includes ("") instead of system includes (<>)Evan Jones2010-12-031-6/+6
* Fix a few memory leaks in the testsNick Mathewson2010-09-071-0/+4
* Fix a nasty dangling-event bug when using rate-limiting groupsNick Mathewson2010-08-091-0/+4
* Fix an assertion bug in test-ratelimNick Mathewson2010-08-041-8/+22
* Add option to test-ratelim to test min_shareNick Mathewson2010-08-041-0/+5
* Add some missing includes to fix Linux build againNick Mathewson2010-05-141-0/+1
* Make test-ratelim clean up after itself better.Nick Mathewson2010-05-131-2/+34
* Add options to test-ratelim.c to check its resultsNick Mathewson2010-05-131-10/+57
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-2/+2
* Add some headers to fix freebsd compilationNick Mathewson2010-02-181-0/+3
* Fix a number of warnings from gcc -pedanticNick Mathewson2010-01-231-5/+6
* Make it compile under gcc --std=c89.Nick Mathewson2010-01-231-5/+0
* Fix compilation of rate-limit code when threading support is disabledNick Mathewson2010-01-221-0/+2
* Fix compilation of rate-limiting code on win32.Nick Mathewson2009-12-301-0/+22
* Fix test-ratelim compilation on Linux.Nick Mathewson2009-12-301-1/+5
* Testing code for bufferevent rate-limiting.Nick Mathewson2009-12-281-0/+322