Commit Graph

  • 6594d136b9
    Merge 6311f78ea3 into f68e09e4f8 dependabot[bot] 2021-08-13 15:35:35 +0000
  • 6311f78ea3
    Bump bcprov-jdk15on from 1.64 to 1.67 dependabot/maven/org.bouncycastle-bcprov-jdk15on-1.67 dependabot[bot] 2021-08-13 15:35:33 +0000
  • f68e09e4f8
    Merge pull request #6 from vbatts/dependabot/maven/junit-junit-4.13.1 master Vincent Batts 2020-11-10 11:50:40 -0500
  • e358a7db4f
    Bump junit from 4.13 to 4.13.1 dependabot[bot] 2020-10-13 06:46:52 +0000
  • c0b2a5e0dd
    Merge pull request #5 from jdhrh/target_1_8 Vincent Batts 2020-02-04 13:05:39 -0500
  • 91c78a8b13 target java 1.8 Jesse Harrison 2020-01-30 09:01:40 -0500
  • 3a59c85df8 Merge pull request #4 from srivaths/master Vincent Batts 2014-05-06 16:42:50 -0400
  • 3d30413841 Fixed edge case bug with handling similar content paths one with variables and another without. Upgraded to 0.0.3 Sri Sankaran 2014-05-06 16:34:44 -0400
  • 464c539924 Merge pull request #3 from dcrissman/cleanup Vincent Batts 2014-01-18 08:25:22 -0800
  • 48323e52ee bump version to 0.0.2, removed unused self-executable, added osgi headers, updated dependency versions Dennis Crissman 2013-11-18 12:43:56 -0500
  • 7116fd1889 drop the snapshot in version Dennis Crissman 2013-11-18 12:22:04 -0500
  • d57ce27cd1 adding a LICENSE from the candlepin project Vincent Batts 2013-10-24 12:00:04 -0400
  • 19f98ce86d removing comment, and clarifying a variable name Vincent Batts 2012-12-07 14:42:04 -0500
  • 0d00f4ad00 wottop just posted a fix for the isEquivalentTo() logic, which fixes the condense sub tree logic Vincent Batts 2012-12-07 10:27:22 -0500
  • b296506b6e fixing the clobbering of a variable Vincent Batts 2012-12-07 09:45:50 -0500
  • 7fde3f4384 pretty up the list output Vincent Batts 2012-11-15 16:56:03 -0500
  • 0e93acb328 adding a flag to inspect a binary blob file Vincent Batts 2012-11-15 16:54:26 -0500
  • eb2fd6d8ee moving the script to a more obvious directory Vincent Batts 2012-11-15 16:47:48 -0500
  • e568e983bc neat. script handles -o OUTPUT, and generating binary payload output Vincent Batts 2012-11-12 16:10:59 -0500
  • 2868f7d4c0 documenting the script, and cleaning up a little Vincent Batts 2012-11-12 15:49:12 -0500
  • 9f5054d2a3 moving the shell functions into a jruby script Vincent Batts 2012-11-12 14:26:08 -0500
  • de9f279ed4 fixing the PathNode.includes() Vincent Batts 2012-11-09 16:26:43 -0500
  • 8f57255c06 correcting the maven manifest, for the package name Vincent Batts 2012-11-09 13:01:46 -0500
  • 8374c7c97c test to ensure the generated payload is not larger Vincent Batts 2012-11-09 12:54:09 -0500
  • f809735ad3 qualifying comment Vincent Batts 2012-11-08 16:52:39 -0500
  • 8e5f856c09 this method makes more sense to be in HuffNode Vincent Batts 2012-11-08 14:21:05 -0500
  • a2c7846134 simple comment in the test. Vincent Batts 2012-11-08 14:12:16 -0500
  • cf6fa76d5e * moving HuffNode search, into the HuffNode class * documenting the PathNode class * trying to track down the empty stringbuffer on twice called PathTree.setContentSets * cleaned up the unit test helper (TestHelpers) Vincent Batts 2012-11-08 14:06:20 -0500
  • 2deb763c1c adding a README Vincent Batts 2012-11-08 10:23:06 -0500
  • 348bf9d377 cleanup, and consolidation Vincent Batts 2012-11-08 10:15:20 -0500
  • 21730d6942 closing in: Vincent Batts 2012-11-08 09:14:43 -0500
  • 5e76776e74 dup the stringbuffer when rendering the root pathnode Vincent Batts 2012-11-07 09:48:19 -0500
  • 49c606be4d Moar progress! Vincent Batts 2012-11-07 09:36:22 -0500
  • d12655d4db more unit tests for payload -> content sets and back pinned the bug down to the PathTree.condenseSubTreeNodes() Vincent Batts 2012-11-02 15:59:19 -0400
  • 37a33c5545 debugging output in the unit test Vincent Batts 2012-11-02 11:12:01 -0400
  • c9081b41b5 testing the big test: there and back again! Vincent Batts 2012-11-02 10:56:48 -0400
  • b36fddf91d moving around the test data files, for unit testing Vincent Batts 2012-11-02 09:50:51 -0400
  • 4dbdeb4916 working on the PathNode includes() logic, and moar documentation and unit testing Vincent Batts 2012-11-01 17:14:34 -0400
  • f06d01718a moar documentation and unit test Vincent Batts 2012-11-01 13:29:33 -0400
  • 90b8b201db moar unit tests and documentation Vincent Batts 2012-11-01 13:16:32 -0400
  • dcc9c50655 NodeContext tests Vincent Batts 2012-10-31 21:46:59 -0400
  • d40e41de5a the start of two tests Vincent Batts 2012-10-31 16:21:56 -0400
  • 8e413fa985 maven tells me i don't need these exception handlers ... Vincent Batts 2012-10-31 14:45:00 -0400
  • 1d13db07c5 getters Vincent Batts 2012-10-31 13:17:30 -0400
  • c053cae590 PathTree should now go from content sets to payload, and vice versa. Vincent Batts 2012-10-31 12:44:24 -0400
  • 27fd63294c The decoding dirty work is in the PathTree class Vincent Batts 2012-10-30 14:11:40 -0400
  • 2779cfa63d documentation and prototyping Vincent Batts 2012-10-25 17:01:50 -0400
  • c07d6ab172 cleaning up the things that are exclusive to a cli interface. Preparing to dig into Util and hydrate-fu Vincent Batts 2012-10-25 16:18:42 -0400
  • e0692ae64f removing unused imports Vincent Batts 2012-10-25 10:59:32 -0400
  • 3fe0da753c JUMPING CATS! CONTENT SETS! Vincent Batts 2012-10-25 10:56:28 -0400
  • 162640b552 formatting Vincent Batts 2012-10-23 15:58:44 -0400
  • b07f5a05e8 working along to decode the DEROctetString Vincent Batts 2012-10-23 15:18:04 -0400
  • 5a3abc75a1 moving the list copying inside the makeTrie, so the argument object is not destroyed Vincent Batts 2012-10-12 12:39:06 -0400
  • 2a9511cbe5 first break off of the hydrate function Vincent Batts 2012-10-12 12:29:06 -0400
  • eb4a4a7bdd thinking of a class/structure to do the validation of a content set path Vincent Batts 2012-10-12 12:28:18 -0400
  • bcf6b61125 adding the byteProcess() function Vincent Batts 2012-10-05 08:50:23 -0400
  • 6741e96c81 adding methods: getStringNodeList() getPathNodeNodeList() makeTrie() findSmallest() mergeNodes() hydrateContentPackage() populatePathNodes() findHuffNodeValueByBits() makeURLs() Vincent Batts 2012-10-04 16:59:42 -0400
  • 84a6b24305 adding more methods Vincent Batts 2012-10-04 16:30:05 -0400
  • e8a1616eb4 more java-ish Vincent Batts 2012-10-04 16:17:54 -0400
  • 20648a5dd3 getting the PathNode context wired together Vincent Batts 2012-10-04 16:16:30 -0400
  • 1bb7b1083b it now prints the pathnode tree, from a file arg Vincent Batts 2012-10-04 15:52:35 -0400
  • 68ade68d4e now it reads a file, to have a List<String> from a file. Vincent Batts 2012-10-04 15:43:26 -0400
  • 02eb42c4aa pretty printing, and start to read in a file of contents sets, to print the tree Vincent Batts 2012-10-04 15:32:12 -0400
  • 50c5215717 playing with javadoc options Vincent Batts 2012-10-04 15:15:19 -0400
  • a8dbc26260 target to generate javadoc Vincent Batts 2012-10-04 15:01:15 -0400
  • 5a202c097e starting the trie utility that can contruct trie from paths Vincent Batts 2012-10-04 14:35:31 -0400
  • 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 Vincent Batts 2012-10-04 10:31:46 -0400
  • 721355396c adding an executable aspect to the jar Vincent Batts 2012-10-04 09:31:21 -0400
  • e1677f54b9 moving the files that are from redhat code, into their own namespace Vincent Batts 2012-10-04 09:22:28 -0400
  • 5162210602 adding the license to the classes pulled from candlepin's X509V3ExtensionUtil Vincent Batts 2012-10-04 09:20:18 -0400
  • 7664a903cc pulling out more of the tree objects Vincent Batts 2012-10-03 21:40:17 -0400
  • f788c73a8e adding ignores Vincent Batts 2012-10-03 15:37:17 -0400
  • eff1a986ad adding huffman node and a context by which to increment the id Vincent Batts 2012-10-03 15:09:19 -0400
  • ee041ca50c initial commit Vincent Batts 2012-09-26 18:47:16 -0400