aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.h
Commit message (Expand)AuthorAge
* Updated copyright yearsEvgeny Grin (Karlson2k)2024-01-31
* Added proper connection's buffers pre-initialisaionEvgeny Grin (Karlson2k)2023-06-20
* connection_alloc_memory_(): made function non-staticEvgeny Grin (Karlson2k)2022-05-20
* Doxy corrections, fixes, and syncEvgeny Grin (Karlson2k)2021-12-29
* If socket error is detected, try to detect the type of error before closingEvgeny Grin (Karlson2k)2021-11-28
* mhd_send: added TLS-specific error codeEvgeny Grin (Karlson2k)2021-04-19
* mhd_send: more detailed error resultsEvgeny Grin (Karlson2k)2021-04-18
* mhd_send: fixed broken sendfile() on FreeBSD, v0.9.67 regressionEvgeny Grin (Karlson2k)2020-10-15
* introduce 'enum MHD_Result'Christian Grothoff2020-04-08
* tighten formatting rulesChristian Grothoff2019-10-31
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* 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