aboutsummaryrefslogtreecommitdiffstats
path: root/nanohttp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* the modules should not import <config.h> directly, some cleanups PeterDaniel Veillard2003-07-081-3/+3
* regenerated might fix includes problems with the Ipv6 support on solarisDaniel Veillard2003-07-071-0/+3
* preparing release 1.5.8 changed some preprocessor block applied patch fromDaniel Veillard2003-07-061-1/+2
* Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>Daniel Veillard2003-06-211-91/+244
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-2/+2
* patch from Stefano Zacchiroli to fix some URI/file escaping problemsDaniel Veillard2003-01-101-8/+1
* new API building Python script, does the C parsing directly, generates aDaniel Veillard2002-12-111-0/+4
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-2/+2
* handle HTTP URL escaping, problem reported by Glen Nakamura and StefanoDaniel Veillard2002-12-041-1/+9
* replaced sprintf() with snprintf() to prevent possible buffer overflowAleksey Sanin2002-06-141-9/+11
* trying to fix #77441 DanielDaniel Veillard2002-04-141-3/+3
* applied patch from Allan Clark for UnixWare/OpenServer DanielDaniel Veillard2002-03-261-0/+3
* fixing #76043, got fed up with non-portability of that piece of code.Daniel Veillard2002-03-251-1/+7
* fixed bug #76168, attribute redeclared in the internal subset should notDaniel Veillard2002-03-251-0/+3
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
* applied patch from Aleksey Sanin fixing a problem in the canonicalizationDaniel Veillard2002-03-151-59/+66
* speedup some node selection operations, this can have a significant impactDaniel Veillard2002-03-131-0/+6
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-3/+5
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-0/+1
* Applied the last patches from Gary, cleanup, activated threading all userDaniel Veillard2001-10-131-0/+1
* applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSCDaniel Veillard2001-08-031-1/+5
* protected an use of EAGAIN, Brian Stafford DanielDaniel Veillard2001-07-311-0/+2
* John Kroll provided a small fix to xmlNanoHTTPSave DanielDaniel Veillard2001-07-251-1/+1
* get rid of the readline and libhistory dependancies by default, releaseDaniel Veillard2001-07-231-59/+294
* Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%Daniel Veillard2001-07-181-1/+5
* Summer's cleanup, a really big one:Daniel Veillard2001-06-241-1/+1
* - nanoftp.c nanohttp.c uri.c include/win32config.h: Igor ZlatkovicDaniel Veillard2001-06-091-0/+1
* - TODO: updated - nanohttp.[ch] : started adding APIs to get theDaniel Veillard2001-05-281-7/+64