Commit History

Author SHA1 Message Date
  Daniel Stenberg ebee2e323d - David McCreedy fixed a bad call to getsockname() that wrongly used a size_t 18 years ago
  Yang Tse 5df4be1165 Check for USE_WINSOCK instead of WIN32 where the check was done 18 years ago
  Gisle Vanem c7aae10300 Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead. 18 years ago
  Gisle Vanem 59cf6fd4f0 Watcom lacks <sys/time.h>. 18 years ago
  Daniel Stenberg 5acadc9cd7 David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA to 18 years ago
  Gisle Vanem c4ad533300 Constify some arguments in Curl_connecthost() and singleipconnect(). 18 years ago
  Yang Tse ef82da93fb "*connected" must be set to FALSE if trynextip() fails. 18 years ago
  Yang Tse d2cefc140a Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per RFC 3493. 18 years ago
  Yang Tse dcc7900e7c Socket must be set to CURL_SOCKET_BAD after closing it. 18 years ago
  Daniel Stenberg e85e30546c Roland Blom filed bug report #1481217 18 years ago
  Daniel Stenberg db03d4bdd0 Ale Vesely fixed CURLOPT_INTERFACE when using a hostname 18 years ago
  Daniel Stenberg 17bf5ac2fc avoid a warning about declaring a variable that shadows an earlier declared 18 years ago
  Daniel Stenberg 686d90745b First curl_multi_socket() commit. Should primarily be considered as an internal 18 years ago
  Gisle Vanem dc4fbd2e97 Small fix. 18 years ago
  Gisle Vanem 60b029869f Use getprotobyname() to retrieve protocol number for TCP 18 years ago
  Gisle Vanem 5994b62930 Squelch the "warning: 'port' might be used uninitialized in this function". 19 years ago
  Daniel Stenberg 2fbf94b0f3 Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with the 19 years ago
  Yang Tse d6c5d24af3 Cleanup windows header includes. Where aplicable, inclusion of 19 years ago
  Dan Fandrich e2df946eee Fixed some compiler warnings on lcc. 19 years ago
  Daniel Stenberg 9e0882ba98 close the existing socket when trying next IP, as otherwise we leak one! 19 years ago
  Daniel Stenberg e7093b3ca8 keep 'socktype' in the connectdata struct and make sure we use that for all 19 years ago
  Daniel Stenberg 56d9624b56 John Kelly added TFTP support to libcurl. A bunch of new error codes was 19 years ago
  Dan Fandrich 6e87cf5b30 Fixed some typos in output messages. 19 years ago
  Daniel Stenberg 944af98be6 fix warning about redefined symbol 19 years ago
  Gisle Vanem 0c96056a94 Change for systems with >1 ways of setting (non-)blocking 19 years ago
  Daniel Stenberg 44985e8884 improved failf() error messages 19 years ago
  Daniel Stenberg ae1d6f29d9 singleipconnect() returns a socket descriptor, not a CURLcode (but perhaps 19 years ago
  Daniel Stenberg 6b1220b61d Cory Nelson's work on nuking compiler warnings when building on x64 with 19 years ago
  Daniel Stenberg 3916d1e6cb silence compiler warnings for mingw win32 builds --enable-debug 19 years ago
  Daniel Stenberg 176981b529 close the socket properly when returning error due to failing localbind 20 years ago