index
:
user/sebastian/libevent
OSX_compile
OSX_compile_v2
ancient_gcc
bufferevents_updates
clang_analyzer_fixes
clang_enum
clang_unknown_warning_options
compilewarning
configure
configure_enhancements
disable_debug_mode
fix_clang_compilation
fixcompile
kq_setup_kevent-fix
kqueue_compile
master
new_configure_options
openssl_detection
osx_fun
osx_openssl_deprecation
osx_weak_smybol_fun
osx_weak_symbol_fun
patches-2.0
segfault
static_analysis_fixes
tinytest_header
Sebastian's libevent repository
Sebastian Hahn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bufferevent_sock.c
Commit message (
Expand
)
Author
Age
*
Replace EVUTIL_CLOSESOCKET macro with a function
Sebastian Sjöberg
2010-04-14
*
Set mem_offset for every bufferevent type
Nick Mathewson
2010-03-13
*
Do not close(-1) when freeing an uninitialized socket bufferevent
Nick Mathewson
2010-03-13
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
*
Small cleanups on freebsd-connect-refused patch.
Nick Mathewson
2010-02-27
*
deal with connect() failing immediately
Niels Provos
2010-02-27
*
Provide consistent, tested semantics for bufferevent timeouts
Nick Mathewson
2010-02-23
*
Suspend read/write on bufferevents during hostname lookup
Nick Mathewson
2010-02-20
*
Clean up formatting: Disallow space-before-tab.
Nick Mathewson
2010-02-18
*
When connect() succeeds immediately, don't invoke the callback immediately.
Nick Mathewson
2010-02-18
*
Check more internal event_add() calls for failure
Nick Mathewson
2010-01-22
*
Merge branch 'ratelimit'
Nick Mathewson
2010-01-06
|
\
|
*
Do not make bufferevent_setfd implicitly disable EV_READ and EV_WRITE.
Nick Mathewson
2009-12-28
|
*
Rate-limiting for bufferevents; group and individual limits are supported.
Nick Mathewson
2009-12-28
*
|
Fix crash bugs when a bufferevent's eventcb is not set.
Nick Mathewson
2009-12-29
|
/
*
Do not ignore bufferevent_enable(EV_READ) before bufferevent_connect().
Nick Mathewson
2009-12-23
*
Add a temporary workaround for an ssl bug found on FreeBSD.
Nick Mathewson
2009-11-18
*
Move responsibility for IOCP callback into bufferevent_async.
Nick Mathewson
2009-11-17
*
Add two implementations of getaddrinfo: one blocking and one nonblocking.
Nick Mathewson
2009-11-16
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
*
Commit ConnectEx code to get connect working with async bufferevents.
Nick Mathewson
2009-11-04
*
Add a missing include for win32.
Nick Mathewson
2009-11-04
*
Add a bufferevent function to resolve a name then connect to it.
Nick Mathewson
2009-11-03
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
*
Tweaks to IOCP interface.
Nick Mathewson
2009-10-23
*
Expose a narrow window to the IOCP code.
Nick Mathewson
2009-10-23
*
Treat the bitwise OR of two enum values as an int.
Nick Mathewson
2009-10-21
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
*
When a bufferevent_connect() call fails, give the client an error callback.
Nick Mathewson
2009-10-14
*
On connect, call only one of BEV_EVENT_CONNECTED or writecb.
Nick Mathewson
2009-08-19
*
tab/whitespace fixes in bufferevent_sock.c
Nick Mathewson
2009-08-14
*
When bufferevent_socket_connect is called with no address, assume that our ex...
Nick Mathewson
2009-08-09
*
Fix some bugs in bufferevent_socket_connect
Nick Mathewson
2009-07-30
*
Bufferevent support for openssl.
Nick Mathewson
2009-07-28
*
Always hold a reference to a bufferevent when calling its callbacks.
Nick Mathewson
2009-07-17
*
Add a lock/unlock pair inside the event callbacks in bufferevents.
Nick Mathewson
2009-07-10
*
Consistently say "eventcb" instead of "errorcb"
Nick Mathewson
2009-05-25
*
Add a "ctrl" mechanism to bufferevents for property access.
Nick Mathewson
2009-05-13
*
Do not use the "evbuffer_" prefix to denote parts of bufferevents.
Nick Mathewson
2009-05-13
*
Add new code to make and accept connections.
Nick Mathewson
2009-05-05
*
Use fewer _compat.h headers in our own code.
Nick Mathewson
2009-05-02
*
Update copyright notices, add some missing license statements
Nick Mathewson
2009-04-19
*
Add a generic way for any bufferevent to make its callback deferred
Nick Mathewson
2009-04-17
*
Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.h
Nick Mathewson
2009-04-17
*
Locking support for bufferevents.
Nick Mathewson
2009-04-13
*
Refactor new elements of bufferevent into bufferevent_private structure
Nick Mathewson
2009-04-13
*
Add a linked-pair abstraction to bufferevents.
Nick Mathewson
2009-04-10
*
Prevent unsupported modifications to bufferevent_sock buffers.
Nick Mathewson
2009-04-08
*
Make the new evbuffer callbacks use a new struct-based interface.
Nick Mathewson
2009-04-03
*
convert new bufferevent_*.c files to event-config.h only.
Nick Mathewson
2009-02-02
[next]