aboutsummaryrefslogtreecommitdiff
path: root/nanohttp.c
AgeCommit message (Expand)Author
2023-09-20globals: Stop including globals.hNick Wellnhofer
2023-09-19debug: Remove debugging codeNick Wellnhofer
2023-04-30Stop calling xmlMemoryDumpNick Wellnhofer
2022-11-22sources: Silence C4013 warnings on Visual StudioChun-wei Fan
2022-11-04Bypass proxy in nanoHTTP for hosts in "no_proxy"Markus Jörg
2022-09-05http: Simplify IPv6 checksNick Wellnhofer
2022-09-04Remove arg cast configure checksNick Wellnhofer
2022-09-04Remove BeOS supportNick Wellnhofer
2022-09-02Remove unused code in nanohttp.cNick Wellnhofer
2022-09-02Stop including sys/types.hNick Wellnhofer
2022-09-01Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer
2022-08-26Consolidate private header filesNick Wellnhofer
2022-03-02Don't check for standard C89 headersNick Wellnhofer
2022-02-28Remove useless __CYGWIN__ checksNick Wellnhofer
2022-02-20Remove elfgcchack.hNick Wellnhofer
2020-03-08Fix typosNick Wellnhofer
2019-09-30Large batch of typo fixesJared Yanovich
2017-11-27Fix libz and liblzma detectionNick Wellnhofer
2017-10-21Fix pointer comparison warnings on 64-bit WindowsJ. Peter Mugaas
2017-10-09Fix unused variable warnings in nanohttp.cNick Wellnhofer
2017-10-09Fix the Windows header messNick Wellnhofer
2017-10-09socklen_t is always int on WindowsNick Wellnhofer
2017-10-09Don't redefine socket error codes on WindowsNick Wellnhofer
2017-09-14Change preprocessor OS tests to __linux__Nick Wellnhofer
2017-06-17Fix empty-body warning in nanohttp.cNick Wellnhofer
2017-04-07Increase buffer space for port in HTTP redirect supportDaniel Veillard
2014-07-14Fix various Missing Null checksGaurav Gupta
2013-12-12Use specific macros for portability to OS/400Patrick Monnerat
2013-09-30run close socket on Solaris, same as we do on other platformsDenis Pauk
2013-02-28xmlCtxtReadFile doesn't work with literal IPv6 URLsSteve Wolf
2012-09-11Big space and tab cleanupDaniel Veillard
2012-05-11Remove redundant and ungarded include of resolv.hDaniel Veillard
2012-04-02Fix portability failure if netdb.h lacks NO_ADDRESSDaniel Veillard
2012-04-02Remove two references to u_shortDaniel Veillard
2011-05-21various: handle return values of write callsStefan Kost
2010-11-04614087 Fix Socket API usage to allow Windows64 compilationOzkan Sezer
2009-10-19598785 Fix nanohttp on Windowsspadix
2009-09-07Chasing dead assignments reported by clang-scanDaniel Veillard
2009-09-05Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard
2009-08-23559501 avoid select and use poll for nanohttpRaphael Prevost
2008-08-29a couple more fixes patch from Andreas Färber to compile on HaikuDaniel Veillard
2008-02-06added space for port number (when not 80) in xmlNanoHTTPMethodRedir, plusWilliam M. Brack
2007-08-24Enhanced to include port number (if not == 80) on the "Header:" URL (bugWilliam M. Brack
2007-08-23fix an open() call with creation without 3rd argument hopefully thatDaniel Veillard
2007-05-16small enhancement to last fix, pointed out by Alex CornejoWilliam M. Brack
2007-05-15fixed problem on gzip streams (bug #438045) fixed minor spot of redundantWilliam M. Brack
2007-04-17applied patch from Andreas Stricke to ease the compilation on Windows CEDaniel Veillard
2005-12-15applied patch from Gary Coady to accept gzipped http resources. DanielDaniel Veillard
2005-10-13applied patch from Kolja Nowak to use getaddrinfo() if supported inRob Richards
2005-08-08applied patch from Marcus Boerger to remove warnings on Windows. DanielDaniel Veillard