aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* -removing bogus #ifdefsChristian Grothoff2013-08-11
* -yearChristian Grothoff2013-08-10
* attempted fix for #2983Christian Grothoff2013-08-10
* address #2984Christian Grothoff2013-08-10
* -bumpChristian Grothoff2013-08-10
* -disable use of shutdown on W32Christian Grothoff2013-08-10
* -allow benchmark to be run without connection closeChristian Grothoff2013-08-08
* -fix check for early queuing of responseChristian Grothoff2013-08-08
* -handle method being NULLChristian Grothoff2013-08-08
* -fix reactivating plibcChristian Grothoff2013-08-07
* -reverting removal of Plibc, select on pipes problem is critialChristian Grothoff2013-08-07
* The inet_pton() call is only supported in Vista and above. Add define to decl...Christian Grothoff2013-08-07
* Part 2 of 2 - Remove and replace PlibC macros with native function calls. Christian Grothoff2013-08-07
* Part 1 of 2 - Remove PlibC from autotools files. Christian Grothoff2013-08-07
* Removes the requirement of liberty. No longer shipped by newer gcc. Christian Grothoff2013-08-07
* -use more portable rand instead of randomChristian Grothoff2013-08-07
* Disable quiesce test on W32LRN2013-08-06
* -fix connect/content-length handlingChristian Grothoff2013-08-02
* Fix compiling for systems without SOCK_NONBLOCKLRN2013-08-02
* -fix #2968Christian Grothoff2013-07-28
* microspdy2http: minor changesAndrey Uzunov2013-07-21
* add missing NULL checks in examples:Christian Grothoff2013-07-21
* microhttpd: put "#if EPOLL_SUPPORT" everywhere, so compilation can succeed ev...Andrey Uzunov2013-07-21
* microspdy: several "unchecked return value"s fixedAndrey Uzunov2013-07-20
* microspdy2http: warnings fixedAndrey Uzunov2013-07-20
* mhd2spdy: code formatting done and old code removedAndrey Uzunov2013-07-20
* mhd2spdy: info in source headersAndrey Uzunov2013-07-20
* mhd2spdy: -Wextra warnings fixedAndrey Uzunov2013-07-20
* mhd2spdy: changes, still importingAndrey Uzunov2013-07-20
* spdy2http: added timeout option for http requestsAndrey Uzunov2013-07-20
* -nicer for HTTPSChristian Grothoff2013-07-20
* -removing bad printfChristian Grothoff2013-07-20
* -fix combining HTTPS and EPOLLChristian Grothoff2013-07-20
* -adding HTTPS version of benchmarkChristian Grothoff2013-07-20
* -moving dual stack example to modern variantChristian Grothoff2013-07-20
* -expanded HTTPS testcases to also cover epollChristian Grothoff2013-07-20
* -fix leak fixChristian Grothoff2013-07-19
* -fixing memory leaks in testcasesChristian Grothoff2013-07-19
* adding experimental turbo modeChristian Grothoff2013-07-19
* -undoChristian Grothoff2013-07-19
* -importing Andrey Uzunov's mhd2spdy codeChristian Grothoff2013-07-19
* -cleanup connections also if MHD_run_from_select is usedChristian Grothoff2013-07-19
* -packaging 0.9.28Christian 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 proxy: finish on curl errorAndrey Uzunov2013-07-18
* spdy: event loop changed for the proxyAndrey Uzunov2013-07-17