Niels Provos
|
7c7ab27960
|
from trunk: fix a problem with epoll() and reinit; repoted by Alexander Drozdov
svn:r919
|
2008-07-25 00:53:17 +00:00 |
|
Niels Provos
|
730c7132bd
|
add libevent.vcproj file to distribution to help with Windows build
svn:r916
|
2008-07-24 23:58:03 +00:00 |
|
Niels Provos
|
21c562897d
|
from trunk: restore signal handlers correctly when we deallocate the signal base
svn:r914
|
2008-07-19 23:41:33 +00:00 |
|
Niels Provos
|
e11392387a
|
from trunk: if we change the timeouts on bufferevents, we might have to readd pending events
svn:r912
|
2008-07-17 14:26:40 +00:00 |
|
Niels Provos
|
9ee4990f6c
|
close -> EVUTIL_CLOSESOCKET
svn:r909
|
2008-07-13 21:07:59 +00:00 |
|
Niels Provos
|
1b40a378d1
|
from trunk: fix cname replies
svn:r908
|
2008-07-13 20:20:10 +00:00 |
|
Niels Provos
|
4a13b22f00
|
deal with evbuffer_read() returning -1 on EINTR|EAGAIN; from Adam Langley
svn:r906
|
2008-07-12 01:50:11 +00:00 |
|
Niels Provos
|
dfa53321e3
|
forgot to add Alexander Drozdov as bug reporter in ChangeLog
svn:r905
|
2008-07-11 16:11:16 +00:00 |
|
Niels Provos
|
58bfed9edb
|
from trunk: assert(a & b) -> assert(a && b)
svn:r904
|
2008-07-11 16:06:04 +00:00 |
|
Niels Provos
|
0e535d2f32
|
from trunk: support multiple events listening on the same signal; make signals regular events that go on the same event queue
svn:r902
|
2008-07-11 15:59:29 +00:00 |
|
Niels Provos
|
459c78a20a
|
from trunk: fix a bug where deleting signals with kqueue would delete subsequent adds
svn:r900
|
2008-07-11 15:17:35 +00:00 |
|
Niels Provos
|
537e122101
|
from trunk: detect CLOCK_MONOTONIC at runtime for evdns
svn:r897
|
2008-07-02 04:41:11 +00:00 |
|
Niels Provos
|
3add69df67
|
from trunk: reject negative content-length headers
svn:r895
|
2008-07-02 04:28:12 +00:00 |
|
Niels Provos
|
e7d5dfda49
|
from trunk: support multi-line HTTP headers; based on a patch from Moshe Litvin
svn:r893
|
2008-06-30 01:55:13 +00:00 |
|
Niels Provos
|
efb50876fd
|
from trunk: correct handling of trailing headers in chunked replies; from Scott Lamb
svn:r892
|
2008-06-30 01:04:21 +00:00 |
|
Niels Provos
|
0690f0f555
|
fix warnings with USE_DEBUG
svn:r891
|
2008-06-30 01:01:28 +00:00 |
|
Niels Provos
|
130a8a1308
|
switch all uses of [v]snprintf to evutil
svn:r889
|
2008-06-28 01:47:01 +00:00 |
|
Niels Provos
|
877fa44dda
|
evutil now includes stdarg.h directly
svn:r888
|
2008-06-28 00:50:52 +00:00 |
|
Niels Provos
|
e29a5c82a8
|
call it 1.4.5-stable
svn:r886
release-1.4.5-stable
|
2008-06-25 21:41:43 +00:00 |
|
Niels Provos
|
33bb64c1e0
|
fix support of fixed-sized entries in event_rpcgen
svn:r885
|
2008-06-25 20:52:29 +00:00 |
|
Niels Provos
|
0a66700e00
|
missing stdio include
svn:r884
|
2008-06-25 20:49:39 +00:00 |
|
Niels Provos
|
ceca424e52
|
add windows project files to extra dist
svn:r882
|
2008-06-25 16:10:20 +00:00 |
|
Niels Provos
|
570dd04a07
|
forgot to add changelog entry: fix windows build
svn:r881
|
2008-06-25 16:06:50 +00:00 |
|
Niels Provos
|
51bd6c0b24
|
fix warnings for potentially uninitalized variables
svn:r880
|
2008-06-25 16:06:16 +00:00 |
|
Niels Provos
|
f1c6c5a978
|
Add vs2005 project and regress target; no idea if that is going to work for other folks.
svn:r879
|
2008-06-25 16:04:23 +00:00 |
|
Niels Provos
|
6111e150a2
|
fix getnameinfo for windows; snprintf -> evutil_snprintf
svn:r878
|
2008-06-25 16:02:47 +00:00 |
|
Niels Provos
|
b7fd2ac302
|
fix gethostbyname on windows; close() -> EVUTIL_CLOSESOCKET()
svn:r877
|
2008-06-25 16:00:15 +00:00 |
|
Niels Provos
|
1efa70aba0
|
make it compile on windows; gettimeofday -> evutil_gettimeofday; snprintf -> evutil_snprintf
svn:r876
|
2008-06-25 15:46:33 +00:00 |
|
Niels Provos
|
e0b38edc9d
|
event_vsnprintf -> evutil_vsnprintf
svn:r875
|
2008-06-25 15:44:40 +00:00 |
|
Niels Provos
|
8f39908fd2
|
move snprintf and vsnprintf to evutil to support windows
svn:r874
|
2008-06-25 15:37:53 +00:00 |
|
Niels Provos
|
fb0b274e97
|
from trunk: do not use SO_REUSEADDR when connecting
svn:r855
|
2008-06-20 06:55:26 +00:00 |
|
Nick Mathewson
|
921693c44e
|
Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT, but keep the INPUT/OUTPUT aliases on non-win32 platforms to maintain backwards compatibility.
svn:r851
|
2008-06-14 17:42:05 +00:00 |
|
Niels Provos
|
d5c3cdca20
|
from trunk: allow min_heap_erase to be called on removed members; from liusifan
svn:r850
|
2008-06-12 14:45:29 +00:00 |
|
Nick Mathewson
|
a78d92c4c1
|
Set correct line-ending style on win32 project styles (1.4 branch)
svn:r848
|
2008-06-02 18:43:46 +00:00 |
|
Niels Provos
|
9ce23febc2
|
constify struct timeval *
svn:r837
|
2008-05-17 02:19:21 +00:00 |
|
Niels Provos
|
38e97b143f
|
from trunk: Fix use of freed memory in event_reinit; pointed out by Peter Postma
svn:r835
|
2008-05-16 01:58:05 +00:00 |
|
Niels Provos
|
17515971a0
|
from trunk: fix connection keep-alive behavior for HTTP/1.0
svn:r824
|
2008-05-15 01:58:32 +00:00 |
|
Niels Provos
|
8d8cff549a
|
call it 1.4.4-stable
svn:r818
|
2008-05-14 04:09:50 +00:00 |
|
Nick Mathewson
|
c807358ff5
|
r19666@catbus: nickm | 2008-05-08 23:49:18 -0400
Always include winsock2.h before windows.h. Apparently some SDKs need this.
svn:r802
release-1.4.4-stable
|
2008-05-09 03:59:57 +00:00 |
|
Nick Mathewson
|
32143cc285
|
r15553@tombo: nickm | 2008-05-08 19:54:10 -0400
The IRIX compiler thinks #error means warn. Fix configure.in to tolerate this.
svn:r800
|
2008-05-08 23:54:23 +00:00 |
|
Nick Mathewson
|
a673c2c901
|
add missing header under win32 to evutil.c. remove misc.obj[ch] from vcproj file.
svn:r796
|
2008-05-08 14:43:09 +00:00 |
|
Nick Mathewson
|
ff6cbd06cf
|
r19654@catbus: nickm | 2008-05-08 10:12:53 -0400
Remove #include "misc.h"s.
svn:r794
|
2008-05-08 14:19:34 +00:00 |
|
Nick Mathewson
|
987597ff0f
|
r19651@catbus: nickm | 2008-05-08 10:05:35 -0400
Replace gettimeofday() usage with a new evutil_gettimeofday(). This removes all previous need for win32-code/misc.[ch]
svn:r793
|
2008-05-08 14:08:12 +00:00 |
|
Niels Provos
|
52a851389f
|
expose evhttp_accept_socket() api
svn:r787
|
2008-05-08 05:16:47 +00:00 |
|
Nick Mathewson
|
6bd28951e7
|
r19639@catbus: nickm | 2008-05-07 17:50:48 -0400
Fix win32 vc-2005 build.
svn:r785
|
2008-05-07 21:51:07 +00:00 |
|
Nick Mathewson
|
f47e7dff43
|
r19632@catbus: nickm | 2008-05-07 16:07:31 -0400
Fix bug 1958901: stop overriding CPPFLAGS in test directory.
svn:r782
|
2008-05-07 20:11:56 +00:00 |
|
Nick Mathewson
|
fe3c4a2440
|
r19631@catbus: nickm | 2008-05-07 16:06:48 -0400
Backport: fix compilation on non-c99 platforms.
svn:r781
|
2008-05-07 20:11:37 +00:00 |
|
Niels Provos
|
0d43f0dfc5
|
fix evhttp_bind_socket() so that multiple sockets can be bound by the same http server.
svn:r770
|
2008-05-04 22:28:22 +00:00 |
|
Niels Provos
|
d58a0a7c42
|
revert to maintain stability: from trunk: separate signal events from io events
svn:r764
|
2008-05-04 00:52:57 +00:00 |
|
Niels Provos
|
974a75431d
|
from trunk: separate signal events from io events
svn:r761
|
2008-05-03 21:40:32 +00:00 |
|