aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* mhd_limits.h: improved macrosEvgeny 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
* mhd_options.h: better detect compiler optimization optionEvgeny Grin (Karlson2k)2017-10-01
* test_start_stop: silent compiler warningsEvgeny Grin (Karlson2k)2017-10-01
* test_start_stop: moved to src/microhttpd, removed inclusion of libcurl headerEvgeny Grin (Karlson2k)2017-10-01
* test_options: really use this test instead of just compiling,Evgeny Grin (Karlson2k)2017-09-30
* test_options: muted compiler warning.Evgeny Grin (Karlson2k)2017-09-30
* resume_suspended_connections(): fixed assert at daemon shutdown.Evgeny Grin (Karlson2k)2017-09-30
* Fixed compiler warnings for tests in src/microhttpdEvgeny Grin (Karlson2k)2017-09-29
* Muted compiler warnings in examples.Evgeny Grin (Karlson2k)2017-09-29
* Added ability to compile demos without libmagic,Evgeny Grin (Karlson2k)2017-09-29
* digestauth.c: refined commentEvgeny Grin (Karlson2k)2017-09-29
* mhd_str.c: muted compiler warningEvgeny Grin (Karlson2k)2017-09-28
* postprocessor.c: fixed compiler warningsEvgeny Grin (Karlson2k)2017-09-28
* digestauth.c: muted compiler warningEvgeny Grin (Karlson2k)2017-09-28
* daemon.c: muted some compiler warnings, added comments.Evgeny Grin (Karlson2k)2017-09-28
* connection.c: muted compiler warnings, replaced some unused checks with asserts.Evgeny Grin (Karlson2k)2017-09-28
* Hello, in commit 243e8fcd6054e4c0d2964b0d4b29e0c15861498d (5 Jun 2017),Christian Grothoff2017-09-27
* Fix at-limit raceChristian Grothoff2017-09-26
* more fixes from discussion with EGChristian Grothoff2017-09-24
* Minor fixes in microhttpd2.hEvgeny Grin (Karlson2k)2017-09-24
* more changes based on ongoing discussionsChristian Grothoff2017-09-23
* editing header to match EG's new action API suggestionChristian Grothoff2017-09-20
* further adaptations to API based on discussions with EGChristian Grothoff2017-09-12
* send_tls_adapter(): removed leftover errno manipulationEvgeny Grin (Karlson2k)2017-09-08
* Fixed sending responses >16KiB in HTTPS mode with epollEvgeny Grin (Karlson2k)2017-09-08
* Additional clarification about MHD_get_timeout().Evgeny Grin (Karlson2k)2017-09-08
* Updated doxy about MHD_get_timeout()Evgeny Grin (Karlson2k)2017-09-08
* Rename _MHD_inline to _MHD_static_inline for better readabilityEvgeny Grin (Karlson2k)2017-08-27
* *_param_adapter: Distinguish between network error and remote hard closeEvgeny Grin (Karlson2k)2017-08-27
* connection_https: reset tls_read_ready when no data is availableEvgeny Grin (Karlson2k)2017-08-27
* MHD_queue_response(): check for correct thread IDEvgeny Grin (Karlson2k)2017-08-27
* mhd_threads: added MHD_thread_ID_match_current_()Evgeny Grin (Karlson2k)2017-08-27
* mhd_threads: added thread ID supportEvgeny Grin (Karlson2k)2017-08-27
* updates to proposed API based on discussions with EGChristian Grothoff2017-08-21
* Fixed build on pthread examples when non-pthread lib used for MHDEvgeny Grin (Karlson2k)2017-08-13
* mergeChristian Grothoff2017-08-13
|\
| * microhttpd2.h: fixed c/p errorsEvgeny Grin (Karlson2k)2017-08-09
| * libmicrohttpd2.h: fixed typoEvgeny Grin (Karlson2k)2017-08-09
| * Updated MHD_*_get_information() functions.Evgeny Grin (Karlson2k)2017-08-09
* | improve comments, cosmeticChristian Grothoff2017-08-08
* | expand justificationsChristian Grothoff2017-08-08
|/
* revisions based on discussions with EGChristian Grothoff2017-08-08
* chunked_example.c: cosmeticsEvgeny Grin (Karlson2k)2017-07-27
* Furthermore extended chunked_example.c to illustrate situation withEvgeny Grin (Karlson2k)2017-07-26
* chunked_example.c: added pseudo code to complete pictureEvgeny Grin (Karlson2k)2017-07-25