aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix hang reported by Viet on 24.6.2019 on the mailinglist: do not just ↵Christian Grothoff2019-07-29
| | | | consider nested epoll, but also already ready connections
* ensure event loop keeps going in test, and indentation fixesChristian Grothoff2019-07-29
|
* indentation fixes, adding test_upgrade_large.c test for issue reported by VietChristian Grothoff2019-07-29
|
* is this yearChristian Grothoff2019-07-29
|
* indentationChristian 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
|
* 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
| | | | size instead of guessing
* 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
| | | | test various buffer sizes
* 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 ↵Evgeny Grin (Karlson2k)2019-06-13
| | | | power of two
* 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
| | | | Updated ChangeLog
* 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
|