aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* configure: removed old workaroundEvgeny Grin (Karlson2k)2024-01-31
|
* Compiler warning fixesEvgeny Grin (Karlson2k)2024-01-31
|
* Fixes for 32-bit platformsEvgeny Grin (Karlson2k)2024-01-31
|
* VS Project: exclude file not used on W32Evgeny Grin (Karlson2k)2024-01-31
|
* Muted compiler warningEvgeny Grin (Karlson2k)2024-01-31
|
* VS Projects: switched optimisation to "MaxSpeed"Evgeny Grin (Karlson2k)2024-01-31
|
* Fixed grow buffer check on 32-bit platformsEvgeny Grin (Karlson2k)2024-01-31
|
* Fixed non-debug build without HTTPSEvgeny Grin (Karlson2k)2024-01-30
|
* configure: sorted messages in final config summaryEvgeny Grin (Karlson2k)2024-01-30
|
* Muted some compiler warningsEvgeny Grin (Karlson2k)2024-01-30
|
* Fixed tests with GnuTLS in non-default pathEvgeny Grin (Karlson2k)2024-01-30
|
* Fixed compiler warningsEvgeny Grin (Karlson2k)2024-01-30
|
* Moved test_quiesce to heavy testsEvgeny Grin (Karlson2k)2024-01-30
| | | | | Actually the test is not heavy, but it is slow and has very little benefit (the tested functionality is very stable).
* Skipped some HTTPS tests with old broken GnuTLSEvgeny Grin (Karlson2k)2024-01-30
|
* test_digestauth2: supported old libcurl versionsEvgeny Grin (Karlson2k)2024-01-30
|
* test_str: reduced number of extra checked localesEvgeny Grin (Karlson2k)2024-01-30
| | | | Too many locales may trigger W32 protection warning.
* Muted extra compiler warningsEvgeny Grin (Karlson2k)2024-01-30
|
* Fuzz test: increased tests' timeout valueEvgeny Grin (Karlson2k)2024-01-29
|
* Fuzz tests: muted undefined behaviour signalEvgeny Grin (Karlson2k)2024-01-29
|
* Fixed compiler warningsEvgeny Grin (Karlson2k)2024-01-29
|
* Fixed compiler warningsEvgeny Grin (Karlson2k)2024-01-29
|
* Fixed and/or muted compiler warningsEvgeny Grin (Karlson2k)2024-01-29
|
* Updated .gitignoreEvgeny Grin (Karlson2k)2024-01-29
|
* Updated .gitignoreEvgeny Grin (Karlson2k)2024-01-29
|
* Updated .gitingnoreEvgeny Grin (Karlson2k)2024-01-29
|
* libcurl tests: fixed compiler warningsEvgeny Grin (Karlson2k)2024-01-29
|
* make-dist.sh: allowed Debian trixie/sidEvgeny Grin (Karlson2k)2024-01-29
|
* configure: fixed some compiler warningsEvgeny Grin (Karlson2k)2024-01-29
|
* Minor corrections for bc827fcc09ac66b87a6ac052982beda393aeec60Evgeny Grin (Karlson2k)2024-01-29
|
* Minor correction for 52a5e465844add3dd968f2318eab5e6f91a5a1e7Evgeny Grin (Karlson2k)2024-01-28
|
* digest_auth_example_adv: added new exampleEvgeny Grin (Karlson2k)2024-01-28
| | | | The new example demonstrates advanced usage of the digest auth API
* digest_auth_example: updated and fixedEvgeny Grin (Karlson2k)2024-01-28
| | | | | The example was updated to use the new digest auth API. Fixed run on W32.
* Fixed some doxy for digest authEvgeny Grin (Karlson2k)2024-01-28
|
* fix #8012Christian Grothoff2024-01-21
|
* fix memory leak on error pathChristian Grothoff2024-01-21
|
* clean up logic, simplify one dead branch in testChristian Grothoff2024-01-21
|
* use correct HTTP header (content type, not content encoding) for mime type ↵Christian Grothoff2024-01-21
| | | | in example; do check return value in example
* regenerate POTfilesChristian Grothoff2024-01-21
|
* add missing lock, do not call 'close(-1)' on very rare error pathChristian Grothoff2024-01-21
|
* notes on MHD2 APIChristian Grothoff2024-01-19
|
* Docs correction as suggested by Aymeric Agon-Rambosson in MLEvgeny Grin (Karlson2k)2024-01-05
|
* test_upgrade{,_large}{,_tls}: unified code, removed workarounds, added new testEvgeny Grin (Karlson2k)2024-01-04
| | | | | | | | Added test with buffers larger than maximum TLS packet size and with message larger than buffer. New MHD code does not need any "kicker" workaround anymore (used in old test_upgrade_large.c code).
* MHD_OPTION_CONNECTION_MEMORY_{LIMIT,INCREMENT}: added ignore of zero valueEvgeny Grin (Karlson2k)2024-01-04
|
* test_upgrade: changed the order of send/receiveEvgeny Grin (Karlson2k)2024-01-02
|
* connection.c: muted false-positive compiler warningEvgeny Grin (Karlson2k)2023-12-31
|
* daemon: one-line comment formattingEvgeny Grin (Karlson2k)2023-12-31
|
* initialize required_bytes on all code paths to avoid false-positive compiler ↵Christian Grothoff2023-12-31
| | | | warning
* test_digestauth_concurrent: fixed error messageEvgeny Grin (Karlson2k)2023-12-29
|
* configure: implemented setting DAuth defaults by parametersEvgeny Grin (Karlson2k)2023-12-29
|
* tests: added setting of DAuth max nc value by daemon optionEvgeny Grin (Karlson2k)2023-12-29
|