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_sock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a locking error in bufferevent_socket_get_dns_error.
Nick Mathewson
2013-02-05
1
-1
/
+1
*
Don't discard SSL read event when timeout and read come close together
Nick Mathewson
2012-09-07
1
-0
/
+6
*
Update copyright notices to 2012
Nick Mathewson
2012-02-10
1
-1
/
+1
*
Use C-style comments in C source files (for compatibility with compilers such...
Greg Hewgill
2012-02-02
1
-1
/
+1
*
Update copyright dates to 2011.
Nick Mathewson
2011-10-24
1
-1
/
+1
*
Prefer mmap to sendfile unless a DRAINS_TO_FD flag is set. Allows add_file to...
Nick Mathewson
2011-09-29
1
-0
/
+1
*
Correctly terminate IO on an async bufferevent on bufferevent_free
Nick Mathewson
2011-08-28
1
-0
/
+1
*
Clean up some problems identified by Coverity.
Harlan Stenn
2011-08-28
1
-2
/
+3
*
add some (void) casts for unused variables
Sebastian Hahn
2011-04-23
1
-0
/
+1
*
Fix some irix compilation warnings spotted by Kevin Bowling
Nick Mathewson
2010-11-22
1
-0
/
+1
*
Fix even more win64 warnings
Nick Mathewson
2010-11-01
1
-3
/
+3
*
Try to clear up more size_t vs int/long issues.
Nick Mathewson
2010-10-27
1
-2
/
+2
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Report DNS error when lookup fails during bufferevent_socket_connect_hostname.
Christopher Davis
2010-04-24
1
-1
/
+23
*
Replace EVUTIL_CLOSESOCKET macro with a function
Sebastian Sjöberg
2010-04-14
1
-1
/
+1
*
Set mem_offset for every bufferevent type
Nick Mathewson
2010-03-13
1
-1
/
+1
*
Do not close(-1) when freeing an uninitialized socket bufferevent
Nick Mathewson
2010-03-13
1
-1
/
+1
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
Small cleanups on freebsd-connect-refused patch.
Nick Mathewson
2010-02-27
1
-7
/
+5
*
deal with connect() failing immediately
Niels Provos
2010-02-27
1
-1
/
+15
*
Provide consistent, tested semantics for bufferevent timeouts
Nick Mathewson
2010-02-23
1
-6
/
+12
*
Suspend read/write on bufferevents during hostname lookup
Nick Mathewson
2010-02-20
1
-2
/
+11
*
Clean up formatting: Disallow space-before-tab.
Nick Mathewson
2010-02-18
1
-1
/
+1
*
When connect() succeeds immediately, don't invoke the callback immediately.
Nick Mathewson
2010-02-18
1
-8
/
+5
*
Check more internal event_add() calls for failure
Nick Mathewson
2010-01-22
1
-4
/
+9
*
Merge branch 'ratelimit'
Nick Mathewson
2010-01-06
1
-7
/
+23
|
\
|
*
Do not make bufferevent_setfd implicitly disable EV_READ and EV_WRITE.
Nick Mathewson
2009-12-28
1
-5
/
+4
|
*
Rate-limiting for bufferevents; group and individual limits are supported.
Nick Mathewson
2009-12-28
1
-2
/
+19
*
|
Fix crash bugs when a bufferevent's eventcb is not set.
Nick Mathewson
2009-12-29
1
-3
/
+2
|
/
*
Do not ignore bufferevent_enable(EV_READ) before bufferevent_connect().
Nick Mathewson
2009-12-23
1
-1
/
+6
*
Add a temporary workaround for an ssl bug found on FreeBSD.
Nick Mathewson
2009-11-18
1
-1
/
+6
*
Move responsibility for IOCP callback into bufferevent_async.
Nick Mathewson
2009-11-17
1
-2
/
+12
*
Add two implementations of getaddrinfo: one blocking and one nonblocking.
Nick Mathewson
2009-11-16
1
-48
/
+34
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
1
-2
/
+0
*
Commit ConnectEx code to get connect working with async bufferevents.
Nick Mathewson
2009-11-04
1
-9
/
+32
*
Add a missing include for win32.
Nick Mathewson
2009-11-04
1
-0
/
+1
*
Add a bufferevent function to resolve a name then connect to it.
Nick Mathewson
2009-11-03
1
-0
/
+73
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
1
-3
/
+2
*
Tweaks to IOCP interface.
Nick Mathewson
2009-10-23
1
-1
/
+1
*
Expose a narrow window to the IOCP code.
Nick Mathewson
2009-10-23
1
-0
/
+8
*
Treat the bitwise OR of two enum values as an int.
Nick Mathewson
2009-10-21
1
-1
/
+1
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
1
-2
/
+2
*
When a bufferevent_connect() call fails, give the client an error callback.
Nick Mathewson
2009-10-14
1
-3
/
+15
*
On connect, call only one of BEV_EVENT_CONNECTED or writecb.
Nick Mathewson
2009-08-19
1
-1
/
+3
*
tab/whitespace fixes in bufferevent_sock.c
Nick Mathewson
2009-08-14
1
-13
/
+16
*
When bufferevent_socket_connect is called with no address, assume that our ex...
Nick Mathewson
2009-08-09
1
-9
/
+12
*
Fix some bugs in bufferevent_socket_connect
Nick Mathewson
2009-07-30
1
-0
/
+12
*
Bufferevent support for openssl.
Nick Mathewson
2009-07-28
1
-32
/
+16
*
Always hold a reference to a bufferevent when calling its callbacks.
Nick Mathewson
2009-07-17
1
-9
/
+16
*
Add a lock/unlock pair inside the event callbacks in bufferevents.
Nick Mathewson
2009-07-10
1
-6
/
+16
[next]