コミット履歴

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