Commit Graph
570 Commits
Author SHA1 Message Date
Christian Grothoff e5c2f9a339 add remaining missing symbols for library to fully link 2018-02-18 12:31:35 +01:00
Christian Grothoff 25385c3c76 more work on connection_call_handlers.c 2018-02-17 09:43:09 +01:00
Christian Grothoff ed7d85d6a8 work towards idle handler rewrite' 2018-02-17 05:35:04 +01:00
Christian Grothoff a5fa8a08ef more work on connnection_call_handlers.c 2018-02-17 04:02:42 +01:00
Christian Grothoff e101aeb4a9 implement connection_cleanup.c 2018-02-16 07:13:34 +01:00
Christian Grothoff a104a2a46a implementing daemon_close_all_connections 2018-02-16 06:48:12 +01:00
Christian Grothoff 6450f55f0c add upgrade_process.c 2018-02-16 06:30:29 +01:00
Christian Grothoff 2207231ef2 implement connection_finish_forward 2018-02-16 06:08:14 +01:00
Christian Grothoff 9bf8e55fe1 fixing #5278 as suggested by reporter 2018-02-16 03:10:24 +01:00
Christian Grothoff e76b3a7810 adding ip counting and connection_add logic 2018-02-15 07:14:03 +01:00
Christian Grothoff 31dd55ae49 more error codes 2018-02-15 05:45:55 +01:00
Christian Grothoff 78dc7915f8 migrating main parts of event loops 2018-02-15 05:45:28 +01:00
Christian Grothoff 9914072c16 add explicit nonnull declarations to function arguments 2018-02-15 04:04:22 +01:00
Christian Grothoff bca7a709f8 add a few more missing fundamental API functions 2018-02-15 03:32:31 +01:00
Christian Grothoff b926a975e6 get src/lib/ to build -- with plenty of warnings 2018-02-15 03:08:53 +01:00
Christian Grothoff b7dd331e44 more lib/ work 2018-02-14 05:53:28 +01:00
Christian Grothoff b14541751f more work on new src/lib/ 2018-02-14 04:46:37 +01:00
Christian Grothoff bf5c5c10f4 fixing misc build issues, mostly in the new src/lib/ 2018-02-14 04:19:04 +01:00
Christian Grothoff 48dd53c7eb more work on MHD2 API 2018-02-09 06:13:12 +01:00
Christian Grothoff e77fce2749 more work on mhd2 api implementation 2018-02-09 05:44:20 +01:00
Christian Grothoff f6e1ee426f more work on mhd2 API implementation 2018-02-07 23:28:38 +01:00
Christian Grothoff b90f356c47 starting with mhd2 api implementation 2018-02-06 17:50:46 +01:00
Christian Grothoff 21b2dd96aa getting ready for 0.9.59 2018-02-01 10:18:02 +01:00
Christian Grothoff 2dd1b43e09 fix #5260 as suggested by reporter 2018-01-29 17:35:15 +01:00
Christian Grothoff 867c58add0 fix warnings for __clang_major__ for non-clang compilers 2018-01-04 12:25:07 +01:00
Evgeny Grin (Karlson2k) 98cd69d190 Doxygen fixes 2017-12-11 17:13:45 +03:00
Evgeny Grin (Karlson2k) b4aa632ce2 Releasing GNU libmicrohttpd 0.9.58 2017-12-07 21:09:24 +03:00
Evgeny Grin (Karlson2k) 561cc184f1 Releasing GNU libmicrohttpd 0.9.57 2017-11-27 22:30:30 +03:00
Evgeny Grin (Karlson2k) 4a126e24e7 Improved compatibility with Cygwin 2017-11-26 15:33:55 +03:00
Evgeny Grin (Karlson2k) 14f748f9c0 Used larger number for FD_SETSIZE on Cygwin.
Default small number (64) is the same like on pure W32 and way too small.
2017-11-26 15:29:06 +03:00
Christian Grothoff 59b4a6a00a releasing libmicrohttpd 0.9.56 2017-11-24 20:33:43 +01:00
Evgeny Grin (Karlson2k) 54cd6ac437 Improved doxy for MHD_free() and MHD_digest_auth_get_username() 2017-11-23 18:08:35 +03:00
Evgeny Grin (Karlson2k) add9d89d3b Added MHD_FEATURE_SENDFILE test feature 2017-11-23 17:56:55 +03:00
Evgeny Grin (Karlson2k) e28049cccb Added support for Darwin-style sendfile() 2017-11-22 14:45:50 +03:00
Evgeny Grin (Karlson2k) ec204f59a7 Added support for Solaris-style sendfile 2017-11-07 00:11:57 +03:00
Christian Grothoff 6c4c13ef87 add MHD_free(), actual 'code' and symbol export 2017-10-09 22:43:02 +02:00
Christian Grothoff 330a40552c add MHD_free(), as suggested by Tim on the mailinglist 2017-10-09 22:41:11 +02:00
Christian Grothoff 181ac3c59f include full method list 2017-10-07 08:23:36 +02:00
Evgeny Grin (Karlson2k) db6a1ba7af mhd_options.h: better detect compiler optimization option 2017-10-01 13:44:29 +03: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) 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
Christian Grothoff 3e7a55e968 updates to proposed API based on discussions with EG 2017-08-21 09:14:05 +02: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