3225 Commits
Author SHA1 Message Date
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
Christian Grothoff 97fd0a6557 handle TLS case in send_on_connectin2 2019-08-01 21:20:56 +02:00
Christian Grothoff 8a4aec4d78 properly handle return value from send_on_connection2 2019-08-01 21:17:46 +02:00
Christian Grothoff d21cf2c1c2 reduce variable scope 2019-08-01 21:02:31 +02:00
Christian Grothoff 7c640a7b1c remove log msg 2019-08-01 20:59:02 +02:00
Christian Grothoff 4b62caead6 toggle Naggle if and only if corking is not possible by other means 2019-08-01 20:50:35 +02:00
Christian Grothoff c5081fb276 always set nodelay, except if we cannot cork 2019-08-01 20:44:41 +02:00
ng0 da7cb682a2 swap _NODELAY and _NOPUSH 2019-08-01 18:07:05 +00:00
ng0 e099a6ea0a TCP_NOPUSH 2019-08-01 17:41:55 +00:00
ng0 33f02e62a7 remove commentblock 2019-08-01 17:08:37 +00:00
Christian Grothoff b8f3cf79d5 fixes, comments, FIXMEs 2019-08-01 18:05:17 +02:00
ng0 8ad5fab2e8 Merge remote-tracking branch 'origin/master' into dev/ng0/gsoc2019 2019-08-01 14:28:34 +00:00