aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Updated HTTP headers namesEvgeny Grin (Karlson2k)2021-10-30
* Updated HTTP methodsEvgeny Grin (Karlson2k)2021-10-30
* Updated HTTP statusesEvgeny Grin (Karlson2k)2021-10-30
* microhttpd.h: doxy clarificationsEvgeny Grin (Karlson2k)2021-10-29
* microhttpd.h: cosmeticsEvgeny Grin (Karlson2k)2021-10-29
* Removed redundant macroEvgeny Grin (Karlson2k)2021-10-29
* configure: improved reporting which detecting available sanitizersEvgeny Grin (Karlson2k)2021-10-28
* Added new W32 project files to the tarballEvgeny Grin (Karlson2k)2021-10-27
* Further improved PAGESIZE macro detectionEvgeny Grin (Karlson2k)2021-10-27
* chunked responses: alway unlock response if closing the connectionEvgeny Grin (Karlson2k)2021-10-26
* Chunked responses: do not provide extra space for the response if size is knownEvgeny Grin (Karlson2k)2021-10-26
* internal.h: clarified doxyEvgeny Grin (Karlson2k)2021-10-26
* connection.c: fixed harmless compiler warningEvgeny Grin (Karlson2k)2021-10-26
* src/microhttpd/Makefile: cosmeticsEvgeny Grin (Karlson2k)2021-10-26
* W32 VS projects: use C17 if availableEvgeny Grin (Karlson2k)2021-10-25
* W32: added VS project files for the latest installed toolsetEvgeny Grin (Karlson2k)2021-10-25
* W32: added VS2022 project filesEvgeny Grin (Karlson2k)2021-10-25
* Fixed builds with MSVSEvgeny Grin (Karlson2k)2021-10-25
* tsearch.c: fixed missing include after f66a23d27116ade5876d7e23d8c077091cd572e9Evgeny Grin (Karlson2k)2021-10-25
* mhd_mono_clock: do not use MinGW clock wrappers on W32Evgeny Grin (Karlson2k)2021-10-25
* configure: removed unused HAVE_DECL_SOCK_NONBLOCK macro from MHD_config.hEvgeny Grin (Karlson2k)2021-10-25
* connection.c: fixed compiler warningEvgeny Grin (Karlson2k)2021-10-25
* Removed unneeded cast of MHD_CONTENT_READER_END_* valuesEvgeny Grin (Karlson2k)2021-10-25
* Chunked response: close connection if application returns more data than requ...Evgeny Grin (Karlson2k)2021-10-25
* mhd_str: fixed typos in doxy commentsEvgeny Grin (Karlson2k)2021-10-25
* connection.c: fixed copy-paste error in commentEvgeny Grin (Karlson2k)2021-10-24
* Fixed: include "MHD_config.h" before other headers to set correct macrosEvgeny Grin (Karlson2k)2021-10-24
* websocket_threaded_example: fixed compiler warning on x32 platformsEvgeny Grin (Karlson2k)2021-10-24
* Added check at configure time for PAGESIZE and PAGE_SIZE macrosEvgeny Grin (Karlson2k)2021-10-24
* configure: fixed harmless typo in cache variable nameEvgeny Grin (Karlson2k)2021-10-23
* configure: improved reporting on SolarisEvgeny Grin (Karlson2k)2021-10-23
* test_add_conn: used the better way to mute compiler and analyzer warningsEvgeny Grin (Karlson2k)2021-10-23
* Added Lawrence Sebald to the AUTHORS fileEvgeny Grin (Karlson2k)2021-10-23
* test_str: fixed wrong printf formatEvgeny Grin (Karlson2k)2021-10-23
* test_tricky: fixed leaked resourceEvgeny Grin (Karlson2k)2021-10-17
* test_tricky: fixed compatibility with libcurl >=7.62 and <7.78Evgeny Grin (Karlson2k)2021-10-17
* Fixed parsing of "\r\r", "\r", "\n\r" and "\n\n" as a single linefeed for chu...Evgeny Grin (Karlson2k)2021-10-17
* internal.h: fixed doxy for read bufferEvgeny Grin (Karlson2k)2021-10-17
* Fixed parsing of bare CR as end-of-line in HTTP headersEvgeny Grin (Karlson2k)2021-10-17
* Removed leftover after 3a02f18ca6a66997614cebf1231c86ad33148ad2Evgeny Grin (Karlson2k)2021-10-17
* get_next_header_line(): improved and fixed commentsEvgeny Grin (Karlson2k)2021-10-17
* Added error response for wrong 'Content-Length' valuesEvgeny Grin (Karlson2k)2021-10-17
* A missing part for 3a02f18ca6a66997614cebf1231c86ad33148ad2Evgeny Grin (Karlson2k)2021-10-17
* Simplified connection.c code: reused error reply functionEvgeny Grin (Karlson2k)2021-10-17
* Transmit error reply to the clients if received broken chunked encodingEvgeny Grin (Karlson2k)2021-10-17
* test_tricky: fixed copy-paste errorsEvgeny Grin (Karlson2k)2021-10-17
* Removed double close of connection with errorEvgeny Grin (Karlson2k)2021-10-17
* Added two tests with non-standard symbols in requestsEvgeny Grin (Karlson2k)2021-10-17
* MHD_del_response_header(): documented new behaviorsEvgeny Grin (Karlson2k)2021-10-16
* test_toolarge: removed debugging leftoversEvgeny Grin (Karlson2k)2021-10-13