Commit Graph
1130 Commits
Author SHA1 Message Date
Andrey Uzunov fc73de2bc9 spdy: non blockable sockets for the raw IO 2013-07-05 16:54:29 +00:00
Andrey Uzunov c1a7d6e2b5 spdy: daemon can now be started without TLS support ("raw SPDY") + test case 2013-07-05 16:48:33 +00:00
Andrey Uzunov 489d8e1bad spdy: io_raw integrated; not yet settable 2013-07-05 15:50:21 +00:00
Andrey Uzunov 31ff028b0b spdy: io_raw just added; not yet integrated 2013-07-05 15:34:19 +00:00
Andrey Uzunov 70a7c61f74 spdy: init library changed 2013-07-05 15:15:55 +00:00
Andrey Uzunov 3b9e9c85b8 spdy: continue - previous one and rename tls to openssl 2013-07-05 14:25:04 +00:00
Andrey Uzunov b8d6c063fe spdy: TLS functions are called via callbacks now 2013-07-05 14:04:26 +00:00
Christian Grothoff 6e07994a8b -fixing #2899: allow clients to customize MHD_BUF_INC_SIZE via option 2013-07-05 10:12:10 +00:00
Christian Grothoff 9fe0e9d411 Adding support for using epoll for the MHD event loop 2013-07-04 15:29:56 +00:00
Andrey Uzunov 21f9a70d53 spdy: minor leaks, dead code, etc. fixed 2013-06-28 22:30:10 +00:00
Christian Grothoff d9ab40f532 -cleaner behavior with respect to stopping to read pipelined requests 2013-06-28 12:07:11 +00:00
Christian Grothoff fe8202d39c -fixing misc minor bugs and compiler warnings in libmicrospdy 2013-06-27 14:41:35 +00:00
Christian Grothoff 79f2eea262 -documentation updates for epoll 2013-06-25 13:13:46 +00:00
Christian Grothoff 2c646f956f -nicer error handling in example 2013-06-25 13:00:17 +00:00
Christian Grothoff 7c78413efa -make clear that close return value is ignored intentionally 2013-06-25 12:58:12 +00:00
Christian Grothoff e55a1f921e -update list of documentation 2013-06-25 12:47:41 +00:00
Christian Grothoff 927d803d43 -document epoll option 2013-06-23 10:51:21 +00:00
Christian Grothoff ea7a4bf0fd -build system changes for epoll support 2013-06-23 10:50:28 +00:00
Christian Grothoff 3fb6d911e9 -benchmark for latency measurements and epoll demonstration 2013-06-23 10:50:05 +00:00
Christian Grothoff efbf50c0d2 -API for supporting epoll 2013-06-23 10:49:30 +00:00
Andrey Uzunov 21c355734b spdy2http: TE header was sent over SPDY 2013-06-22 18:39:03 +00:00
Christian Grothoff 14dad00f46 cast intentionally ignored return values to void, even in examples 2013-06-21 17:55:34 +00:00
Christian Grothoff fa4eac79bc -revert 2013-06-21 16:21:26 +00:00
Christian Grothoff 2497b53834 make it clear that we intentionally ignore those return values, as there is no good way to handle those errors anyway 2013-06-21 16:16:52 +00:00
Christian Grothoff 76f7883443 replace -1 by named constant in comment 2013-06-21 12:38:38 +00:00
Andrey Uzunov 1c2a577d8d spdy2http: option for host to listen on 2013-06-19 11:49:09 +00:00
Andrey Uzunov f49028e96f spdy: ignore POST instead of abort and send 501 no implemented 2013-06-19 10:52:50 +00:00
Andrey Uzunov e354fc772d spdy2http: added options 2013-06-19 09:34:15 +00:00
Andrey Uzunov 1d77d46b6a README change for microspdy 2013-06-15 14:01:04 +00:00
Andrey Uzunov 03aeb64ae2 spdy2http now handles chunked TE 2013-05-27 14:33:11 +00:00
Christian Grothoff e523f648ee -check for curl for the spdy proxy 2013-05-24 08:55:31 +00:00
Christian Grothoff ebebe460d2 -move spdy draft so that testcases can find it 2013-05-24 08:50:24 +00:00
Andrey Uzunov eaf7c50a2d spdy2http changes to use it as a forward proxy 2013-05-23 10:45:49 +00:00
Christian Grothoff 05d1a633b1 improving build system to tolerate missing libraries for libmicrospdy 2013-05-21 12:35:28 +00:00
Christian Grothoff cfea15fe53 -fix 2886 2013-05-20 10:30:32 +00:00
Christian Grothoff f4a4a70d43 -remove generated files 2013-05-19 09:31:16 +00:00
Christian Grothoff cc8a80bf84 -fix build issues on MinGW (#2885) 2013-05-18 20:33:10 +00:00
Christian Grothoff ed960f50c8 -bump 2013-05-15 20:05:07 +00:00
Christian Grothoff a39c6c5206 -2nd attempt to fix #2859, this time things look much better 2013-05-15 20:04:11 +00:00
Christian Grothoff 76929295b7 comments 2013-05-09 14:10:45 +00:00
Christian Grothoff d6afd8ad4e -handle SIGPIPE 2013-05-09 12:58:14 +00:00
Christian Grothoff dab82f1976 -undo fix #2783 2013-05-09 11:48:42 +00:00
Christian Grothoff 95ddb5b1c7 -unlock: 2013-05-09 11:46:03 +00:00
Christian Grothoff 2184438b2d -bugfixes 2013-05-09 10:47:18 +00:00
Christian Grothoff f35fdf4b7c -fixing #2859 2013-05-06 10:49:23 +00:00
Christian Grothoff af157f337a -chlog 2013-05-05 19:44:54 +00:00
Christian Grothoff eb4b75cf3d -ignore 2013-05-05 19:42:45 +00:00
Christian Grothoff 40ad3037f9 add testcases 2013-05-05 19:26:15 +00:00
Christian Grothoff 771c844be4 -ignores 2013-05-05 19:22:44 +00:00
Christian Grothoff 639c6a9880 merging libmicrospdy into tree 2013-05-05 19:21:40 +00:00