Commit Graph
4924 Commits
Author SHA1 Message Date
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
Andrey Uzunov 38381f24c4 spdy2http: added timeout option for http requests 2013-07-20 15:04:00 +00:00
Christian Grothoff 27171ab944 -nicer for HTTPS 2013-07-20 10:49:09 +00:00
Christian Grothoff 4012f9fcc5 -removing bad printf 2013-07-20 10:37:26 +00:00
Christian Grothoff a559950eb8 -fix combining HTTPS and EPOLL 2013-07-20 10:36:26 +00:00
Christian Grothoff edb0845e35 -adding HTTPS version of benchmark 2013-07-20 10:13:45 +00:00
Christian Grothoff 209021f4cc -moving dual stack example to modern variant 2013-07-20 10:13:35 +00:00
Christian Grothoff 81a04f09ce -expanded HTTPS testcases to also cover epoll 2013-07-20 10:03:53 +00:00
Christian Grothoff e7cd19c341 -fix leak fix 2013-07-19 20:26:17 +00:00
Christian Grothoff c9d068253d -fixing memory leaks in testcases 2013-07-19 20:15:31 +00:00
Christian Grothoff 1237387390 adding experimental turbo mode 2013-07-19 15:51:45 +00:00
Christian Grothoff 14e4efd674 -undo 2013-07-19 11:50:52 +00:00
Christian Grothoff 3b384315bc -importing Andrey Uzunov's mhd2spdy code 2013-07-19 09:19:48 +00:00
Christian Grothoff 32d7b92ba7 -cleanup connections also if MHD_run_from_select is used 2013-07-19 08:05:35 +00:00
Christian Grothoff b99be60d5d -packaging 0.9.28 2013-07-19 07:59:29 +00:00
Christian Grothoff ea6fccfdbf -fix compilation error with old openssl versions that lack SSL_OP_NO_COMPRESSION 2013-07-19 07:30:11 +00:00
Andrey Uzunov fe35bcf2eb spdy: send RST_STREAM when user callback for response fails 2013-07-18 21:44:37 +00:00
Andrey Uzunov 0bebdb1cc3 spdy proxy: finish on curl error 2013-07-18 16:52:05 +00:00
Andrey Uzunov 24d8b92412 spdy: event loop changed for the proxy 2013-07-17 15:48:08 +00:00
Andrey Uzunov b439543039 spdy: change SPDY_get_timeout to give not seconds but milliseconds as it used to be 2013-07-17 14:46:49 +00:00
Andrey Uzunov 4231889ce3 spdy: TCP_CORK flush only when needed, fix 2013-07-17 10:27:46 +00:00
Christian Grothoff 282386193c eliminate shutdown calls that are not required, strictly speaking 2013-07-14 17:59:09 +00:00
Christian Grothoff 326441639c fix dual stack option 2013-07-14 17:51:18 +00:00
Christian Grothoff ccdf83cd04 name MHD worker threads 2013-07-14 17:38:24 +00:00
Christian Grothoff 1c553e71a9 -try instant state forward, 2nd variant 2013-07-12 17:14:30 +00:00
Christian Grothoff 9e2d653d53 -update readiness state immediately after response is queued, to avoid going through another 'idle' event loop 2013-07-12 08:53:09 +00:00
Andrey Uzunov 5946959f76 spdy: bug fixed - breaking when no headers are provided for response 2013-07-08 23:24:34 +00:00
Andrey Uzunov ae343b6b94 spdy: proxy - ipv4/6 options for curl and closed_session callback 2013-07-08 22:51:29 +00:00
Andrey Uzunov bbd1074a27 spdy: proxy - print some verbose info 2013-07-07 15:51:00 +00:00
Andrey Uzunov d07e0212b7 spdy: disable TCP_CORK when NO DELAY is set 2013-07-07 15:48:40 +00:00
Andrey Uzunov f7e2f6497a spdy: new start options for the proxy 2013-07-07 11:07:05 +00:00
Andrey Uzunov 9074d6d2e8 spdy: TCP_CORK added for io_raw 2013-07-05 23:08:31 +00:00
Christian Grothoff 4c3d16c35e -ignore binary 2013-07-05 18:27:31 +00:00
Andrey Uzunov dfdbf7ebad spdy: NO_DELAY flag added to the daemon to set TCP_NODELAY on sockets 2013-07-05 17:30:18 +00:00
Andrey Uzunov 9f6372506d spdy: max num frames added as an option for the daemon 2013-07-05 17:16:11 +00:00
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