aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
Commit message (Expand)AuthorAge
* Updated copyright yearsEvgeny Grin (Karlson2k)2024-01-31
* Fixed non-debug build without HTTPSEvgeny Grin (Karlson2k)2024-01-30
* MHD_D_DOES_SCKT_FIT_FDSET_(): simplified macroEvgeny Grin (Karlson2k)2023-11-10
* Added use of the new internal macro MHD_D_IS_USING_THREAD_PER_CONN_Evgeny Grin (Karlson2k)2023-11-09
* Added use of the new internal macro MHD_D_IS_USING_THREADS_()Evgeny Grin (Karlson2k)2023-11-09
* Upgraded connection: added missing checkEvgeny Grin (Karlson2k)2023-11-08
* Added MHD_OPTION_APP_FD_SETSIZE and MHD_FEATURE_FLEXIBLE_FD_SETSIZEEvgeny Grin (Karlson2k)2023-11-07
* Updated and used macros for polling modesEvgeny Grin (Karlson2k)2023-11-01
* Refactored threads supportEvgeny Grin (Karlson2k)2023-09-17
* Fixed debug build without TLS supportEvgeny Grin (Karlson2k)2023-09-13
* Muted and fixed some compiler warningsEvgeny Grin (Karlson2k)2023-09-12
* Renamed 'pid' -> 'tid' when used for threadsEvgeny Grin (Karlson2k)2023-09-08
* mhd_threads: renamed one macro for clarityEvgeny Grin (Karlson2k)2023-09-08
* Bump version numbers as v0.9.77 was released on parallel branchEvgeny Grin (Karlson2k)2023-06-06
* Implemented and used new function MHD_pool_deallocate()Evgeny Grin (Karlson2k)2023-04-05
* Upgraded TLS: use more available memory for pumping the dataEvgeny Grin (Karlson2k)2023-03-31
* Upgraded connection: replaced two checks with assertsEvgeny Grin (Karlson2k)2023-03-30
* Upgraded TLS: fixed inefficient communicationEvgeny Grin (Karlson2k)2023-03-30
* Upgraded TLS: warn if emergency buffer is usedEvgeny Grin (Karlson2k)2023-03-29
* response.c: fixed compiler warning on x32 platformsEvgeny Grin (Karlson2k)2022-12-27
* response.c: added new internal function to avoid repetitive malloc()sEvgeny Grin (Karlson2k)2022-12-19
* Internal refactoring: moved all request-related members to separate structureEvgeny Grin (Karlson2k)2022-08-06
* MHD_add_response_entry(): refactoring + added internal functionEvgeny Grin (Karlson2k)2022-07-28
* Fixed function name introduced by 3eb2fb6dfb302a7ffbc74174d37fa047e3a94036Evgeny Grin (Karlson2k)2022-06-13
* Fixed very rare data races when closing upgraded connectionEvgeny Grin (Karlson2k)2022-06-08
* response.c: better handle broken situationEvgeny Grin (Karlson2k)2022-05-29
* Added missing in 'switch' enum values (no functional change)Evgeny Grin (Karlson2k)2022-05-16
* MHD_create_response_empty(): fixed typoEvgeny Grin (Karlson2k)2022-05-14
* Fixed additional compiler warnings on W32Evgeny Grin (Karlson2k)2022-05-14
* MHD_create_response_from_buffer_copy(): fixed doxyEvgeny Grin (Karlson2k)2022-05-14
* response: fixed copy-paste error introduced by b8e13a57a0035f1f416d593d64115b...Evgeny Grin (Karlson2k)2022-04-28
* Fixes related to implicit cast warningsEvgeny Grin (Karlson2k)2022-04-27
* Fixed compiler warnings of implicit casting, which could change the valueEvgeny Grin (Karlson2k)2022-04-27
* Added new API function MHD_create_response_from_buffer_copy()Evgeny Grin (Karlson2k)2022-04-19
* Added workaround for external APIsEvgeny Grin (Karlson2k)2022-04-19
* Fixed missing 'const' qualifiersEvgeny Grin (Karlson2k)2022-04-19
* Added new API function MHD_create_response_from_buffer_static()Evgeny Grin (Karlson2k)2022-04-19
* Refactored create response functions.Evgeny Grin (Karlson2k)2022-04-18
* Added _MHD_EXTERN to the all public functions definitionsEvgeny Grin (Karlson2k)2022-04-18
* refactoring: use 'const' for response buffersEvgeny Grin (Karlson2k)2022-04-18
* Refactoring: different types for response and request headersEvgeny Grin (Karlson2k)2022-04-17
* MHD_create_response_empty(): added new functionEvgeny Grin (Karlson2k)2022-03-19
* MHD_create_response_from_iovec(): fixed formattingEvgeny Grin (Karlson2k)2022-03-19
* Updated doxy for some of the MHD_create_response_*() functionsEvgeny Grin (Karlson2k)2022-03-18
* Added MHD_RF_HEAD_ONLY_RESPONSE response flagEvgeny Grin (Karlson2k)2022-03-17
* Disallowed MHD_SIZE_UNKNOWN for buffer-based responsesEvgeny Grin (Karlson2k)2022-03-14
* MHD_set_response_options(): check whether the new flags could be usedEvgeny Grin (Karlson2k)2022-03-13
* upgrade response: set response size to zeroEvgeny Grin (Karlson2k)2022-03-08
* response.c: fixed coding styleEvgeny Grin (Karlson2k)2022-03-07
* response: added automatic flag MHD_RAF_HAS_CONTENT_LENGTHEvgeny Grin (Karlson2k)2022-03-07