aboutsummaryrefslogtreecommitdiffstats
path: root/nanohttp.c
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE: Update libxml2 to 2.9.8HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-14.1cm-13.0akirilov2018-09-061-27/+36
* Fix various Missing Null checksGaurav Gupta2014-07-141-6/+6
* Use specific macros for portability to OS/400Patrick Monnerat2013-12-121-2/+2
* run close socket on Solaris, same as we do on other platformsDenis Pauk2013-09-301-0/+1
* xmlCtxtReadFile doesn't work with literal IPv6 URLsSteve Wolf2013-02-281-1/+11
* Big space and tab cleanupDaniel Veillard2012-09-111-26/+26
* Remove redundant and ungarded include of resolv.hDaniel Veillard2012-05-111-3/+0
* Fix portability failure if netdb.h lacks NO_ADDRESSDaniel Veillard2012-04-021-0/+2
* Remove two references to u_shortDaniel Veillard2012-04-021-1/+1
* various: handle return values of write callsStefan Kost2011-05-211-6/+12
* 614087 Fix Socket API usage to allow Windows64 compilationOzkan Sezer2010-11-041-34/+33
* 598785 Fix nanohttp on Windowsspadix2009-10-191-0/+6
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-4/+1
* Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard2009-09-051-0/+2
* 559501 avoid select and use poll for nanohttpRaphael Prevost2009-08-231-175/+237
* a couple more fixes patch from Andreas Färber to compile on HaikuDaniel Veillard2008-08-291-2/+2
* added space for port number (when not 80) in xmlNanoHTTPMethodRedir, plusWilliam M. Brack2008-02-061-0/+10
* Enhanced to include port number (if not == 80) on the "Header:" URL (bugWilliam M. Brack2007-08-241-1/+6
* fix an open() call with creation without 3rd argument hopefully thatDaniel Veillard2007-08-231-1/+1
* small enhancement to last fix, pointed out by Alex CornejoWilliam M. Brack2007-05-161-2/+3
* fixed problem on gzip streams (bug #438045) fixed minor spot of redundantWilliam M. Brack2007-05-151-3/+5
* applied patch from Andreas Stricke to ease the compilation on Windows CEDaniel Veillard2007-04-171-2/+1
* applied patch from Gary Coady to accept gzipped http resources. DanielDaniel Veillard2005-12-151-3/+69
* applied patch from Kolja Nowak to use getaddrinfo() if supported inRob Richards2005-10-131-29/+41
* applied patch from Marcus Boerger to remove warnings on Windows. DanielDaniel Veillard2005-08-081-2/+23
* get rid of the dependancy on a locally installed DTD try to cleanup theDaniel Veillard2005-08-071-2/+2
* fixed bug #310105 with http_proxy environments with patch provided byDaniel Veillard2005-07-121-1/+3
* applied patch from Aron Stansvik for bug #172525 about HTTP query stringDaniel Veillard2005-04-131-0/+13
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* use XML_SOCKLEN_T instead of SOCKLEN_T since apparently IBM can't avoidDaniel Veillard2005-03-311-6/+6
* This change started out as a simple desire to speed up theWilliam M. Brack2005-02-131-170/+39
* second part of the security fix for xmlNanoFTPConnect() andDaniel Veillard2004-10-271-0/+18
* added the routine xmlNanoHTTPContentLength to the external APIWilliam M. Brack2004-09-181-1/+0
* small typo pointed out by Mike Hommey slightly improved the --c14nDaniel Veillard2004-08-161-1/+1
* hack based on Arjan van de Ven suggestion to reduce ELF footprint andDaniel Veillard2004-06-271-2/+2
* implemented fix for M$ IIS redirect provided by Ian Hummel fixed problemWilliam M. Brack2004-04-021-1/+9
* added a close for the local file descriptor (bug 137474)William M. Brack2004-03-171-0/+1
* fixed the fix for the buffer overflow, thanks William :-)Igor Zlatkovic2004-02-091-7/+9
* fixed buffer overflow reported by Yuuich TeranishiIgor Zlatkovic2004-02-091-4/+4
* remove the warning on the 2001 namespace remove some warnings whenDaniel Veillard2004-02-091-1/+15
* second BeOS patch from Marcin 'Shard' Konicki DanielDaniel Veillard2003-11-011-0/+7
* applied patch from Marcin 'Shard' Konicki to provide BeOS thread support.Daniel Veillard2003-10-291-6/+6
* Fixed the HTTP<->parser interraction, which should fix 2 long standingDaniel Veillard2003-10-191-1/+59
* starting work to fix the HTTP/XML parser integration. DanielDaniel Veillard2003-10-181-0/+32
* fixed a nasty bug with interning some text strings prepare for beta5 ofDaniel Veillard2003-10-101-75/+40
* last finishing touch to the BeOS patch from Marcin 'Shard' Konicki DanielDaniel Veillard2003-09-291-0/+6
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-0/+6
* Applied patch from Mikhail Grushinskiy for mingw compiler on Windows.Daniel Veillard2003-08-141-0/+10
* fixing bug 118559William M. Brack2003-07-311-3/+9
* cleanup patches from Peter Breitenlohner DanielDaniel Veillard2003-07-101-7/+5