aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.c
Commit message (Expand)AuthorAge
* Updated copyright yearsEvgeny Grin (Karlson2k)2024-01-31
* Compiler warning fixesEvgeny Grin (Karlson2k)2024-01-31
* initialize required_bytes on all code paths to avoid false-positive compiler ...Christian Grothoff2023-12-31
* Refactoring: check whether memory block is resizableEvgeny Grin (Karlson2k)2023-06-20
* Implemented and used new function MHD_pool_deallocate()Evgeny Grin (Karlson2k)2023-04-05
* memorypool: added more assertsEvgeny Grin (Karlson2k)2023-04-05
* memorypool: fixed wrong pointer comparison introduced by 3444792f14d96a58648a...Evgeny Grin (Karlson2k)2023-04-05
* memorypool: cosmeticsEvgeny Grin (Karlson2k)2023-04-05
* Refactored user-poison: minimized scope of non-sanitized codeEvgeny Grin (Karlson2k)2022-11-26
* Fixed macro name spellingEvgeny Grin (Karlson2k)2022-11-06
* Use '#ifdef PARAM' instead of '#if PARAM' for configuration optionsEvgeny Grin (Karlson2k)2022-05-16
* Fixed compiler warnings of implicit casting, which could change the valueEvgeny Grin (Karlson2k)2022-04-27
* Fixed many macrosEvgeny Grin (Karlson2k)2022-04-23
* memorypool: fixed: unpoison memory for ASAN before destroying poolEvgeny Grin (Karlson2k)2022-03-07
* Doxy corrections, fixes, and syncEvgeny Grin (Karlson2k)2021-12-29
* memorypool: minor doxy clarificationEvgeny Grin (Karlson2k)2021-11-25
* memorypool: minor code improvmentsEvgeny Grin (Karlson2k)2021-10-31
* memorypool: fixed code styleEvgeny Grin (Karlson2k)2021-10-31
* memorypool: improved macros for manual poisoningEvgeny Grin (Karlson2k)2021-10-31
* Removed redundant macroEvgeny Grin (Karlson2k)2021-10-29
* Further improved PAGESIZE macro detectionEvgeny Grin (Karlson2k)2021-10-27
* Added check at configure time for PAGESIZE and PAGE_SIZE macrosEvgeny Grin (Karlson2k)2021-10-24
* MemoryPool: realloc: do not move old buffer pointer even if buffer size is zeroEvgeny Grin (Karlson2k)2021-10-10
* Added custom memory poisoning for MemoryPoolEvgeny Grin (Karlson2k)2021-10-10
* Partially reworked memory allocation from the poolEvgeny Grin (Karlson2k)2021-10-10
* memorypool: added assert in MHD_pool_reallocate()Evgeny Grin (Karlson2k)2021-09-29
* memorypool: mute sanitizer errorsEvgeny Grin (Karlson2k)2021-09-08
* Test for stdlib.h presenceEvgeny Grin (Karlson2k)2021-09-01
* memory pool: added internal helper functionEvgeny Grin (Karlson2k)2021-08-23
* Updated some copyrightsEvgeny Grin (Karlson2k)2021-07-30
* MemoryPool: fixed assertEvgeny Grin (Karlson2k)2021-07-29
* memorypool: muted compiler warning and additional assertEvgeny Grin (Karlson2k)2021-04-17
* memorypool: fixed assert for an edge situationEvgeny Grin (Karlson2k)2020-10-07
* memorypool: more sanity checksEvgeny Grin (Karlson2k)2020-10-07
* memorypool: added sanity checksEvgeny Grin (Karlson2k)2020-10-05
* memorypool: fixed typoEvgeny Grin (Karlson2k)2020-10-05
* fix transmission stall issue with upgraded TLS connections reported by Nguyen...Christian Grothoff2020-09-27
* tighten formatting rulesChristian Grothoff2019-10-31
* indentation fixesChristian Grothoff2019-10-06
* fixing c99 issues reported in #5826Christian Grothoff2019-08-24
* 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