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
add another test to reproduce the memory leak in snow, but failed More... about 13 years ago
add a test for InjectAt More... about 13 years ago
to make it compile on linux i386 More... about 13 years ago
create an empty xml doc in a simpler way. More... about 13 years ago
create an empty xml doc in a simpler way More... about 13 years ago
add a test case for an empty xml doc More... about 13 years ago
take care of the case that there is no root element. More... about 13 years ago
use a proper Expression object in xpath More... about 13 years ago
Compiling path actually doesn't need a real xpath object at all! More... about 13 years ago
comments break parsing! More... about 13 years ago
Merge branch 'master' of github.com:moovweb/gokogiri More... about 13 years ago
add Doc.ParseHtmlFragment and a test More... about 13 years ago
fixed blank xml doc bug More... about 13 years ago
found a bug... added a test More... about 13 years ago
use the pointers directly as the map key to speed up map search More... about 13 years ago
need to mark a node's attribute nodes when deleting it More... about 13 years ago
navigate a tree in C land, avoiding creating XmlNode objects in Go land More... about 13 years ago
add node type to the map key so we can get around the node conversion error More... about 13 years ago
we need to take care of the node map for Attribute nodes More... about 13 years ago
use the new interface; when we free siling or child nodes, we should call Free More... about 13 years ago
add the callback now. we have not really used it, but we will. More... about 13 years ago
we need to save both the XmlNode pointer and the pointer to the wrapping node, because the wrapping node calls the Node's functions, it converts to its XmlNode. More... about 13 years ago
Properly clear cached node object after Free() More... about 13 years ago
Fixed issue with tree.a install More... about 13 years ago
Added main Makefile for testing deployement More... about 13 years ago
make Node.Free safe More... about 13 years ago
store Node objects rather than XmlNode objects; this can avoid creating more than one typed nodes wrapping around the same XmlNode object More... about 13 years ago
updated Html_test to address issue #1 More... about 13 years ago
lookup the doc's map when creating an XmlNode object. More... about 13 years ago
An element now recursively calls its child elements' Clear before clearing itself. More... about 13 years ago