aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Reworked support for sanitizersEvgeny Grin (Karlson2k)2021-09-05
* tbrehm@dspace.de wrote:Christian Grothoff2021-09-03
* Improved 'configure' report after e163ad95a7232de374d03a6cf4a44bffbde31d3cEvgeny Grin (Karlson2k)2021-09-02
* Disabled parallel make for curltest if heavy tests are enabledEvgeny Grin (Karlson2k)2021-09-02
* configure: limit number of CPU cores used without heavy testingEvgeny Grin (Karlson2k)2021-09-02
* mhd_limits.h: removed wrong alternative for SSIZE_MAXEvgeny Grin (Karlson2k)2021-09-02
* Fixed possible preprocessor error if ULLONG_MAX is not digits-onlyEvgeny Grin (Karlson2k)2021-09-02
* mhd_limits.h: fixed copy-paste error in commentEvgeny Grin (Karlson2k)2021-09-02
* mhd_limits.h: use alternative name for ULLONG_MAX if availableEvgeny Grin (Karlson2k)2021-09-02
* Fixed possible preprocessor error when SIZE_MAX is not digits-onlyEvgeny Grin (Karlson2k)2021-09-02
* Fixed possible preprocessor errorsEvgeny Grin (Karlson2k)2021-09-02
* -fix typoChristian Grothoff2021-09-01
* Fixed preprocessor error, fixed timeout calculationEvgeny Grin (Karlson2k)2021-09-01
* configure: added stdint.h to the list of required headersEvgeny Grin (Karlson2k)2021-09-01
* configure: removed sys/types.h duplicated checkEvgeny Grin (Karlson2k)2021-09-01
* configure: moved sys/stat.h to optional headersEvgeny Grin (Karlson2k)2021-09-01
* configure: removed check for unused locale.h headerEvgeny Grin (Karlson2k)2021-09-01
* configure: removed check for unused math.h headerEvgeny Grin (Karlson2k)2021-09-01
* Guard stddef.h includes with '#ifdef HAVE_STDDEF_H'Evgeny Grin (Karlson2k)2021-09-01
* Test for stdlib.h presenceEvgeny Grin (Karlson2k)2021-09-01
* mhd_mono_clock: clarified doxyEvgeny Grin (Karlson2k)2021-09-01
* Switched internal timers to milliseconds resolutions.Evgeny Grin (Karlson2k)2021-08-30
* test_shutdown_select: file description fixedEvgeny Grin (Karlson2k)2021-08-30
* get_date_str(): added error checkEvgeny Grin (Karlson2k)2021-08-30
* microhttpd.h: removed duplicated macroEvgeny Grin (Karlson2k)2021-08-30
* Added fallback functions for MHD_monotonic_msec_counter() valuesEvgeny Grin (Karlson2k)2021-08-29
* MHD_monotonic_msec_counter(): fixed internal fallbackEvgeny Grin (Karlson2k)2021-08-29
* test_timeout: improved: added more error detection and reportingEvgeny Grin (Karlson2k)2021-08-29
* Fixed support for custom connection timeouts in Thread-Per-Connection modeEvgeny Grin (Karlson2k)2021-08-27
* MHD_monotonic_msec_counter(): added new internal functionEvgeny Grin (Karlson2k)2021-08-27
* mhd_mono_clock: simplified calculations on old W32 platformsEvgeny Grin (Karlson2k)2021-08-27
* mhd_mono_clock: updated clock IDsEvgeny Grin (Karlson2k)2021-08-27
* Updated .gitignoreEvgeny Grin (Karlson2k)2021-08-26
* src/testcurl/https/Makefile.am: removed non-existing include dirEvgeny Grin (Karlson2k)2021-08-26
* curl_version_check: mark function as staticEvgeny Grin (Karlson2k)2021-08-26
* Moved test help fileEvgeny Grin (Karlson2k)2021-08-26
* test_timeout: fixed dead assigmentEvgeny Grin (Karlson2k)2021-08-26
* test_quiesce: fixed dead assignmentEvgeny Grin (Karlson2k)2021-08-25
* test_post: fixed test error reportEvgeny Grin (Karlson2k)2021-08-25
* test_get_close_keep_alive: mute static analyzerEvgeny Grin (Karlson2k)2021-08-25
* test_postprocessor_md: test all returned valuesEvgeny Grin (Karlson2k)2021-08-25
* websocket_threaded_example: fix static analyzer errorEvgeny Grin (Karlson2k)2021-08-25
* querystring_example: free memory with new error checkEvgeny Grin (Karlson2k)2021-08-25
* tlsauthentication.c: better fix for compiler warningEvgeny Grin (Karlson2k)2021-08-25
* tlsauthentication.c: inelegant mute of compiler warningEvgeny Grin (Karlson2k)2021-08-25
* querystring_example: fixed compiler warning, added error checkingEvgeny Grin (Karlson2k)2021-08-25
* connection.c: Ensure that variable is initializedEvgeny Grin (Karlson2k)2021-08-25
* -typoChristian Grothoff2021-08-24
* Inherit non-blocking status when accepting on most platformsEvgeny Grin (Karlson2k)2021-08-24
* Added flag for non-blocking listen socketEvgeny Grin (Karlson2k)2021-08-24