summaryrefslogtreecommitdiff
path: root/lib/if2ip.c
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_ADDRESS_SCOPE: fix range check and moretmilburn2019-04-131-8/+8
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-111-2/+5
* if2ip: remove unused function Curl_if_is_interface_nameDaniel Stenberg2018-12-211-34/+0
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-3/+3
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
* ipv6_scope: support unique local addressesDaniel Stenberg2017-08-131-1/+3
* if2ip: fix compiler warning in ISO C90 modeMarcel Raad2017-06-201-3/+3
* if2ip: fix -Wcast-align warningMarcel Raad2017-04-251-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-4/+4
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-3/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* build: fix failures with -Wcast-align and -WerrorTatsuhiro Tsujikawa2015-09-261-5/+7
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* ip2ip.c: Fixed compilation warning when IPv6 Scope ID not supportedSteve Holme2014-12-261-3/+12
* if2ip: dummy scope parameter for Curl_if2ip() call in SIOCGIFADDR-enabled code.Patrick Monnerat2014-12-181-1/+1
* IPV6: address scope != scope idPatrick Monnerat2014-12-161-10/+56
* if2ip.c: fix compiler warningYang Tse2013-04-101-0/+2
* if2ip.c: Fixed another warning: unused parameter 'remote_scope'Marc Hoersken2013-04-071-0/+4
* if2ip.c: Fixed warning: unused parameter 'remote_scope'Marc Hoersken2013-04-061-0/+1
* connect: treat an interface bindlocal() problem as a non-fatal errorKim Vandry2013-04-061-36/+56
* strlcat: remove functionDaniel Stenberg2013-02-141-3/+5
* 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/+189
* build: rename 93 lib/*.c filesYang Tse2013-01-031-189/+0
* 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