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
*
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
*
Update copyright notices, add some missing license statements
Nick Mathewson
2009-04-19
1
-1
/
+2
*
Add a generic way for any bufferevent to make its callback deferred
Nick Mathewson
2009-04-17
1
-3
/
+3
*
Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.h
Nick Mathewson
2009-04-17
1
-10
/
+10
*
Locking support for bufferevents.
Nick Mathewson
2009-04-13
1
-1
/
+10
*
Refactor new elements of bufferevent into bufferevent_private structure
Nick Mathewson
2009-04-13
1
-16
/
+18
*
Add a linked-pair abstraction to bufferevents.
Nick Mathewson
2009-04-10
1
-1
/
+1
*
Make the new evbuffer callbacks use a new struct-based interface.
Nick Mathewson
2009-04-03
1
-3
/
+3
*
oops; coding too quickly on nil-filter patch. Caught by niels.
Nick Mathewson
2009-02-11
1
-1
/
+1
*
Make default (nil) filter use evbuffer_remove_buffer to respect the high-wate...
Nick Mathewson
2009-02-10
1
-3
/
+1
*
convert new bufferevent_*.c files to event-config.h only.
Nick Mathewson
2009-02-02
1
-3
/
+3
*
checkpoint work on big bufferevent refactoring
Nick Mathewson
2009-02-02
1
-0
/
+435