aboutsummaryrefslogtreecommitdiff
path: root/src/microspdy
Commit message (Expand)AuthorAge
* Karlson2k: fix AM_CPPFLAGS vs AM_CFLAGS usageChristian Grothoff2014-02-18
* From: Karlson2k <k2k@narod.ru>Christian Grothoff2014-02-12
* Add decl check for _stati64 (required for newer plibc)LRN2014-01-27
* spdy: fixed bug when adding header with NULL valueAndrey Uzunov2013-12-28
* spdy: check input param for nullAndrey Uzunov2013-10-10
* check CLOCK_MONOTONIC is definedChristian Grothoff2013-09-23
* spdy: doc -- parameter description fixedAndrey Uzunov2013-09-08
* -doxygen fixesChristian Grothoff2013-09-07
* spdy: remove the restriction for HTTP methodAndrey Uzunov2013-08-11
* spdy: WINDOW_UPDATE sent on data receiving to allow big HTTP bodiesAndrey Uzunov2013-08-11
* spdy: simple POST support implemented; API changes; fixed warnings in spdy testsAndrey Uzunov2013-08-11
* -reverting removal of Plibc, select on pipes problem is critialChristian Grothoff2013-08-07
* Part 2 of 2 - Remove and replace PlibC macros with native function calls. Christian Grothoff2013-08-07
* microspdy: several "unchecked return value"s fixedAndrey Uzunov2013-07-20
* -importing Andrey Uzunov's mhd2spdy codeChristian Grothoff2013-07-19
* -fix compilation error with old openssl versions that lack SSL_OP_NO_COMPRESSIONChristian Grothoff2013-07-19
* spdy: send RST_STREAM when user callback for response failsAndrey Uzunov2013-07-18
* spdy: change SPDY_get_timeout to give not seconds but milliseconds as it used...Andrey Uzunov2013-07-17
* spdy: TCP_CORK flush only when needed, fixAndrey Uzunov2013-07-17
* spdy: bug fixed - breaking when no headers are provided for responseAndrey Uzunov2013-07-08
* spdy: disable TCP_CORK when NO DELAY is setAndrey Uzunov2013-07-07
* spdy: TCP_CORK added for io_rawAndrey Uzunov2013-07-05
* spdy: NO_DELAY flag added to the daemon to set TCP_NODELAY on socketsAndrey Uzunov2013-07-05
* spdy: max num frames added as an option for the daemonAndrey Uzunov2013-07-05
* spdy: non blockable sockets for the raw IOAndrey Uzunov2013-07-05
* spdy: daemon can now be started without TLS support ("raw SPDY") + test caseAndrey Uzunov2013-07-05
* spdy: io_raw integrated; not yet settableAndrey Uzunov2013-07-05
* spdy: io_raw just added; not yet integratedAndrey Uzunov2013-07-05
* spdy: init library changedAndrey Uzunov2013-07-05
* spdy: continue - previous one and rename tls to opensslAndrey Uzunov2013-07-05
* spdy: TLS functions are called via callbacks nowAndrey Uzunov2013-07-05
* spdy: minor leaks, dead code, etc. fixedAndrey Uzunov2013-06-28
* -fixing misc minor bugs and compiler warnings in libmicrospdyChristian Grothoff2013-06-27
* spdy: ignore POST instead of abort and send 501 no implementedAndrey Uzunov2013-06-19
* -fix build issues on MinGW (#2885)Christian Grothoff2013-05-18
* merging libmicrospdy into treeChristian Grothoff2013-05-05