index
:
pugixml.git
gh-pages
master
mingw
short-wchar
Mirror for https://github.com/zeux/pugixml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-03-21
Fix path to fuzzing corpus
Arseny Kapoulkine
2017-03-06
Merge pull request #134 from ogdf/explicit-fallthroughs
Arseny Kapoulkine
2017-03-05
Silence g++ 7.0.1 -Wimplicit-fallthrough warnings
Stephan Beyer
2017-03-03
Simplify compact_hash_table implementation
Arseny Kapoulkine
2017-02-11
Merge pull request #132 from zeux/fuzz
Arseny Kapoulkine
2017-02-11
tests: Fix fuzz_setup.sh
Arseny Kapoulkine
2017-02-11
tests: Add fuzzing dictionaries
Arseny Kapoulkine
2017-02-09
tests: Add XPath fuzzing
Arseny Kapoulkine
2017-02-09
tests: Add a script to set up fuzzing tools
Arseny Kapoulkine
2017-02-09
fuzz: Use libFuzzer instead of afl-fuzz
Arseny Kapoulkine
2017-02-09
tests: Increase the number of translate calls
Arseny Kapoulkine
2017-02-09
tests: Fix clang build
Arseny Kapoulkine
2017-02-09
tests: Add more XPath out of memory tests
Arseny Kapoulkine
2017-02-09
Add invalid type assertion for offset_debug
Arseny Kapoulkine
2017-02-08
tests: Increase the number of translate calls
Arseny Kapoulkine
2017-02-08
tests: Fix clang build
Arseny Kapoulkine
2017-02-08
tests: Add more XPath out of memory tests
Arseny Kapoulkine
2017-02-07
Add invalid type assertion for offset_debug
Arseny Kapoulkine
2017-02-07
XPath: Simplify sorting implementation
Arseny Kapoulkine
2017-02-06
XPath: Optimize insertion_sort
Arseny Kapoulkine
2017-02-05
XPath: Remove redundant calls from xml_node::select_nodes et al
Arseny Kapoulkine
2017-02-05
XPath: Remove evaluate_string_impl
Arseny Kapoulkine
2017-02-05
Merge pull request #131 from zeux/xpath-noeh
Arseny Kapoulkine
2017-02-05
tests: Add more XPath sorting tests
Arseny Kapoulkine
2017-02-03
XPath: Simplify evaluation error flow
Arseny Kapoulkine
2017-02-02
XPath: Clean up out-of-memory parse error handling
Arseny Kapoulkine
2017-02-02
tests: Add more out of memory tests for XPath evaluation
Arseny Kapoulkine
2017-02-02
tests: Add more embed_pcdata tests
Arseny Kapoulkine
2017-02-01
tests: Improve parsing coverage
Arseny Kapoulkine
2017-02-01
Remove redundant branch from xml_node::path()
Arseny Kapoulkine
2017-02-01
tests: Remove redundant coverage test
Arseny Kapoulkine
2017-01-31
tests: Add more tests to increase coverage
Arseny Kapoulkine
2017-01-31
tests: Add compact hash table reserve test
Arseny Kapoulkine
2017-01-31
tests: Add coverage tests for encoding detection
Arseny Kapoulkine
2017-01-31
tests: More XPath coverage tests
Arseny Kapoulkine
2017-01-31
tests: Add more DOM coverage tests
Arseny Kapoulkine
2017-01-30
Remove null pointer test from first_element_by_path
Arseny Kapoulkine
2017-01-30
tests: Add more coverage tests
Arseny Kapoulkine
2017-01-30
XPath: Remove (re)allocate_throw and setjmp
Arseny Kapoulkine
2017-01-30
XPath: Replace all (re)allocate_throw with (re)allocate_nothrow
Arseny Kapoulkine
2017-01-30
tests: Make predicate out-of-memory test less aggressive
Arseny Kapoulkine
2017-01-30
XPath: Fix reallocate_nothrow to preserve existing state
Arseny Kapoulkine
2017-01-30
XPath: Use nonthrowing allocations in duplicate_string
Arseny Kapoulkine
2017-01-30
XPath: Throw std::bad_alloc if we got an out-of-memory error
Arseny Kapoulkine
2017-01-30
tests: Add more tests for branch coverage
Arseny Kapoulkine
2017-01-30
tests: Add an error propagation test for XPath
Arseny Kapoulkine
2017-01-30
XPath: Reword brace mismatch errors for clarity
Arseny Kapoulkine
2017-01-30
XPath: Improve error message for expressions like .[1]
Arseny Kapoulkine
2017-01-30
XPath: Track allocation errors more explicitly
Arseny Kapoulkine
2017-01-30
Enable branch probabilities for gcov
Arseny Kapoulkine
[next]