Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

MAIN 1.47 1.42 1.1 FastInfoset-1_2-branch 1.42.2.7 1.42.2.1 sun 1.1.1.1

latest revision download Branch MAIN

1.47 annotated / raw | Diffs: previous, other | Lines: 1940 ( +19, -1 )

Created: 2006-10-10 07:24:47 -0500 (2 years 2 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20061010122447

Support the parsing of a fragment using the SAX API.
When parsing a fragment is specified the well-formed checks for parent/child relationship between a DII and its children are not performed.

Tags: FastInfoset_1_1_8

1.46 annotated / raw | Diffs: previous, other | Lines: 1922 ( +1, -1 )

Created: 2006-09-20 12:07:41 -0500 (2 years 3 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060920170741

Fixing JDK 1.4 compilation issues.
(For some reason this is not being picked by NB and the source/target flags for compilation.

1.45 annotated / raw | Diffs: previous, other | Lines: 1922 ( +9, -3 )

Created: 2006-09-15 09:28:13 -0500 (2 years 3 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060915142812

More fixes for stuff found by FindBugs.

1.44 annotated / raw | Diffs: previous, other | Lines: 1916 ( +5, -7 )

Created: 2006-09-15 07:02:52 -0500 (2 years 3 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060915120252

Fixes for stuff found by FindBugs.

1.43 annotated / raw | Diffs: previous, other | Lines: 1918 ( +1, -1 )

Created: 2006-08-28 07:18:38 -0500 (2 years 4 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060828121838

Support the serializing of attribute values using restricted alphabet or stating the attribute value should be indexed.
Suport the serializeing of SAX text content stating it should be indexed.

Tags: FastInfoset_1_1_6

1.42 annotated / raw | Diffs: previous, other | Lines: 1918 ( +4, -4 )

Created: 2006-08-04 11:17:44 -0500 (2 years 5 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060804161744

Corrected spelling area.
Included fast access methods to data.

Branch point for: FastInfoset-1_2-branch

Tags: FastInfoset-1_2-branch_root FastInfoset-1_2-branch$BP

1.41 annotated / raw | Diffs: previous, other | Lines: 1918 ( +71, -4 )

Created: 2006-06-23 14:38:15 -0500 (2 years 6 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060623193814

Performance enhancements for FI.
Reuse QualifiedName instances.
Avoid copying characters indexing.
When XMLStreamReader.getText is used ensure that if the information is backed by an underlying index then the same string instance is returned.

1.40 annotated / raw | Diffs: previous, other | Lines: 1851 ( +4, -5 )

Created: 2006-05-30 12:23:07 -0500 (2 years 7 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060530172307

Changed ExternalVocabulary to contain a Vocabulary rather than inherit.
Created unit tests to test new vocab implementation.

Tags: hudson-672 hudson-655

1.39 annotated / raw | Diffs: previous, other | Lines: 1852 ( +30, -34 )

Created: 2006-05-30 10:10:58 -0500 (2 years 7 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060530151057

Support the addition of the SAX DTD declaration handler.
Created canonical version of vocabulary (not yet tested).

1.38 annotated / raw | Diffs: previous, other | Lines: 1856 ( +235, -82 )

Created: 2006-03-16 11:54:15 -0600 (2 years 9 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060316175415

Further cleanup and JavaDoc.
Changed some public methods to protected or private on Decoder.

Tags: hudson-607 FastInfoset_1_0_2

1.37 annotated / raw | Diffs: previous, other | Lines: 1703 ( +0, -2 )

Created: 2006-03-16 10:22:16 -0600 (2 years 9 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060316162214

Started cleaning and adding JavaDoc.

1.36 annotated / raw | Diffs: previous, other | Lines: 1705 ( +0, -2 )

Created: 2005-11-11 02:13:26 -0600 (3 years 1 month ago) | Author: iasandcb | Changeset: MAIN:iasandcb:20051111081326

Remove unused imports.

Tags: FAST_INFOSET_JWSDP_2_0_04 FAST_INFOSET_JWSDP_2_1_01

1.35 annotated / raw | Diffs: previous, other | Lines: 1707 ( +27, -11 )

Created: 2005-09-12 09:49:56 -0500 (3 years 3 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050912144956

Implemented repeated reads when non-blocking I/O returns less data than requested.

Tags: FAST_INFOSET_JWSDP_2_0_03 FastInfoset_1_0_1

1.34 annotated / raw | Diffs: previous, other | Lines: 1691 ( +2, -6 )

Created: 2005-08-16 11:56:25 -0500 (3 years 4 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050816165625

Changed representation of external vocabulary URI from a URI object to a String.
Reuse tables when parsing if same external vocabulary is specified.

Tags: FAST_INFOSET_JWSDP_2_0_01 FAST_INFOSET_JWSDP_2_0_02

1.33 annotated / raw | Diffs: previous, other | Lines: 1695 ( +4, -7 )

Created: 2005-07-29 10:02:41 -0500 (3 years 5 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050729150241

Removed unnecessary string interning of qualified names.
Added FI specific methods to the StAXDocumentParser to get access to the qname string.

1.32 annotated / raw | Diffs: previous, other | Lines: 1698 ( +2, -2 )

Created: 2005-06-14 10:31:49 -0500 (3 years 6 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050614153149

Removed the static modifier on the _prefixIndex and _namespaceIndex fields.
I have no idea why i made these static! as this this causes concurrency problems.

Tags: FAST_INFOSET_JWSDP_1_6_10

1.31 annotated / raw | Diffs: previous, other | Lines: 1698 ( +1, -1 )

Created: 2005-05-19 15:20:14 -0500 (3 years 7 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050519202014

Fixed bug for the decoding large indexes associated with qualified names.

Tags: FAST_INFOSET_JWSDP_1_6_09 FAST_INFOSET_JWSDP_1_6_08 FAST_INFOSET_JWSDP_1_6_07

1.30 annotated / raw | Diffs: previous, other | Lines: 1698 ( +18, -23 )

Created: 2005-05-19 10:01:41 -0500 (3 years 7 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050519150141

Fixes for:
- UTF-8 encoding/decoding of high and low surrogates
- Encoding empty comments
- Hexadecimal and boolean encoding algorithms support in encoder switch
 statements

1.29 annotated / raw | Diffs: previous, other | Lines: 1703 ( +42, -41 )

Created: 2005-05-18 13:24:34 -0500 (3 years 7 months ago) | Author: joehw | Changeset: MAIN:joehw:20050518182434

i18n update, replacing Exception strings with strings retrieved from Resource bundles

1.28 annotated / raw | Diffs: previous, other | Lines: 1702 ( +54, -13 )

Created: 2005-05-03 04:15:34 -0500 (3 years 8 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050503091534

Decoding and verification of the 9 possible UTF-8 encoded
XML declaration strings

Tags: FAST_INFOSET_JWSDP_1_6_05 FAST_INFOSET_JWSDP_1_6_06

1.27 annotated / raw | Diffs: previous, other | Lines: 1661 ( +158, -160 )

Created: 2005-04-28 12:43:14 -0500 (3 years 8 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050428174314

Performance enhancement for UTF8 decoding of content and NCName.

1.26 annotated / raw | Diffs: previous, other | Lines: 1663 ( +76, -32 )

Created: 2005-04-28 09:58:58 -0500 (3 years 8 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050428145858

Decoding of additional data and character encoding scheme.
String intern support when generating qualified name string from prefix
and local name.

1.25 annotated / raw | Diffs: previous, other | Lines: 1619 ( +44, -18 )

Created: 2005-04-27 08:02:32 -0500 (3 years 8 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050427130232

Duplicate namespace validation.
Small performance tweaks to serializer to counter-act the additional work
required for in-scope and duplicate attribute checking.

Tags: FAST_INFOSET_JWSDP_1_6_04

1.24 annotated / raw | Diffs: previous, other | Lines: 1593 ( +168, -87 )

Created: 2005-04-21 12:54:37 -0500 (3 years 8 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050421175154

Support
- for in-scope checking of qualified names.
- XML prefix/namespace checking
In addition the StAX parser should be more optimal in-scope management
and the returning of a namespace for a in-scope prefix.

1.23 annotated / raw | Diffs: previous, other | Lines: 1512 ( +82, -20 )

Created: 2005-04-18 07:53:31 -0500 (3 years 8 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050418125331

Modified decoder to check for valid characters when decoding 2 to 4 byte
UTF-8 encoded characters.
Reusing the Xerces XMLChar class.
TODO add ant task to remove XMLChar class when building on platforms where
Xerces is already present. This will require that the Decoder source needs
to be automatically modified to change the import statement for the XMLChar
class.

Tags: FAST_INFOSET_JWSDP_1_6_03

1.22 annotated / raw | Diffs: previous, other | Lines: 1450 ( +103, -7 )

Created: 2005-04-14 12:08:05 -0500 (3 years 8 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050414170805

Support for restricted alphabets.
The SAXDocumentSerializer can encode as restricted alphabet using the
RestrictedAlphabetHandler.
All parsers can decode restricted alphabets for both text content
and attribute values.

1.21 annotated / raw | Diffs: previous, other | Lines: 1354 ( +8, -5 )

Created: 2005-03-31 03:12:50 -0600 (3 years 9 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050331091250

Fixed really silly bug for the decoding of otets for encoding algorithms in
the StAXDocumentSerializer.
No longer necessary to reset the field '_b', this should not be used by
the StAXDocumentSerializer for encoding algorithms and would have resulted
in a bug when large encoding algorithm ids were encountered (> 63).
Renamed the procedures for decoding octets for an encoding algorithm to
be clearer on their function.

Tags: FAST_INFOSET_JWSDP_1_6_02

1.20 annotated / raw | Diffs: previous, other | Lines: 1351 ( +1, -0 )

Created: 2005-03-30 15:05:24 -0600 (3 years 9 months ago) | Author: spericas | Changeset: MAIN:spericas:20050330210524

Add _b = 0 to reset() method. This seems to be required by encoding algorithms.

1.19 annotated / raw | Diffs: previous, other | Lines: 1350 ( +11, -11 )

Created: 2005-03-30 12:26:21 -0600 (3 years 9 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050330182621

Fixed bug when decoding the length prefix of an octet string for encoding
algorithm data when the data when the length is a large length.

1.18 annotated / raw | Diffs: previous, other | Lines: 1350 ( +12, -3 )

Created: 2005-03-28 09:59:25 -0600 (3 years 9 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050328155925

Added support for UTF-16BE encoding/decoding.
Added support for encoding algorithm data (not decoded) for CIIs and
attribute values of the StAXDocumentParser. For CIIs characters will be
returned if algorithm data is present. For values of AIIs this is not the
case and needs to be fixed.

1.17 annotated / raw | Diffs: previous, other | Lines: 1341 ( +26, -18 )

Created: 2005-03-23 11:03:11 -0600 (3 years 9 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050323170311

Ensure that UTF8 decoding for CIIs or attribute values is conformant for
the basic latin characaters. Need to update to use the Xerces XMLChar
class to validate the range of other characters.

1.16 annotated / raw | Diffs: previous, other | Lines: 1333 ( +0, -123 )

Created: 2005-03-22 06:51:43 -0600 (3 years 9 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050322125143

Changes to sure correct reseting of the StaX parser and seralizer.
Full resting for the StAX parser will only occur when an exception is
thrown, since state should revert back if no error occurs.

1.15 annotated / raw | Diffs: previous, other | Lines: 1456 ( +14, -1 )

Created: 2005-03-21 08:59:53 -0600 (3 years 9 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050321145953

Fix to improve the memory usage of parsing when indexing strings.

1.14 annotated / raw | Diffs: previous, other | Lines: 1443 ( +1, -1 )

Created: 2005-03-18 06:33:21 -0600 (3 years 9 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050318123321

Set variables correctly in the reset method.

1.13 annotated / raw | Diffs: previous, other | Lines: 1443 ( +1, -3 )

Created: 2005-03-18 06:30:16 -0600 (3 years 9 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050318123016

Further small performance enhancements. Only clear attributes when necessary
and finalize methods.

1.12 annotated / raw | Diffs: previous, other | Lines: 1445 ( +246, -6 )

Created: 2005-03-16 07:28:05 -0600 (3 years 9 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050316132805

Updated parsers and serializers to support the latest normative changes of
the specification.

1.11 annotated / raw | Diffs: previous, other | Lines: 1205 ( +2, -2 )

Created: 2005-03-02 07:28:51 -0600 (3 years 10 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050302132851

Renamed system properties of the decoder.

1.10 annotated / raw | Diffs: previous, other | Lines: 1205 ( +102, -5 )

Created: 2005-03-02 07:14:42 -0600 (3 years 10 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050302131442

Refactored for the support of generic properties of a Fast Infoset
parser and serializer.
Created new new interfaces FastInfosetParser and FastInfosetSerializer.
The methods of VocabularReader and VocabularyWriter were moved to
FastInfosetParser and FastInfosetSerializer respectively, and the former
classes have been removed from CVS.

1.9 annotated / raw | Diffs: previous, other | Lines: 1108 ( +135, -134 )

Created: 2005-03-01 19:13:55 -0600 (3 years 10 months ago) | Author: giles7777 | Changeset: MAIN:giles7777:20050302011355

Issue number:
Obtained from:
Submitted by:  Alan Hudson/giles@yumetech.com

Additions to support SHORT builtin.  Includes changes to support octet buffer specification for SAX streams.

1.8 annotated / raw | Diffs: previous, other | Lines: 1107 ( +202, -19 )

Created: 2005-03-01 09:09:03 -0600 (3 years 10 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050301150903

Fixed bug for incorrect setting of _octetBufferStart when the octet
buffer is resized.
Fully implemented conformant UTF-8 decoding. Fixed bug for the UTF-8
encoding for characters encoded in two bytes.
Added preliminary support for UTF-8 decoding with NCName character
validation.

1.7 annotated / raw | Diffs: previous, other | Lines: 924 ( +33, -0 )

Created: 2005-02-24 07:04:53 -0600 (3 years 10 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050224130453

Code changes in preparation for DOM document parser

Tags: FAST_INFOSET_2005_02_24 FAST_INFOSET_JWSDP_1_6_01

1.6 annotated / raw | Diffs: previous, other | Lines: 891 ( +0, -5 )

Created: 2005-02-23 03:47:17 -0600 (3 years 10 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050223094717

Removed cruft code for encoding algorithm parsing

1.5 annotated / raw | Diffs: previous, other | Lines: 896 ( +42, -0 )

Created: 2005-02-22 12:58:44 -0600 (3 years 10 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050222185844

Added support for application-defined encoding algorithms using registed
algorithms implementing the EncodingAlgorithm interface.

1.4 annotated / raw | Diffs: previous, other | Lines: 854 ( +10, -3 )

Created: 2005-02-18 06:33:23 -0600 (3 years 10 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050218123323

Primitive and generic encoding support implemented for the SAX serializer
and parser (text content and attribute values).

1.3 annotated / raw | Diffs: previous, other | Lines: 847 ( +36, -30 )

Created: 2005-02-14 11:46:49 -0600 (3 years 10 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050214174649

Added FastInfosetException. Previously IOException was used by parsers.
Initial support of encoding algorithms for element content in the SAX
parser. PrimitiveTypeContentHandler for int and float.
TODO: need to add support for attributes and then resolve how
best to support registered application-defined algorithms.

1.2 annotated / raw | Diffs: previous, other | Lines: 841 ( +330, -41 )

Created: 2005-01-20 12:35:45 -0600 (3 years 11 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050120183545

First stage in the modification of the SAX and StAX parsers to
support all features of Fast Infoset.
This stage has concentrated on the infrastructure to support all
information items, UTF-16 decoding, initial-vocabulary,
restricted alpabets and encoding algorithms.
There are functional place holders for restricted alphabet and UTF-16
string decoding that need to be implemented.
The initial-vocabulary has been implemented and is plugged into the SAX
parser.

1.1 new annotated / raw | Lines: 552 ( +552, -0 )

Created: 2004-12-20 09:39:48 -0600 (4 years ago) | Author: spericas | Changeset: MAIN:spericas:20041220153947

Initial revision

Branch point for: sun

Tags: sun$BP

latest revision download Branch FastInfoset-1_2-branch

1.42.2.7 annotated / raw | Diffs: previous, other | Lines: 1999 ( +3, -1 )

Created: 2008-08-13 04:17:05 -0500 (4 months 25 days ago) | Author: oleksiys | Changeset: FastInfoset-1_2-branch:oleksiys:20080813091704

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.

1.42.2.6 annotated / raw | Diffs: previous, other | Lines: 1997 ( +1, -1 )

Created: 2007-03-28 12:04:21 -0500 (21 months ago) | Author: oleksiys | Changeset: FastInfoset-1_2-branch:oleksiys:20070328170421

Fix for issue #13
small fix

Tags: jaxws211-fcs

1.42.2.5 annotated / raw | Diffs: previous, other | Lines: 1997 ( +280, -255 )

Created: 2007-03-28 11:56:14 -0500 (21 months ago) | Author: oleksiys | Changeset: FastInfoset-1_2-branch:oleksiys:20070328165614

Fix for issue #13

1.42.2.4 annotated / raw | Diffs: previous, other | Lines: 1972 ( +24, -0 )

Created: 2007-03-12 08:45:24 -0500 (21 months ago) | Author: oleksiys | Changeset: FastInfoset-1_2-branch:oleksiys:20070312134524

Fix for issue #12
Parsing octet chunks fixed

Tags: wsit-integration-2007-03-27 FastInfoset_1_2_1

1.42.2.3 annotated / raw | Diffs: previous, other | Lines: 1948 ( +9, -1 )

Created: 2007-01-09 07:47:20 -0600 (23 months ago) | Author: oleksiys | Changeset: FastInfoset-1_2-branch:oleksiys:20070109134720

Before the Decoder.peek() overwrites the octetData - the StAXDocumentParser gets notified about this and clones the _algorithmData.
Otherwise the _alogrithmData in StAXDocuementParser gets broken.

Tags: wsit-integration-2007-01-22

1.42.2.2 annotated / raw | Diffs: previous, other | Lines: 1940 ( +19, -1 )

Created: 2006-10-18 07:24:06 -0500 (2 years 2 months ago) | Author: sandoz | Changeset: FastInfoset-1_2-branch:sandoz:20061018122405

Merged with 1.1.x.
Added method to LowLevelFastInfosetStreamWriter to get access to the current index of the local name table.

Tags: hudson-14 fi12-hudson-15 hudson-15 FastInfoset_1_2 hudson-17

1.42.2.1 annotated / raw | Diffs: previous, other | Lines: 1922 ( +15, -11 )

Created: 2006-09-20 07:37:03 -0500 (2 years 3 months ago) | Author: sandoz | Changeset: FastInfoset-1_2-branch:sandoz:20060920123700

Merged changes from 1.1.x

latest revision download Branch sun

1.1.1.1 annotated / raw | Diffs: previous, other | Lines: 552 ( +0, -0 )

Created: 2004-12-20 09:39:48 -0600 (4 years ago) | Author: spericas | Changeset: sun:spericas:20041220153947

Importing version 0.1 of FI.

Tags: start

Crucible: Open Source License registered to Atlassian.
Atlassian Crucible, painless code review. (Version:1.6.2 Build:build-rspud1 2008-10-22) - Administration - Page generated 2009-01-07 20:01 -0600