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_filter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't fail be_null_filter if bytes are copied
Greg Hazel
2018-03-25
1
-1
/
+1
*
Call underlying bev ctrl GET_FD on filtered bufferevents
Greg Hazel
2018-03-25
1
-2
/
+1
*
bufferevent: refactor to use type check macros
Dominic Chen
2017-04-13
1
-2
/
+2
*
Fix -Werror=implicit-fallthrough (fixes gcc-7)
Azat Khuzhin
2017-01-29
1
-0
/
+3
*
be_filter: avoid data stuck under active watermarks
Eduardo Panisset
2016-06-19
1
-6
/
+73
*
be_filter: actually disable output_filter during processing output
Simon Perreault
2016-04-18
1
-1
/
+2
*
Call underlying bev ctrl SET_FD on filtered bufferevents
Mark Ellzey
2015-05-05
1
-1
/
+11
*
Fix issue #127, double free for filterevents that use BEV_OPT_CLOSE_ON_FREE
John Ohl
2014-08-29
1
-21
/
+48
*
Add an option to trigger bufferevent event callbacks
Ondřej Kuzník
2013-12-03
1
-1
/
+1
*
Add an option to trigger bufferevent I/O callbacks
Ondřej Kuzník
2013-12-03
1
-6
/
+4
*
Use finalization feature so bufferevents can avoid deadlocks
Nick Mathewson
2013-04-26
1
-4
/
+11
*
Clean up lingering _identifiers.
Nick Mathewson
2012-02-29
1
-6
/
+6
*
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-8
/
+8
*
Fix all identifiers with names beginning with underscore.
Nick Mathewson
2012-02-29
1
-16
/
+16
*
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-2
/
+2
*
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 '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
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-28
1
-0
/
+1
|
\
\
|
|
/
|
*
Correctly terminate IO on an async bufferevent on bufferevent_free
Nick Mathewson
2011-08-28
1
-0
/
+1
*
|
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-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-22
1
-0
/
+1
|
\
\
|
|
/
|
*
add some (void) casts for unused variables
Sebastian Hahn
2011-04-23
1
-0
/
+1
*
|
Add evconfig-private to remaining files
Kevin Bowling
2011-01-07
1
-0
/
+2
|
/
*
Fix some irix compilation warnings spotted by Kevin Bowling
Nick Mathewson
2010-11-22
1
-0
/
+1
*
Only clear underlying callbacks when the user hasn't reset them.
Nick Mathewson
2010-11-09
1
-2
/
+3
*
When closing a filtering bufferevent, clear callbacks on the underlying buffe...
Nick Mathewson
2010-11-09
1
-0
/
+2
*
Correct logic on disabling underlying bufferevents when disabling a filter
Nick Mathewson
2010-10-14
1
-6
/
+24
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Set mem_offset for every bufferevent type
Nick Mathewson
2010-03-13
1
-1
/
+1
*
Improve robustness for refcounting
Nick Mathewson
2010-03-13
1
-2
/
+14
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
Provide consistent, tested semantics for bufferevent timeouts
Nick Mathewson
2010-02-23
1
-2
/
+8
*
Clean up formatting: function/keyword spacing consistency.
Nick Mathewson
2010-02-19
1
-1
/
+1
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
1
-103
/
+102
*
Clean up formatting: Disallow space-before-tab.
Nick Mathewson
2010-02-18
1
-1
/
+1
*
Fix crash bugs when a bufferevent's eventcb is not set.
Nick Mathewson
2009-12-29
1
-5
/
+3
*
Fix a segfault when freeing SSL bufferevents in an unusual order
Joachim Bauch
2009-12-18
1
-0
/
+1
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
1
-2
/
+0
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
1
-4
/
+3
*
Treat the bitwise OR of two enum values as an int.
Nick Mathewson
2009-10-21
1
-2
/
+2
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
1
-1
/
+1
*
Bufferevent support for openssl.
Nick Mathewson
2009-07-28
1
-6
/
+1
*
Always hold a reference to a bufferevent when calling its callbacks.
Nick Mathewson
2009-07-17
1
-0
/
+20
*
Consistently say "eventcb" instead of "errorcb"
Nick Mathewson
2009-05-25
1
-5
/
+5
*
Add a generic mechanism to implement timeouts in bufferevents.
Nick Mathewson
2009-05-25
1
-18
/
+15
*
Use ev_ssize_t in place of ssize_t *everywhere*.
Nick Mathewson
2009-05-22
1
-3
/
+3
*
Add a "ctrl" mechanism to bufferevents for property access.
Nick Mathewson
2009-05-13
1
-0
/
+19
*
Use fewer _compat.h headers in our own code.
Nick Mathewson
2009-05-02
1
-2
/
+0
[next]