Commit Graph
2046 Commits
Author SHA1 Message Date
Evgeny Grin (Karlson2k) ebbf25eb5b daemon.c: fix compiling with new ITC 2016-10-03 14:31:42 +00:00
Christian Grothoff 4f86276385 -update autotools logic to work nicely with the 'GNU libmicohttpd' package name 2016-09-27 18:36:44 +00:00
Evgeny Grin (Karlson2k) 171de1ba88 configure.ac: improve shell compatibility, generate package version components at autoconf time 2016-09-27 14:34:01 +00:00
Evgeny Grin (Karlson2k) 2ed7b460b3 configure.ac: properly initialise package name 2016-09-27 14:33:58 +00:00
Evgeny Grin (Karlson2k) 16f007220d configure.ac: speedup headers checking by using default includes. 2016-09-27 09:58:47 +00:00
Christian Grothoff 8fa269ccce test case for #4667 with concurrency 2016-09-26 09:46:47 +00:00
Christian Grothoff 25b2276284 test case fo #4667 2016-09-26 09:45:34 +00:00
Christian Grothoff 7dce0363c4 more select() return value checks in testcases 2016-09-23 14:57:05 +00:00
Christian Grothoff a0060ee639 -check select() return value 2016-09-23 14:30:36 +00:00
Christian Grothoff e73f48f6ba -typo 2016-09-23 14:19:36 +00:00
Christian Grothoff 011d784f6c add return value checks for a few more system calls in testcases and examples 2016-09-23 14:18:06 +00:00
Christian Grothoff c63ac7db4e -check close() return value 2016-09-23 14:06:50 +00:00
Christian Grothoff c622e75b58 -fix comments 2016-09-22 15:53:50 +00:00
Christian Grothoff 53e25ec3e4 implement #3557 2016-09-22 15:51:57 +00:00
Christian Grothoff 3add309d98 -reduce #ifdef mess in mhd_itc.h 2016-09-22 15:16:37 +00:00
Christian Grothoff 9c1254792c raising MHD_Pipe API abstraction level in preparation for fixing #3557 2016-09-22 14:33:39 +00:00
Christian Grothoff df6d586ac2 -ignore 2016-09-22 09:25:48 +00:00
Christian Grothoff 4acefd453f simplify error handling by baking it into the macros 2016-09-22 09:25:18 +00:00
Evgeny Grin (Karlson2k) 4c25471bfd If examples are disabled - do not build 'examples' in '/doc' too. 2016-09-21 16:21:02 +00:00
Evgeny Grin (Karlson2k) 0b37868baf Fixed compiling examples on old compilers. 2016-09-21 16:18:00 +00:00
Evgeny Grin (Karlson2k) a6458cd3a9 HTTP Upgrade: portability corrections 2016-09-14 18:51:12 +00:00
Evgeny Grin (Karlson2k) d47eb38bf6 HTTP Upgrade: Guard epoll functions 2016-09-14 18:51:09 +00:00
Evgeny Grin (Karlson2k) 0fddc5cf59 mhd_sockets.c: fixed typo 2016-09-14 18:51:06 +00:00
Evgeny Grin (Karlson2k) 776fbecc38 HTTP Upgrade: adjusted socket buffering for Upgrade 2016-09-14 17:37:35 +00:00
Evgeny Grin (Karlson2k) e1cf053c5c MHD_response_execute_upgrade_(): corrected loopback functions and error reporting. 2016-09-14 17:37:32 +00:00
Evgeny Grin (Karlson2k) d16bffe5ea mhd_sockets: fixed W32 macro for MHD_socket_pair_() 2016-09-14 10:55:11 +00:00
Evgeny Grin (Karlson2k) 0914e73c6c mhd_sockets: fix on W32 system select() wrapper macro to support NULL pointer for timeval. 2016-09-14 10:55:07 +00:00
Evgeny Grin (Karlson2k) 0396eb2fc2 Added autoconf macro for maximum platform features. 2016-09-13 19:23:30 +00:00
Christian Grothoff 1af63125b3 -fix FTBFS on platforms that don't have epoll()-support 2016-09-07 16:39:15 +00:00
Christian Grothoff 2a1c84ac26 applying Hawk's fix for #4641 2016-09-07 11:17:32 +00:00
Christian Grothoff 74d383c581 address #4614: mark translatable strings with _-macro 2016-09-06 22:29:11 +00:00
Christian Grothoff e3994e2a7f -use portable MHD_socket_pair 2016-09-06 22:05:27 +00:00
Christian Grothoff 41a8c73e4c -fix typo 2016-09-06 22:04:23 +00:00
Christian Grothoff 3645e60435 implement out-of-order nonce support (#4636) 2016-09-06 21:42:07 +00:00
Christian Grothoff c24725dc14 -patch from #4641 2016-09-06 21:00:36 +00:00
Christian Grothoff c073888899 -add back Martin's fix, he was right 2016-09-06 19:31:25 +00:00
Christian Grothoff a773c266ff -lt merge 2016-09-06 11:11:11 +00:00
Christian Grothoff 7a28c66c04 -more marking of translatable messages 2016-09-05 13:26:05 +00:00
Christian Grothoff 9b2289ae19 fixing build errors if new upgrade logic is compiled without HTTPS support 2016-09-05 12:53:16 +00:00
Christian Grothoff 9f4f203e80 -working on gettext-ing, improving log messages and indentation 2016-09-05 12:43:45 +00:00
Christian Grothoff 9c4c3e03db -remove duplicated socket_start_no_buffering logic in socket_start_no_buffering_flash 2016-09-05 12:15:43 +00:00
Christian Grothoff 5ef83163f7 adding gettext stuff for fixing #4614 2016-09-05 12:04:54 +00:00
Christian Grothoff ab185489bc -dummy function also creates warning, simply only include file on W32 2016-09-05 11:55:01 +00:00
Christian Grothoff eea55aeb1d -fix where we init daemon 2016-09-04 16:43:28 +00:00
Christian Grothoff 6daee74663 use MHD close 2016-09-04 16:39:42 +00:00
Christian Grothoff 22e9f3c1dc -check for NULL first 2016-09-04 16:38:06 +00:00
Christian Grothoff a1ad4d8505 -chlog update 2016-09-04 16:16:19 +00:00
Christian Grothoff cd4c6b6e38 fix #4634 as suggested 2016-09-04 16:15:25 +00:00
Christian Grothoff 58b3056ca8 -document better how to use MHD_resume_connection() with external event loop 2016-09-04 15:51:15 +00:00
Christian Grothoff 57ab27681e -note on progress in ChangeLog 2016-09-04 15:26:10 +00:00