aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.c
Commit message (Collapse)AuthorAge
* 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