aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Releasing GNU libmicrohttpd 0.9.65v0.9.65Evgeny Grin (Karlson2k)2019-07-05
* fix #5773Christian Grothoff2019-06-30
* postprocessor: fixed usage of strlen() in loopEvgeny Grin (Karlson2k)2019-06-23
* daemon.c: minor compiler warning fixEvgeny Grin (Karlson2k)2019-06-23
* Updated ChangeLogEvgeny Grin (Karlson2k)2019-06-23
* Optimised read buffer allocationEvgeny Grin (Karlson2k)2019-06-17
* try_ready_chunked_body(): remove useless loop, use know free memoryEvgeny Grin (Karlson2k)2019-06-17
* process_request_body(): do not move data if nothing was processedEvgeny Grin (Karlson2k)2019-06-17
* transmit_error_response(): discard read buffer to free space for error responseEvgeny Grin (Karlson2k)2019-06-17
* test_long_header: use power of two for size to properly test allocations,Evgeny Grin (Karlson2k)2019-06-17
* MHD_pool_reallocate(): never allocate additional buffer when shrinkingEvgeny Grin (Karlson2k)2019-06-17
* memorypool: comments minor improvementsEvgeny Grin (Karlson2k)2019-06-16
* memorypool: re-commit memory on W32 when resetting poolEvgeny Grin (Karlson2k)2019-06-16
* memorypool: round mmap allocation for page sizeEvgeny Grin (Karlson2k)2019-06-16
* memorypool: fixed MHD_pool_reset()Evgeny Grin (Karlson2k)2019-06-16
* memorypool: reallocate: more checks for value wrap, small optimizationEvgeny Grin (Karlson2k)2019-06-13
* memorypool: correctly support exotic platform where size of pointer is not po...Evgeny Grin (Karlson2k)2019-06-13
* memorypool: removed redundant check, which also fails in case shrinkingEvgeny Grin (Karlson2k)2019-06-13
* memorypool: fixed build with VC, minor fixesEvgeny Grin (Karlson2k)2019-06-13
* memorypool: better check for value wrapsEvgeny Grin (Karlson2k)2019-06-13
* memorypool: fixed/rewritten MHD_pool_reallocate()Evgeny Grin (Karlson2k)2019-06-13
* CI: fixed double checkingEvgeny Grin (Karlson2k)2019-06-13
* test_large_put: test memory realloc tooEvgeny Grin (Karlson2k)2019-06-13
* memorypool: minor macro and comment fixesEvgeny Grin (Karlson2k)2019-06-13
* memorypool: fixed possible crash if failed to allocate memory on W32Evgeny Grin (Karlson2k)2019-06-12
* memorypool: use 'bool' instead MHD_YES/MHD_NO and 'uint8_t' instead of 'char'Evgeny Grin (Karlson2k)2019-06-12
* memorypool: further narrow down includesEvgeny Grin (Karlson2k)2019-06-12
* memorypool: refactored includes, moved out unrelated functionEvgeny Grin (Karlson2k)2019-06-12
* memorypool.c: added assertsEvgeny Grin (Karlson2k)2019-06-12
* daemon.c: minor marcos refactoring for clarityEvgeny Grin (Karlson2k)2019-06-11
* mhd_sockets.h: minor micros fixesEvgeny Grin (Karlson2k)2019-06-10
* 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
* tarball: add missing MSVS 2019 project filesEvgeny Grin (Karlson2k)2019-06-09
* tests: fixed, removed deprecated HTTP codeEvgeny 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
* contrib: implemented script for importing 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
* contrib: published scripts for updating MHD header with new HTTP methods and ...Evgeny Grin (Karlson2k)2019-06-09
* Updated .gitattributes, normalized line ending in source fileEvgeny Grin (Karlson2k)2019-06-09
* update .gitignore filesChristian Grothoff2019-06-08
* Updated ChangeLogEvgeny Grin (Karlson2k)2019-06-08
* prefix even potentially exported hash symbols with MHD_ (as proposed by Dirk ...Christian Grothoff2019-06-03
* clarify return value is intentionally ignoredChristian Grothoff2019-06-02
* Updated .gitlab-ci.yml, added upload of dist tarballEvgeny Grin (Karlson2k)2019-06-02
* Added support for SOCK_NOSIGPIPE from Solaris 11.4 and NetBSD 7+Evgeny Grin (Karlson2k)2019-06-02