- Sep 07, 2015
-
-
Alberto Massari authored
Don't assume we know the size of the decoded string, expand the buffer whenever the transcoder reports it wrote 0 bytes (XERCESC-2052) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1701594 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1701582 13f79535-47bb-0310-9956-ffa450edef68
-
- May 04, 2015
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1677601 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 18, 2014
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1603373 13f79535-47bb-0310-9956-ffa450edef68
-
- May 23, 2014
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1597057 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 06, 2014
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1556008 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 06, 2013
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1539311 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1539293 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 01, 2013
-
-
Alberto Massari authored
DOMDocument now stores the "big buffers" in a separate list, so that incomplete DOMText nodes can be released when parsing long strings (XERCESC-2019) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1528170 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 26, 2013
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1517489 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1517488 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 19, 2013
-
-
Alberto Massari authored
When matching an XPath expression that is an union of several XPaths, keep track of the location where each part has been matched; one of the parts could match inside the subtree where another one has already matched, and we would not record it (XERCESC-2017) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1515307 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 29, 2013
-
-
Alberto Massari authored
When the characters are of fixed size, write in the charSizes array just the data for the decoded chars, not for the number of bytes available in the target buffer (XERCESC-2020) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1508112 13f79535-47bb-0310-9956-ffa450edef68
-
- May 01, 2013
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1478186 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
The Windows SDK 7.0 introduced two new headers designed to be included in the resource scripts to avoid including function definitions that use a syntax that the RC compiler doesn't understand. For the moment, we can detect the case where VS2012 + WindowsSDK 7.1 + XP mode is used, that is the one that causes an error in compilation (XERCESC-2011) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1478145 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 24, 2013
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1449525 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 22, 2013
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1449139 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1449010 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 26, 2012
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1413511 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 08, 2012
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1395625 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 11, 2012
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1383366 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1383364 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 20, 2012
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1363932 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 23, 2012
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1329261 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1329252 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
Avoid allocating a 0-byte array, and in any case throw an OutOfMemoryException only if the buffer is NULL and the requested size was not 0 (XERCESC-1979) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1329216 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 17, 2012
-
-
Alberto Massari authored
Verify that the pooled string has the requested length, to avoid the case when multiple strings share the same hash code and starts with the same substring (XERCESC-1978) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1327014 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 04, 2012
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1227095 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1227093 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 03, 2012
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1226891 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 27, 2011
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1224891 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
Don't report a transcoding error if the invalid character is not at the start of the buffer, it could be an incomplete buffer (XERCESC-1936) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1224886 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 29, 2011
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1141163 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 21, 2011
-
-
Alberto Massari authored
TranscodeToStr and TranscodeFromStr threw exceptions when converting empty or special strings (XERCESC-1947) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1138012 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1138002 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
If the receive() function returns 0, it means the connection has been gracefully closed, and we have to stop reading from it (XERCESC-1968) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1137970 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1137953 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1137951 13f79535-47bb-0310-9956-ffa450edef68
-
- May 30, 2011
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1129152 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 15, 2011
-
-
Alberto Massari authored
Avoid recursion when dealing with ContentSpecNode objects; it can easily turn into a stack overflow (XERCESC-1935) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1092729 13f79535-47bb-0310-9956-ffa450edef68
-