0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor style changes More... over 14 years ago
updated tests with deep equals where appropriate More... over 14 years ago
updated tests to use node assert module More... over 14 years ago
user proper typedefs More... over 14 years ago
Added tests for adding nodes and checking cloning. More... over 14 years ago
removed error logging from tests More... almost 15 years ago
add ref integrity tests and use gc liberally More... almost 15 years ago
tests now use gc More... almost 15 years ago
use xmlFree everywhere More... almost 15 years ago
Added document references to node and namespace to prevent GC More... almost 15 years ago
docs: added note about scons and removed outdated constructor signatures More... almost 15 years ago
Fix for childNodes so the content doesn't get GCed. More... almost 15 years ago
added docs. it's just the wiki pages More... almost 15 years ago
fixed links in readme More... almost 15 years ago
fixed links in readme More... almost 15 years ago
updated readme More... almost 15 years ago
bump version. add repo and bug info package.json More... almost 15 years ago
updated tests so error checking doesn't fail More... almost 15 years ago
Merge branch 'master' of github.com:polotek/libxmljs More... almost 15 years ago
added tests for the cdata and comments More... almost 15 years ago
text type nodes don't have a name() so return undefined More... almost 15 years ago
cdata type nodes don't have a name() so return undefined More... almost 15 years ago
fixed segfault with xpath when it returned an empty nodeset More... almost 15 years ago
fix some memory errors from creating unnecessary Persistent Handles More... almost 15 years ago
refined import_element changes because xmlAddChild would coalesce text nodes and free the inserted one from memory More... almost 15 years ago
removed import_element residue More... almost 15 years ago
Removed code that copied the inserted element if its document and the target document were not the same. This produced some unexpected behavior: after A.addChild(B), B would NOT be a child of A. xmlAddChild automatically updates the node's document so this is not needed. More... almost 15 years ago
fixed a few memory leaks and that annoying attribute adding thing More... almost 15 years ago
Removed unnecessary check More... about 15 years ago
Fixed uninitialized variable More... about 15 years ago