index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bufferevent_ratelim.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak the new evutil_weakrand_() code
Nick Mathewson
2012-04-09
1
-1
/
+7
*
Change evutil_weakrand_() to avoid platform random()
Nicholas Marriott
2012-04-09
1
-1
/
+1
*
Missing ) in bufferevent_ratelim.c comment. Found by rransom
Nick Mathewson
2012-04-02
1
-1
/
+1
*
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-46
/
+46
*
Fix all identifiers with names beginning with underscore.
Nick Mathewson
2012-02-29
1
-40
/
+40
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-10
1
-1
/
+1
|
\
|
*
Update copyright notices to 2012
Nick Mathewson
2012-02-10
1
-1
/
+1
*
|
Merge remote-tracking branch 'github/linked_list'
Nick Mathewson
2012-01-20
1
-12
/
+12
|
\
\
|
*
|
Use LIST rather than TAILQ for bufferevent_rate_limit_group members
Nick Mathewson
2010-04-09
1
-12
/
+12
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-10-26
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Update copyright dates to 2011.
Nick Mathewson
2011-10-24
1
-1
/
+1
*
|
|
bufferevent: Add functions to set/get max_single_read/write values.
Alexander Drozdov
2011-10-11
1
-7
/
+64
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-28
1
-0
/
+14
|
\
\
\
|
|
/
/
|
*
|
Support negative arguments to _bufferevent_decrement_(read/write)_buckets()
Nick Mathewson
2011-08-28
1
-0
/
+14
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-24
1
-1
/
+4
|
\
\
\
|
|
/
/
|
*
|
Make rate limiting work with common_timeout logic
Nick Mathewson
2011-08-24
1
-1
/
+4
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-17
1
-1
/
+15
|
\
\
\
|
|
/
/
|
*
|
Fix handling of group rate limits under 64 bytes of burst
Nick Mathewson
2011-08-11
1
-1
/
+15
*
|
|
Add evconfig-private to remaining files
Kevin Bowling
2011-01-07
1
-0
/
+1
|
/
/
*
|
Try to clear up more size_t vs int/long issues.
Nick Mathewson
2010-10-27
1
-6
/
+6
*
|
Make rate-limits go up to SIZE_MAX/EV_SSIZE_MAX, not just INT32_MAX
Nick Mathewson
2010-10-26
1
-10
/
+15
*
|
Fix serious bugs in per-bufferevent rate-limiting code
Nick Mathewson
2010-10-12
1
-20
/
+45
*
|
Fix all warnings in the main codebase flagged by -Wsigned-compare
Nick Mathewson
2010-09-23
1
-5
/
+8
*
|
Fix a nasty dangling-event bug when using rate-limiting groups
Nick Mathewson
2010-08-09
1
-2
/
+11
*
|
Add an interface to expose min_share in ratelimiting groups
Nick Mathewson
2010-08-04
1
-0
/
+8
*
|
never let bufferevent_rlim functions return negative
Nick Mathewson
2010-07-05
1
-0
/
+2
|
/
*
Functions to track the total bytes sent over a rate limit group.
Nick Mathewson
2010-03-21
1
-0
/
+18
*
Functions to manipulate existing rate limiting groups.
Nick Mathewson
2010-03-12
1
-0
/
+40
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
Expose view of current rate limit as constrained by group limit
Nick Mathewson
2010-02-23
1
-0
/
+21
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
1
-3
/
+3
*
Functions to view and manipulate rate-limiting buckets.
Nick Mathewson
2010-02-03
1
-33
/
+220
*
Check more internal event_add() calls for failure
Nick Mathewson
2010-01-22
1
-6
/
+14
*
Fix compilation of rate-limiting code on win32.
Nick Mathewson
2009-12-30
1
-1
/
+1
*
Rate-limiting for bufferevents; group and individual limits are supported.
Nick Mathewson
2009-12-28
1
-0
/
+654