aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.c
Commit message (Collapse)AuthorAge
* 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 ↵Christian Grothoff2020-09-27
| | | | Nguyen Xuan Viet on the mailinglist
* 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 ↵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
|
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove redundant -no-undefined (it's part of mandatory MHD_LIB_LDFLAGS now) Remove --export-all-symbols for W32 (visibility is used instead) Add -fvisibility=hidden configure check (shamelessly borrowed from GTK) Remove unused -export-symbols-regex check Define _MHD_EXTERN to "extern" if it's undefined (this is what clients get) Mark all public functions with _MHD_EXTERN Remove HIDDEN_SYMBOL definition Don't mark hidden functions with HIDDEN_SYMBOL (everything that is not explicitly public is hidden by default now) Change constructor macros a bit to apply _MHD_EXTERN to them cleanly Use HIDDEN_VISIBILITY_CFLAGS when compiling libraries Remove EXPORT.sym files, don't mention them in EXTRA_DIST, don't use them to define a list of exported functions Remove redundant -no-undefined, make sure only the one that gets into Makefiles directly remains, remove -Wl prefix from it
* -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