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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up lingering _identifiers.
Nick Mathewson
2012-02-29
1
-3
/
+3
*
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-20
/
+20
*
Fix all identifiers with names beginning with underscore.
Nick Mathewson
2012-02-29
1
-28
/
+28
*
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-4
/
+4
*
Add a bufferevent_getcb() to find a bufferevent's current callbacks
Nick Mathewson
2012-02-11
1
-0
/
+20
*
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
*
|
bufferevent: Add functions to set/get max_single_read/write values.
Alexander Drozdov
2011-10-11
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-28
1
-0
/
+15
|
\
\
|
|
/
|
*
Correctly terminate IO on an async bufferevent on bufferevent_free
Nick Mathewson
2011-08-28
1
-0
/
+15
*
|
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
/
+18
|
\
\
|
|
/
|
*
Workaround libevent bug
Tomash Brechko
2011-03-07
1
-0
/
+18
*
|
Include evconfig-private.h in internal files for great good.
Kevin Bowling
2011-01-02
1
-2
/
+3
|
/
*
Add a bufferevent_get_base function
Nick Mathewson
2010-10-21
1
-0
/
+6
*
Correct logic on disabling underlying bufferevents when disabling a filter
Nick Mathewson
2010-10-14
1
-4
/
+4
*
Obey enabled status when unsuspending
Simon Perreault
2010-09-10
1
-2
/
+2
*
Only process up to MAX_DEFERRED deferred_cbs at a time.
Christopher Davis
2010-09-08
1
-10
/
+5
*
Correctly detect failure to delete bufferevent read-timeout event
Nick Mathewson
2010-08-17
1
-1
/
+1
*
Fix a nasty dangling-event bug when using rate-limiting groups
Nick Mathewson
2010-08-09
1
-1
/
+1
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Add bufferevent_lock()/bufferevent_unlock()
Nick Mathewson
2010-06-21
1
-0
/
+14
*
Release locks on bufferevents while executing callbacks
Joachim Bauch
2010-04-27
1
-6
/
+59
*
Fix infrequent memory leak in bufferevent_init_common().
Jardel Weyrich
2010-03-21
1
-0
/
+4
*
Avoid an (untriggerable so far) crash bug in bufferevent_free()
Nick Mathewson
2010-03-13
1
-1
/
+1
*
Improve robustness for refcounting
Nick Mathewson
2010-03-13
1
-7
/
+33
*
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
/
+9
*
Make bufferevent_free() clear all callbacks immediately.
Nick Mathewson
2010-02-22
1
-0
/
+8
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
1
-8
/
+3
*
Call event_debug_unassign on internal events
Nick Mathewson
2010-01-25
1
-0
/
+4
*
Check more internal event_add() calls for failure
Nick Mathewson
2010-01-22
1
-10
/
+21
*
Merge branch 'ratelimit'
Nick Mathewson
2010-01-06
1
-0
/
+9
|
\
|
*
Rate-limiting for bufferevents; group and individual limits are supported.
Nick Mathewson
2009-12-28
1
-0
/
+9
*
|
Fix crash bugs when a bufferevent's eventcb is not set.
Nick Mathewson
2009-12-29
1
-0
/
+6
|
/
*
Simplify the read high-watermark checking.
Nick Mathewson
2009-12-22
1
-11
/
+4
*
Fix a segfault when freeing SSL bufferevents in an unusual order
Joachim Bauch
2009-12-18
1
-0
/
+12
*
Refactor our 'suspend operation' logic on bufferevents.
Nick Mathewson
2009-12-04
1
-11
/
+34
*
Add the abilitity to mark some buffer callbacks as never-deferred.
Nick Mathewson
2009-12-04
1
-2
/
+2
*
Revise the locking API: deprecate the old locking callbacks and add trylock.
Nick Mathewson
2009-11-27
1
-2
/
+3
*
Move responsibility for IOCP callback into bufferevent_async.
Nick Mathewson
2009-11-17
1
-2
/
+10
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
1
-2
/
+0
*
When running with deferred callbacks, always send the "connected" event
Nick Mathewson
2009-08-11
1
-0
/
+7
*
New function to expose bufferevent.enabled
Nick Mathewson
2009-07-31
1
-0
/
+10
*
Bufferevent support for openssl.
Nick Mathewson
2009-07-28
1
-3
/
+21
*
Make "deferred callback queue" independent of event_base.
Nick Mathewson
2009-07-26
1
-6
/
+11
*
Always hold a reference to a bufferevent when calling its callbacks.
Nick Mathewson
2009-07-17
1
-7
/
+16
*
Add a lock/unlock pair inside the event callbacks in bufferevents.
Nick Mathewson
2009-07-10
1
-0
/
+4
[next]