aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Released GNU libmicrohttpd 0.9.75v0.9.75Evgeny Grin (Karlson2k)2021-12-26
|
* ChangeLog updatedEvgeny Grin (Karlson2k)2021-12-26
|
* CI: use same CFLAGS for MinGW build as for other buildsEvgeny Grin (Karlson2k)2021-12-26
|
* test_large_put: compatibility with old libcurlEvgeny Grin (Karlson2k)2021-12-26
| | | | Compatibility was broken by 5ce0c23e37470b4e61ee431236b55bfc5d5744a9
* contrib/autotools-patches/apply-all.sh: implemented correct return valueEvgeny Grin (Karlson2k)2021-12-26
|
* test_large_put: increased timeoutEvgeny Grin (Karlson2k)2021-12-26
| | | | Incremental test may took longer than 5 seconds.
* test_large_put: added request timeout detectionEvgeny Grin (Karlson2k)2021-12-26
|
* test_large_put: added more checking for return valuesEvgeny Grin (Karlson2k)2021-12-26
|
* Added workaround for system clock jumps backEvgeny Grin (Karlson2k)2021-12-26
| | | | | Same OSes (namely OpenBSD) has system clocks that must be monotonic, but in practice clocks may jump forward and back up to 500 milliseconds.
* mhd_mono_clock: fixed commentEvgeny Grin (Karlson2k)2021-12-26
|
* Reduced maximum possible connection timeoutEvgeny Grin (Karlson2k)2021-12-26
| | | | | The maximum timeout value is still too large to be used (more than hundred thousand years).
* test_client_put_stop: ensure that some data will be received by MHD before ↵Evgeny Grin (Karlson2k)2021-12-26
| | | | | | closing Simplified and unified code, improved readability.
* test_client_put_stop: added detection of unexpected connection shut downEvgeny Grin (Karlson2k)2021-12-26
|
* connection: mute compiler warning for some platformsEvgeny Grin (Karlson2k)2021-12-25
|
* MSVC: exclude unneeded file from buildsEvgeny Grin (Karlson2k)2021-12-24
|
* MSVC projects: fixed one file placementEvgeny Grin (Karlson2k)2021-12-24
|
* configure: fixed portabilityEvgeny Grin (Karlson2k)2021-12-24
|
* configure: fixed compiler warning on MSys2/MinGW64 package buildEvgeny Grin (Karlson2k)2021-12-20
|
* Makefile: removed duplicated recipe for W32Evgeny Grin (Karlson2k)2021-12-20
|
* Bump MHD_VERSION to indicate development buildEvgeny Grin (Karlson2k)2021-12-20
|
* Released GNU libmicrohttpd 0.9.74v0.9.74Evgeny Grin (Karlson2k)2021-12-19
|
* apply-all.sh: simplified usageEvgeny Grin (Karlson2k)2021-12-19
|
* Updated HTTP headers macros from registryEvgeny Grin (Karlson2k)2021-12-19
|
* ChangeLog updatedEvgeny Grin (Karlson2k)2021-12-19
|
* microhttpd.h: minor doxy fixesEvgeny Grin (Karlson2k)2021-12-17
|
* mhd_sockets: minor macro correctionEvgeny Grin (Karlson2k)2021-12-17
|
* Added local patches for autotools (mainly for libtool)Evgeny Grin2021-12-16
| | | | | Patches required mostly for MSys2 toolchains, especially for MSys2/Clang{64,32} toolchains.
* Additional fix for old gnutls versionsEvgeny Grin (Karlson2k)2021-12-16
|
* Makefile: support silent rules for W32 RCEvgeny Grin (Karlson2k)2021-12-14
|
* Makefile: support silent rules for static libEvgeny Grin (Karlson2k)2021-12-14
|
* Correction for de383203d4d7921bf331510bc898ab88c5844731Evgeny Grin (Karlson2k)2021-12-14
|
* Reworked dlltool supported.Evgeny Grin (Karlson2k)2021-12-14
| | | | | | | | | | * Added support for weakened oversimplified half-broken llvm-dlltool * Streamlined makefile receipts for W32 .dll and related files * Added support for verbose/silent makefile rules * Removed redundant printing from makefile * Added makefile receipts for proper generation of all required files * Silenced MS lib warning * Silenced MS lib invocation
* configure: replaced more shell constructs with AS_* macrosEvgeny Grin (Karlson2k)2021-12-13
|
* https tests: mute compiler warning on old systemsEvgeny Grin (Karlson2k)2021-12-13
|
* Workaround for old broken GnuTLS buildsEvgeny Grin (Karlson2k)2021-12-13
|
* https tests: simplified makefileEvgeny Grin (Karlson2k)2021-12-13
|
* GnuTLS: correctly pass sockets on W32 x64Evgeny Grin (Karlson2k)2021-12-12
|
* test_https_time_out: use better sleep functionEvgeny Grin (Karlson2k)2021-12-12
|
* test_https_time_out: additional fixesEvgeny Grin (Karlson2k)2021-12-12
| | | | | | | Fixed possible abort on SIGPIPE. Avoid meaningless test results reports (-1 was mapped to unsigned value). Check GnuTLS functions results. Correctly initialize GnuTLS session.
* test_https_time_out: fixed test, now testing is realEvgeny Grin (Karlson2k)2021-12-12
|
* test_https_time_out: fixed broken checkEvgeny Grin (Karlson2k)2021-12-12
| | | | | The old check "send () == 0" was always wrong. send() never returns zero. As a result, the test checks nothing.
* Fixed b468b54f7cbe7bcc9354a9ce4cca644cd79e94ceEvgeny Grin (Karlson2k)2021-12-12
|
* test_timeout: avoid busy-waitingEvgeny Grin (Karlson2k)2021-12-12
|
* https tests: mute compiler warnings for old curlEvgeny Grin (Karlson2k)2021-12-12
|
* test_get_chunked: follow HTTP specificationEvgeny Grin (Karlson2k)2021-12-12
| | | | Use "Trailer: " header if trailers are used.
* Fixed tests compatibility with old libcurlEvgeny Grin (Karlson2k)2021-12-12
|
* mhd_send: fixed formatting styleEvgeny Grin (Karlson2k)2021-12-12
|
* Fixed compatibility with old GnuTLS versionsEvgeny Grin (Karlson2k)2021-12-12
|
* postprocessor.c: cosmeticsEvgeny Grin (Karlson2k)2021-12-12
|
* configure: really disable leak sanitizer if it's disabled by configure ↵Evgeny Grin (Karlson2k)2021-12-11
| | | | parameters