<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_libxml2/xinclude.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/'/>
<entry>
<title>Upgrade libxml2 to f0fd1b67fc883a24cdd039abb3d4fe4696104d72</title>
<updated>2020-09-02T03:28:19+00:00</updated>
<author>
<name>Haibo Huang</name>
<email>hhb@google.com</email>
</author>
<published>2020-09-02T03:28:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=f0a546b65c79638ea56248403782a3743a7f9165'/>
<id>f0a546b65c79638ea56248403782a3743a7f9165</id>
<content type='text'>
Test: make
Change-Id: Id00e9ce2bd9edc06e79985b707d2300572d2af62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: make
Change-Id: Id00e9ce2bd9edc06e79985b707d2300572d2af62
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade libxml2 to 1a360c1c2ec950f478d55b31722ecf78f5698e97</title>
<updated>2020-07-31T07:02:25+00:00</updated>
<author>
<name>Haibo Huang</name>
<email>hhb@google.com</email>
</author>
<published>2020-07-31T06:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=cfd91dcb1d8895a6e567a9ff975c3ff6e08202d4'/>
<id>cfd91dcb1d8895a6e567a9ff975c3ff6e08202d4</id>
<content type='text'>
Also change upstream to github.

This change moves away from stable release. Because we need CMakeLists.txt. It is not in any release yet.

They are likely to release another stable version within this year. We can upgrade to that version when it is available.

Bug: 157157503
Change-Id: If6f245dbabe36a114563d209c8e100b7e3083f20
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also change upstream to github.

This change moves away from stable release. Because we need CMakeLists.txt. It is not in any release yet.

They are likely to release another stable version within this year. We can upgrade to that version when it is available.

Bug: 157157503
Change-Id: If6f245dbabe36a114563d209c8e100b7e3083f20
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix hash callback signatures</title>
<updated>2017-11-09T15:42:47+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2017-11-09T15:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=e03f0a199a67017b2f8052354cf732b2b4cae787'/>
<id>e03f0a199a67017b2f8052354cf732b2b4cae787</id>
<content type='text'>
Make sure that all parameters and return values of hash callback
functions exactly match the callback function type. This is required
to pass clang's Control Flow Integrity checks and to allow compilation
to asm.js with Emscripten.

Fixes bug 784861.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure that all parameters and return values of hash callback
functions exactly match the callback function type. This is required
to pass clang's Control Flow Integrity checks and to allow compilation
to asm.js with Emscripten.

Fixes bug 784861.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some format string warnings with possible format string vulnerability</title>
<updated>2016-05-23T07:01:07+00:00</updated>
<author>
<name>David Kilzer</name>
<email>ddkilzer@webkit.org</email>
</author>
<published>2016-05-13T07:13:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=4472c3a5a5b516aaf59b89be602fbce52756c3e9'/>
<id>4472c3a5a5b516aaf59b89be602fbce52756c3e9</id>
<content type='text'>
For https://bugzilla.gnome.org/show_bug.cgi?id=761029

Decorate every method in libxml2 with the appropriate
LIBXML_ATTR_FORMAT(fmt,args) macro and add some cleanups
following the reports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For https://bugzilla.gnome.org/show_bug.cgi?id=761029

Decorate every method in libxml2 with the appropriate
LIBXML_ATTR_FORMAT(fmt,args) macro and add some cleanups
following the reports.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation with minimum and xinclude.</title>
<updated>2014-02-10T02:36:40+00:00</updated>
<author>
<name>Nicolas Le Cam</name>
<email>niko.lecam@gmail.com</email>
</author>
<published>2013-06-17T11:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=41586ca6674d2fae32b17156494cb6f244ac1170'/>
<id>41586ca6674d2fae32b17156494cb6f244ac1170</id>
<content type='text'>
xinclude needs xmlAddNextSibling().
Compile out use of xmlLocationSetPtr when xptr is disabled.
Include xpath header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xinclude needs xmlAddNextSibling().
Compile out use of xmlLocationSetPtr when xptr is disabled.
Include xpath header.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove premature XInclude check on URI being relative</title>
<updated>2013-05-06T02:20:18+00:00</updated>
<author>
<name>Alexey Neyman</name>
<email>stilor@att.net</email>
</author>
<published>2013-05-06T02:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=0b86537dfa3b0039136ced49c6aab8e50234923f'/>
<id>0b86537dfa3b0039136ced49c6aab8e50234923f</id>
<content type='text'>
As it gives false negatives, see
  https://mail.gnome.org/archives/xml/2013-April/msg00023.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As it gives false negatives, see
  https://mail.gnome.org/archives/xml/2013-April/msg00023.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Big space and tab cleanup</title>
<updated>2012-09-11T05:26:36+00:00</updated>
<author>
<name>Daniel Veillard</name>
<email>veillard@redhat.com</email>
</author>
<published>2012-09-11T05:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=f8e3db0445a1bc8cfe3f77326b07ec161482caa2'/>
<id>f8e3db0445a1bc8cfe3f77326b07ec161482caa2</id>
<content type='text'>
Remove all space before tabs and space and tabs at end of lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove all space before tabs and space and tabs at end of lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch for xinclude of text using multibyte characters</title>
<updated>2012-08-17T14:59:44+00:00</updated>
<author>
<name>Vitaly Ostanin</name>
<email>vitaly.ostanin@gmail.com</email>
</author>
<published>2012-08-17T12:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=dce1c8baaeaa4f23874c59da91d9ecc0e31a787c'/>
<id>dce1c8baaeaa4f23874c59da91d9ecc0e31a787c</id>
<content type='text'>
for bug https://bugzilla.gnome.org/show_bug.cgi?id=633166

When you xinclude a text file, reading portions (by 4000 bytes) of the
buffer incorrectly handled the situation when the end comes across
portions of the bytes in a multibyte character.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for bug https://bugzilla.gnome.org/show_bug.cgi?id=633166

When you xinclude a text file, reading portions (by 4000 bytes) of the
buffer incorrectly handled the situation when the end comes across
portions of the bytes in a multibyte character.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding various checks on node type though the API</title>
<updated>2012-08-09T06:24:02+00:00</updated>
<author>
<name>Daniel Veillard</name>
<email>veillard@redhat.com</email>
</author>
<published>2012-08-09T06:24:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=3e62adbe39f2083c9c2cd3330c320227818fd361'/>
<id>3e62adbe39f2083c9c2cd3330c320227818fd361</id>
<content type='text'>
Specifially checking against namespace nodes before accessing node
pointers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specifially checking against namespace nodes before accessing node
pointers
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert XInclude to the new input buffers</title>
<updated>2012-07-23T06:24:27+00:00</updated>
<author>
<name>Daniel Veillard</name>
<email>veillard@redhat.com</email>
</author>
<published>2012-07-16T06:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=345ee8b620cc84e622d6978b5f4fe4a0ceeda531'/>
<id>345ee8b620cc84e622d6978b5f4fe4a0ceeda531</id>
<content type='text'>
A few xmlBuffer...() calls changed to their xmlBuf...() counterparts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A few xmlBuffer...() calls changed to their xmlBuf...() counterparts
</pre>
</div>
</content>
</entry>
</feed>
