summaryrefslogtreecommitdiff
path: root/lib/hostsyn.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* tidy-up: process.h detection and useViktor Szakats2022-11-011-4/+0
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* strerror.h: remove the #include from files not using itDaniel Stenberg2021-09-091-2/+1
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* resolvers: only include anything if neededMarcel Raad2017-10-271-5/+5
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-4/+4
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+1
* dns: fix compilation with MinGW from commit df69440d05f113Steve Holme2013-09-171-3/+3
* libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry2013-09-121-0/+36
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+75
* build: rename 93 lib/*.c filesYang Tse2013-01-031-75/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-9/+9
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-7/+1
* CURLOPT_DNS_SERVERS: set name servers if possibleJason Glasgow2011-11-171-0/+11
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+0
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-102/+0
* asynch resolvers: cleanupDaniel Stenberg2011-04-251-17/+17
* asynch resolvers: unifiedVsevolod Novikov2011-04-251-0/+55
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-4/+1
* Removed unneeded includes of signal.h and setjmp.hDan Fandrich2008-09-291-4/+0
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-4/+0
* update copyright yearYang Tse2007-04-031-1/+1
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-251-1/+1
* include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse2006-07-111-1/+1
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-2/+1
* Use the HAVE_MALLOC_H and HAVE_PROCESS_H definesGisle Vanem2006-04-261-4/+3
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-8/+6
* only define _REENTRANT if not already defined, and only in setup.hDaniel Stenberg2005-04-191-2/+0
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-10/+5
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-7/+7
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg2004-04-261-0/+150