aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.c
Commit message (Expand)AuthorAge
* 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
* 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
* Improved doxy for MHD_free() and MHD_digest_auth_get_username()Evgeny Grin (Karlson2k)2017-11-23
* add MHD_free(), actual 'code'Christian Grothoff2017-10-09
* address #4614: mark translatable strings with _-macroChristian Grothoff2016-09-06
* -setup IO buffers for upgraded connections from memory pool - if possibleChristian Grothoff2016-08-28
* -avoid calling memmove with NULL argumentChristian Grothoff2016-08-22
* Corrected typos in commentsEvgeny Grin (Karlson2k)2016-04-10
* -fix shrinkageChristian Grothoff2015-11-06
* -needs to be mv, not cpChristian Grothoff2015-10-30
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* memorypool.c: prevent coping of uninitialized memory in MHD_pool_reset()Evgeny Grin (Karlson2k)2015-01-25
* memorypool.c: use native memory function for W32Evgeny Grin (Karlson2k)2014-02-18
* Add decl check for _stati64 (required for newer plibc)LRN2014-01-27
* -hiding a few moreChristian Grothoff2013-12-24
* -handle case that original allocation request was zeroChristian Grothoff2013-11-28
* -fix theoretical overflow issue reported by Florian WeimerChristian Grothoff2013-11-28
* -minor code cleanupChristian Grothoff2013-09-08
* releasing 0.9.30Christian Grothoff2013-09-02
* -reverting removal of Plibc, select on pipes problem is critialChristian Grothoff2013-08-07
* Part 2 of 2 - Remove and replace PlibC macros with native function calls. Christian Grothoff2013-08-07
* Adding support for using epoll for the MHD event loopChristian Grothoff2013-07-04
* -changing directory nameChristian Grothoff2013-05-05