aboutsummaryrefslogtreecommitdiff
path: root/lib/if2ip.c
AgeCommit message (Expand)Author
2020-03-30cleanup: insert newline after if() conditionsDaniel Stenberg
2019-04-13CURLOPT_ADDRESS_SCOPE: fix range check and moretmilburn
2019-04-11build: fix Codacy/CppCheck warningsMarcel Raad
2018-12-21if2ip: remove unused function Curl_if_is_interface_nameDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-13ipv6_scope: support unique local addressesDaniel Stenberg
2017-06-20if2ip: fix compiler warning in ISO C90 modeMarcel Raad
2017-04-25if2ip: fix -Wcast-align warningMarcel Raad
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-09-26build: fix failures with -Wcast-align and -WerrorTatsuhiro Tsujikawa
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-12-26ip2ip.c: Fixed compilation warning when IPv6 Scope ID not supportedSteve Holme
2014-12-18if2ip: dummy scope parameter for Curl_if2ip() call in SIOCGIFADDR-enabled code.Patrick Monnerat
2014-12-16IPV6: address scope != scope idPatrick Monnerat
2013-04-10if2ip.c: fix compiler warningYang Tse
2013-04-07if2ip.c: Fixed another warning: unused parameter 'remote_scope'Marc Hoersken
2013-04-06if2ip.c: Fixed warning: unused parameter 'remote_scope'Marc Hoersken
2013-04-06connect: treat an interface bindlocal() problem as a non-fatal errorKim Vandry
2013-02-14strlcat: remove functionDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2011-12-13if2ip.[ch]: fix compilation with MinGWYang Tse
2011-12-13if2ip.c: fix compiler warning 'unused parameter'Yang Tse
2011-12-13if2ip.c: fix compiler warning 'enumerated type is mixed with another type'Yang Tse
2011-12-12CURLOPT_INTERFACE: avoid resolving interfaces namesJason Glasgow
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-12-30VMS specific preprocessor symbol checking adjustmentsYang Tse
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2009-04-11Use 'curl_socket_t' instead of 'int' for socket.Yang Tse
2008-12-30changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju...Gunter Knauf
2008-12-04Fixed the getifaddrs version of Curl_if2ip to work on systems without IPv6Dan Fandrich
2008-11-17the IP address we want/request/use from the interface is the 'local'Yang Tse
2008-11-17fix commentYang Tse
2008-11-17if2ip.c related preprocessor cleanupYang Tse
2008-11-07The getifaddrs() version of Curl_if2ip() crashed when used on a LinuxDan Fandrich
2008-10-25add missing header inclusionsYang Tse
2008-10-12Changed Curl_strlcat to strlcat, which is the one guaranteed to existDan Fandrich
2008-10-09Fixed the --interface option to work with IPv6 connections on glibcDan Fandrich
2008-07-02Support Open Watcom C on Linux (as well as Windows).Dan Fandrich
2008-04-22Added support for running on Symbian OS.Dan Fandrich
2007-11-07if () => if()Daniel Stenberg