aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.h
Commit message (Expand)AuthorAge
* Implemented usage of readahead buffer for sendfile() on FreeBSD 11 and laterEvgeny Grin2017-10-02
* *_param_adapter: Distinguish between network error and remote hard closeEvgeny Grin (Karlson2k)2017-08-27
* MHD_connection_handle_write(): changed return type to void as return value is...Evgeny Grin (Karlson2k)2017-06-05
* MHD_connection_handle_read(): changed return type to void as return value is ...Evgeny Grin (Karlson2k)2017-06-05
* Do not use errno to return errors from recv_param_adapter()/recv_tls_adapter()Evgeny Grin (Karlson2k)2017-06-05
* Do not update last activity time on connections without timeout timerEvgeny Grin (Karlson2k)2017-03-16
* Unified update of connection activity.Evgeny Grin (Karlson2k)2017-03-16
* Fixed build without HTTPS supportEvgeny Grin (Karlson2k)2016-11-02
* Deduplicated connection's closure code, improved TLS closure.Evgeny Grin (Karlson2k)2016-11-01
* Reworked "upgraded" closure logic: resources deallocated and sockets are closedEvgeny Grin (Karlson2k)2016-10-30
* Added some remarks about functions' thread safety.Evgeny Grin (Karlson2k)2016-10-24
* Refactoring: do not define EPOLL_SUPPORT if epoll is disabled or not supported.Evgeny Grin (Karlson2k)2016-08-24
* -fix assertion failure from race on shutdown and buffer shrinkage with pipeli...Christian Grothoff2015-10-25
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Add decl check for _stati64 (required for newer plibc)LRN2014-01-27
* -hiding a few moreChristian Grothoff2013-12-24
* -fix combining HTTPS and EPOLLChristian Grothoff2013-07-20
* Adding support for using epoll for the MHD event loopChristian Grothoff2013-07-04
* -changing directory nameChristian Grothoff2013-05-05