aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* replace connection->send_cls()ng02019-07-19
* setsockopt(): check return value.ng02019-07-19
* combine ifs, fix uninitialized var errorng02019-07-19
* commentsng02019-07-19
* fix err logicChristian Grothoff2019-07-19
* fixesChristian Grothoff2019-07-19
* fixesChristian Grothoff2019-07-19
* indentation, comments, issueChristian Grothoff2019-07-19
* inline TLS logicChristian Grothoff2019-07-19
* move TLS branch to right positionChristian Grothoff2019-07-19
* mhd_send: change send_tls_adapter() to non-static and export itsng02019-07-19
* mhd_send.c: call send_tls_adapter() when TLS is used.ng02019-07-18
* mhd_send.c: Use daemon from connection struct.ng02019-07-18
* mhd_send.c: variable declarations (style).ng02019-07-16
* adjustng02019-07-11
* more from connection.c, without checks so far.ng02019-07-04
* mhd_send: start adding logic from send_param_adapter.ng02019-07-02
* mhd_send: Use MHD_SCKT_OPT_BOOL_ for setsockopt optval.ng02019-06-25
* iAdd headerfile for mhd_send.ng02019-06-25
* mhd_send.c: Try to guess the right branch to close.ng02019-06-25
* mhd_send.c: fix compiler error about MSG_MORE when MSG_MORE is undefined.ng02019-06-25
* Add mhd_send to Makefile, more fixes in mhd_send.ng02019-06-25
* restructure a bit to reuse existing send functionChristian Grothoff2019-06-25
* mhd_send: Restructure.ng02019-06-25
* startingpointChristian Grothoff2019-06-25
* fix syntaxChristian Grothoff2019-06-25
* provide example for use of getsockopt to get MSSChristian Grothoff2019-06-25
* mhd_send: Move return_bytes related code into the right place.ng02019-06-25
* mhd_send: remove unnecessary comments.ng02019-06-25
* mhd_send: minor typong02019-06-25
* mhd_send: fix switch.ng02019-06-25
* mhd_sendng02019-06-25
* mhd_send: Add initial version.ng02019-06-25
* postprocessor: fixed usage of strlen() in loopEvgeny Grin (Karlson2k)2019-06-23
* daemon.c: minor compiler warning fixEvgeny Grin (Karlson2k)2019-06-23
* 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
* test_long_header: use power of two for size to properly test allocations,Evgeny Grin (Karlson2k)2019-06-17
* MHD_pool_reallocate(): never allocate additional buffer when shrinkingEvgeny Grin (Karlson2k)2019-06-17
* memorypool: comments minor improvementsEvgeny Grin (Karlson2k)2019-06-16
* memorypool: re-commit memory on W32 when resetting poolEvgeny Grin (Karlson2k)2019-06-16
* memorypool: round mmap allocation for page sizeEvgeny Grin (Karlson2k)2019-06-16
* memorypool: fixed MHD_pool_reset()Evgeny Grin (Karlson2k)2019-06-16
* memorypool: reallocate: more checks for value wrap, small optimizationEvgeny Grin (Karlson2k)2019-06-13
* memorypool: correctly support exotic platform where size of pointer is not po...Evgeny Grin (Karlson2k)2019-06-13
* memorypool: removed redundant check, which also fails in case shrinkingEvgeny Grin (Karlson2k)2019-06-13
* memorypool: fixed build with VC, minor fixesEvgeny Grin (Karlson2k)2019-06-13
* memorypool: better check for value wrapsEvgeny Grin (Karlson2k)2019-06-13