aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.c
Commit message (Expand)AuthorAge
...
* MHD_send: renamed function for clarity, moved doxyEvgeny Grin (Karlson2k)2020-12-13
* Fixed sending response body for the HEAD requestsEvgeny Grin (Karlson2k)2020-12-12
* mhd_send: emulate sendmsg when sendmsg unsupportedEvgeny Grin (Karlson2k)2020-12-12
* MHD_send_on_connection2_(): handle oversizedEvgeny Grin (Karlson2k)2020-12-11
* mhd_send.c: partial re-write, fixed, portabilityEvgeny Grin (Karlson2k)2020-12-11
* mhd_send.c: use wrapper macro for send()Evgeny Grin (Karlson2k)2020-12-04
* mhd_send.c: avoid double checking of parameterEvgeny Grin (Karlson2k)2020-12-04
* Stopped using sk_cork_on for TCP_NODELAY tracking.Evgeny Grin (Karlson2k)2020-12-03
* Added: track TCP_NODELAY state of client socketsEvgeny Grin (Karlson2k)2020-12-01
* mhd_send: renamed functions and parameters to reflect the key purpose.Evgeny Grin (Karlson2k)2020-12-01
* mhd_send: fixed for C90 compilersEvgeny Grin (Karlson2k)2020-11-30
* Removed gnutls_record_(un)cork() usage.Evgeny Grin (Karlson2k)2020-11-30
* mhd_send: fixed compatibility with platforms without TCP_CORK and TCP_NOPUSHEvgeny Grin (Karlson2k)2020-11-29
* mhd_send: prepare for removal of gnutls_record_cork() callEvgeny Grin (Karlson2k)2020-11-29
* mhd_send: use MSG_MORE only if it functionsEvgeny Grin (Karlson2k)2020-11-29
* mhd_send: improved setting of sk_cork_onEvgeny Grin (Karlson2k)2020-11-29
* mhd_sockets: renamed macros for clarityEvgeny Grin (Karlson2k)2020-11-29
* mhd_send: always call post_cork_setsockopt() after send()Evgeny Grin (Karlson2k)2020-11-29
* enum MHD_SendSocketOptions: renamed values for clarity.Evgeny Grin (Karlson2k)2020-11-29
* mhd_send.c: do not use gnutls_record_cork() andEvgeny Grin (Karlson2k)2020-10-27
* mhd_send: fixed order of includesEvgeny Grin (Karlson2k)2020-10-21
* mhd_send: round up readahead size on FreeBSDEvgeny Grin (Karlson2k)2020-10-15
* mhd_send: fixed broken sendfile() on FreeBSD, v0.9.67 regressionEvgeny Grin (Karlson2k)2020-10-15
* cosmetic fixesEvgeny Grin (Karlson2k)2020-10-08
* correct interpretation of revalue of MHD_socket_cork_Christian Grothoff2020-09-27
* fix transmission stall issue with upgraded TLS connections reported by Nguyen...Christian Grothoff2020-09-27
* handle gnutls_record_uncork() failure, might help issue PC reported on the listChristian Grothoff2020-06-16
* fix more warningsChristian Grothoff2020-04-11
* Fixed compiler warnings.silvioprog2020-04-10
* Applied several spelling fixes. (#6142)silvioprog2020-03-31
* documented to return zero on failure, not vice versaChristian Grothoff2020-03-07
* fix bad FTBFSChristian Grothoff2020-03-07
* fix bad FTBFSChristian Grothoff2020-03-07
* tighten formatting rulesChristian Grothoff2019-10-31
* add tests for empty reply in HTTPSChristian Grothoff2019-10-26
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* Revert "mhd_send.c: for now, let EINVAL and EBADF fail hard."ng02019-08-18
* mhd_send.c: for now, let EINVAL and EBADF fail hard.ng02019-08-18
* mhd_send.c: log EINVALng02019-08-18
* fix a couple of fixmes: add log messages.ng02019-08-02
* Rename senfile_adapter to MHD_send_sendfile_ and remove duplicate prototype.ng02019-08-02
* mhd_send: fix failure to buildng02019-08-02
* handle TLS case in send_on_connectin2Christian Grothoff2019-08-01
* reduce variable scopeChristian Grothoff2019-08-01
* toggle Naggle if and only if corking is not possible by other meansChristian Grothoff2019-08-01
* always set nodelay, except if we cannot corkChristian Grothoff2019-08-01
* swap _NODELAY and _NOPUSHng02019-08-01
* TCP_NOPUSHng02019-08-01
* remove commentblockng02019-08-01
* fixes, comments, FIXMEsChristian Grothoff2019-08-01