Vincent Batts
b07f5a05e8
working along to decode the DEROctetString
2012-10-23 15:18:04 -04:00
Vincent Batts
5a3abc75a1
moving the list copying inside the makeTrie, so the argument object is
...
not destroyed
2012-10-12 12:39:06 -04:00
Vincent Batts
2a9511cbe5
first break off of the hydrate function
2012-10-12 12:29:06 -04:00
Vincent Batts
eb4a4a7bdd
thinking of a class/structure to do the validation of a content set path
2012-10-12 12:28:18 -04:00
Vincent Batts
bcf6b61125
adding the byteProcess() function
2012-10-05 08:50:23 -04:00
Vincent Batts
6741e96c81
adding methods:
...
getStringNodeList()
getPathNodeNodeList()
makeTrie()
findSmallest()
mergeNodes()
hydrateContentPackage()
populatePathNodes()
findHuffNodeValueByBits()
makeURLs()
2012-10-04 16:59:42 -04:00
Vincent Batts
84a6b24305
adding more methods
2012-10-04 16:30:05 -04:00
Vincent Batts
e8a1616eb4
more java-ish
2012-10-04 16:17:54 -04:00
Vincent Batts
20648a5dd3
getting the PathNode context wired together
2012-10-04 16:16:30 -04:00
Vincent Batts
1bb7b1083b
it now prints the pathnode tree, from a file arg
2012-10-04 15:52:35 -04:00
Vincent Batts
02eb42c4aa
pretty printing, and start to read in a file of contents sets, to print
...
the tree
2012-10-04 15:32:12 -04:00
Vincent Batts
5a202c097e
starting the trie utility that can contruct trie from paths
2012-10-04 14:35:31 -04:00
Vincent Batts
9520047496
commit 595f08259cfd44f1a6faf1a169735f6f452904ce
...
Refs: candlepin-0.7.10-1-1-g595f082
Author: James Bowes <jbowes@redhat.com>
AuthorDate: Wed Sep 19 17:22:36 2012 -0300
Commit: James Bowes <jbowes@redhat.com>
CommitDate: Wed Sep 19 17:22:36 2012 -0300
certv3: sort path names alphabetically
By sorting the child paths of a node alphabetically, clients can do a
binary search for the node they want, rather than having to iterate over
all children.
2012-10-04 10:31:46 -04:00
Vincent Batts
e1677f54b9
moving the files that are from redhat code, into their own namespace
2012-10-04 09:22:28 -04:00