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
remove CGO_LDFLAGS and CGO_CLFAGS from go source code and use the flags in Makefiles More... about 13 years ago
fix some memory issues More... about 13 years ago
use customized libxml2 More... about 13 years ago
allow an empty NodeSet if the search resturns a nil pointer More... about 13 years ago
add a rakefile More... about 13 years ago
too lazy to write a good commit More... over 13 years ago
z, is this what you meant should be breaking? More... over 13 years ago
parsing an empty document no longer errors More... over 13 years ago
…And over zealous freeing was the reason… *sigh*. The reason is that those nodes MAY be referenced elsewhere. Aka, in the select(). More... over 13 years ago
Hunting the most annoying bug in history. More... over 13 years ago
Merge branch 'master' of github.com:moovweb/gokogiri More... over 13 years ago
Handle CData properly now More... over 13 years ago
Wrote a test to prove the CDATA issue. More... over 13 years ago
should use xmlNodeGetContent to get the element content instead of accessing the "content" field directly; the test case is updated because the expected content was incorrect More... over 13 years ago
can now create elements More... over 13 years ago
adding in before/after content methods More... over 13 years ago
updating the readme More... over 13 years ago
too lazy More... over 13 years ago
added element-type test More... over 13 years ago
testing that tags shouldnt autoclose More... over 13 years ago
better nil handling with empty docs More... over 13 years ago
adding in some more memory management tools and functions More... over 13 years ago
free the doc object after FragementParse More... over 13 years ago
Correctly re-assign the Doc used by the new Nodes in FragmentParse More... over 13 years ago
Create a Node.SetDoc() method More... over 13 years ago
Added in Node.Duplicate() More... over 13 years ago
Ran gofmt More... over 13 years ago
Got a SetContent() function working correctly. Plus, a ton more tests. New features also include Element.Clear() More... over 13 years ago
Move Element-related tests into Element_test.go More... over 13 years ago
Refactor Ninja Strikes Again! More... over 13 years ago