aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* postprocessor: use NULL for 'data' for callback if no value is presentEvgeny Grin (Karlson2k)2021-09-12
* postprocessor: minor optimization: do not process zero-length dataEvgeny Grin (Karlson2k)2021-09-12
* postprocessor: do not call memcpy() / memmove() with zero sizeEvgeny Grin (Karlson2k)2021-09-12
* postprocessor: fixed undefined behavior errorEvgeny Grin (Karlson2k)2021-09-12
* postprocessor: added asserts in process_value()Evgeny Grin (Karlson2k)2021-09-12
* test_postprocessor: fixed call of memcmp() with NULL pointersEvgeny Grin (Karlson2k)2021-09-12
* test_postprocessor: catch impossible valueEvgeny Grin (Karlson2k)2021-09-11
* test_postprocessor: improved code readabilityEvgeny Grin (Karlson2k)2021-09-11
* test_postprocessor: fixed printf() called with NULL pointerEvgeny Grin (Karlson2k)2021-09-11
* test_postprocessor: added checks for returned valuesEvgeny Grin (Karlson2k)2021-09-10
* memorypool: mute sanitizer errorsEvgeny Grin (Karlson2k)2021-09-08
* test_quiesce_stream: fixedEvgeny Grin (Karlson2k)2021-09-07
* microhttpd.h: changed macros MHD_CONTENT_READER_*Evgeny Grin (Karlson2k)2021-09-07
* Fixed analyzer errors: cast enum values to enum types.Evgeny Grin (Karlson2k)2021-09-07
* mhd_str: rewrote one function to stop sanitizer alarmingEvgeny Grin (Karlson2k)2021-09-07
* Revert 73c37e06b137bc9440e703d2b7c7bafcf622ece8Evgeny Grin (Karlson2k)2021-09-06
* mhd_str: silent sanitizer false-positive errorEvgeny Grin (Karlson2k)2021-09-05
* MHD_start_daemon_va (): fixed sanitizer errorEvgeny Grin (Karlson2k)2021-09-05
* sha*/md5: fixed implicit value conversionEvgeny Grin (Karlson2k)2021-09-05
* tbrehm@dspace.de wrote:Christian Grothoff2021-09-03
* Disabled parallel make for curltest if heavy tests are enabledEvgeny 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
* Fixed preprocessor error, fixed timeout calculationEvgeny Grin (Karlson2k)2021-09-01
* configure: removed sys/types.h duplicated checkEvgeny 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