Historique des commits

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