aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.c
Commit message (Expand)AuthorAge
* Renamed one more connection state for clarityEvgeny Grin (Karlson2k)2022-10-22
* Renamed request processing states for clarity and readabilityEvgeny Grin (Karlson2k)2022-09-27
* Use new functions for decode request URLsEvgeny Grin (Karlson2k)2022-07-19
* MHD_parse_arguments_(): refactored, allow cls for the callbackEvgeny Grin (Karlson2k)2022-06-22
* Fixed compiler warnings of implicit casting, which could change the valueEvgeny Grin (Karlson2k)2022-04-27
* Added _MHD_EXTERN to the all public functions definitionsEvgeny Grin (Karlson2k)2022-04-18
* Doxy corrections, fixes, and syncEvgeny Grin (Karlson2k)2021-12-29
* Added new connection state MHD_CONNECTION_START_REPLYEvgeny Grin (Karlson2k)2021-08-23
* fix transmission stall issue with upgraded TLS connections reported by Nguyen...Christian Grothoff2020-09-27
* Minor optimisation for MHD_YES/MHD_NO comparisonEvgeny Grin (Karlson2k)2020-09-20
* introduce 'enum MHD_Result'Christian Grothoff2020-04-08
* tighten formatting rulesChristian Grothoff2019-10-31
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* Partial revert of 1b610e5b13b7b96e7b3f372c8da1ec9d840f896a.Evgeny Grin (Karlson2k)2019-05-01
* allow binary zero in unescaped GET arguments (see mailinglist)Christian Grothoff2019-03-20
* releasing libmicrohttpd 0.9.56v0.9.56Christian Grothoff2017-11-24
* Hello, in commit 243e8fcd6054e4c0d2964b0d4b29e0c15861498d (5 Jun 2017),Christian Grothoff2017-09-27
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
* address #4614: mark translatable strings with _-macroChristian Grothoff2016-09-06
* -dceChristian Grothoff2016-08-02
* MHD_http_unescape(): replace call of strtoul() with MHD_strx_to_uint32_n_()Evgeny Grin (Karlson2k)2016-07-28
* Corrected typos in commentsEvgeny Grin (Karlson2k)2016-04-10
* configure.ac: cleanup and fixes related to optional features, corresponding c...Evgeny Grin (Karlson2k)2016-01-11
* deduplicate arg parsing logic between connection.c and digestauth.c (now in i...Christian Grothoff2015-10-05
* Reimplement monotonic clock with wide range of platforms supportEvgeny Grin (Karlson2k)2015-08-27
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* make MHD_http_unescape() part of API (#3585)Christian Grothoff2014-12-19
* Hi Christian,Christian Grothoff2014-10-29
* fix '+' unescape logic for URI-encoded POST dataChristian Grothoff2014-09-29
* adding MHD_set_response_options functionChristian Grothoff2014-06-08
* fix #3413Christian Grothoff2014-06-01
* -cosmetic patch from Evgeny GrinChristian Grothoff2014-02-08
* Add decl check for _stati64 (required for newer plibc)LRN2014-01-27
* -hide symbolsChristian Grothoff2013-12-24
* -fix tests for MHD_USE_SUSPEND_RESUMEChristian Grothoff2013-12-03
* check CLOCK_MONOTONIC is definedChristian Grothoff2013-09-23
* -doxygen fixesChristian Grothoff2013-09-07
* -changing directory nameChristian Grothoff2013-05-05