MAIN:oleksiys:20080926161306
by oleksiys on
26 September 2008, 11:13:07 -0500
(57 days ago)
file .cvsignore was initially added on branch FastInfoset-1_2-branch.
FastInfoset-1_2-branch:oleksiys:20080925121112
by oleksiys on
25 September 2008, 07:11:12 -0500
(58 days ago)
we can have less bytes available than length, and have to operate in such situation without XMLStreamException
FastInfoset-1_2-branch:oleksiys:20080813091704
by oleksiys on
13 August 2008, 04:17:05 -0500
(3 months 9 days ago)
declare min and max size limits for character content chunks and attribute values, to be able to tune finer the artifacts, which are going to be indexed. Prev. we had just max size limit.
FastInfoset-1_2-branch:oleksiys:20071025220056
by oleksiys on
25 October 2007, 17:00:57 -0500
(12 months ago)
solving issue, when new element could not be added to Map, because of Map memory limitations, but in this case we should check possibility that element is there already.
FastInfoset-1_2-branch:oleksiys:20070808212740
by oleksiys on
08 August 2007, 16:27:41 -0500
(15 months ago)
Fix for issue #15 Parsing of escaped characters is not normalized. Unit test added
MAIN:oleksiys:20070808212740
by oleksiys on
08 August 2007, 16:27:40 -0500
(15 months ago)
file NormalizedTextNodeTest.java was initially added on branch FastInfoset-1_2-branch.
FastInfoset-1_2-branch:oleksiys:20070713123116
by oleksiys on
13 July 2007, 07:31:18 -0500
(16 months ago)
refactoring in BuiltInEncodingAlgorithmFactory: static field table is private now and algorithm could be got using getAlgorithm(int index) small javadoc fix