aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Expand)AuthorAge
* Fixed attempts to accept incoming connection on shutdown of listen socketEvgeny Grin (Karlson2k)2017-02-28
* Fixed regression introduced by a5b2b99e4bbbcdc226fd9992382f4ccae44dfa50Evgeny Grin (Karlson2k)2017-02-28
* Missing change in 78295468b0956b92f49aaeba6bc76cc323cb063aEvgeny Grin (Karlson2k)2017-02-28
* Walk double-linked lists from 'tail' to 'head'.Evgeny Grin (Karlson2k)2017-02-28
* MHD_get_timeout(): one more 'int' -> 'bool' replacement.Evgeny Grin (Karlson2k)2017-02-28
* MHD_get_timeout(): fixed return of latest timeout instead of earliest.Evgeny Grin (Karlson2k)2017-02-28
* MHD_get_timeout(): fixed incorrect timeout for TLS connections.Evgeny Grin (Karlson2k)2017-02-28
* configure.ac: fixed detection of tsearch-related functions and header.Evgeny Grin (Karlson2k)2017-02-28
* Optimized epoll ready states processing:Evgeny Grin (Karlson2k)2017-02-27
* Fixed: EINTERRUPTED and GNUTLS_E_INTERRUPTED must not clear read/write ready ...Evgeny Grin (Karlson2k)2017-02-27
* process_urh(): simple optimizationEvgeny Grin (Karlson2k)2017-02-26
* Reworked handling "already ready" situations:Evgeny Grin (Karlson2k)2017-02-26
* update gitignore filesChristian Grothoff2017-02-26
* fix tipo: `MHD_FEATURE_MESSGES` -> `MHD_FEATURE_MESSAGES`.silvioprog2017-02-25
* Fixed connection states processing error introduced by 813fc203ef95f7e3b1d410...Evgeny Grin (Karlson2k)2017-02-25
* Updated code to use new HTTP status codesEvgeny Grin (Karlson2k)2017-02-24
* response.c: silent GCC's false warningEvgeny Grin (Karlson2k)2017-02-24
* reason_phrase.c: updated copyrightEvgeny Grin (Karlson2k)2017-02-24
* reason_phrase.c: updated response phrases to latest.Evgeny Grin (Karlson2k)2017-02-24
* reason_phrase.c: fixed unofficial spelling, shift in 3xx reasons, minor fixesEvgeny Grin (Karlson2k)2017-02-24
* fix #4911Christian Grothoff2017-02-23
* call_handlers(): always call idle_handler() after each read/write. This allow...Evgeny Grin (Karlson2k)2017-02-21
* call_handlers(): call read/write handlers only if connections is in read/writ...Evgeny Grin (Karlson2k)2017-02-19
* MHD_epoll(): call handler depending on read/write ready state instead of loop...Evgeny Grin (Karlson2k)2017-02-19
* Changed poll()/select()/epoll monitoring logic:Evgeny Grin (Karlson2k)2017-02-19
* call_handlers(): use 'bool' type for parametersEvgeny Grin (Karlson2k)2017-02-19
* call_handlers(): no need to call read or write handler in case of hard errorEvgeny Grin (Karlson2k)2017-02-19
* Simplified checks for internal polling thread.Evgeny Grin (Karlson2k)2017-02-19
* bump dates and versions and update ChangeLogChristian Grothoff2017-02-15
* convert client_aware to 'bool'Christian Grothoff2017-02-15
* convert tls_closed to 'bool'Christian Grothoff2017-02-15
* convert clean_ready to 'bool'Christian Grothoff2017-02-15
* convert have_dhparams to 'bool'Christian Grothoff2017-02-15
* convert upgrade_fd_in_epoll to 'bool'Christian Grothoff2017-02-15
* convert listen_socket_in_epoll to 'bool'Christian Grothoff2017-02-15
* fix race related to MHD_quiesce_daemon setting the listen socket to -1 which ...Christian Grothoff2017-02-15
* convert have_chunked_upload to 'bool' typeChristian Grothoff2017-02-15
* remove dead flagChristian Grothoff2017-02-15
* convert read_closed to 'bool' typeChristian Grothoff2017-02-15
* found another race, just with partial work-around for now; also init errno in...Christian Grothoff2017-02-14
* eliminate non-trival cleanup race (rare, only for thread-per-connection)Christian Grothoff2017-02-14
* convert 'thread_joined' to boolChristian Grothoff2017-02-14
* mark 'was_closed' as volatile; move connection resumption to end of upgrade r...Christian Grothoff2017-02-14
* add extra check, make it work with OpenSSL 1.1, eliminate dead code, some for...Christian Grothoff2017-02-14
* convert more int to boolChristian Grothoff2017-02-14
* avoid races with application upon connection upgrade: update state/response b...Christian Grothoff2017-02-14
* modernize test caseChristian Grothoff2017-02-14
* remove unnecessary silly race to set socket_fd to -1 (harmless, but not requi...Christian Grothoff2017-02-14
* mark 'shutdown' as volatile, and convert to boolChristian Grothoff2017-02-14
* Rewrote epoll handling: handle all connections instead of drying last activeEvgeny Grin (Karlson2k)2017-02-08