aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Streamlined internal usage of MHD_USE_ITC flag.Evgeny Grin (Karlson2k)2017-03-26
* Simplification: move external loop specific code from internal_run_from_selec...Evgeny Grin (Karlson2k)2017-03-26
* Simplified checks for allowed suspend, fixed false positive for daemons with ...Evgeny Grin (Karlson2k)2017-03-26
* MHD_start_daemon_va(): unify 'flags' and 'daemon->options' usageEvgeny Grin (Karlson2k)2017-03-26
* remove dead code converting hex number to size_tChristian Grothoff2017-03-25
* do not fail if MHD_OPTION_THREAD_POOL_SIZE is specified as 0 or 1 in combinat...Christian Grothoff2017-03-25
* fix #4967Christian Grothoff2017-03-25
* MHD_start_daemon(): check for invalid combination of MHD_USE_NO_LISTEN_SOCKET...Evgeny Grin (Karlson2k)2017-03-25
* Check for invalid combinations of MHD_OPTION_THREAD_POOL_SIZE and daemon flags.Evgeny Grin (Karlson2k)2017-03-24
* Ignore "1" and "0" as thread pool sizes, do not create thread pools and warn ...Evgeny Grin (Karlson2k)2017-03-24
* Do not fail on full read buffer if connection was resumed too quick after sus...Evgeny Grin (Karlson2k)2017-03-23
* use static, parensChristian Grothoff2017-03-23
* Revert commit 0bc2fe6fe7442c4d15498e6867a1e58697e809c9.Evgeny Grin (Karlson2k)2017-03-22
* Fixed docs as suggested by Vitaliy TEvgeny Grin (Karlson2k)2017-03-22
* mhd_shutdown_socket_trigger.m4: used more reliable method if gettimeofday() i...Evgeny Grin (Karlson2k)2017-03-22
* add -lrt for glibChristian Grothoff2017-03-21
* add -lrt for glibc < 2.17 compatibilityChristian Grothoff2017-03-21
* document MHD_CONNECTION_INFO_CONNECTION_TIMEOUT in manualChristian Grothoff2017-03-21
* make error message more friendlyChristian Grothoff2017-03-21
* clarify when it is ok to call MHD_get_fdset in documentation, document MHD_ge...Christian Grothoff2017-03-21
* style fixes to i18n exampleChristian Grothoff2017-03-21
* Added autoconf module for detection of select() trigger on shutdown of listen...Evgeny Grin (Karlson2k)2017-03-20
* Rewritten logic of handling "upgraded" TLS connections in epoll mode.Evgeny Grin (Karlson2k)2017-03-19
* MHD_connection_epoll_update_(): updated and simplified conditions requiredEvgeny Grin (Karlson2k)2017-03-19
* call_handlers(): added clarifying comment.Evgeny Grin (Karlson2k)2017-03-19
* Do not fail on overflown read buffer while connection is suspended.Evgeny Grin (Karlson2k)2017-03-17
* Revert "MHD_run_from_select(): removed ability to run epoll"Evgeny Grin (Karlson2k)2017-03-16
* Fixed logic of idle disconnection: connection should be disconnected not earl...Evgeny Grin (Karlson2k)2017-03-16
* Updated ChangeLogEvgeny Grin (Karlson2k)2017-03-16
* Fixed reset of timeout timer on resumed connections.Evgeny Grin (Karlson2k)2017-03-16
* Do not update last activity time on connections without timeout timerEvgeny Grin (Karlson2k)2017-03-16
* HTTPS connection: fixed double processing of timeoutEvgeny Grin (Karlson2k)2017-03-16
* Improved thread-safe for MHD_set_connection_option()Evgeny Grin (Karlson2k)2017-03-16
* Update connection last activity if and only if any data was received or trans...Evgeny Grin (Karlson2k)2017-03-16
* Unified update of connection activity.Evgeny Grin (Karlson2k)2017-03-16
* run_tls_handshake(): fixed wrong return value resulting in slower TLS connect...Evgeny Grin (Karlson2k)2017-03-16
* Thread-safety: always lock mutex when modifying "cleanup" or "timeout" DL-listsEvgeny Grin (Karlson2k)2017-03-16
* Do not disconnect suspended HTTPS connections by timeout.Evgeny Grin (Karlson2k)2017-03-16
* MHD_tls_connection_handle_idle(): do not need to explicitly handle data pendi...Evgeny Grin (Karlson2k)2017-03-16
* Fixed thread-safety of MHD_get_daemon_info() for MHD_DAEMON_INFO_CURRENT_CONN...Evgeny Grin (Karlson2k)2017-03-16
* Fixed compiler warnings, updated ChangeLog.Evgeny Grin (Karlson2k)2017-03-16
* test_upgrade: fixed test with 'auto' flagsEvgeny Grin (Karlson2k)2017-03-16
* Added MHD_DAEMON_INFO_FLAGS to get daemon's flags by MHD_get_daemon_info()Evgeny Grin (Karlson2k)2017-03-16
* union MHD_DaemonInfo: added epoll_fd to clearly use with epoll FDEvgeny Grin (Karlson2k)2017-03-16
* MHD_connection_handle_idle(): fixed missing bracketEvgeny Grin (Karlson2k)2017-03-16
* Added missing EPOLLPRI in MHD_connection_epoll_update_()Evgeny Grin (Karlson2k)2017-03-16
* MHD_run_from_select(): removed ability to run epollEvgeny Grin (Karlson2k)2017-03-15
* MHD_connection_handle_idle(): better handle suspended connections,Evgeny Grin (Karlson2k)2017-03-15
* MHD_connection_handle_idle(): one more missing reset of 'connection->in_idle'Evgeny Grin (Karlson2k)2017-03-15
* MHD_connection_handle_idle(): fixed reset of 'connection->in_idle' to falseEvgeny Grin (Karlson2k)2017-03-15