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-internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a double close() bug in evhttp when the underlying bufferevent uses BEV_O...
Maxime Henrion
2013-05-24
1
-0
/
+2
*
More documentation for finalization feature
Nick Mathewson
2013-04-26
1
-2
/
+4
*
Remove bufferevent_del_generic_timeout_cbs as now unused
Nick Mathewson
2013-04-26
1
-3
/
+0
*
Use finalization feature so bufferevents can avoid deadlocks
Nick Mathewson
2013-04-26
1
-1
/
+4
*
Replace more deferred_cb names with event_callback
Nick Mathewson
2012-05-09
1
-1
/
+1
*
Replace deferred_cbs with event_callback-based implementation.
Nick Mathewson
2012-05-09
1
-0
/
+1
*
Tweak the new evutil_weakrand_() code
Nick Mathewson
2012-04-09
1
-2
/
+2
*
Change evutil_weakrand_() to avoid platform random()
Nicholas Marriott
2012-04-09
1
-0
/
+4
*
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-12
/
+12
*
Fix all identifiers with names beginning with underscore.
Nick Mathewson
2012-02-29
1
-16
/
+16
*
Convert include-guard macro convention to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-3
/
+3
*
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-1
/
+1
*
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
-2
/
+2
|
\
\
|
*
|
Use LIST rather than TAILQ for bufferevent_rate_limit_group members
Nick Mathewson
2010-04-09
1
-2
/
+2
*
|
|
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
-0
/
+10
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-28
1
-1
/
+2
|
\
\
\
|
|
/
/
|
*
|
Correctly terminate IO on an async bufferevent on bufferevent_free
Nick Mathewson
2011-08-28
1
-1
/
+2
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-17
1
-0
/
+2
|
\
\
\
|
|
/
/
|
*
|
Fix handling of group rate limits under 64 bytes of burst
Nick Mathewson
2011-08-11
1
-0
/
+2
*
|
|
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
Nick Mathewson
2011-05-25
1
-1
/
+1
*
|
|
Merge remote branch 'origin/patches-2.0'
Nick Mathewson
2011-03-07
1
-0
/
+15
|
\
\
\
|
|
/
/
|
*
|
Followup for Tomash Brechko's http patch
Nick Mathewson
2011-03-07
1
-0
/
+15
*
|
|
Include evconfig-private.h in internal files for great good.
Kevin Bowling
2011-01-02
1
-0
/
+1
|
/
/
*
|
bufferevent-internal.h: Use the new event2/util.h header, not evutil.h
Evan Jones
2010-12-02
1
-1
/
+1
*
|
Try to clear up more size_t vs int/long issues.
Nick Mathewson
2010-10-27
1
-4
/
+4
*
|
Make rate-limits go up to SIZE_MAX/EV_SSIZE_MAX, not just INT32_MAX
Nick Mathewson
2010-10-26
1
-1
/
+1
*
|
Correct logic on disabling underlying bufferevents when disabling a filter
Nick Mathewson
2010-10-14
1
-6
/
+11
*
|
Fix all warnings in the main codebase flagged by -Wsigned-compare
Nick Mathewson
2010-09-23
1
-1
/
+1
*
|
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
|
Fix unused-variable warning when building with threads disabled
Nick Mathewson
2010-05-08
1
-0
/
+6
*
|
Merge commit 'chrisd/connect-hostname-report-err'
Nick Mathewson
2010-05-06
1
-0
/
+3
|
\
\
|
*
|
Report DNS error when lookup fails during bufferevent_socket_connect_hostname.
Christopher Davis
2010-04-24
1
-0
/
+3
|
|
/
*
|
Remove redundant checks for lock!=NULL before calling EVLOCK_LOCK
Nick Mathewson
2010-04-28
1
-4
/
+2
|
/
*
Functions to track the total bytes sent over a rate limit group.
Nick Mathewson
2010-03-21
1
-0
/
+7
*
Improve robustness for refcounting
Nick Mathewson
2010-03-13
1
-4
/
+5
*
more whitespace normalization
Nick Mathewson
2010-03-05
1
-2
/
+2
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
deal with connect() failing immediately
Niels Provos
2010-02-27
1
-0
/
+3
*
Provide consistent, tested semantics for bufferevent timeouts
Nick Mathewson
2010-02-23
1
-0
/
+5
*
Merge remote branch 'github/split_free_from_decref'
Nick Mathewson
2010-02-23
1
-2
/
+2
|
\
|
*
Make bufferevent_free() clear all callbacks immediately.
Nick Mathewson
2010-02-22
1
-2
/
+2
*
|
Suspend read/write on bufferevents during hostname lookup
Nick Mathewson
2010-02-20
1
-0
/
+3
|
/
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
1
-2
/
+2
*
Fix a number of warnings from gcc -pedantic
Nick Mathewson
2010-01-23
1
-1
/
+1
*
Check more internal event_add() calls for failure
Nick Mathewson
2010-01-22
1
-3
/
+3
*
Do not make bufferevent_setfd implicitly disable EV_READ and EV_WRITE.
Nick Mathewson
2009-12-28
1
-3
/
+0
[next]