Base code merged to SPIN 2.4
[platform/upstream/curl.git] / lib / hostip.c
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-01-28 Romulo A. Cecconhostip: don't remove DNS entries that are in use
2013-11-24 Daniel Stenberghostip: don't prune DNS cache entries that are in use
2013-08-08 Daniel Stenbergglobal dns cache: fix memory leak
2013-08-08 Daniel Stenbergglobal dns cache: didn't work [regression]
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-11-18 Daniel Stenbergfixed memory leak: CURLOPT_RESOLVE with multi interface
2012-01-02 Yang Tsehostip.c: fix potential write past the end of string...
2012-01-02 Yang Tsehostip.c: fix Curl_loadhostpairs() OOM handling
2011-12-31 Daniel Stenbergcreate_hostcache_id: use the key lower cased
2011-12-31 Daniel StenbergCURLOPT_RESOLVE: avoid adding already present host...
2011-12-23 Daniel Stenbergresolve: don't leak pre-populated dns entries
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-01 Yang Tsehostip.c: return immediately from Curl_resolv_timeout...
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-25 Daniel Stenberghostip: comment fixed to state current situation
2011-04-25 Daniel Stenbergasync resolvers: further cleanups
2010-12-01 Yang Tsefix compiler warning: conversion may lose significant...
2010-11-26 Yang Tsehostip: edit comment
2010-11-11 Daniel Stenbergip_version: moved to connection struct
2010-11-08 Daniel StenbergCURLOPT_RESOLVE: added
2010-04-13 Yang Tsefix compiler warning: variable might be clobbered by...
2010-04-04 Kamil Dudkasimplify code of Curl_resolv_timeout()
2010-04-04 Kamil Dudkaeliminate a race condition in Curl_resolv_timeout()
2010-03-24 Bill HoffmanMerge branch 'master' of github.com:bagder/curl
2010-03-24 Daniel Stenbergavoid compiler warning without USE_ALARM_TIMEOUT
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-03-22 Thomas Lopaticfix the alarm()-based DNS timeout
2010-01-23 Yang Tseadjust preprocessor symbol definition check relative...
2010-01-22 Daniel Stenbergwrap long lines and do some indent policing
2010-01-22 Yang TseConstantine Sapuntzakis refactoring of async callbacks...
2009-12-30 Yang TseVMS specific preprocessor symbol checking adjustments
2009-11-18 Yang TseMake usage of calloc()'s arguments consistent with...
2009-11-12 Yang TseConstantine Sapuntzakis patch for hostip.c
2009-11-12 Yang TseMake hostip.c compile again
2009-11-11 Daniel Stenberg- Constantine Sapuntzakis posted bug #2891595
2009-09-01 Daniel Stenberg- Peter Sylvester made a debug featuer for Curl_resolv...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-04-21 Yang TseMoved potential inclusion of system's malloc.h and...
2008-11-06 Yang TseMerged existing IPv4 and IPv6 Curl_ip2addr functions...
2008-10-30 Yang TseUse our Curl_addrinfo definition even when an addrinfo...
2008-10-20 Yang Tse*** empty log message ***
2008-10-19 Yang Tsefix compiler warning
2008-10-19 Yang Tseattempt to fix or allow further detection of an elusive...
2008-10-19 Yang Tseattempt to fix compiler warning relative to potential...
2008-10-18 Dan FandrichRemoved a line of dead code (discovered by Coverity)
2008-10-17 Yang Tseprotect against 'use after free' or race condition
2008-10-17 Yang Tsefix compiler warning
2008-10-17 Yang TseOOM condition fix
2008-10-13 Yang Tseattempt to fix or allow further detection of an elusive...
2008-10-10 Yang Tseattempt to fix or allow further detection of an elusive...
2008-10-03 Yang Tsefix another error introduced in previously mentioned...
2008-10-03 Yang Tsefix error introduced in previous commit
2008-10-02 Yang Tsetake 2 at fixing compiler warning: argument might be...
2008-10-02 Yang Tsefix compiler warning: `variable' might be clobbered...
2008-10-01 Dan FandrichFixed some compiler warnings with gcc
2008-09-29 Dan FandrichFixed a couple of compile warnings.
2008-09-29 Dan FandrichMoved all signal-based name resolution timeout handling...
2008-09-24 Yang Tsentoa() and inet_ntoa_r() no longer used
2008-09-06 Yang Tseremove unnecessary typecasting of calloc()
2008-09-02 Dan FandrichRemoved some redundant type casts
2008-07-09 Daniel Stenberg- Andreas Schuldei improved Phil Blundell's patch for...
2008-03-11 Daniel Stenberg- Dmitry Popov filed bug report #1911069
2008-01-15 Daniel StenbergWoops, partly revert my previous commit and do it sligh...
2008-01-15 Daniel StenbergI made the torture test on test 530 go through. This...
2007-11-07 Daniel Stenbergif () => if()
2007-09-28 Dan FandrichRenamed a variable to avoid shadowing a global declarat...
2007-08-26 Dan FandrichFixed some minor mismatched types found by splint.
2007-07-01 Daniel StenbergThomas J. Moore provided a patch that introduces Kerber...
2007-06-26 Daniel StenbergRobert Iakobashvili re-arranged the internal hash code...
2007-04-25 Yang TseSteve Little's fixes to allow compilation on VMS 64...
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2007-02-21 Yang Tsecurlassert macro replaced with DEBUGASSERT macro define...
2006-08-21 Dan FandrichWorkaround for Cray UNICOS 9.0 to fix ftp.
2006-08-16 Dan FandrichMinor portability fixes to get things running on UNICOS...
2006-07-25 Yang TseFix warning: no newline at end of file
2006-07-25 Yang TseSimplify check for NEED_MALLOC_H, and make more explici...
2006-07-25 Gisle VanemMoved functions common to IPv4 and C-ares to hostip.c;
2006-07-25 Gisle VanemRemove comment about c-ares not supporting IPv6.
2006-07-21 Gisle VanemConstify arguments to Curl_he2ai() and Curl_addrinfo_co...
2006-07-21 Gisle VanemConstify 'hostname' and 'service' to various resolver...
2006-07-11 Yang Tseinclude <malloc.h> only if HAVE_MALLOC_H and NEED_MALLO...
2006-07-07 Daniel StenbergIngmar Runge provided a source snippet that caused...
2006-05-04 Daniel StenbergRoland Blom filed bug report #1481217
2006-04-26 Gisle VanemUse the HAVE_MALLOC_H and HAVE_PROCESS_H defines
2006-02-16 Daniel StenbergShmulik Regev provided a fix for the DNS cache when...
2005-04-19 Daniel Stenbergonly define _REENTRANT if not already defined, and...
2005-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2005-01-25 Daniel StenbergUse plain structs and not typedef'ed ones in the hash...
2004-11-18 Daniel StenbergDan Fandrich fix: eliminates some pedantic CodeWarrior...
2004-10-10 Daniel StenbergPrevent a longjmp warning by moving the rc assign withi...
next