aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
Commit message (Expand)AuthorAge
* connection.c: updated connection buffer control function to useEvgeny Grin (Karlson2k)2018-12-09
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
* fix #5496:Christian Grothoff2018-12-05
* releasing 0.9.61Christian Grothoff2018-11-20
* From: Gauthier Haderer <ghaderer@wyplay.com>Christian Grothoff2018-10-16
* fix #5411Christian Grothoff2018-10-05
* check response allocation succeeded when generating internal errorsChristian Grothoff2018-06-22
* some minor code cleaning issuesChristian Grothoff2018-06-22
* Cosmetic fix.silvioprog2018-03-24
* fix c90 warningChristian Grothoff2018-03-23
* fix spacy url check in strict modeChristian Grothoff2018-03-02
* minimal logic simplificationsChristian Grothoff2018-03-02
* remove dead IN_CLEANUP state, revert previous patch that called completed cal...Christian Grothoff2018-03-02
* expand strictness to cover spaces in URLChristian Grothoff2018-03-01
* eliminate two more strcpy()sChristian Grothoff2018-02-27
* make checkers happier by reducing use of strcpy and strcatChristian Grothoff2018-02-22
* eliminate compiler warnings from dead assignmentsChristian Grothoff2018-02-22
* remove spurious newlineChristian Grothoff2018-02-17
* fix #5260 as suggested by reporterChristian Grothoff2018-01-29
* nicer error messagesChristian Grothoff2018-01-16
* Muted additional compiler warningsEvgeny Grin (Karlson2k)2017-11-26
* Added support for Darwin-style sendfile()Evgeny Grin (Karlson2k)2017-11-22
* Added support for Solaris-style sendfileEvgeny Grin (Karlson2k)2017-11-07
* MHD_queue_response(): ignore response, but return OK if daemon is shut down.Evgeny Grin (Karlson2k)2017-10-30
* misc style improvements, fixing some tiny rare memory leaks in examplesChristian Grothoff2017-10-05
* Implemented usage of readahead buffer for sendfile() on FreeBSD 11 and laterEvgeny Grin2017-10-02
* Added support for sendfile() on FreeBSDEvgeny Grin2017-10-02
* Improved 5ac497e212525a12209a3c1007a129ae85055cf7Evgeny Grin (Karlson2k)2017-10-01
* Added detection for Linux form of sendfile(2)Evgeny Grin (Karlson2k)2017-10-01
* Fixed 5ac497e212525a12209a3c1007a129ae85055cf7Evgeny Grin (Karlson2k)2017-10-01
* sendfile_adapter(): fixed indentationEvgeny Grin (Karlson2k)2017-10-01
* Sending with sendfile: use chunks so MHD will be able to process other connec...Evgeny Grin (Karlson2k)2017-10-01
* sendfile_adapter(): fixed wrong type of return variableEvgeny Grin (Karlson2k)2017-10-01
* connection.c: muted compiler warnings, replaced some unused checks with asserts.Evgeny Grin (Karlson2k)2017-09-28
* *_param_adapter: Distinguish between network error and remote hard closeEvgeny Grin (Karlson2k)2017-08-27
* MHD_queue_response(): check for correct thread IDEvgeny Grin (Karlson2k)2017-08-27
* Do not "keep-alive" if "upgrade" was requestedEvgeny Grin (Karlson2k)2017-07-13
* Use 'mhd_assert()'Evgeny Grin (Karlson2k)2017-06-12
* MHD_connection_handle_write(): simplified and unified code, removed dead code.Evgeny Grin (Karlson2k)2017-06-05
* MHD_connection_handle_read(): simplified and unified code, removed dead code.Evgeny Grin (Karlson2k)2017-06-05
* MHD_connection_handle_write(): changed return type to void as return value is...Evgeny Grin (Karlson2k)2017-06-05
* MHD_connection_handle_read(): changed return type to void as return value is ...Evgeny Grin (Karlson2k)2017-06-05
* Merged MHD_tls_connection_handle_write() into MHD_connection_handle_write()Evgeny Grin (Karlson2k)2017-06-05
* Merged MHD_tls_connection_handle_read() into MHD_connection_handle_read()Evgeny Grin (Karlson2k)2017-06-05
* MHD_connection_handle_write(): removed unused variableEvgeny Grin (Karlson2k)2017-06-05
* Used separate 'state' for TLS layer (independent of state of HTTP process)Evgeny Grin (Karlson2k)2017-06-05
* Missing part of ddac6d53713141068625b074da18dc306e0bd6faEvgeny Grin (Karlson2k)2017-06-05
* Do not use errno to return errors from send_param_adapter()/send_tls_adapter()Evgeny Grin (Karlson2k)2017-06-05
* Do not use errno to return errors from recv_param_adapter()/recv_tls_adapter()Evgeny Grin (Karlson2k)2017-06-05
* Added variable missing in 0a7707a81137f146d8fa7c01b60d3cf884d4665eEvgeny Grin (Karlson2k)2017-06-04