aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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 the MHD_OPTION_URI_LOG_CALLBACK's documentation.silvioprog2017-03-07
* 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
* 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: fixed detection of tsearch-related functions and header.Evgeny Grin (Karlson2k)2017-02-28
* Optimized epoll ready states processing:Evgeny Grin (Karlson2k)2017-02-27
* apply copyright headerChristian Grothoff2017-02-26
* 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
* update gitignore filesChristian Grothoff2017-02-26
* microhttpd.h: re-sorted HTTP headers for better readabilityEvgeny Grin (Karlson2k)2017-02-26
* microhttpd.h: updated HTTP methodsEvgeny Grin (Karlson2k)2017-02-26
* fix tipo: `MHD_FEATURE_MESSGES` -> `MHD_FEATURE_MESSAGES`.silvioprog2017-02-25
* test_get: really test ability to stop raceEvgeny Grin (Karlson2k)2017-02-25
* Fixed connection states processing error introduced by 813fc203ef95f7e3b1d410...Evgeny Grin (Karlson2k)2017-02-25
* Updated code to use new HTTP status codesEvgeny Grin (Karlson2k)2017-02-24
* response.c: silent GCC's false warningEvgeny Grin (Karlson2k)2017-02-24
* reason_phrase.c: updated copyrightEvgeny Grin (Karlson2k)2017-02-24
* reason_phrase.c: updated response phrases to latest.Evgeny Grin (Karlson2k)2017-02-24
* reason_phrase.c: fixed unofficial spelling, shift in 3xx reasons, minor fixesEvgeny Grin (Karlson2k)2017-02-24
* microhttpd.h: added HTTP header categories and source of HTTP header definitionEvgeny Grin (Karlson2k)2017-02-24
* microhttpd.h: update HTTP headers to latest specificationEvgeny Grin (Karlson2k)2017-02-23