index
:
delta/libxml2.git
2.10
2.11
2.9
LIBXML2_2_5_X
LIB_XML_1_BRANCH
USING_LIBUNICODE
baserock/morph
ddkilzer/add-fuzzing-asserts-to-xmlSetTreeDoc
devhelp2
devhelp2-index
fix-trio-msvc
master
python3-windows
wip/jtojnar/env-var-separator
wip/sadiq/fixes
gitlab.gnome.org: GNOME/libxml2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
uri.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
URI handling code is not OOM resilient
Daniel Veillard
2012-05-07
1
-0
/
+2
*
Fix -Wempty-body warning from clang
Nico Weber
2012-03-05
1
-4
/
+5
*
Fix handling of apos in URIs
Daniel Veillard
2010-06-04
1
-1
/
+1
*
URI with no path parsing problem
Daniel Veillard
2009-10-02
1
-16
/
+32
*
Fix a bunch of scan 'dead increments' and cleanup
Daniel Veillard
2009-09-05
1
-1
/
+1
*
bug in parsing RFC 3986 uris with port numbers Daniel
Daniel Veillard
2008-08-27
1
-0
/
+1
*
allow [ and ] in fragment identifiers, 3986 disallow them but it's widely
Daniel Veillard
2008-08-06
1
-1
/
+6
*
rewrite the URI parser to update to rfc3986 (from 2396) removed the error
Daniel Veillard
2008-08-04
1
-864
/
+835
*
applied patch from Ashwin fixing a number of realloc problems improve
Daniel Veillard
2008-04-24
1
-69
/
+112
*
fix saving for file:///X:/ URI embedding Windows file paths should fix
Daniel Veillard
2008-03-25
1
-0
/
+24
*
applied a patch based on Petr Sumbera one to avoid a problem with paths
Daniel Veillard
2008-02-05
1
-0
/
+5
*
applied patch from from Patrik Fimml. Fixes bug #458268
William M. Brack
2007-07-20
1
-2
/
+10
*
fix bug reported by François Delyon Daniel
LIBXML2_2_6_28
Daniel Veillard
2007-05-28
1
-1
/
+1
*
patch from Richard Jones to save the query part in raw form. Daniel
Daniel Veillard
2007-04-26
1
-4
/
+50
*
More doc cleanup, Daniel
Daniel Veillard
2007-04-24
1
-1
/
+4
*
fix xmlURIUnescapeString comments which was confusing Daniel
Daniel Veillard
2007-04-24
1
-3
/
+3
*
implemented patch from S. Bidoul for uri.c (bug #389767)
William M. Brack
2007-01-27
1
-10
/
+20
*
applied patch from Igor for path conversion on Windows Daniel
Daniel Veillard
2006-11-06
1
-0
/
+18
*
add a new function xmlPathToUri() to provide a clean conversion when
Daniel Veillard
2006-10-10
1
-8
/
+50
*
a bunch of small cleanups based on coverity reports. Daniel
Daniel Veillard
2006-03-09
1
-3
/
+7
*
applied patch from Rob Richards fixing the URI regressions tests on
Daniel Veillard
2006-02-03
1
-1
/
+7
*
more fixes to the behaviour of xmlBuildRelativeURI Daniel
Daniel Veillard
2005-09-15
1
-8
/
+34
*
fixed problem when xmlBuildRelativeURI was given a blank path (bug 316224)
William M. Brack
2005-09-14
1
-42
/
+68
*
get rid of the dependancy on a locally installed DTD try to cleanup the
Daniel Veillard
2005-08-07
1
-23
/
+125
*
enhanced xmlBuildRelativeURI to allow the URI and the base to be in
William M. Brack
2005-07-25
1
-14
/
+13
*
revamped the elfgcchack.h format to cope with gcc4 change of aliasing
Daniel Veillard
2005-04-01
1
-0
/
+2
*
This change started out as a simple desire to speed up the
William M. Brack
2005-02-13
1
-23
/
+72
*
fixed problem with xmlURIEscape when query part was empty (actually fixed
William M. Brack
2005-01-06
1
-2
/
+4
*
fixed a stupid mistake in xmlBuildRelativeURI (bug 156527)
William M. Brack
2004-10-27
1
-4
/
+5
*
couple of memory fixes from Mark Vakoc reported by Purify on Windows.
Daniel Veillard
2004-09-22
1
-1
/
+1
*
many further little changes for OOM problems. Now seems to be getting
William M. Brack
2004-07-31
1
-4
/
+7
*
further fixes for out of memory condition, mostly from Olivier Andrieu.
William M. Brack
2004-07-29
1
-1
/
+3
*
fixed a couple of problems in the new elfgcchack.h trick pointed by Peter
Daniel Veillard
2004-07-09
1
-1
/
+3
*
fixed a problem when base path was "./xxx" 5 test results changed by
William M. Brack
2004-06-25
1
-1
/
+5
*
added a new routine xmlBuildRelativeURI needed for enhancement of
William M. Brack
2004-06-07
1
-0
/
+175
*
fixing some problems in URI unescaping and output buffer opening, this
Daniel Veillard
2004-05-09
1
-1
/
+9
*
fix for xmlUriEscape on "http://user@somewhere.com" from Mark Vadok.
Daniel Veillard
2004-04-01
1
-1
/
+3
*
fixing an use of strcpy() where both strings overlap pointed out by
Daniel Veillard
2003-08-14
1
-2
/
+6
*
integrated the Out Of Memory test from Havoc Pennington #109368 a lot of
Daniel Veillard
2003-04-24
1
-0
/
+3
*
added xmlMallocAtomic() to be used when allocating blocks which do not
Daniel Veillard
2003-04-19
1
-6
/
+6
*
applied a set of patches from Lorenzo Viali correcting URI parsing errors.
Daniel Veillard
2003-03-23
1
-65
/
+54
*
after and exchange with James Clark it appeared I had bug in URI parsing
Daniel Veillard
2003-03-07
1
-2
/
+4
*
some warning removal on Igor's patch seems I messed up with #106788 fix
Daniel Veillard
2003-02-24
1
-3
/
+5
*
path handling bug introduced by my recent machinations fixed
Igor Zlatkovic
2003-02-23
1
-13
/
+18
*
introduced xmlCanonicPath
Igor Zlatkovic
2003-02-19
1
-0
/
+54
*
more testing on the Relax-NG front, cleaning up the regression tests
Daniel Veillard
2003-02-14
1
-1
/
+1
*
preparing 2.5.0 release only warn in pedantic mode about namespace name
LIBXML2_2_5_0
Daniel Veillard
2003-01-06
1
-0
/
+7
*
working on DTD validation on top of xml reader interfaces. Allows to
Daniel Veillard
2002-12-20
1
-1
/
+1
*
Johann Richard pointed out some XPointer problems for URN based URI
Daniel Veillard
2002-11-28
1
-43
/
+33
*
Applied the VMS update patch from Craig A. Berry update Daniel
Daniel Veillard
2002-10-22
1
-1
/
+1
[next]