1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
restore the tests; change the replace test because it needs to get the new node once being replaced More... almost 13 years ago
Calling remove is safer More... almost 13 years ago
fragment does not use NodeSet More... almost 13 years ago
let "make bench" work More... almost 13 years ago
count the number of nodes More... almost 13 years ago
fragment does not use NodeSet More... almost 13 years ago
fragment does not use NodeSet More... almost 13 years ago
Add inner tests. These used to fail w the old gokogiri More... almost 13 years ago
Added a bunch of search benchmarks. Some cool differences in there More... almost 13 years ago
Added benchmarks for the rest of the node functions to stress test for bugs. The BenchmarkReplace benchmark panics -- this bug may be related to the ResetChildren bug that the SetChildren benchmarking exposed More... almost 13 years ago
Remove debug lines and disable the panicking benchmark More... almost 13 years ago
Repro of double-free bug w SetChildren() More... almost 13 years ago
Add benchmark helper to test framework. Added a few node benchmarks More... almost 13 years ago
Refactored remaining node tests to use consistent test helpers. So succinct\! More... almost 13 years ago
First test converted to use new test helpers More... almost 13 years ago
Use consistent actual/expected failed test output More... almost 13 years ago
Merge branch 'go0' of github.com:moovweb/gokogiri into go0 More... almost 13 years ago
Updated AddNextSibling() test to fail, then fixed bug. This behavior mimicks nokogiri. More... almost 13 years ago
add two more insert functions and wrap More... almost 13 years ago
add a func to create cdata node More... almost 13 years ago
damn it More... almost 13 years ago
sublime reformats it More... almost 13 years ago
use the new func to parse fragment More... almost 13 years ago
add another way of parsing fragment More... almost 13 years ago
error checking More... almost 13 years ago
fail it! More... almost 13 years ago
fix typo More... almost 13 years ago
no need for the C func More... almost 13 years ago
rename these two C functions to avoid name conflicts with the new gokogiri in case we want to use both the old and the new gokogiri at the same. More... almost 13 years ago
append a C-string terminator to the end of array; update attribute functions More... almost 13 years ago