Commit Graph
2567 Commits
Author SHA1 Message Date
ng0 42e98f38c6 start SENDMSG/WRITEV. 2019-07-23 10:26:55 +00:00
ng0 e87675bff7 cover the case of TCP_NOPUSH and TCP_CORK coexisting on the same OS. 2019-07-22 17:43:19 +00:00
ng0 b57845595e doxygen, links 2019-07-22 17:25:45 +00:00
ng0 6c03b75c18 doxygen: MHD_SSO 2019-07-22 17:17:04 +00:00
Christian Grothoff 30404c3480 Merge branch 'dev/ng0/gsoc2019' of git+ssh://gnunet.org/libmicrohttpd into dev/ng0/gsoc2019 2019-07-22 18:36:40 +02:00
Christian Grothoff 066f17f28a reminder 2019-07-22 18:36:36 +02:00
ng0 ee67443df1 doxygen 2019-07-22 16:31:53 +00:00
Christian Grothoff 5304f73f9e gnutls cork integration 2019-07-22 18:28:02 +02:00
Christian Grothoff a0588fc0c2 do use MSG_NOSIGNAL in send() if available 2019-07-22 18:12:46 +02:00
ng0 4ebff9dc16 more OLDSOCK. 2019-07-22 15:51:16 +00:00
ng0 6d1993c5c1 connection.c: preprocessor ifdef some setsockopts. 2019-07-22 15:29:56 +00:00
ng0 e33528862a Merge remote-tracking branch 'origin/master' into dev/ng0/gsoc2019 2019-07-22 14:18:35 +00:00
Christian Grothoff 092b370587 undo, duplicated functionality 2019-07-22 16:11:10 +02:00
ng0 7054ad4d55 Merge remote-tracking branch 'origin/master' into dev/ng0/gsoc2019 2019-07-22 10:52:17 +00:00
Christian Grothoff 9c7dc624ac unify 2019-07-22 12:37:45 +02:00
ng0 bc251e7f51 fix compiler error. 2019-07-22 10:24:01 +00:00
ng0 9d1dddc01f remove verbose comments in mhd_send.c 2019-07-22 09:57:49 +00:00
Christian Grothoff 3d1b941137 introducte MHD_RO_FREE_FUNCTION as proposed by Nicolas Mora on the list 2019-07-22 11:49:42 +02:00
ng0 640a37e2e6 move comment above function. 2019-07-22 09:47:43 +00:00
ng0 52a76e50b2 indent 2019-07-22 09:43:26 +00:00
ng0 4b924674f3 doxygen for send_ 2019-07-21 16:34:07 +00:00
ng0 23b0752b1d doxygen for _send2 2019-07-21 15:55:16 +00:00
ng0 6722cf7dd0 indent 2019-07-21 15:34:10 +00:00
ng0 1567226908 check getsockopt's. 2019-07-21 15:28:22 +00:00
ng0 5c197db398 flatten if statements, add initial TCP_NOPUSH to MHD_send_on_connection2_ 2019-07-21 11:08:58 +00:00
ng0 068cf22c03 implement TCP_NOPUSH branch content 2019-07-20 14:25:02 +00:00
ng0 ffd6e4c448 use using_tls 2019-07-19 22:48:47 +00:00
ng0 d7a3f82607 Use s in setsockopt() 2019-07-19 21:36:12 +00:00
ng0 b854bbba20 replace connection->send_cls() 2019-07-19 20:39:19 +00:00
ng0 23a7502ef4 setsockopt(): check return value. 2019-07-19 18:18:53 +00:00
ng0 34c88c2244 combine ifs, fix uninitialized var error 2019-07-19 18:11:40 +00:00
ng0 61b84b6afc comments 2019-07-19 18:01:51 +00:00
Christian Grothoff e9c09cf9ae fix err logic 2019-07-19 19:43:04 +02:00
Christian Grothoff 45a1764cb8 fixes 2019-07-19 19:34:30 +02:00
Christian Grothoff b0d406484d fixes 2019-07-19 19:33:00 +02:00
Christian Grothoff a2fefb3b73 indentation, comments, issue 2019-07-19 19:27:48 +02:00
Christian Grothoff 5847d13f47 inline TLS logic 2019-07-19 19:19:39 +02:00
Christian Grothoff f5170975b4 move TLS branch to right position 2019-07-19 19:12:00 +02:00
ng0 1f08febcc0 mhd_send: change send_tls_adapter() to non-static and export its
prototype, use it in mhd_send.c
2019-07-19 14:38:09 +00:00
ng0 3100e3e368 mhd_send.c: call send_tls_adapter() when TLS is used. 2019-07-18 18:45:17 +00:00
ng0 843b844d64 mhd_send.c: Use daemon from connection struct. 2019-07-18 16:18:30 +00:00
Tim Rühsen 3751044dc8 Add callback to allow OCSP stapling 2019-07-17 12:50:15 +02:00
ng0 2a08acaa21 mhd_send.c: variable declarations (style). 2019-07-16 19:01:44 +00:00
ng0 8edc3b919c adjust 2019-07-11 15:53:53 +00:00
Evgeny Grin (Karlson2k) 90eb831b28 Bump MHD_VERSION to indicate developer version 2019-07-05 23:30:19 +03:00
Evgeny Grin (Karlson2k) 8688527894 Releasing GNU libmicrohttpd 0.9.65 2019-07-05 23:18:51 +03:00
ng0 67792e0c74 more from connection.c, without checks so far. 2019-07-04 12:22:42 +00:00
ng0 5e99e18f2d mhd_send: start adding logic from send_param_adapter. 2019-07-02 22:21:45 +00:00
ng0 09ef9de1ca mhd_send: Use MHD_SCKT_OPT_BOOL_ for setsockopt optval. 2019-06-25 18:33:48 +00:00
ng0 ee0942b2e0 iAdd headerfile for mhd_send. 2019-06-25 14:05:12 +00:00