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
Andrey Uzunov
f862cd4954
microspdy2http: minor changes
2013-07-21 16:40:32 +00:00
Christian Grothoff
fe9c559603
-yes, we never ignore return values, even in examples on getchar()...
2013-07-21 16:19:41 +00:00
Christian Grothoff
16cecaf5d5
add missing NULL checks in examples:
2013-07-21 16:18:42 +00:00
Andrey Uzunov
184cbd6222
microhttpd: put "#if EPOLL_SUPPORT" everywhere, so compilation can succeed even when it is disabled
2013-07-21 16:05:48 +00:00
Andrey Uzunov
d618f1d7bc
microspdy: several "unchecked return value"s fixed
2013-07-20 23:10:44 +00:00
Andrey Uzunov
f60ba3df15
microspdy2http: warnings fixed
2013-07-20 21:33:02 +00:00
Andrey Uzunov
50735544c1
mhd2spdy: code formatting done and old code removed
2013-07-20 19:21:10 +00:00
Andrey Uzunov
84205b371f
mhd2spdy: info in source headers
2013-07-20 18:49:59 +00:00
Andrey Uzunov
a754b1b3cf
mhd2spdy: -Wextra warnings fixed
2013-07-20 18:35:59 +00:00
Andrey Uzunov
22e0954068
mhd2spdy: changes, still importing
2013-07-20 17:03:17 +00:00