aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
Commit message (Expand)AuthorAge
* Revert "connection.c: remove dead code."dev/ng0/gsoc2019ng02019-08-18
* connection.c: remove dead code.ng02019-08-18
* connection.c: remove 2 more calls of dead code.ng02019-08-18
* remove codeng02019-08-02
* remove more code.ng02019-08-02
* connection.c: remove dead codeng02019-08-02
* Mark function calls which could be removed as dead code.ng02019-08-02
* Rename senfile_adapter to MHD_send_sendfile_ and remove duplicate prototype.ng02019-08-02
* remove obsolete OLD_SOCK if'd blocks.ng02019-08-02
* add ways for application to control corking for upgraded socketsChristian Grothoff2019-08-01
* properly handle return value from send_on_connection2Christian Grothoff2019-08-01
* Merge remote-tracking branch 'origin/master' into dev/ng0/gsoc2019ng02019-08-01
|\
| * attempt to fix issue with upload data discovered by FDChristian Grothoff2019-08-01
| * fix regression introduced in cc5032b85Christian Grothoff2019-07-25
* | 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