aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
Commit message (Collapse)AuthorAge
* Corrected typos in commentsEvgeny Grin (Karlson2k)2016-04-10
|
* -indentingChristian Grothoff2016-01-18
|
* fix file names, include missing files to MakefileEvgeny Grin (Karlson2k)2015-08-22
|
* export MHD_get_reason_phrase_forChristian Grothoff2015-08-14
|
* Move all internal limits definitions to MHD_limits.hEvgeny Grin (Karlson2k)2015-07-07
|
* Bump MHD_VERSION, update ChangeLog, substitute ↵Evgeny Grin (Karlson2k)2015-06-09
| | | | MHD_create_response_from_fd_at_offset64() instead of MHD_create_response_from_fd_at_offset()
* Add MHD_FEATURE_LARGE_FILE value for MHD_is_feature_supported()Evgeny Grin (Karlson2k)2015-06-09
|
* response.c: MHD_create_response_from_fd_at_offset64(): don't create response ↵Evgeny Grin (Karlson2k)2015-06-09
| | | | if requested offset or size is not supported
* response.c: file_reader(): reduce read size if buffer is too largeEvgeny Grin (Karlson2k)2015-06-09
|
* response.c: file_reader(): add support for Linux hosts with 64-bit seek, but ↵Evgeny Grin (Karlson2k)2015-06-09
| | | | with 32-bit off_t (Android)
* response.c: file_reader(): add support for W32 64-bit seekEvgeny Grin (Karlson2k)2015-06-09
|
* Add MHD_create_response_from_fd64() and ↵Evgeny Grin (Karlson2k)2015-06-09
| | | | | | MHD_create_response_from_fd_at_offset64() functions, check lseek() results when reading file, check whether desired file offset fits off_t
* microhttpd.h: print deprecation messages if MHD_create_response_from_data() ↵Evgeny Grin (Karlson2k)2015-06-03
| | | | is used
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* response.c: include additional header for W32Evgeny Grin (Karlson2k)2014-12-22
|
* adding MHD_set_response_options functionChristian Grothoff2014-06-08
|
* -eliminate warningsChristian Grothoff2014-04-10
|
* Use MHD mutex macrosEvgeny Grin (Karlson2k)2014-04-01
|
* minor MHD_socket/int fixesEvgeny Grin (Karlson2k)2014-03-24
|
* Implement MHD_socket, MHD_INVALID_SOCKETEvgeny 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
|
* releasing 0.9.30Christian Grothoff2013-09-02
|
* -more doxygen improvementsChristian Grothoff2013-08-22
|
* -changing directory nameChristian Grothoff2013-05-05