aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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: skip large GnuTLS and gcrypt tests if HTTPS is disabledEvgeny Grin (Karlson2k)2017-02-28
* configure.ac: fixed detection of tsearch-related functions and header.Evgeny Grin (Karlson2k)2017-02-28
* autotools macros: make sure that newer local macro will not break creating 'c...Evgeny Grin (Karlson2k)2017-02-28
* make sure TSEARCH macro is foundChristian Grothoff2017-02-28
* Optimized epoll ready states processing:Evgeny Grin (Karlson2k)2017-02-27
* apply copyright headerChristian Grothoff2017-02-26
* 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
* microhttpd.h: re-sorted HTTP headers for better readabilityEvgeny Grin (Karlson2k)2017-02-26
* microhttpd.h: updated HTTP methodsEvgeny Grin (Karlson2k)2017-02-26
* fix tipo: `MHD_FEATURE_MESSGES` -> `MHD_FEATURE_MESSAGES`.silvioprog2017-02-25
* test_get: really test ability to stop raceEvgeny Grin (Karlson2k)2017-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
* microhttpd.h: added HTTP header categories and source of HTTP header definitionEvgeny Grin (Karlson2k)2017-02-24
* microhttpd.h: update HTTP headers to latest specificationEvgeny Grin (Karlson2k)2017-02-23
* microhttpd.h: updated HTTP response codes according to HTTP Status Code RegistryEvgeny Grin (Karlson2k)2017-02-23
* 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
* remove gl_ prefix, seems to help silioprogChristian Grothoff2017-02-19
* replace tsearch test with code from gnulib, to hopefully address silviprog's ...Christian Grothoff2017-02-16
* 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
* fix use of 'signal_done' in testChristian Grothoff2017-02-14
* 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