aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Expand)AuthorAge
* connection.c: fixed handling of various errors automatically detected by MHD ...Evgeny Grin (Karlson2k)2022-10-28
* Reworked partial processing of the uploadEvgeny Grin (Karlson2k)2022-10-22
* Do not send "100 Continue" if part of the request body is already receivedEvgeny Grin (Karlson2k)2022-10-22
* Do not send "100 Continue" if request does not have a bodyEvgeny Grin (Karlson2k)2022-10-22
* Renamed one more connection state for clarityEvgeny Grin (Karlson2k)2022-10-22
* Renamed one state in MHD_ConnectionEventLoopInfo for clarityEvgeny Grin (Karlson2k)2022-10-22
* Added new state for MHD_ConnectionEventLoopInfoEvgeny Grin (Karlson2k)2022-10-22
* New values for MHD_ConnectionEventLoopInfoEvgeny Grin (Karlson2k)2022-10-22
* Added check for hypothetical too large accepted sockets addressesEvgeny Grin (Karlson2k)2022-10-14
* Added ability to check for MHD debug builds at run-timeEvgeny Grin (Karlson2k)2022-10-14
* Fixed builds with old compilers after 0b9776811f2d8bd1041b759bd84733754bba7b3eEvgeny Grin (Karlson2k)2022-10-13
* daemon: added reporting of the position of problem in priorities stringEvgeny Grin (Karlson2k)2022-10-13
* daemon: merged processing of two similar optionsEvgeny Grin (Karlson2k)2022-10-13
* Added new MHD option to append TLS priorities stringEvgeny Grin (Karlson2k)2022-10-13
* TLS: use application-specific system-wide configuration with fallbacksEvgeny Grin (Karlson2k)2022-10-13
* mhd_assert: use "DEBUG" macro defined by some toolchainsEvgeny Grin (Karlson2k)2022-10-13
* digestauth.h: removed leftover in doxyEvgeny Grin (Karlson2k)2022-10-10
* MHD_poll(): removed unneeded checkEvgeny Grin (Karlson2k)2022-10-10
* daemon: small refactoring for more compact code when poll() is not supportedEvgeny Grin (Karlson2k)2022-10-10
* MHD_run_wait(): improved readabilityEvgeny Grin (Karlson2k)2022-10-10
* MHD_start_daemon(): minor readability improvementEvgeny Grin (Karlson2k)2022-10-10
* daemon: fixed delayed notification callback in thread-per-connection modeEvgeny Grin (Karlson2k)2022-10-10
* microhttpd/tests: muted compiler warningsEvgeny 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
* 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
* 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