This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
libevent
Watch
1
Star
0
Fork
0
You've already forked libevent
mirror of
https://github.com/libevent/libevent.git
synced
2025-01-09 00:56:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
libevent
/
include
/
event2
History
Nick Mathewson
de069b9977
On win32, errno is not the last socket error. Worse, WSAGetLastError() is not the last socket error sometimes (i.e., EWOULDBLOCK). Also, strerror() does not handle winsock errors. Therefore, event_err() and event_warn() are completely wrong for windows socket errors. Fix that.
...
svn:r936
2008-09-05 16:29:56 +00:00
..
buffer.h
r19675@catbus: nickm | 2008-05-11 20:39:39 -0400
2008-05-12 00:40:04 +00:00
bufferevent_struct.h
r19675@catbus: nickm | 2008-05-11 20:39:39 -0400
2008-05-12 00:40:04 +00:00
bufferevent.h
r19675@catbus: nickm | 2008-05-11 20:39:39 -0400
2008-05-12 00:40:04 +00:00
event_compat.h
constify struct timeval *
2008-05-17 02:14:17 +00:00
event_struct.h
support multiple events listening on the same signal; make signals regular events that go on the same event queue
2008-07-11 15:49:04 +00:00
event.h
do not define a variable in a header file; it will lead to duplicate symbols when linking
2008-06-01 01:19:08 +00:00
http_compat.h
r19675@catbus: nickm | 2008-05-11 20:39:39 -0400
2008-05-12 00:40:04 +00:00
http_struct.h
correct handling of trailing headers in chunked replies; from Scott Lamb.
2008-06-26 00:40:57 +00:00
http.h
deliver partial data to request callbacks when chunked callback is set even if there is no chunking on the http level; allows cancelation of requests from within the chunked callback; from Scott Lamb.
2008-06-02 05:45:26 +00:00
tag.h
support 64-bit integers in rpc structs
2008-06-21 02:21:25 +00:00
thread.h
rename lock create callback functions; as suggested by nick
2008-03-11 05:26:30 +00:00
util.h
On win32, errno is not the last socket error. Worse, WSAGetLastError() is not the last socket error sometimes (i.e., EWOULDBLOCK). Also, strerror() does not handle winsock errors. Therefore, event_err() and event_warn() are completely wrong for windows socket errors. Fix that.
2008-09-05 16:29:56 +00:00