aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Expand)AuthorAge
* connection: handle large read-ahead situationEvgeny Grin (Karlson2k)2021-06-04
* connection: do not spend time on building footers for zero-sized responsesEvgeny Grin (Karlson2k)2021-06-04
* Code and comments minor fixesEvgeny Grin (Karlson2k)2021-05-30
* Calculate size of error responses at compile timeEvgeny Grin (Karlson2k)2021-05-26
* Refactored handling of incompatible HTTP versionsEvgeny Grin (Karlson2k)2021-05-26
* HTTP version string processing fixesEvgeny Grin (Karlson2k)2021-05-26
* Added detection of HTTP version during early parsingEvgeny Grin (Karlson2k)2021-05-21
* md5 small optimizationEvgeny Grin (Karlson2k)2021-05-18
* Fixed unaligned data processing in SHA-256 and MD5Evgeny Grin (Karlson2k)2021-05-18
* sha-1 minor improvementsEvgeny Grin (Karlson2k)2021-05-18
* Fixed SHA-1 calculation with unaligned dataEvgeny Grin (Karlson2k)2021-05-18
* Implemented basement to work with unaligned dataEvgeny Grin (Karlson2k)2021-05-18
* Updated test_sha* and test_md5 with unaligned dataEvgeny Grin (Karlson2k)2021-05-16
* Updated .gitignoreEvgeny Grin (Karlson2k)2021-05-16
* test_sha1: minor fixesEvgeny Grin (Karlson2k)2021-05-16
* Implemented SHA-1 calculationEvgeny Grin (Karlson2k)2021-05-16
* sha256: formatting, cosmetics, typos in commentsEvgeny Grin (Karlson2k)2021-05-16
* sha256: minor optimizationEvgeny Grin (Karlson2k)2021-05-16
* sha256: re-arranged struct members to have better alignmentEvgeny Grin (Karlson2k)2021-05-16
* sha256: renamed one function for clarity and uniformityEvgeny Grin (Karlson2k)2021-05-16
* mhd_bithelpers: replaced macro with static functionEvgeny Grin (Karlson2k)2021-05-16
* Added new response create function.Evgeny Grin (Karlson2k)2021-05-12
* Further clarified requirement to use MHD_get_timeout()Evgeny Grin (Karlson2k)2021-05-12
* mhd_str: minor optimizationEvgeny Grin (Karlson2k)2021-04-30
* verbatim import of David Gausmann's websocket extension; tests do not yet pas...Christian Grothoff2021-04-26
* mhd_mono_clock: cosmetic editEvgeny Grin (Karlson2k)2021-04-25
* connection.c: muted compiler warning for builds without messagesEvgeny Grin (Karlson2k)2021-04-24
* -fix typosChristian Grothoff2021-04-24
* Fixed compiler warningEvgeny Grin (Karlson2k)2021-04-23
* Fixed compiler warnings on x32Evgeny Grin (Karlson2k)2021-04-23
* Fixed build without poll()Evgeny Grin (Karlson2k)2021-04-23
* Fixed build with MSVC, fixed compiler warningsEvgeny Grin (Karlson2k)2021-04-23
* daemon: fixed build without HTTPSEvgeny Grin (Karlson2k)2021-04-22
* test_upgrade{,_large}: removed use on unportable functionEvgeny Grin (Karlson2k)2021-04-22
* upgraded connection: ensure normal bufferingEvgeny Grin (Karlson2k)2021-04-22
* Fixed copy-paster and typo errorsEvgeny Grin (Karlson2k)2021-04-22
* Formatting and comments for 4e8f86a655a7d786bdce3f1330fd8fa083df8dfeEvgeny Grin (Karlson2k)2021-04-19
* Added support for ALPN protocols list for TLS connectionsEvgeny Grin (Karlson2k)2021-04-19
* connection: report error details for recv() as wellEvgeny Grin (Karlson2k)2021-04-19
* log messaged-related minor fixesEvgeny Grin (Karlson2k)2021-04-19
* mhd_send: added TLS-specific error codeEvgeny Grin (Karlson2k)2021-04-19
* connection: report socket error in MHD logEvgeny Grin (Karlson2k)2021-04-18
* mhd_send: more detailed error resultsEvgeny Grin (Karlson2k)2021-04-18
* MHD_create_response_from_iovec(): more portable behaviorEvgeny Grin (Karlson2k)2021-04-18
* mhd_sockets: removed dead codeEvgeny Grin (Karlson2k)2021-04-18
* response: simplified codeEvgeny Grin (Karlson2k)2021-04-17
* mhd_send: changed results for non-IP socketsEvgeny Grin (Karlson2k)2021-04-17
* memorypool: muted compiler warning and additional assertEvgeny Grin (Karlson2k)2021-04-17
* mhd_send: fixed copy-paster error in 99f2df6dea40624ff82b00ebe362e587f722985fEvgeny Grin (Karlson2k)2021-04-17
* mhd_send: made MHD_connection_set_cork_state_() non-staticEvgeny Grin (Karlson2k)2021-04-17