aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
Commit message (Expand)AuthorAge
* upgraded connections: removed redundant states and checks and unified process...Evgeny Grin (Karlson2k)2017-03-15
* Fixed compiler warning.Evgeny Grin (Karlson2k)2017-03-15
* Fixed regressions introduced by 4c219bf5c0d4685cb00fd7ce19dd871348b67833 and ...Karlson2k2017-03-15
* Prevent run of MHD_run_from_select() for daemon started with wrong flags.Evgeny Grin (Karlson2k)2017-03-15
* Prevent calling of MHD_get_fdset() and MHD_get_fdset2() for daemons with MHD_...Evgeny Grin (Karlson2k)2017-03-15
* Upgraded: fixed check for error state on socketEvgeny Grin (Karlson2k)2017-03-14
* Fixed typo in 1855c73cd340ae6273251728e8d6d500b2c1119b:Evgeny Grin (Karlson2k)2017-03-14
* process_urh(): reorganized code so error conditions are handled before normal...Evgeny Grin (Karlson2k)2017-03-14
* process_urh(): clarified commentEvgeny Grin (Karlson2k)2017-03-14
* Corrected monitor 'upgraded' sockets for errors, corrected handling of error andEvgeny Grin (Karlson2k)2017-03-13
* fix comment syntaxChristian Grothoff2017-03-10
* thread_main_handle_connection(): use bool widerEvgeny Grin (Karlson2k)2017-03-10
* Fixed reset timeout on connection resume in thread-per-connection mode.Evgeny Grin (Karlson2k)2017-03-10
* process_urh(): process all recv() before all send() to overcome limitations o...Evgeny Grin (Karlson2k)2017-03-10
* process_urh(): Rearranged comments, fixed wrong "unready" mark.Evgeny Grin (Karlson2k)2017-03-10
* fix NPE (COV 164294)Christian Grothoff2017-03-10
* fix COV 164298: integer overflow on multiplying timeoutChristian Grothoff2017-03-10
* remove bogus checkChristian Grothoff2017-03-10
* avoid redundant NULL check, make MHD_cleanup_upgraded_connection_ static (onl...Christian Grothoff2017-03-10
* fix CID 164297: ensure -1 listen_fd is not passed to closeChristian Grothoff2017-03-10
* fix compiler warningChristian Grothoff2017-03-06
* Fixed typos introduced by cf9bb9428f0065cf0ca8ef2c726933b4db2385f1Evgeny Grin (Karlson2k)2017-03-02
* Clarified commentEvgeny Grin (Karlson2k)2017-03-01
* Watch "upgraded" sockets for OOB data and disconnects.Evgeny Grin (Karlson2k)2017-03-01
* Watch sockets for out-of-band data in select() mode too.Evgeny Grin (Karlson2k)2017-03-01
* Fixed storing pointers and integers in one union in epoll mode.Evgeny Grin (Karlson2k)2017-02-28
* 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
* 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
* 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
* 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 clean_ready to 'bool'Christian Grothoff2017-02-15
* convert have_dhparams to 'bool'Christian Grothoff2017-02-15