aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* testcurl/https: do not enforce TLSv1Evgeny Grin (Karlson2k)2022-10-05
* testcurl/https: removed explicit cipher settingEvgeny Grin (Karlson2k)2022-10-05
* testcurl/https: stopped CA file creation/removalEvgeny Grin (Karlson2k)2022-10-05
* testcurl/https: fixed compiler warnings, wrong typesEvgeny Grin (Karlson2k)2022-10-05
* testcurl/https: fixed functions declarationsEvgeny Grin (Karlson2k)2022-10-05
* Removed curl_version_checkEvgeny Grin (Karlson2k)2022-10-05
* testcurl: updated copyright year in updated filesEvgeny Grin (Karlson2k)2022-10-01
* test_add_conn: added reasonable limitsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: fixed used types and related warningsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: fixed functions declarationsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: Muted some compiler warnings, minor refactoringEvgeny Grin (Karlson2k)2022-10-01
* microhttpd/tests: muted compiler warningsEvgeny Grin (Karlson2k)2022-09-30
* Removed "gauger" server usage from the testsuiteEvgeny Grin (Karlson2k)2022-09-30
* Some readability improvementsEvgeny Grin (Karlson2k)2022-09-28
* Added workarounds for clang with W32 and MinGW incorrect headersEvgeny Grin (Karlson2k)2022-09-28
* muted some compiler warnings for clangEvgeny Grin (Karlson2k)2022-09-28
* mhd_str: minor refactoring for compact codeEvgeny Grin (Karlson2k)2022-09-27
* mhd_str: fixed compiler warning for compact codeEvgeny Grin (Karlson2k)2022-09-27
* connection.c: removed unused check for chunked repliesEvgeny Grin (Karlson2k)2022-09-27
* connection.c: added asserts for connection's states processing logicEvgeny Grin (Karlson2k)2022-09-27
* connection.c: fixed typo in commentEvgeny Grin (Karlson2k)2022-09-27
* Removed one debug member from release buildsEvgeny Grin (Karlson2k)2022-09-27
* Renamed request processing states for clarity and readabilityEvgeny Grin (Karlson2k)2022-09-27
* configure: fixed typos in messagesEvgeny Grin (Karlson2k)2022-09-27
* test_head: new test-case for HEAD requestsEvgeny Grin (Karlson2k)2022-09-27
* connection: skip no-op calling of body generation functions when response bod...Evgeny Grin (Karlson2k)2022-09-27
* test-suite: sorted and fixed build flagsEvgeny Grin (Karlson2k)2022-09-27
* w32: updated custom MHD_config.h fileEvgeny Grin (Karlson2k)2022-09-25
* w32: sync projects with autotoolsEvgeny Grin (Karlson2k)2022-09-25
* Implemented support for hash calculation by GnuTLS lib functionsEvgeny Grin (Karlson2k)2022-09-25
* digestauth: refactored hashing assertsEvgeny Grin (Karlson2k)2022-09-25
* digestauth: used weak pseudo-random generators to avoid nonces clashesEvgeny Grin (Karlson2k)2022-09-25
* digestauth: changed "slot used" detection logicEvgeny Grin (Karlson2k)2022-09-25
* digestauth: removed redundant check and reportEvgeny Grin (Karlson2k)2022-09-25
* test_{md5,sha{256,512_256}}: re-use of the context structureEvgeny Grin (Karlson2k)2022-09-25
* sha{256,512_256}: improved performance of the first steps on BE archesEvgeny Grin (Karlson2k)2022-09-25
* test_{md5,sha{256,512_256}}: added long test sequenceEvgeny Grin (Karlson2k)2022-09-25
* test_md5: added more test sequencesEvgeny Grin (Karlson2k)2022-09-25
* test_sha{256,512_256}: minor fixesEvgeny Grin (Karlson2k)2022-09-25
* test_{md5,sha256,sha512_256}: added more checksEvgeny Grin (Karlson2k)2022-09-25
* md5: added compact code versionEvgeny Grin (Karlson2k)2022-09-25
* md5: improved performance of the first round on LE archesEvgeny Grin (Karlson2k)2022-09-25
* md5: replaced public domain MD5 implementation with our own implementationEvgeny Grin (Karlson2k)2022-09-25
* sha512_256: additional trick for compacter code; doxy and comment fixesEvgeny Grin (Karlson2k)2022-09-25
* sha256: implemented compact code version, similarly to SHA-512/256Evgeny Grin (Karlson2k)2022-09-25
* sha256: backported minor optimisations from SHA-512/256Evgeny Grin (Karlson2k)2022-09-25
* mhd_options: use standard _MHD_EXTERN if file used outside the libraryEvgeny Grin (Karlson2k)2022-09-25
* mhd_locks.h: cosmeticsEvgeny Grin (Karlson2k)2022-09-25
* Fixed initialisation of old GnuTLS versionsEvgeny Grin (Karlson2k)2022-09-25
* Fixed regression introduced by c3680cb737bcac2a4dc14cca5a80af6ca0de21e7Evgeny Grin (Karlson2k)2022-09-25