openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
gokogiri
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 15 of 21
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
add another test to reproduce the memory leak in snow, but failed
Zhigang Chen
More...
about 13 years ago
add a test for InjectAt
Zhigang Chen
More...
about 13 years ago
to make it compile on linux i386
Zhigang Chen
More...
about 13 years ago
create an empty xml doc in a simpler way.
Zhigang Chen
More...
about 13 years ago
create an empty xml doc in a simpler way
Zhigang Chen
More...
about 13 years ago
add a test case for an empty xml doc
Zhigang Chen
More...
about 13 years ago
take care of the case that there is no root element.
Zhigang Chen
More...
about 13 years ago
use a proper Expression object in xpath
Hampton Catlin
More...
about 13 years ago
Compiling path actually doesn't need a real xpath object at all!
Hampton Catlin
More...
about 13 years ago
comments break parsing!
Hampton Catlin
More...
about 13 years ago
Merge branch 'master' of github.com:moovweb/gokogiri
Zhigang Chen
More...
about 13 years ago
add Doc.ParseHtmlFragment and a test
Zhigang Chen
More...
about 13 years ago
fixed blank xml doc bug
Hampton Catlin
More...
about 13 years ago
found a bug... added a test
Hampton Catlin
More...
about 13 years ago
use the pointers directly as the map key to speed up map search
Zhigang Chen
More...
about 13 years ago
need to mark a node's attribute nodes when deleting it
Zhigang Chen
More...
about 13 years ago
navigate a tree in C land, avoiding creating XmlNode objects in Go land
Zhigang Chen
More...
about 13 years ago
add node type to the map key so we can get around the node conversion error
Zhigang Chen
More...
about 13 years ago
we need to take care of the node map for Attribute nodes
Zhigang Chen
More...
about 13 years ago
use the new interface; when we free siling or child nodes, we should call Free
Zhigang Chen
More...
about 13 years ago
add the callback now. we have not really used it, but we will.
Zhigang Chen
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.
Zhigang Chen
More...
about 13 years ago
Properly clear cached node object after Free()
Hampton Catlin
More...
about 13 years ago
Fixed issue with tree.a install
Joshua Bussdieker
More...
about 13 years ago
Added main Makefile for testing deployement
Joshua Bussdieker
More...
about 13 years ago
make Node.Free safe
Zhigang Chen
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
Zhigang Chen
More...
about 13 years ago
updated Html_test to address issue #1
Zhigang Chen
More...
about 13 years ago
lookup the doc's map when creating an XmlNode object.
Zhigang Chen
More...
about 13 years ago
An element now recursively calls its child elements' Clear before clearing itself.
Zhigang Chen
More...
about 13 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
20
21
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree