<feed xmlns='http://www.w3.org/2005/Atom'>
<title>axis2c, branch fixes</title>
<subtitle>Apache Axis2/C is a Web services engine implemented C</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/axis2c.git/'/>
<entry>
<title>Fix install hook for documentation to also work on uninstall</title>
<updated>2013-02-17T12:22:56+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-02-17T12:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/axis2c.git/commit/?id=443c6344d506bdfbeb6925aa1102e3df176dd117'/>
<id>443c6344d506bdfbeb6925aa1102e3df176dd117</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix building with mingw and make sure linking generates proper DLL files</title>
<updated>2013-02-16T17:30:45+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-02-16T17:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/axis2c.git/commit/?id=7d61535076aa1ca484f453594b29e2ca052c2505'/>
<id>7d61535076aa1ca484f453594b29e2ca052c2505</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix MingW compiler warning about include order of winsock2.h</title>
<updated>2013-02-16T17:15:38+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-02-16T17:15:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/axis2c.git/commit/?id=37268e184e6f5202c34b00be2478f33f8819d0ee'/>
<id>37268e184e6f5202c34b00be2478f33f8819d0ee</id>
<content type='text'>
By including windows.h before winsock2.h old winsock code will be used
underneath. To prevent this winsock2.h needs to be included first which
will cause the use of the correct winsock code for Win32 targets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By including windows.h before winsock2.h old winsock code will be used
underneath. To prevent this winsock2.h needs to be included first which
will cause the use of the correct winsock code for Win32 targets.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix circular dependency between engine and http/common transport</title>
<updated>2013-02-16T17:11:19+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-02-16T17:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/axis2c.git/commit/?id=8ffb051a30cdd12f682dbfce5a293160c260a65c'/>
<id>8ffb051a30cdd12f682dbfce5a293160c260a65c</id>
<content type='text'>
The circular dependency prevents proper cross compilation.
A proper long-term solution requires refactoring of the affected code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The circular dependency prevents proper cross compilation.
A proper long-term solution requires refactoring of the affected code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize n_nodes[] before use</title>
<updated>2013-02-16T17:09:13+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-02-16T17:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/axis2c.git/commit/?id=b0eb675fda9e2ebe316a41ed1e7bd4822513aa7d'/>
<id>b0eb675fda9e2ebe316a41ed1e7bd4822513aa7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix undefined references for axium xpath module</title>
<updated>2013-02-16T17:08:02+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-02-16T17:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/axis2c.git/commit/?id=0b45fc36f7816a1f4eae19d3355b728a4354dc5d'/>
<id>0b45fc36f7816a1f4eae19d3355b728a4354dc5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build om library before xpath as latter depends on it</title>
<updated>2013-02-16T17:07:07+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-02-16T17:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/axis2c.git/commit/?id=44dd2a115e84c2ec2890c10be5455689800f38ee'/>
<id>44dd2a115e84c2ec2890c10be5455689800f38ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lowercase windows includes to fix compilation on case-sensitive platforms</title>
<updated>2013-02-16T14:41:56+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-02-16T14:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/axis2c.git/commit/?id=d579337d73903963382c7b86003e7b98ddfb6564'/>
<id>d579337d73903963382c7b86003e7b98ddfb6564</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>http_receiver: fix building on mingw32</title>
<updated>2013-02-16T01:36:43+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2013-02-16T01:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/axis2c.git/commit/?id=1039a127bfccf5df72b28b6506d472ae36c38245'/>
<id>1039a127bfccf5df72b28b6506d472ae36c38245</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>util: fixed building on mingw32</title>
<updated>2013-02-15T21:01:44+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2013-02-15T21:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/axis2c.git/commit/?id=630203f8700d8dcf9be661695418dbbddbe42df4'/>
<id>630203f8700d8dcf9be661695418dbbddbe42df4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
