aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.h
Commit message (Collapse)AuthorAge
* response.c: added new internal function to avoid repetitive malloc()sEvgeny Grin (Karlson2k)2022-12-19
|
* MHD_add_response_entry(): refactoring + added internal functionEvgeny Grin (Karlson2k)2022-07-28
|
* Refactored create response functions.Evgeny Grin (Karlson2k)2022-04-18
| | | | Moved away from the deprecated function, shortened typical call chain.
* Refactoring: different types for response and request headersEvgeny Grin (Karlson2k)2022-04-17
| | | | | Request headers are always read-only (const char *), while response headers are modifiable. Should help with catching errors in code.
* -make spell checker happyChristian Grothoff2021-07-14
|
* response: added MHD_get_response_element_n() functionEvgeny Grin (Karlson2k)2021-06-20
|
* introduce 'enum MHD_Result'Christian Grothoff2020-04-08
|
* Added some remarks about functions' thread safety.Evgeny Grin (Karlson2k)2016-10-24
|
* sketching support for upgrade handlingChristian Grothoff2016-08-27
|
* sketching how I envision handling UpgradeChristian Grothoff2016-08-26
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* 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
|
* -changing directory nameChristian Grothoff2013-05-05