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.43 1.35 1.1 FastInfoset-1_2-branch 1.35.2.7 1.35.2.1 sun 1.1.1.1

latest revision download Branch MAIN

1.43 annotated / raw | Diffs: previous, other | Lines: 2382 ( +12, -12 )

Created: 2006-12-12 08:05:11 -0600 (2 years ago) | Author: oleksiys | Changeset: MAIN:oleksiys:20061212140510

optimization for memory constraints
updated comments

Tags: FastInfoset_1_1_8

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

Created: 2006-12-11 09:57:00 -0600 (2 years ago) | Author: oleksiys | Changeset: MAIN:oleksiys:20061211155700

javadoc fix

1.41 annotated / raw | Diffs: previous, other | Lines: 2381 ( +369, -272 )

Created: 2006-12-08 11:53:52 -0600 (2 years 1 month ago) | Author: oleksiys | Changeset: MAIN:oleksiys:20061208175350

Memory limitation on adding String and char[] to Vocabluary maps: attributeValue, characterContentChunk, otherStrings
Part of JAX-WS bug fix #149

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

Created: 2006-09-20 12:07:42 -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.39 annotated / raw | Diffs: previous, other | Lines: 2284 ( +11, -10 )

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.38 annotated / raw | Diffs: previous, other | Lines: 2283 ( +50, -26 )

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

Fixes for stuff found by FindBugs.

1.37 annotated / raw | Diffs: previous, other | Lines: 2259 ( +47, -4 )

Created: 2006-08-28 07:18:39 -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.36 annotated / raw | Diffs: previous, other | Lines: 2216 ( +2, -2 )

Created: 2006-08-10 07:13:51 -0500 (2 years 4 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060810121351

white space checking did not check the last character.

1.35 annotated / raw | Diffs: previous, other | Lines: 2216 ( +42, -8 )

Created: 2006-08-03 09:54:11 -0500 (2 years 5 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060803145410

[NEWS:fi] enchanced stream writer serialization support
The enhanced StAX stream writer may be used for optimal serialization where the application provides an optimal environment for streaming. Such an example would be JAXB marshalling, where indexing and UTF-8 pre-encoding can be utilized.

Branch point for: FastInfoset-1_2-branch

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

1.34 annotated / raw | Diffs: previous, other | Lines: 2182 ( +43, -0 )

Created: 2006-07-07 05:19:49 -0500 (2 years 6 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060707101948

Support for encoding limited DTD information.
There is a mismatch between the XMLinfoset and the SAX API which makes it really tricky/impossible to return exactly the same sequence SAX events that was used for serializing.Currently the SAX parser is decoding but not reporting such events.

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

Created: 2006-07-06 15:55:25 -0500 (2 years 6 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060706205525

Ensure that StAX parser/serializer instance can get/set features/properties when not instantiated from the factory.
Fixed a bug in the encoder that was not correctly reseting termination state.

1.32 annotated / raw | Diffs: previous, other | Lines: 2138 ( +1, -1 )

Created: 2006-06-16 06:20:27 -0500 (2 years 6 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060616112027

Removed runtime support :-( since a package renaming solution has been chosen instead for delivery into Mustang.
Fixed jdoc bug in Encoder.java.

Tags: hudson-672

1.31 annotated / raw | Diffs: previous, other | Lines: 2138 ( +15, -0 )

Created: 2006-06-06 13:14:10 -0500 (2 years 7 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060606181410

Fixed bug in the StAX serializer

Tags: hudson-655

1.30 annotated / raw | Diffs: previous, other | Lines: 2123 ( +75, -0 )

Created: 2006-06-01 08:04:14 -0500 (2 years 7 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060601130413

Added features to ignore information items (comments, PIs WS text) when serializing.

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

Created: 2006-05-30 12:29:33 -0500 (2 years 7 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20060530172932

Removed InitialVocabulary class as it is not used.
Removed another abstract class that is never used.

1.28 annotated / raw | Diffs: previous, other | Lines: 2049 ( +1, -1 )

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.

1.27 annotated / raw | Diffs: previous, other | Lines: 2049 ( +31, -25 )

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.26 annotated / raw | Diffs: previous, other | Lines: 2043 ( +8, -1 )

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.25 annotated / raw | Diffs: previous, other | Lines: 2036 ( +752, -217 )

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

Started cleaning and adding JavaDoc.

1.24 annotated / raw | Diffs: previous, other | Lines: 1501 ( +34, -7 )

Created: 2005-08-04 07:37:43 -0500 (3 years 5 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050804123743

Moved the varibles representing the size limit for the indexing of a chunk of CIIs and attribute values from the SerializerVocabulary to the Encoder. Added set/get methods to the FastInfosetSerializer iface.

Tags: FAST_INFOSET_JWSDP_2_0_03 FAST_INFOSET_JWSDP_2_0_04 FAST_INFOSET_JWSDP_2_0_01 FAST_INFOSET_JWSDP_2_0_02 FastInfoset_1_0_1 FAST_INFOSET_JWSDP_2_1_01

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

Created: 2005-05-19 10:04:30 -0500 (3 years 7 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050519150430

Removed unused imports

Tags: FAST_INFOSET_JWSDP_1_6_10 FAST_INFOSET_JWSDP_1_6_09 FAST_INFOSET_JWSDP_1_6_08 FAST_INFOSET_JWSDP_1_6_07

1.22 annotated / raw | Diffs: previous, other | Lines: 1475 ( +59, -25 )

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.21 annotated / raw | Diffs: previous, other | Lines: 1441 ( +25, -25 )

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.20 annotated / raw | Diffs: previous, other | Lines: 1441 ( +2, -1 )

Created: 2005-05-06 08:53:20 -0500 (3 years 8 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050506135320

Updated boolean encoding algorithm to conform to specification.
Integrated boolean encoding algorithm into parsers and SAX serializer.

Tags: FAST_INFOSET_JWSDP_1_6_05 FAST_INFOSET_JWSDP_1_6_06

1.19 annotated / raw | Diffs: previous, other | Lines: 1440 ( +9, -2 )

Created: 2005-05-05 04:28:01 -0500 (3 years 8 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050505092801

Check for XMLNS namespace when encoding attributes. This is required
when transforming from a DOM tree to an FI document via SAX.

1.18 annotated / raw | Diffs: previous, other | Lines: 1433 ( +24, -30 )

Created: 2005-05-03 11:36:53 -0500 (3 years 8 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050503163653

Integrated long, double, uuid and hexadecimal encoding algorithms

1.17 annotated / raw | Diffs: previous, other | Lines: 1439 ( +13, -0 )

Created: 2005-05-03 07:22:55 -0500 (3 years 8 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050503122255

Added CDATA support to SAX serializer and all parsers.

1.16 annotated / raw | Diffs: previous, other | Lines: 1426 ( +2, -2 )

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

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

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.

Tags: FAST_INFOSET_JWSDP_1_6_04 FAST_INFOSET_JWSDP_1_6_03

1.14 annotated / raw | Diffs: previous, other | Lines: 1303 ( +100, -51 )

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.

Tags: FAST_INFOSET_JWSDP_1_6_02

1.13 annotated / raw | Diffs: previous, other | Lines: 1254 ( +14, -7 )

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.12 annotated / raw | Diffs: previous, other | Lines: 1247 ( +7, -22 )

Created: 2005-03-16 09:30:58 -0600 (3 years 9 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050316153058

Memory performance fixes for the StAX serializer.

1.11 annotated / raw | Diffs: previous, other | Lines: 1262 ( +40, -1 )

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.10 annotated / raw | Diffs: previous, other | Lines: 1223 ( +157, -153 )

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.9 annotated / raw | Diffs: previous, other | Lines: 1219 ( +2, -1 )

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.8 annotated / raw | Diffs: previous, other | Lines: 1218 ( +8, -6 )

Created: 2005-02-28 06:26:34 -0600 (3 years 10 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050228122634

Fixed bug for ignoring the encoding encoding of attributes in the XMLNS
namespace.

1.7 annotated / raw | Diffs: previous, other | Lines: 1216 ( +260, -89 )

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.

Tags: FAST_INFOSET_2005_02_24 FAST_INFOSET_JWSDP_1_6_01

1.6 annotated / raw | Diffs: previous, other | Lines: 1045 ( +164, -22 )

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.5 annotated / raw | Diffs: previous, other | Lines: 903 ( +5, -8 )

Created: 2005-02-10 10:14:00 -0600 (3 years 10 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050210161400

Modified serializer so that a CharArray class is not instantiated when
adding indexed content to the hash table.

1.4 annotated / raw | Diffs: previous, other | Lines: 906 ( +11, -7 )

Created: 2005-02-10 06:44:38 -0600 (3 years 10 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050210124438

Two memory related performance fixes for the serializer:
1) Use an internal buffer to copy characters from a String if less
  than a certain size, applicable to identifying strings and DOM
  content; and
2) Avoid the creation of a CharArray object to check to a char[] is
  a member of the hash table containing CharArray
Can make further improvements by avoiding the creation of a CharArray
but this requires a little bit more work.

1.3 annotated / raw | Diffs: previous, other | Lines: 902 ( +7, -0 )

Created: 2005-02-08 14:29:25 -0600 (3 years 10 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050208202925

Connected the API to the SAX implementation, requires implementing!
Small performance fix for improving the serializing and indexing
of characters.

1.2 annotated / raw | Diffs: previous, other | Lines: 895 ( +173, -96 )

Created: 2005-02-03 06:55:04 -0600 (3 years 11 months ago) | Author: sandoz | Changeset: MAIN:sandoz:20050203125504

Improved the buffering of the encoder.
SAX serializer uses 'qName' to looked up possible qualified name entries
that are indexed (this is faster than just using the local name).
Removed cruft from util hash and array classes, finalized methods.

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

Created: 2004-12-20 09:39:49 -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.35.2.7 annotated / raw | Diffs: previous, other | Lines: 2548 ( +72, -21 )

Created: 2008-08-13 04:17:04 -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.35.2.6 annotated / raw | Diffs: previous, other | Lines: 2497 ( +182, -54 )

Created: 2007-10-25 17:00:57 -0500 (14 months ago) | Author: oleksiys | Changeset: FastInfoset-1_2-branch:oleksiys:20071025220056

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.

1.35.2.5 annotated / raw | Diffs: previous, other | Lines: 2369 ( +4, -4 )

Created: 2007-07-13 07:31:18 -0500 (17 months ago) | Author: oleksiys | Changeset: FastInfoset-1_2-branch:oleksiys:20070713123116

refactoring in BuiltInEncodingAlgorithmFactory:
static field table is private now and algorithm could be got using getAlgorithm(int index)
small javadoc fix

1.35.2.4 annotated / raw | Diffs: previous, other | Lines: 2369 ( +4, -4 )

Created: 2006-12-12 08:18:19 -0600 (2 years ago) | Author: oleksiys | Changeset: FastInfoset-1_2-branch:oleksiys:20061212141819

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Tags: wsit-integration-2007-03-27 FastInfoset_1_2 FastInfoset_1_2_1 wsit-integration-2007-01-22 jaxws211-fcs

1.35.2.3 annotated / raw | Diffs: previous, other | Lines: 2369 ( +37, -26 )

Created: 2006-12-12 07:52:00 -0600 (2 years ago) | Author: oleksiys | Changeset: FastInfoset-1_2-branch:oleksiys:20061212135158

optimization of memory constaint

1.35.2.2 annotated / raw | Diffs: previous, other | Lines: 2358 ( +74, -0 )

Created: 2006-12-11 09:33:47 -0600 (2 years ago) | Author: oleksiys | Changeset: FastInfoset-1_2-branch:oleksiys:20061211153345

merging with branch

1.35.2.1 annotated / raw | Diffs: previous, other | Lines: 2284 ( +110, -42 )

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

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

latest revision download Branch sun

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

Created: 2004-12-20 09:39:49 -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 19:26 -0600