aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.c
Commit message (Expand)AuthorAge
...
* switch functions.ng02019-07-24
* Start reworking into generic setsockopt wrapper.ng02019-07-24
* Add MHD_send_socket_state_cork_nodelay_ and use it.ng02019-07-24
* remove commented code, replaced by functions.ng02019-07-24
* doxygen.ng02019-07-24
* move sendfile function work to connection.cng02019-07-24
* attempt fix.ng02019-07-24
* fix errors.ng02019-07-24
* incomplete commit, adding 2 new helper functions and more.ng02019-07-24
* doxygen fix.ng02019-07-23
* sendfile and netbsd, comment.ng02019-07-23
* start SENDMSG/WRITEV.ng02019-07-23
* cover the case of TCP_NOPUSH and TCP_CORK coexisting on the same OS.ng02019-07-22
* doxygen, linksng02019-07-22
* Merge branch 'dev/ng0/gsoc2019' of git+ssh://gnunet.org/libmicrohttpd into de...Christian Grothoff2019-07-22
|\
| * doxygenng02019-07-22
* | reminderChristian Grothoff2019-07-22
|/
* gnutls cork integrationChristian Grothoff2019-07-22
* do use MSG_NOSIGNAL in send() if availableChristian Grothoff2019-07-22
* fix compiler error.ng02019-07-22
* remove verbose comments in mhd_send.cng02019-07-22
* move comment above function.ng02019-07-22
* doxygen for send_ng02019-07-21
* doxygen for _send2ng02019-07-21
* indentng02019-07-21
* check getsockopt's.ng02019-07-21
* flatten if statements, add initial TCP_NOPUSH to MHD_send_on_connection2_ng02019-07-21
* implement TCP_NOPUSH branch contentng02019-07-20
* use using_tlsng02019-07-19
* Use s in setsockopt()ng02019-07-19
* replace connection->send_cls()ng02019-07-19
* setsockopt(): check return value.ng02019-07-19
* combine ifs, fix uninitialized var errorng02019-07-19
* commentsng02019-07-19
* fix err logicChristian Grothoff2019-07-19
* fixesChristian Grothoff2019-07-19
* fixesChristian Grothoff2019-07-19
* indentation, comments, issueChristian Grothoff2019-07-19
* inline TLS logicChristian Grothoff2019-07-19
* move TLS branch to right positionChristian Grothoff2019-07-19
* mhd_send: change send_tls_adapter() to non-static and export itsng02019-07-19
* mhd_send.c: call send_tls_adapter() when TLS is used.ng02019-07-18
* mhd_send.c: Use daemon from connection struct.ng02019-07-18
* mhd_send.c: variable declarations (style).ng02019-07-16
* adjustng02019-07-11
* more from connection.c, without checks so far.ng02019-07-04
* mhd_send: start adding logic from send_param_adapter.ng02019-07-02
* mhd_send: Use MHD_SCKT_OPT_BOOL_ for setsockopt optval.ng02019-06-25
* iAdd headerfile for mhd_send.ng02019-06-25
* mhd_send.c: Try to guess the right branch to close.ng02019-06-25