aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
Commit message (Expand)AuthorAge
* remove code, add prototype to mhd_send.hng02019-07-25
* fixChristian Grothoff2019-07-24
* indentChristian Grothoff2019-07-24
* fix failure to build.ng02019-07-24
* first attempt to add MHD_send_on_connection2_ng02019-07-24
* lisp sneeks in.ng02019-07-24
* conditionally return and setsockopt.ng02019-07-24
* function replace.ng02019-07-24
* remove commented code, replaced by functions.ng02019-07-24
* remove old function name.ng02019-07-24
* move sendfile function work to connection.cng02019-07-24
* incomplete commit, adding 2 new helper functions and more.ng02019-07-24
* more OLDSOCK.ng02019-07-22
* connection.c: preprocessor ifdef some setsockopts.ng02019-07-22
* replace connection->send_cls()ng02019-07-19
* Optimised read buffer allocationEvgeny Grin (Karlson2k)2019-06-17
* try_ready_chunked_body(): remove useless loop, use know free memoryEvgeny Grin (Karlson2k)2019-06-17
* process_request_body(): do not move data if nothing was processedEvgeny Grin (Karlson2k)2019-06-17
* transmit_error_response(): discard read buffer to free space for error responseEvgeny Grin (Karlson2k)2019-06-17
* memorypool: use 'bool' instead MHD_YES/MHD_NO and 'uint8_t' instead of 'char'Evgeny Grin (Karlson2k)2019-06-12
* clarify return value is intentionally ignoredChristian Grothoff2019-06-02
* MHD_set_connection_value_n_nocheck_() mark as static functionEvgeny Grin (Karlson2k)2019-05-21
* Fixed doxygen comments,Evgeny Grin (Karlson2k)2019-05-21
* More speedups by using predefined length of stringsEvgeny Grin (Karlson2k)2019-05-15
* Use new MHD_lookup_connection_value_n() functionEvgeny Grin (Karlson2k)2019-05-03
* MHD_get_connection_values_n(): avoid ambiguous 'else'Evgeny Grin (Karlson2k)2019-05-03
* Added MHD_get_connection_values_n() function to get keys andEvgeny Grin (Karlson2k)2019-05-03
* MHD_set_connection_value*(): optimization to avoid double strlen().Evgeny Grin (Karlson2k)2019-05-03
* Added MHD_lookup_connection_value_n().Evgeny Grin (Karlson2k)2019-05-03
* Fixed strlen(NULL) in bcdff026967469e6c9cd1a22db80721712586a8eEvgeny Grin (Karlson2k)2019-05-03
* Disallow binary zero in header and cookies.Evgeny Grin (Karlson2k)2019-05-03
* Partial revert of 1b610e5b13b7b96e7b3f372c8da1ec9d840f896a.Evgeny Grin (Karlson2k)2019-05-01
* indent fixChristian Grothoff2019-04-23
* Narrow scope of variable to succeed scan-buildTim Rühsen2019-04-14
* allow binary zero in unescaped GET arguments (see mailinglist)Christian Grothoff2019-03-20
* preliminary patch for query string issue reported on the MLChristian Grothoff2019-02-07
* reset timeout on response being queued, needed in thread-per-connection mode ...Christian Grothoff2018-12-13
* Track socket CORK/NODELAY states to avoid extra syscallsEvgeny Grin (Karlson2k)2018-12-10
* 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