Christian Grothoff
6578d480c5
towards fixing #3008
2013-08-30 11:54:56 +00:00
Andrey Uzunov
02171fdaeb
mhd2spdy: changes to use MHDs request completed callback
2013-08-28 22:43:31 +00:00
Christian Grothoff
eb34a0239f
fix #3007
2013-08-28 16:41:17 +00:00
Andrey Uzunov
0617124c36
mhd2spdy: simple statistics (send/received bytes) added
2013-08-28 15:11:55 +00:00
Christian Grothoff
a5f4e104cc
-do not run epoll tests if epoll was disabled, even on linux
2013-08-28 09:41:30 +00:00
Christian Grothoff
991598830f
-check for NULL
2013-08-28 09:32:08 +00:00
Christian Grothoff
8c6113b6e0
-version bump
2013-08-27 16:48:59 +00:00
Christian Grothoff
671bae8078
-missing release commit
2013-08-27 16:48:34 +00:00
Christian Grothoff
a23e55f20b
making build tolerate missing SOCK_NONBLOCK/EPOLL_CLOEXEC (older glibc)
2013-08-27 16:43:53 +00:00
Christian Grothoff
3d605e4ad1
-SVN is stoopid
2013-08-27 16:43:15 +00:00
Christian Grothoff
ea226bb155
-xdist
2013-08-23 17:20:54 +00:00
Christian Grothoff
2c7bc3e0cb
-fix
2013-08-23 17:17:05 +00:00
Christian Grothoff
404892a3b6
-more doxygen improvements
2013-08-22 07:01:16 +00:00
Christian Grothoff
4f6aa30eb0
-more doxygen improvements
2013-08-22 06:16:06 +00:00
Christian Grothoff
131368c719
improving doxygen use
2013-08-22 04:44:38 +00:00
Andrey Uzunov
ee69fbf07d
spdy:warnings fixed in event loop example
2013-08-14 22:18:34 +00:00
LRN
ce027a58ee
W32: shutdown a socket for writing before closing it
...
Turns out that closing a socket while having unread data in recv buffer
causes winsock to terminate the connection without sending any pending
data.
This is fixed by shutting down socket for writing before closing it.
2013-08-14 05:55:35 +00:00
LRN
156482cc4f
Use short timeout in testStopRace
2013-08-14 04:36:46 +00:00
Christian Grothoff
f8fd79094b
-fix
2013-08-13 22:24:36 +00:00
Christian Grothoff
a50a5626c0
document #2983
2013-08-12 21:56:49 +00:00
Christian Grothoff
9569a609ed
-document select/shutdown issue on W32, move z/os documentation into manual
2013-08-12 21:51:47 +00:00
LRN
40f884cbb9
Modernize plibc.h a bit
2013-08-12 11:19:40 +00:00
LRN
a9dcda3162
Use socketpair to wake up listenthread on W32
2013-08-12 11:15:26 +00:00
Andrey Uzunov
e9a319277b
spdy: comments/readme added/changed
2013-08-11 22:28:06 +00:00
Andrey Uzunov
c0f2ca60ba
spdy: remove the restriction for HTTP method
2013-08-11 21:54:12 +00:00
Andrey Uzunov
4b0a8adbcc
spdy: WINDOW_UPDATE sent on data receiving to allow big HTTP bodies
2013-08-11 20:40:36 +00:00
Andrey Uzunov
e421dc4c64
spdy: simple POST support implemented; API changes; fixed warnings in spdy tests
2013-08-11 19:35:43 +00:00
Christian Grothoff
62f53d643f
-removing bogus #ifdefs
2013-08-11 12:57:53 +00:00
LRN
d7a2fdc595
Don't redefine asprintf for MinGW-w64
2013-08-11 10:30:52 +00:00
Christian Grothoff
29745d25fd
-year
2013-08-10 19:55:22 +00:00
Christian Grothoff
1246d46e55
attempted fix for #2983
2013-08-10 19:03:01 +00:00
Christian Grothoff
53ef8b4a60
address #2984
2013-08-10 18:41:01 +00:00
Christian Grothoff
0b22350f52
-bump
2013-08-10 15:34:19 +00:00
Christian Grothoff
b742dc221d
-disable use of shutdown on W32
2013-08-10 15:33:50 +00:00
Christian Grothoff
c55535a0b8
-update ChangeLog
2013-08-08 05:56:51 +00:00
Christian Grothoff
d77425beee
-allow benchmark to be run without connection close
2013-08-08 05:55:25 +00:00
Christian Grothoff
7670bd7daa
-fix check for early queuing of response
2013-08-08 05:54:01 +00:00
Christian Grothoff
37c1aa3fcf
-handle method being NULL
2013-08-08 05:24:57 +00:00
Christian Grothoff
22941cd1b6
-fix reactivating plibc
2013-08-07 22:05:53 +00:00
Christian Grothoff
35d4603ed1
-fixing ChangeLog
2013-08-07 09:05:08 +00:00
Christian Grothoff
7b8d280e45
-reverting removal of Plibc, select on pipes problem is critial
2013-08-07 09:04:37 +00:00
Christian Grothoff
6d7d5bf784
The inet_pton() call is only supported in Vista and above. Add define to declare we are compiling for Vista.
2013-08-07 06:45:09 +00:00
Christian Grothoff
a0b627adc5
Part 2 of 2 - Remove and replace PlibC macros with native function calls.
2013-08-07 06:41:45 +00:00
Christian Grothoff
4251a1cd97
Part 1 of 2 - Remove PlibC from autotools files.
2013-08-07 06:22:16 +00:00
Christian Grothoff
81464b301a
Removes the requirement of liberty. No longer shipped by newer gcc.
2013-08-07 06:20:13 +00:00
Christian Grothoff
36ac797380
-use more portable rand instead of random
2013-08-07 06:19:33 +00:00
LRN
8208f31a43
Disable quiesce test on W32
2013-08-06 18:58:33 +00:00
Christian Grothoff
f55c9a8e98
-fix connect/content-length handling
2013-08-02 21:42:29 +00:00
LRN
a8f8a27bc0
Fix compiling for systems without SOCK_NONBLOCK
2013-08-02 12:37:08 +00:00
Christian Grothoff
7056c9e811
-fix #2968
2013-07-28 14:41:40 +00:00