Commit Graph
2168 Commits
Author SHA1 Message Date
Evgeny Grin (Karlson2k) 5cbdec21db mhd_limits.h: improved macros 2017-10-01 21:26:53 +03:00
Evgeny Grin (Karlson2k) e127b8a6c4 Added detection for Linux form of sendfile(2) 2017-10-01 18:44:45 +03:00
Evgeny Grin (Karlson2k) 404d4b4472 Fixed 5ac497e212 2017-10-01 17:08:17 +03:00
Evgeny Grin (Karlson2k) 02ff959e7d sendfile_adapter(): fixed indentation 2017-10-01 17:02:38 +03:00
Evgeny Grin (Karlson2k) 5ac497e212 Sending with sendfile: use chunks so MHD will be able to process other connections too. 2017-10-01 16:21:06 +03:00
Evgeny Grin (Karlson2k) 6c49371c2b sendfile_adapter(): fixed wrong type of return variable 2017-10-01 14:03:04 +03:00
Evgeny Grin (Karlson2k) db6a1ba7af mhd_options.h: better detect compiler optimization option 2017-10-01 13:44:29 +03:00
Evgeny Grin (Karlson2k) 386f371dca test_start_stop: silent compiler warnings 2017-10-01 13:28:10 +03:00
Evgeny Grin (Karlson2k) cfddbb9dc7 test_start_stop: moved to src/microhttpd, removed inclusion of libcurl header 2017-10-01 01:09:22 +03:00
Evgeny Grin (Karlson2k) 5b3cd84e62 test_options: really use this test instead of just compiling,
moved to src/microhttpd as it does not depend on libcurl
2017-09-30 20:26:31 +03:00
Evgeny Grin (Karlson2k) adf9e8cec4 test_options: muted compiler warning. 2017-09-30 20:16:52 +03:00
Evgeny Grin (Karlson2k) e58921377a resume_suspended_connections(): fixed assert at daemon shutdown. 2017-09-30 19:24:42 +03:00
Evgeny Grin (Karlson2k) 3f5fe81d43 Fixed compiler warnings for tests in src/microhttpd 2017-09-29 22:07:49 +03:00
Evgeny Grin (Karlson2k) a5b63e992b Muted compiler warnings in examples. 2017-09-29 22:07:49 +03:00
Evgeny Grin (Karlson2k) 527700a01e Added ability to compile demos without libmagic,
added more accurate check for libmagic in configure.
2017-09-29 22:07:44 +03:00
Evgeny Grin (Karlson2k) 3ddb4e562b digestauth.c: refined comment 2017-09-29 18:53:43 +03:00
Evgeny Grin (Karlson2k) 27c939adae mhd_str.c: muted compiler warning 2017-09-28 20:59:49 +03:00
Evgeny Grin (Karlson2k) fe184efa6c postprocessor.c: fixed compiler warnings 2017-09-28 20:59:17 +03:00
Evgeny Grin (Karlson2k) 73897ef5a1 digestauth.c: muted compiler warning 2017-09-28 20:50:50 +03:00
Evgeny Grin (Karlson2k) 4e18379e51 daemon.c: muted some compiler warnings, added comments. 2017-09-28 20:50:19 +03:00
Evgeny Grin (Karlson2k) 5fb65271fd connection.c: muted compiler warnings, replaced some unused checks with asserts. 2017-09-28 20:43:25 +03:00
Christian Grothoff 42e4a4b6bf Hello, in commit 243e8fcd60 (5 Jun 2017),
the definition of MHD_TLS_CONNECTION_INIT was deleted.

Please find attached a patch.

Regards,
maru
2017-09-27 11:30:53 +02:00
Christian Grothoff f69ca10dd0 Fix at-limit race 2017-09-26 14:04:37 +02:00
Christian Grothoff 697b4af5fc more fixes from discussion with EG 2017-09-24 23:11:59 +02:00
Evgeny Grin (Karlson2k) 7f502256a2 Minor fixes in microhttpd2.h 2017-09-24 20:12:24 +03:00
Christian Grothoff 421e485f4a more changes based on ongoing discussions 2017-09-23 21:48:30 +02:00
Christian Grothoff 5efa7a5246 editing header to match EG's new action API suggestion 2017-09-20 07:41:54 +02:00
Christian Grothoff 866fb1e020 further adaptations to API based on discussions with EG 2017-09-12 10:52:08 +02:00
Evgeny Grin (Karlson2k) 4adf1c6d17 send_tls_adapter(): removed leftover errno manipulation 2017-09-08 22:04:40 +03:00
Evgeny Grin (Karlson2k) 3474e1b7f9 Fixed sending responses >16KiB in HTTPS mode with epoll 2017-09-08 22:02:47 +03:00
Evgeny Grin (Karlson2k) 5f7ba548f1 Additional clarification about MHD_get_timeout(). 2017-09-08 17:13:13 +03:00
Evgeny Grin (Karlson2k) 88faa63f22 Updated doxy about MHD_get_timeout() 2017-09-08 16:11:09 +03:00
Evgeny Grin (Karlson2k) 12f65d40ac Rename _MHD_inline to _MHD_static_inline for better readability 2017-08-27 21:53:38 +03:00
Evgeny Grin (Karlson2k) 1d3131799b *_param_adapter: Distinguish between network error and remote hard close 2017-08-27 21:53:37 +03:00
Evgeny Grin (Karlson2k) de5c159df5 connection_https: reset tls_read_ready when no data is available 2017-08-27 21:53:37 +03:00
Evgeny Grin (Karlson2k) 7934cc0777 MHD_queue_response(): check for correct thread ID 2017-08-27 21:45:50 +03:00
Evgeny Grin (Karlson2k) 953942677b mhd_threads: added MHD_thread_ID_match_current_() 2017-08-27 21:45:50 +03:00
Evgeny Grin (Karlson2k) 4fc783ecbd mhd_threads: added thread ID support 2017-08-27 21:45:49 +03:00
Christian Grothoff 3e7a55e968 updates to proposed API based on discussions with EG 2017-08-21 09:14:05 +02:00
Evgeny Grin (Karlson2k) c0168fde50 Fixed build on pthread examples when non-pthread lib used for MHD 2017-08-13 14:16:07 +03:00
Christian Grothoff 4233bad6a1 merge 2017-08-13 12:44:16 +02:00
Evgeny Grin (Karlson2k) 9b6340ff77 microhttpd2.h: fixed c/p errors 2017-08-09 21:59:29 +03:00
Evgeny Grin (Karlson2k) 6fe361f9a8 libmicrohttpd2.h: fixed typo 2017-08-09 21:55:48 +03:00
Evgeny Grin (Karlson2k) c943867f5f Updated MHD_*_get_information() functions. 2017-08-09 20:08:58 +03:00
Christian Grothoff 8a60c4cf02 improve comments, cosmetic 2017-08-08 15:28:00 +02:00
Christian Grothoff 1a5a035caa expand justifications 2017-08-08 15:10:55 +02:00
Christian Grothoff f454457953 revisions based on discussions with EG 2017-08-08 15:08:22 +02:00
Evgeny Grin (Karlson2k) 783c7bd4ed chunked_example.c: cosmetics 2017-07-27 12:21:52 +03:00
Evgeny Grin (Karlson2k) bb1699636b Furthermore extended chunked_example.c to illustrate situation with
parameter provided for content callback.
2017-07-26 15:39:33 +03:00
Evgeny Grin (Karlson2k) 09ccb6f7da chunked_example.c: added pseudo code to complete picture 2017-07-25 12:51:24 +03:00