summaryrefslogtreecommitdiff
path: root/lib/if2ip.c
Commit message (Expand)AuthorAgeFilesLines
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-5/+5
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-7/+1
* if2ip.[ch]: fix compilation with MinGWYang Tse2011-12-131-12/+12
* if2ip.c: fix compiler warning 'unused parameter'Yang Tse2011-12-131-0/+2
* if2ip.c: fix compiler warning 'enumerated type is mixed with another type'Yang Tse2011-12-131-2/+4
* CURLOPT_INTERFACE: avoid resolving interfaces namesJason Glasgow2011-12-121-0/+31
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-8/+8
* 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
* Use 'curl_socket_t' instead of 'int' for socket.Yang Tse2009-04-111-27/+24
* changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju...Gunter Knauf2008-12-301-1/+3
* Fixed the getifaddrs version of Curl_if2ip to work on systems without IPv6Dan Fandrich2008-12-041-0/+2
* the IP address we want/request/use from the interface is the 'local'Yang Tse2008-11-171-1/+1
* fix commentYang Tse2008-11-171-1/+1
* if2ip.c related preprocessor cleanupYang Tse2008-11-171-78/+33
* The getifaddrs() version of Curl_if2ip() crashed when used on a LinuxDan Fandrich2008-11-071-1/+2
* add missing header inclusionsYang Tse2008-10-251-8/+19
* Changed Curl_strlcat to strlcat, which is the one guaranteed to existDan Fandrich2008-10-121-1/+1
* Fixed the --interface option to work with IPv6 connections on glibcDan Fandrich2008-10-091-3/+59
* Support Open Watcom C on Linux (as well as Windows).Dan Fandrich2008-07-021-1/+2
* Added support for running on Symbian OS.Dan Fandrich2008-04-221-1/+1
* if () => if()Daniel Stenberg2007-11-071-3/+3
* Song Ma found a memory leak in the if2ip code if you pass in an interfaceDaniel Stenberg2007-04-121-1/+3
* proper symbol definition check for all AmigaOS flavoursYang Tse2007-02-281-2/+2
* updated copyright yearDaniel Stenberg2006-10-251-1/+1
* Minor portability fixes to get things running on UNICOS 9.0 on a Cray Y-MPDan Fandrich2006-08-161-1/+1
* Use __minix to detect Minix, which works on both ACK and GCC.Dan Fandrich2006-08-111-1/+1
* Initial stab at making libcurl compile under Minix 3.Dan Fandrich2006-08-041-1/+5
* Brian Dessent's fixes for cygwin buildsDaniel Stenberg2006-06-081-1/+1
* Diego Casorran patches to make (lib)curl build fine on Amiga againDaniel Stenberg2005-07-131-1/+2
* cast the call to Curl_inet_ntop for DECC compiler squawkMarty Kuhrt2005-04-081-1/+1
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* Fixed some compiler warnings I should have noticed before.Dan Fandrich2005-03-161-0/+1
* Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.Dan Fandrich2005-03-151-10/+1
* hushing up more warningsDaniel Stenberg2005-03-141-2/+2
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-2/+2
* untabifyDaniel Stenberg2004-10-061-2/+2
* passing in a very long interface name could make a buffer overflowDaniel Stenberg2004-06-301-1/+4
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-7/+7
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* Gisle-fix: constified the 'interface' argument.Daniel Stenberg2004-05-051-2/+5
* Günter Knauf's NetWare changes.Daniel Stenberg2004-03-171-2/+5
* set the 'retry' bit to TRUE when the connection is about to be retried,Daniel Stenberg2004-02-021-0/+2
* moved the definitions of IOCTL_3_ARGS to setup.hDaniel Stenberg2004-01-291-6/+0
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+2
* Avoid Curl_if2ip() on Interix as well. Fix by Rodney.Daniel Stenberg2004-01-161-2/+2
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+1
* DJGPP fix by Gisle VanemDaniel Stenberg2003-05-231-0/+4