aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.c
Commit message (Expand)AuthorAge
* Updated copyright yearsEvgeny Grin (Karlson2k)2024-01-31
* Fixed copy-paste error introduced by 2475030dcbdb95f6843d251d6e4ee1b4be9f3f3bEvgeny Grin (Karlson2k)2023-11-09
* Added use of the new internal macro MHD_D_IS_USING_THREAD_PER_CONN_Evgeny Grin (Karlson2k)2023-11-09
* Internal refactoring: moved all reply-related members to separate structureEvgeny Grin (Karlson2k)2022-08-09
* Muted compiler warnings for W32 non-TLS build of the libEvgeny Grin (Karlson2k)2022-06-02
* Use '#ifdef PARAM' instead of '#if PARAM' for configuration optionsEvgeny Grin (Karlson2k)2022-05-16
* Fixed additional compiler warnings on W32Evgeny Grin (Karlson2k)2022-05-14
* mhd_send: added safe default value if sysconf() is brokenEvgeny Grin (Karlson2k)2022-04-27
* Fixed compiler warnings of implicit casting, which could change the valueEvgeny Grin (Karlson2k)2022-04-27
* Fixed many macrosEvgeny Grin (Karlson2k)2022-04-23
* Added workaround for external APIsEvgeny Grin (Karlson2k)2022-04-19
* mhd_send: fixed formatting styleEvgeny Grin (Karlson2k)2021-12-12
* Fixed compatibility with old GnuTLS versionsEvgeny Grin (Karlson2k)2021-12-12
* Fixed analyzer errors: cast enum values to enum types.Evgeny Grin (Karlson2k)2021-09-07
* -fix typosChristian Grothoff2021-04-24
* Fixed build with MSVC, fixed compiler warningsEvgeny Grin (Karlson2k)2021-04-23
* Fixed copy-paster and typo errorsEvgeny Grin (Karlson2k)2021-04-22
* mhd_send: added TLS-specific error codeEvgeny Grin (Karlson2k)2021-04-19
* mhd_send: more detailed error resultsEvgeny Grin (Karlson2k)2021-04-18
* mhd_send: changed results for non-IP socketsEvgeny Grin (Karlson2k)2021-04-17
* mhd_send: fixed copy-paster error in 99f2df6dea40624ff82b00ebe362e587f722985fEvgeny Grin (Karlson2k)2021-04-17
* mhd_send: made MHD_connection_set_cork_state_() non-staticEvgeny Grin (Karlson2k)2021-04-17
* mhd_send: fixed log messaged broken by 99f2df6dea40624ff82b00ebe362e587f722985fEvgeny Grin (Karlson2k)2021-04-17
* mhd_send: finally handle sockets errors in portable wayEvgeny Grin (Karlson2k)2021-04-16
* Formatting and minor fix for 61fa3896442b5629e28d36d4e9e924440e03d873Evgeny Grin (Karlson2k)2021-04-16
* Fixes and improvements for 6c751386a2e06d35b6d072c064bd581ddd561c52Evgeny Grin (Karlson2k)2021-04-16
* mhd_send: use run-time value of IOV_MAX if availableEvgeny Grin (Karlson2k)2021-04-16
* init refactoring: always call MHD_send_init_static_vars_()Evgeny Grin (Karlson2k)2021-04-16
* fix #6768: do not use TCP-specific syscalls on UNIX domain socketsEvgeny Grin (Karlson2k)2021-04-16
* mhd_send: do not push incomplete responses with vector sendEvgeny Grin (Karlson2k)2021-04-15
* mhd_send: use sendmsg() in POSIX-compatible wayEvgeny Grin (Karlson2k)2021-04-14
* mhd_send: use MSG_MORE for iovecEvgeny Grin (Karlson2k)2021-02-24
* mhd_send: re-use MHD_VECT_SEND macroEvgeny Grin (Karlson2k)2021-02-24
* Implemented new function MHD_create_response_from_iovec()Evgeny Grin (Karlson2k)2021-02-24
* SIGPIPE macros minor refactoringEvgeny Grin (Karlson2k)2021-02-24
* Added MHD_connection_set_nodelay_state_ to headerEvgeny Grin (Karlson2k)2020-12-29
* mhd_send: clarification of commentEvgeny Grin (Karlson2k)2020-12-28
* mhd_send: do not emulate sendmsg() on blocking socketsEvgeny Grin (Karlson2k)2020-12-28
* Improved vector-send handling on W32Evgeny Grin (Karlson2k)2020-12-23
* MHD_send_sendfile_: Fixed wrong send size.Evgeny Grin (Karlson2k)2020-12-22
* Fixed: avoided SIGPIPE if possiibleEvgeny Grin (Karlson2k)2020-12-21
* MHD_send_hdr_and_body_: minor fixes for W32Evgeny Grin (Karlson2k)2020-12-16
* Fixed typoEvgeny Grin (Karlson2k)2020-12-16
* mhd_send.c: added support for vector-send on W32Evgeny Grin (Karlson2k)2020-12-16
* mhd_send.c: minor code and comment fixesEvgeny Grin (Karlson2k)2020-12-16
* Fixed compiler warningEvgeny Grin (Karlson2k)2020-12-15
* mhd_send.c: fixed warningsEvgeny Grin (Karlson2k)2020-12-13
* mhd_send.c: renamed function, moved doxyEvgeny Grin (Karlson2k)2020-12-13
* mhd_send.c: streamlined code, fixed doxyEvgeny Grin (Karlson2k)2020-12-13
* mhd_send.c: fixed: properly handle send errorsEvgeny Grin (Karlson2k)2020-12-13