summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-01-30XPath: Reword brace mismatch errors for clarityArseny Kapoulkine
2017-01-30XPath: Improve error message for expressions like .[1]Arseny Kapoulkine
2017-01-30XPath: Track allocation errors more explicitlyArseny Kapoulkine
2017-01-30Enable branch probabilities for gcovArseny Kapoulkine
2017-01-29XPath: Provide non-throwing and throwing allocations in xpath_allocatorArseny Kapoulkine
2017-01-29tests: Add query out of memory testArseny Kapoulkine
2017-01-29XPath: Minor error handling refactoringArseny Kapoulkine
2017-01-29Add NO_EXCEPTIONS build to TravisArseny Kapoulkine
2017-01-29XPath: Route out-of-memory errors through the exceptionless pathArseny Kapoulkine
2017-01-29XPath: Forward all node constructors through alloc_nodeArseny Kapoulkine
2017-01-29XPath: Do not use exceptions to propagate parsing errorsArseny Kapoulkine
2017-01-29XPath: Assume that every function can fail and return 0Arseny Kapoulkine
2017-01-29XPath: Minor parsing refactoringArseny Kapoulkine