3247 Commits
Author SHA1 Message Date
Christian Grothoff 3a661f8675 releasing 0.9.69 v0.9.69 2019-12-15 14:17:15 +01:00
Christian Grothoff 6f3a998f22 fix #5977 2019-12-15 14:12:56 +01:00
Christian Grothoff 4cd47bcc3c better use memcpy 2019-12-12 14:29:59 +01:00
Christian Grothoff 8869259c7f if suspended on POST before 100 CONTINUE, give application a second chance to queue non-100 CONTINUE response 2019-11-29 23:23:05 +01:00
ng0 84216009dd Add build-common submodule. 2019-11-02 16:11:25 +00:00
Christian Grothoff 7389c34528 tighten formatting rules 2019-10-31 13:06:08 +01:00
ng0 e0a0762845 .3: Files markup. 2019-10-28 00:13:53 +00:00
ng0 05e64565fb libmicrohttpd.3: Use mdocml, adjust to some standards, fix some markup. 2019-10-28 00:06:09 +00:00
Christian Grothoff fccdf42226 fix #5944 as suggested by reporter 2019-10-26 19:40:51 +02:00
Christian Grothoff 86186edbf3 version bump v0.9.68 2019-10-26 19:31:15 +02:00
Christian Grothoff 0237123940 bump version 2019-10-26 18:56:03 +02:00
Christian Grothoff 1fe2d0d352 fix regression: uncork when HTTPS is used in conjunction with empty response body 2019-10-26 18:53:58 +02:00
Christian Grothoff 5e5dbf980d add tests for empty reply in HTTPS 2019-10-26 18:52:53 +02:00
Christian Grothoff b8516d23ba add more bools 2019-10-25 14:46:01 +02:00
Christian Grothoff 185f740e06 allow clients to override sanity check for content-length header 2019-10-25 14:43:36 +02:00
Christian Grothoff 3e2ba2b1ce use booleans more nicely 2019-10-24 17:54:14 +02:00
Christian Grothoff 13d3805dc6 use bit-test as we do in MHD_get_connection_values() 2019-10-24 17:48:14 +02:00
Christian Grothoff 82e6ba21d2 add minimal example for empty body 2019-10-24 12:46:27 +02:00
Christian Grothoff 4ce0a69094 CI fix from Tim 2019-10-18 15:01:19 +02:00
Christian Grothoff 093c83c227 fix missing ret, thanks, Markus 2019-10-17 23:10:34 +02:00
Christian Grothoff dab960711f avoid log message on EOPNOTSUPP for UNIX domain sockets, as suggested by Markus 2019-10-17 20:56:19 +02:00
Christian Grothoff 35877189f6 cosmetics for Markus 2019-10-17 19:12:08 +02:00
ng0 f1ab15426f fix failure to build v0.9.67 2019-10-17 15:52:27 +00:00
Christian Grothoff 972103dc28 applying uncrustify to ensure uniform indentation 2019-10-17 16:56:41 +02:00
Christian Grothoff cbbfd0591f presumably last touches on ng0's GSoC setsockopt refactoring 2019-10-17 16:52:29 +02:00
Christian Grothoff 63a3681361 reorder statements so we can look at errno, might theoretically even fix #5826 2019-10-13 20:42:21 +02:00
Christian Grothoff eb8cc7eeff make it explicit we want to ignore return value from write() in test 2019-10-13 20:37:48 +02:00
Christian Grothoff 5565cb954c indentation 2019-10-13 20:36:30 +02:00
Christian Grothoff b84ae2b67f get rid of c99-isms 2019-10-13 20:35:07 +02:00
Christian Grothoff b24cb24068 fix test_upgrade_large 2019-10-13 17:52:34 +02:00
Christian Grothoff e31795501c indentation fixes 2019-10-06 22:18:01 +02:00
Christian Grothoff 1544473910 fix typo 2019-09-26 21:48:29 +02:00
Christian Grothoff 2133a6d6b4 fix-warnings 2019-09-15 12:52:14 +02:00
Christian Grothoff d44a18700c fix #5868 2019-09-04 13:31:45 +02:00
Christian Grothoff b91e6f719e suggested uncrustify config 2019-08-25 22:59:39 +02:00
Christian Grothoff 5d7265871c reindenting 2019-08-25 21:13:27 +02:00
Christian Grothoff 91530f21e9 fix compiler warnings 2019-08-25 11:22:52 +02:00
Christian Grothoff 8eae5667ed fixing c99 issues reported in #5826 2019-08-24 00:04:15 +02:00
ng0 55618b1041 bump version in microhttpd.h 2019-08-19 11:03:13 +00:00
ng0 e82de7505f Revert "connection.c: remove dead code."
This reverts commit 39ddaf988f.

Without this test_upgrade hangs on select(6) in FreeBSD.
2019-08-18 15:20:30 +00:00
ng0 3242129e19 Revert "mhd_send.c: for now, let EINVAL and EBADF fail hard."
This reverts commit c51869af5a.
2019-08-18 12:15:17 +00:00
ng0 39ddaf988f connection.c: remove dead code. 2019-08-18 11:23:02 +00:00
ng0 c51869af5a mhd_send.c: for now, let EINVAL and EBADF fail hard. 2019-08-18 11:19:40 +00:00
ng0 b8e368272a mhd_send.c: log EINVAL 2019-08-18 10:51:37 +00:00
ng0 d72f4184e9 connection.c: remove 2 more calls of dead code. 2019-08-18 10:46:39 +00:00
ng0 86832243cf Merge remote-tracking branch 'origin/master' into dev/ng0/gsoc2019 2019-08-18 10:18:58 +00:00
Christian Grothoff 316f6ab358 add compiler/linker hardnening 2019-08-09 10:08:20 +02:00
ng0 5a2872c15f Merge remote-tracking branch 'origin/master' into dev/ng0/gsoc2019 2019-08-07 11:52:25 +00:00
ng0 f8070814c6 remove code 2019-08-02 18:06:52 +00:00
ng0 8e06dbedcc remove more code. 2019-08-02 18:01:26 +00:00