index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
hostip.c
Age
Commit message (
Expand
)
Author
2008-09-29
Moved all signal-based name resolution timeout handling into a single new
Dan Fandrich
2008-09-24
ntoa() and inet_ntoa_r() no longer used
Yang Tse
2008-09-06
remove unnecessary typecasting of calloc()
Yang Tse
2008-09-02
Removed some redundant type casts
Dan Fandrich
2008-07-09
- Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I
Daniel Stenberg
2008-03-11
- Dmitry Popov filed bug report #1911069
Daniel Stenberg
2008-01-15
Woops, partly revert my previous commit and do it slightly differently instead.
Daniel Stenberg
2008-01-15
I made the torture test on test 530 go through. This was actually due to
Daniel Stenberg
2007-11-07
if () => if()
Daniel Stenberg
2007-09-28
Renamed a variable to avoid shadowing a global declarations.
Dan Fandrich
2007-08-26
Fixed some minor mismatched types found by splint.
Dan Fandrich
2007-07-01
Thomas J. Moore provided a patch that introduces Kerberos5 support in
Daniel Stenberg
2007-06-26
Robert Iakobashvili re-arranged the internal hash code to work with a custom
Daniel Stenberg
2007-04-25
Steve Little's fixes to allow compilation on VMS 64-bit mode
Yang Tse
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2007-02-21
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
Yang Tse
2006-08-21
Workaround for Cray UNICOS 9.0 to fix ftp.
Dan Fandrich
2006-08-16
Minor portability fixes to get things running on UNICOS 9.0 on a Cray Y-MP
Dan Fandrich
2006-07-25
Fix warning: no newline at end of file
Yang Tse
2006-07-25
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...
Yang Tse
2006-07-25
Moved functions common to IPv4 and C-ares to hostip.c;
Gisle Vanem
2006-07-25
Remove comment about c-ares not supporting IPv6.
Gisle Vanem
2006-07-21
Constify arguments to Curl_he2ai() and Curl_addrinfo_copy().
Gisle Vanem
2006-07-21
Constify 'hostname' and 'service' to various resolver functions.
Gisle Vanem
2006-07-11
include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.
Yang Tse
2006-07-07
Ingmar Runge provided a source snippet that caused a crash. The reason for
Daniel Stenberg
2006-05-04
Roland Blom filed bug report #1481217
Daniel Stenberg
2006-04-26
Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines
Gisle Vanem
2006-02-16
Shmulik Regev provided a fix for the DNS cache when using short life times,
Daniel Stenberg
2005-04-19
only define _REENTRANT if not already defined, and only in setup.h
Daniel Stenberg
2005-02-09
FTP code turned into state machine. Not completely yet, but a good start.
Daniel Stenberg
2005-01-25
Use plain structs and not typedef'ed ones in the hash and linked-list code.
Daniel Stenberg
2004-11-18
Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings and
Daniel Stenberg
2004-10-10
Prevent a longjmp warning by moving the rc assign within Curl_resolv().
Daniel Stenberg
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-10-04
Made the dns entry remain locked while a connection to the host remains to
Daniel Stenberg
2004-06-24
the _num_chars() function is not used, removing
Daniel Stenberg
2004-06-24
Replaced all uses of sprintf() with the safer snprintf(). It is just a
Daniel Stenberg
2004-06-24
made the Curl_he2ai() take the port number as an int intead, to avoid lots
Daniel Stenberg
2004-06-24
prevent warning
Daniel Stenberg
2004-06-24
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
Daniel Stenberg
2004-06-10
removed trailing whitespace
Daniel Stenberg
2004-06-10
Gisle corrected two comments
Daniel Stenberg
2004-06-10
Gisle Vanem's improved verbose output and timeout handling when connecting to
Daniel Stenberg
2004-05-17
if shrinking the buffer fails, use the older larger one
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2004-05-04
improved the cleaning up of memory when we fail to resolve names due to
Daniel Stenberg
2004-04-26
Made defines instead of plain numbers for the Curl_resolv() return code to
Daniel Stenberg
2004-04-26
Major hostip.c cleanup and split into multiple files and easier #ifdef
Daniel Stenberg
2004-04-23
Gisle Vanem found and fixed a memory leak when doing (failing) Windows
Daniel Stenberg
[prev]
[next]