aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Updated and used macros for polling modesEvgeny Grin (Karlson2k)2023-11-01
* internal.h: added macros for polling mode detectionEvgeny Grin (Karlson2k)2023-11-01
* Adjusted default value of maximum connectionsEvgeny Grin (Karlson2k)2023-11-01
* microhttpd.h: updated doxy for MHD_USE_PEDANTIC_CHECKSEvgeny Grin (Karlson2k)2023-11-01
* daemon: muted possible compiler warningEvgeny Grin (Karlson2k)2023-11-01
* daemon.c: cosmeticsEvgeny Grin (Karlson2k)2023-11-01
* Upgraded connection: cosmeticsEvgeny Grin (Karlson2k)2023-11-01
* digestauth: added asserts, fixed internal doxyEvgeny Grin (Karlson2k)2023-11-01
* websocket_threaded_example: fix websocket url stringEvgeniy Gavrilenko2023-10-19
* digest auth: updated header, slightly modified multi-value processingEvgeny Grin (Karlson2k)2023-10-06
* Renamed one new basic auth function, improved doxyEvgeny Grin (Karlson2k)2023-10-06
* Updated HTTP methods, headers and reason phrasesEvgeny Grin (Karlson2k)2023-10-02
* Fixed compatibility with more old compilersEvgeny Grin (Karlson2k)2023-09-27
* Fixed more compiler warningsEvgeny Grin (Karlson2k)2023-09-27
* Correction for 93bc2751bf5a04380de4435877344418bbeec770Evgeny Grin (Karlson2k)2023-09-27
* Improved compatibility with old compilersEvgeny Grin (Karlson2k)2023-09-27
* Implemented correct processing of chunked request encoding with BWS in chunk ...Evgeny Grin (Karlson2k)2023-09-27
* Unified bare LF as CRLF handling for request chunked encodingEvgeny Grin (Karlson2k)2023-09-27
* connection: added helper macroEvgeny Grin (Karlson2k)2023-09-27
* test_long_header: improved, fixed, added error reportingEvgeny Grin (Karlson2k)2023-09-27
* test_put_header_fold: fixed copy-paste errorEvgeny Grin (Karlson2k)2023-09-27
* test_long_header: re-use the same port for all checksEvgeny Grin (Karlson2k)2023-09-27
* zzuf tests: fixed compiler warningsEvgeny Grin (Karlson2k)2023-09-27
* tests: fixed compiler warningsEvgeny Grin (Karlson2k)2023-09-27
* test_toolarge: removed debug value introduced by 6ee7fa38d9d4548a46ac2b7ad9f8...Evgeny Grin (Karlson2k)2023-09-26
* Rewritten handling of exhaustion of memory pool when receivingEvgeny Grin (Karlson2k)2023-09-26
* Added calculation of request headers total sizeEvgeny Grin (Karlson2k)2023-09-26
* Detect error earlier if request HTTP version is badEvgeny Grin (Karlson2k)2023-09-26
* Refactoring: store "request target" original lengthEvgeny Grin (Karlson2k)2023-09-26
* microhttpd.h: fixed deprecation messagesEvgeny Grin (Karlson2k)2023-09-26
* Added check for magic number in the request content-lenghtEvgeny Grin (Karlson2k)2023-09-26
* Revert "-add support for ICECAST-style uploads"Christian Grothoff2023-09-26
* -fix theoretical use-after-free in test on error pathChristian Grothoff2023-09-25
* -tighten test furtherChristian Grothoff2023-09-25
* fix check orderChristian Grothoff2023-09-25
* check rvalues from MHD_post_process in examplesChristian Grothoff2023-09-25
* check rvalues from MHD_add_response_header in examplesChristian Grothoff2023-09-25
* check rvalues from MHD_add_response_header in examplesChristian Grothoff2023-09-25
* check rvalues from pthread_mutex_ operations in examplesChristian Grothoff2023-09-25
* -very theoretically, 0 would be OK, tooChristian Grothoff2023-09-25
* -add support for ICECAST-style uploadsChristian Grothoff2023-09-25
* Improved doxy for #MHD_CONNECTION_INFO_REQUEST_HEADER_SIZE infoEvgeny Grin (Karlson2k)2023-09-19
* Fixed MHD_CONNECTION_INFO_DAEMON: return master daemonEvgeny Grin (Karlson2k)2023-09-19
* get_request_line_inner(): added RFC referencesEvgeny Grin (Karlson2k)2023-09-19
* Refactored threads supportEvgeny Grin (Karlson2k)2023-09-17
* test_shutdown_select: muted compiler warninigEvgeny Grin (Karlson2k)2023-09-17
* test_put_header_fold: fixed code styleEvgeny Grin (Karlson2k)2023-09-17
* Fixed missing <errno.h> includesEvgeny Grin (Karlson2k)2023-09-17
* Fixed debug build without TLS supportEvgeny Grin (Karlson2k)2023-09-13
* daemon: unified check for debug macrosEvgeny Grin (Karlson2k)2023-09-13