aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Partial revert "postprocessor: use NULL for 'data' for callback if no value i...Evgeny Grin (Karlson2k)2021-09-19
* postprocessor: added new processing state, changed logic.Evgeny Grin (Karlson2k)2021-09-19
* postprocessor: removed unused state valueEvgeny Grin (Karlson2k)2021-09-19
* postprocessor: simplify processing of urlencoding in edge casesEvgeny Grin (Karlson2k)2021-09-17
* configure: added detection of used run-time lib (type of C lib)Evgeny Grin (Karlson2k)2021-09-17
* Cosmetics: fixed formatting for 'examples'Evgeny Grin (Karlson2k)2021-09-17
* Use type specifiers for printf() from inttypes.hEvgeny Grin (Karlson2k)2021-09-17
* -fix typoChristian Grothoff2021-09-16
* postprocessor: fixed incomplete processing of hex-encoding valuesEvgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: added testing of hex-encoded valuesEvgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: report more detailsEvgeny Grin (Karlson2k)2021-09-15
* postprocessor: minor code improvementEvgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: added test with double valueEvgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: improved error reportingEvgeny Grin (Karlson2k)2021-09-15
* Fixed f032145edcb39e0445e4f78fec51867b9f89706cEvgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: added more tests for urlencodingEvgeny Grin (Karlson2k)2021-09-15
* postprocessor: improved key parsingEvgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: added more tests for urlencodingEvgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: improved error reportingEvgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: added more cases for urlencodingEvgeny Grin (Karlson2k)2021-09-15
* Missing part of cec8013b704fd5f9631f8e67bc3f807603bde9b3Evgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: integrated one check into unified testingEvgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: test urlencoding more thoroughlyEvgeny Grin (Karlson2k)2021-09-15
* postprocessor: fixed empty key processingEvgeny Grin (Karlson2k)2021-09-15
* postprocessor: added assertsEvgeny Grin (Karlson2k)2021-09-15
* postprocessor: do not try to process value or key if state is 'error'Evgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: added check with empty keyEvgeny Grin (Karlson2k)2021-09-15
* Updated copyright year in W32 .DLL files resourcesEvgeny Grin (Karlson2k)2021-09-15
* Moved some logic from 'configure' to 'mhd_align.h'Evgeny Grin (Karlson2k)2021-09-13
* mhd_align.h: fixed copy-paste errorEvgeny Grin (Karlson2k)2021-09-13
* test_postprocessor: fixed strlen() with NULLEvgeny Grin (Karlson2k)2021-09-12
* 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