aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Expand)AuthorAge
* 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
* send_param_adapter(): improved var name, used correct var type.Evgeny Grin (Karlson2k)2017-01-21
* Fixed processing epoll with many connections to accept.Evgeny Grin (Karlson2k)2017-01-21
* fix FIXME about 128 connection limit; fix uninitialized 'fd' variable in send...Christian Grothoff2017-01-13
* Added FIXME commentEvgeny Grin (Karlson2k)2017-01-09
* Fixed processing of data in TLS buffers in epoll mode if more than 128 connec...Evgeny Grin (Karlson2k)2017-01-09
* Added FIXME commentsEvgeny Grin (Karlson2k)2017-01-08
* thread_main_connection_upgrade(): process data from TLS buffersEvgeny Grin (Karlson2k)2017-01-08
* Fixed regression introduced by f3b0eb539e8a0e87745dc53eabe507b98f1864b6Evgeny Grin (Karlson2k)2017-01-08
* connection->tls_read_ready: use 'true'/'false' instead of '!0'/'0'Evgeny Grin (Karlson2k)2017-01-08
* Better check for pending outgoing data for "upgraded" connectionsEvgeny Grin (Karlson2k)2017-01-08
* fix build issue if HAVE_MESSAGES is not setChristian Grothoff2017-01-07
* Fixed thread safety with responses with same file FD,Evgeny Grin (Karlson2k)2016-12-01
* Fixed precompiler warning for testsEvgeny Grin (Karlson2k)2016-12-01
* fix comment, rename to match argumentChristian Grothoff2016-11-29
* Fixed sending on Linux responses backed with file which is not supported by s...Evgeny Grin (Karlson2k)2016-11-26
* fixed test_postprocessor*: all files which includes "internal.h" require CFLA...Evgeny Grin (Karlson2k)2016-11-24
* test_upgrade: fixed compiler flagsEvgeny Grin (Karlson2k)2016-11-24
* MHD_start_daemon_va(): fixed wrong check caused daemon failure on some platformsEvgeny Grin (Karlson2k)2016-11-24
* test_upgrade.c: fixed compatibility with older GnuTLSEvgeny Grin (Karlson2k)2016-11-24
* resume_suspended_connections(): Removed FIXME from code.Evgeny Grin (Karlson2k)2016-11-24
* Use both SO_REUSEADDR and SO_REUSEPORT on non-W32 if MHD_OPTION_LISTENING_ADD...Evgeny Grin (Karlson2k)2016-11-23
* give a bit more context in log messageChristian Grothoff2016-11-18
* give a bit more context in log messageChristian Grothoff2016-11-18
* Removed upgrade test leftover from Makefile.amEvgeny Grin (Karlson2k)2016-11-17
* indeed this can happen with the fast path where we call the idle handler in a...Christian Grothoff2016-11-16
* Fixed forwarding data of TLS "upgraded" connections for chunks sizes larger t...Evgeny Grin (Karlson2k)2016-11-15
* Fixed English in commentsEvgeny Grin (Karlson2k)2016-11-15
* Fixed usage of MHD with MHD_OPTION_LISTENING_ADDRESS_REUSE on Linux 3.2, 3.4 ...Evgeny Grin (Karlson2k)2016-11-14
* Fixed unintentional usage of SO_REUSEPORT on W32.Evgeny Grin (Karlson2k)2016-11-14
* Added support for SO_EXCLBIND socket option on Solaris.Evgeny Grin (Karlson2k)2016-11-14
* Used 'bool' for struct MHD_Connection::tls_read_readyEvgeny Grin (Karlson2k)2016-11-14
* Fixed connection's closure reason in thread-per-connection mode.Evgeny Grin (Karlson2k)2016-11-14
* fixes to fix Doppelbauer testcaseChristian Grothoff2016-11-13