summaryrefslogtreecommitdiff
path: root/nanohttp.c
Commit message (Expand)AuthorAgeFilesLines
* Stop calling xmlMemoryDumpNick Wellnhofer2023-04-301-1/+0
* sources: Silence C4013 warnings on Visual StudioChun-wei Fan2022-11-221-0/+2
* Bypass proxy in nanoHTTP for hosts in "no_proxy"Markus Jörg2022-11-041-4/+108
* http: Simplify IPv6 checksNick Wellnhofer2022-09-051-43/+5
* Remove arg cast configure checksNick Wellnhofer2022-09-041-0/+3
* Remove BeOS supportNick Wellnhofer2022-09-041-18/+0
* Remove unused code in nanohttp.cNick Wellnhofer2022-09-021-15/+0
* Stop including sys/types.hNick Wellnhofer2022-09-021-3/+0
* Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer2022-09-011-1/+1
* Consolidate private header filesNick Wellnhofer2022-08-261-0/+3
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-9/+2
* Remove useless __CYGWIN__ checksNick Wellnhofer2022-02-281-1/+1
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Fix typosNick Wellnhofer2020-03-081-7/+7
* Large batch of typo fixesJared Yanovich2019-09-301-2/+2
* Fix libz and liblzma detectionNick Wellnhofer2017-11-271-8/+8
* Fix pointer comparison warnings on 64-bit WindowsJ. Peter Mugaas2017-10-211-2/+2
* Fix unused variable warnings in nanohttp.cNick Wellnhofer2017-10-091-3/+4
* Fix the Windows header messNick Wellnhofer2017-10-091-6/+1
* socklen_t is always int on WindowsNick Wellnhofer2017-10-091-2/+0
* Don't redefine socket error codes on WindowsNick Wellnhofer2017-10-091-2/+16
* Change preprocessor OS tests to __linux__Nick Wellnhofer2017-09-141-1/+1
* Fix empty-body warning in nanohttp.cNick Wellnhofer2017-06-171-1/+2
* Increase buffer space for port in HTTP redirect supportDaniel Veillard2017-04-071-2/+2
* 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