aboutsummaryrefslogtreecommitdiff
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
* mhd_sockets.h: Fixed compiler warningsEvgeny Grin (Karlson2k)2017-03-14
* configure.ac: fixed typo in report textEvgeny 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
* Still there is an issue with re-open a file. Patch applied below toChristian Grothoff2017-03-14
* Corrected monitor 'upgraded' sockets for errors, corrected handling of error andEvgeny Grin (Karlson2k)2017-03-13
* struct MHD_UpgradeResponseHandle: clarified commentsEvgeny Grin (Karlson2k)2017-03-13
* Fixed non-portable changes in 91548850d961783a8f5b288c69ce83ecb89d3ddcEvgeny Grin (Karlson2k)2017-03-12
* Fixed merge errors in ChangeLog textEvgeny Grin (Karlson2k)2017-03-12
* fix largepost example, must only queue replies either before upload happens o...Christian Grothoff2017-03-11
* 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
* check system call return values in testsChristian 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
* Updates file .silvioprog2017-03-07
* Updates the MHD_OPTION_URI_LOG_CALLBACK's documentation.silvioprog2017-03-07
* Updated ChangeLog.silvioprog2017-03-06
* 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
* i18n example: re-add useful comments as suggested by Karlson2ksilvioprog2017-03-01
* i18n example has been failed in some SOs, then we decided to make it as an ex...silvioprog2017-02-28
* 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
* Added i18n example: msgs_i18n.csilvioprog2017-02-28
* Fixed regression introduced by a5b2b99e4bbbcdc226fd9992382f4ccae44dfa50Evgeny Grin (Karlson2k)2017-02-28
* Missing change in 78295468b0956b92f49aaeba6bc76cc323cb063aEvgeny Grin (Karlson2k)2017-02-28
* configure.ac: try to used gcrypt search path to find GnuTLS as last resort.Evgeny 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
* 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