Commit Graph
3236 Commits
Author SHA1 Message Date
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
ng0 bdb2e3ea6f connection.c: remove dead code 2019-08-02 17:54:57 +00:00
Christian Grothoff b84ee1fa41 trying to fix #5806 2019-08-02 15:43:44 +02:00
ng0 8b1e879337 fix a couple of fixmes: add log messages. 2019-08-02 11:31:30 +00:00
ng0 818b0a791b Add draft of Changelog. 2019-08-02 10:09:29 +00:00
ng0 0359c0bbdd Document MHD_UPGRADE_ACTION_CORK_ON and HD_UPGRADE_ACTION_CORK_OFF. 2019-08-02 09:37:51 +00:00
ng0 dd81c5f816 Mark function calls which could be removed as dead code. 2019-08-02 09:28:13 +00:00
ng0 b98ad354ca Rename senfile_adapter to MHD_send_sendfile_ and remove duplicate prototype. 2019-08-02 09:08:51 +00:00
ng0 7d7d55d12d mhd_send: fix failure to build 2019-08-02 08:44:01 +00:00
ng0 682955506e remove obsolete OLD_SOCK if'd blocks. 2019-08-02 08:43:25 +00:00
Christian Grothoff 2754ba51f4 do it in both tests 2019-08-01 21:41:35 +02:00
Christian Grothoff 26368ac8f1 add ways for application to control corking for upgraded sockets 2019-08-01 21:40:47 +02:00