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
*
Followup for Tomash Brechko's http patch
Nick Mathewson
2011-03-07
1
-0
/
+15
*
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
*
Rate-limiting for bufferevents; group and individual limits are supported.
Nick Mathewson
2009-12-28
1
-8
/
+77
*
Replace some cases of uint32_t with ev_uint32_t.
Nick Mathewson
2009-12-23
1
-3
/
+3
*
Do not ignore bufferevent_enable(EV_READ) before bufferevent_connect().
Nick Mathewson
2009-12-23
1
-0
/
+3
*
Fix a segfault when freeing SSL bufferevents in an unusual order
Joachim Bauch
2009-12-18
1
-0
/
+2
*
Refactor our 'suspend operation' logic on bufferevents.
Nick Mathewson
2009-12-04
1
-8
/
+52
*
Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.
Nick Mathewson
2009-11-27
1
-2
/
+2
*
Add two implementations of getaddrinfo: one blocking and one nonblocking.
Nick Mathewson
2009-11-16
1
-11
/
+0
*
Commit ConnectEx code to get connect working with async bufferevents.
Nick Mathewson
2009-11-04
1
-0
/
+11
*
Add a bufferevent function to resolve a name then connect to it.
Nick Mathewson
2009-11-03
1
-0
/
+11
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
1
-4
/
+4
*
Bufferevent support for openssl.
Nick Mathewson
2009-07-28
1
-0
/
+5
*
Always hold a reference to a bufferevent when calling its callbacks.
Nick Mathewson
2009-07-17
1
-0
/
+3
*
Consistently say "eventcb" instead of "errorcb"
Nick Mathewson
2009-05-25
1
-3
/
+3
*
Add documentation for bufferevent-internal.h stuff
Nick Mathewson
2009-05-25
1
-0
/
+35
*
Add a generic mechanism to implement timeouts in bufferevents.
Nick Mathewson
2009-05-25
1
-0
/
+32
*
Add a "ctrl" mechanism to bufferevents for property access.
Nick Mathewson
2009-05-13
1
-0
/
+14
*
Add new code to make and accept connections.
Nick Mathewson
2009-05-05
1
-0
/
+1
*
Add a generic way for any bufferevent to make its callback deferred
Nick Mathewson
2009-04-17
1
-0
/
+11
*
Add reference counts to bufferevents.
Nick Mathewson
2009-04-17
1
-0
/
+2
*
Locking support for bufferevents.
Nick Mathewson
2009-04-13
1
-0
/
+19
*
Refactor new elements of bufferevent into bufferevent_private structure
Nick Mathewson
2009-04-13
1
-1
/
+17
*
Add a linked-pair abstraction to bufferevents.
Nick Mathewson
2009-04-10
1
-2
/
+3
*
checkpoint work on big bufferevent refactoring
Nick Mathewson
2009-02-02
1
-13
/
+49
*
Update copyright statements to reflect the facts that:
Nick Mathewson
2009-01-27
1
-2
/
+1
*
Replace all use of config.h with event-config.h.
Nick Mathewson
2009-01-27
1
-1
/
+1
*
support input/output filters for bufferevents
Niels Provos
2008-04-30
1
-0
/
+61