Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 75701e89 | 2010-05-14 14:30:09 | Add some missing includes to fix Linux build again | ||
| b5bfc44d | 2010-05-13 15:38:39 | Make test-ratelim clean up after itself better. | ||
| 2b44dcca | 2010-05-13 12:01:30 | Add options to test-ratelim.c to check its results The new options let you specify a maximum deviation of bandwidth used from expected bandwidth used, and make test-ratelim.c exit with a nonzero status when those deviations are violated. This patch also adds a test-ratelim.sh script to run test-ratelim with a few sensible options for testing. | ||
| 17efc1cd | 2010-03-04 01:25:51 | Update all our copyright notices to say "2010" | ||
| e5bbd40a | 2010-02-18 17:41:15 | Clean up formatting: use tabs, not 8-spaces, to indent. | ||
| b72be50d | 2010-02-18 13:52:04 | Add some headers to fix freebsd compilation | ||
| 918e9c5e | 2010-01-23 16:38:36 | Fix a number of warnings from gcc -pedantic | ||
| e2ca403f | 2010-01-23 16:23:45 | Make it compile under gcc --std=c89. | ||
| 97a8c790 | 2010-01-22 00:34:21 | Fix compilation of rate-limit code when threading support is disabled | ||
| 165d30e3 | 2009-12-30 14:29:56 | Fix compilation of rate-limiting code on win32. | ||
| 885b4273 | 2009-12-30 13:50:52 | Fix test-ratelim compilation on Linux. I'd forgotten to include time.h, and to link against libm. | ||
| f0c0124e | 2009-12-23 07:54:13 | Testing code for bufferevent rate-limiting. This is not part of the regression tests, since running it necessarily takes a while. There is a new test-ratelim test; run it with '-h' for an argument to see its options. |