aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use compiler built-ins for bits rotations if availableEvgeny Grin (Karlson2k)2021-06-21
* websocket example: Use uint32_t instead of ulong for websocket maskgre-422021-06-21
* daemon.c: cosmeticsEvgeny Grin (Karlson2k)2021-06-21
* Added attributes for enumsEvgeny Grin (Karlson2k)2021-06-21
* MHD_queue_response(): fixed check for HTTP/1.0 modeEvgeny Grin (Karlson2k)2021-06-21
* MHD_add_response_header(): improved doxyEvgeny Grin (Karlson2k)2021-06-20
* response: added MHD_get_response_element_n() functionEvgeny Grin (Karlson2k)2021-06-20
* internal.h: reordered itemsEvgeny Grin (Karlson2k)2021-06-20
* Response: fixed order of the headersEvgeny Grin (Karlson2k)2021-06-20
* mhd_str: fixed typo in a commentEvgeny Grin (Karlson2k)2021-06-13
* MHD_queue_response(): refuse 1xx codes in HTTP/1.0 modeEvgeny Grin (Karlson2k)2021-06-13
* MHD_add_response_header: added detailed comment about automatic headersEvgeny Grin (Karlson2k)2021-06-13
* MHD_create_response_*() functions: improved doxyEvgeny Grin (Karlson2k)2021-06-13
* uncrustify.cfg minor fixEvgeny Grin (Karlson2k)2021-06-13
* connection.c: fixed wrong caseless HTTP method comparisonEvgeny Grin (Karlson2k)2021-06-12
* connection.c: added detection of standard HTTP methodsEvgeny Grin (Karlson2k)2021-06-12
* uncrustify.cfg: updatedEvgeny Grin (Karlson2k)2021-06-12
* Corrected naming enum MHD_HTTP_version -> enum MHD_HTTP_VersionEvgeny Grin (Karlson2k)2021-06-12
* test_tls_options: multiple fixesEvgeny Grin (Karlson2k)2021-06-10
* tests: removed curl_uses_nss_ssl(), used new backend identification functionsEvgeny Grin (Karlson2k)2021-06-10
* HTTPS tests: added new backend identification functionsEvgeny Grin (Karlson2k)2021-06-10
* HTTPS tests: ensure that CURL options were appliedEvgeny Grin (Karlson2k)2021-06-10
* connection.c: log message typo fixedEvgeny Grin (Karlson2k)2021-06-08
* Response: disallow two "Transfer-Encoding" headersEvgeny Grin (Karlson2k)2021-06-08
* keepalive_possible: do not use "Keep-Alive" with read-closed connectionsEvgeny Grin (Karlson2k)2021-06-08
* MHD_queue_response: check whether provided status code is a three digits codeEvgeny Grin (Karlson2k)2021-06-08
* connection.c: added TODO commentEvgeny Grin (Karlson2k)2021-06-08
* try_ready_chunked_body: handle large chunks properlyEvgeny Grin (Karlson2k)2021-06-08
* Added TODO comments and corrected log messageEvgeny Grin (Karlson2k)2021-06-05
* Fixed header size calculation.Evgeny Grin (Karlson2k)2021-06-05
* connection: fixed wrong read buffer reallocationEvgeny Grin (Karlson2k)2021-06-04
* 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
* test_get_chunked: implemented TODOsEvgeny Grin (Karlson2k)2021-06-03
* chunked_example: fixed resource leakEvgeny Grin (Karlson2k)2021-06-03
* 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
* test_long_header: minor improvementEvgeny Grin (Karlson2k)2021-05-22
* 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