aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* better fix for #4884 avoiding the problematic detach and the ERSCH-issueChristian Grothoff2017-02-12
* fix #4884Christian Grothoff2017-02-12
* fix #4887Christian Grothoff2017-02-12
* Rewrote epoll handling: handle all connections instead of drying last activeEvgeny Grin (Karlson2k)2017-02-08
* avoid c99 construct, we do not yet require c99 elsewhereChristian Grothoff2017-01-31
* test_large_put: added poll() and epoll testing.Evgeny Grin (Karlson2k)2017-01-23
* test_large_put: added test with incremental read and limited bufferEvgeny Grin (Karlson2k)2017-01-23
* test_large_put: added verbosityEvgeny Grin (Karlson2k)2017-01-23
* test_large_put: initialise test buffer with varied data to detect more errors.Evgeny Grin (Karlson2k)2017-01-23
* test_large_put: support incremental reading of incoming dataEvgeny Grin (Karlson2k)2017-01-23
* test_large_put: use proper types for size variablesEvgeny Grin (Karlson2k)2017-01-23
* test_large_put: renamed functions for readabilityEvgeny Grin (Karlson2k)2017-01-23
* test_large_put: updated to use correct check for "11" in name and return '99'...Evgeny Grin (Karlson2k)2017-01-23
* 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
* fileserver_example: used MHD built-in function for sending files, added commentsEvgeny Grin (Karlson2k)2016-12-01
* 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
* test_quiesce_stream: use curl binary, port to W32,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
* Gettext staff moved to 'po' directory. Main 'configure' now do not check forEvgeny 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