aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
Commit message (Expand)AuthorAge
* add ways for application to control corking for upgraded socketsChristian Grothoff2019-08-01
* releasing v0.9.66v0.9.66Christian Grothoff2019-08-01
* attempt to fix issue with upload data discovered by FDChristian Grothoff2019-08-01
* fix hang reported by Viet on 24.6.2019 on the mailinglist: do not just consid...Christian Grothoff2019-07-29
* fix regression introduced in cc5032b85Christian Grothoff2019-07-25
* undo, duplicated functionalityChristian Grothoff2019-07-22
* unifyChristian Grothoff2019-07-22
* introducte MHD_RO_FREE_FUNCTION as proposed by Nicolas Mora on the listChristian Grothoff2019-07-22
* Add callback to allow OCSP staplingTim Rühsen2019-07-17
* Bump MHD_VERSION to indicate developer versionEvgeny Grin (Karlson2k)2019-07-05
* Releasing GNU libmicrohttpd 0.9.65v0.9.65Evgeny Grin (Karlson2k)2019-07-05
* Bump MHD_VERSION to signal dev versionEvgeny Grin (Karlson2k)2019-06-09
* Releasing 0.9.64v0.9.64Evgeny Grin (Karlson2k)2019-06-09
* microhttpd.h: reordered includes for better compatibility,Evgeny Grin (Karlson2k)2019-06-09
* microhttpd.d: fixed Doxy for MHD_get_reason_phrase_for()Evgeny Grin (Karlson2k)2019-06-09
* Updated HTTP status codesEvgeny Grin (Karlson2k)2019-06-09
* microhttpd.h: moved together deprecated and non-standard HTTP status codes,Evgeny Grin (Karlson2k)2019-06-09
* microhttpd.h: moved deprecated HTTP code definitions to the end of the listEvgeny Grin (Karlson2k)2019-06-09
* libmicrohttpd.h: Updated HTTP methods and headersEvgeny Grin (Karlson2k)2019-06-09
* Fixed doxygen comments,Evgeny Grin (Karlson2k)2019-05-21
* Added MHD_get_connection_values_n() function to get keys andEvgeny Grin (Karlson2k)2019-05-03
* Added MHD_lookup_connection_value_n().Evgeny Grin (Karlson2k)2019-05-03
* Disallow binary zero in header and cookies.Evgeny Grin (Karlson2k)2019-05-03
* Partial revert of 1b610e5b13b7b96e7b3f372c8da1ec9d840f896a.Evgeny Grin (Karlson2k)2019-05-01
* Headers: better compatibility with MSVC compilerEvgeny Grin (Karlson2k)2019-04-21
* add flags for TLS option controlChristian Grothoff2019-04-15
* allow binary zero in unescaped GET arguments (see mailinglist)Christian Grothoff2019-03-20
* adjusting digest auth to previous regression fix, releasing 0.9.63v0.9.63Christian Grothoff2019-02-10
* preliminary patch for query string issue reported on the MLChristian Grothoff2019-02-07
* Check should (indeed) be for GNUTLS_E_AGAIN.Christian Grothoff2018-12-19
* remove requirement for VLA in digestauth.c logicChristian Grothoff2018-12-11
* use WSA_FLAG_OVERLAPPED in W32 sockets as per suggestion from Johnathan McDou...Christian Grothoff2018-12-08
* releasing libmicrohttpd 0.9.62v0.9.62Christian Grothoff2018-12-08
* add test for RFC 7616 and document new APIChristian Grothoff2018-12-08
* preliminary implementation for RFC 7616 supportChristian Grothoff2018-12-08
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
* Renamed all occurrences from _model(s)_ to _mode(s)_.silvioprog2018-12-06
* releasing 0.9.61Christian Grothoff2018-11-20
* add MHD_create_response_from_buffer_with_free_callbackChristian Grothoff2018-11-08
|\
| * releasing libmicrohttpd 0.9.60v0.9.60Christian Grothoff2018-11-06
* | add MHD_create_response_from_buffer_with_free_callbackChristian Grothoff2018-11-08
|/
* From: Gauthier Haderer <ghaderer@wyplay.com>Christian Grothoff2018-10-16
* style fixesChristian Grothoff2018-08-18
* Small spell correction.silvioprog2018-07-31
* integrate TLS PSK patch from Tal Moaz (plus documentation, plus style and bug...Christian Grothoff2018-07-14
* add support for digest auth with hashed passwordChristian Grothoff2018-07-14
* Hi Christian,Christian Grothoff2018-03-14
* expand strictness to cover spaces in URLChristian Grothoff2018-03-01
* call completion handler also for upgrade connectionsChristian Grothoff2018-02-27
* fixing #5278 as suggested by reporterChristian Grothoff2018-02-16