summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-21Add missing PUGI__FN to string_to_integerArseny Kapoulkine
2017-03-21Revert "Fix gcc-4.8 compilation warning when using -Wstrict-overflow"Arseny Kapoulkine
2017-03-21tests: Do not use unsigned underflow in test codeArseny Kapoulkine
2017-03-21tests: Fix invalid buffer sizeArseny Kapoulkine
2017-03-21Fix path to fuzzing corpusArseny Kapoulkine
2017-03-06Merge pull request #134 from ogdf/explicit-fallthroughsArseny Kapoulkine
2017-03-05Silence g++ 7.0.1 -Wimplicit-fallthrough warningsStephan Beyer
2017-03-03Simplify compact_hash_table implementationArseny Kapoulkine
2017-02-11Merge pull request #132 from zeux/fuzzArseny Kapoulkine
2017-02-11tests: Fix fuzz_setup.shArseny Kapoulkine
2017-02-11tests: Add fuzzing dictionariesArseny Kapoulkine
2017-02-09tests: Add XPath fuzzingArseny Kapoulkine
2017-02-09tests: Add a script to set up fuzzing toolsArseny Kapoulkine
2017-02-09fuzz: Use libFuzzer instead of afl-fuzzArseny Kapoulkine
2017-02-09tests: Increase the number of translate callsArseny Kapoulkine
2017-02-09tests: Fix clang buildArseny Kapoulkine
2017-02-09tests: Add more XPath out of memory testsArseny Kapoulkine
2017-02-09Add invalid type assertion for offset_debugArseny Kapoulkine
2017-02-08tests: Increase the number of translate callsArseny Kapoulkine
2017-02-08tests: Fix clang buildArseny Kapoulkine
2017-02-08tests: Add more XPath out of memory testsArseny Kapoulkine
2017-02-07Add invalid type assertion for offset_debugArseny Kapoulkine
2017-02-07XPath: Simplify sorting implementationArseny Kapoulkine
2017-02-06XPath: Optimize insertion_sortArseny Kapoulkine
2017-02-05XPath: Remove redundant calls from xml_node::select_nodes et alArseny Kapoulkine
2017-02-05XPath: Remove evaluate_string_implArseny Kapoulkine
2017-02-05Merge pull request #131 from zeux/xpath-noehArseny Kapoulkine
2017-02-05tests: Add more XPath sorting testsArseny Kapoulkine
2017-02-03XPath: Simplify evaluation error flowArseny Kapoulkine
2017-02-02XPath: Clean up out-of-memory parse error handlingArseny Kapoulkine
2017-02-02tests: Add more out of memory tests for XPath evaluationArseny Kapoulkine
2017-02-02tests: Add more embed_pcdata testsArseny Kapoulkine
2017-02-01tests: Improve parsing coverageArseny Kapoulkine
2017-02-01Remove redundant branch from xml_node::path()Arseny Kapoulkine
2017-02-01tests: Remove redundant coverage testArseny Kapoulkine
2017-01-31tests: Add more tests to increase coverageArseny Kapoulkine
2017-01-31tests: Add compact hash table reserve testArseny Kapoulkine
2017-01-31tests: Add coverage tests for encoding detectionArseny Kapoulkine
2017-01-31tests: More XPath coverage testsArseny Kapoulkine
2017-01-31tests: Add more DOM coverage testsArseny Kapoulkine
2017-01-30Remove null pointer test from first_element_by_pathArseny Kapoulkine
2017-01-30tests: Add more coverage testsArseny Kapoulkine
2017-01-30XPath: Remove (re)allocate_throw and setjmpArseny Kapoulkine
2017-01-30XPath: Replace all (re)allocate_throw with (re)allocate_nothrowArseny Kapoulkine
2017-01-30tests: Make predicate out-of-memory test less aggressiveArseny Kapoulkine
2017-01-30XPath: Fix reallocate_nothrow to preserve existing stateArseny Kapoulkine
2017-01-30XPath: Use nonthrowing allocations in duplicate_stringArseny Kapoulkine
2017-01-30XPath: Throw std::bad_alloc if we got an out-of-memory errorArseny Kapoulkine
2017-01-30tests: Add more tests for branch coverageArseny Kapoulkine
2017-01-30tests: Add an error propagation test for XPathArseny Kapoulkine