Steve Holme
|
befbc8f56b
code cleanup: Use 'CURLcode result'
|
10 years ago |
Steve Holme
|
085081fc6e
code cleanup: We prefer 'CURLcode result'
|
10 years ago |
Daniel Stenberg
|
0eb3d15ccb
code cleanup: we prefer 'CURLcode result'
|
10 years ago |
Daniel Stenberg
|
628290b5e6
cleanups: reduce variable scope
|
10 years ago |
Daniel Stenberg
|
c2d5f2ef98
singleipconnect: remove dead assignment never used
|
10 years ago |
Daniel Stenberg
|
d94717e099
nonblock: call with (void) to show we ignore the return code
|
10 years ago |
Daniel Stenberg
|
cacdc27f52
low-speed-limit: avoid timeout flood
|
10 years ago |
Haris Okanovic
|
da23624b57
win32: Fixed WinSock 2 #if
|
10 years ago |
Marcel Raad
|
8ffe6f5b57
compiler warnings: potentially uninitialized variables
|
10 years ago |
Daniel Stenberg
|
df13f8e8c2
bits.close: introduce connection close tracking
|
10 years ago |
Daniel Stenberg
|
84bd19ffd4
timers: fix timer regression involving redirects / reconnects
|
10 years ago |
Marc Hoersken
|
7296fc9e7e
connect.c: fix multiple possible dereferences of null pointers
|
10 years ago |
Daniel Stenberg
|
930b81387b
trynextip: don't store 'ai' on failed connects...
|
10 years ago |
Steve Holme
|
e35ffda0b3
win32: Added additional preprocessor check for Version Helper API
|
10 years ago |
Steve Holme
|
d2671340a6
win32: Corrected the preprocessor check for Version Helper API
|
10 years ago |
Daniel Stenberg
|
7f807f394f
connect.c:942:84: warning: Longer than 79 columns
|
10 years ago |
Steve Holme
|
9520c62049
connect.c: Corrected version compare in commit c7a76bb056f31e
|
10 years ago |
Steve Holme
|
c7a76bb056
win32: Fixed use of deprecated function 'GetVersionInfoEx' for VC12
|
10 years ago |
Daniel Stenberg
|
3b183df9cc
multi: remove MULTI_TIMEOUT_INACCURACY
|
11 years ago |
Daniel Stenberg
|
28933f9d30
Curl_updateconninfo: don't do anything for UDP "connections"
|
11 years ago |
Daniel Stenberg
|
2d435c7fb5
trynextip: fix build for non-IPV6 capable systems
|
11 years ago |
Steve Holme
|
610a55388b
connect.c: Fixed compilation warning
|
11 years ago |
Björn Stenberg
|
4e1ece2e44
connect: Try all addresses in first connection attempt
|
11 years ago |
Daniel Stenberg
|
11e8066ef9
vtls: renamed sslgen.[ch] to vtls.[ch]
|
11 years ago |
Daniel Stenberg
|
eccf4fb7ee
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
|
11 years ago |
Daniel Stenberg
|
1cf71bd76e
Curl_is_connected: use proxy name in error message when proxy is used
|
11 years ago |
Björn Stenberg
|
b2a55c8106
connect: Try next ip directly after immediate connect fail
|
11 years ago |
Steve Holme
|
2c7a5578e1
connect: Close open but unconnected socket in singleipconnect()
|
11 years ago |
Steve Holme
|
786cba1ada
connect: Forgot to correct line endings before push in commit ed1662c374361a
|
11 years ago |
Björn Stenberg
|
ed1662c374
connect: Return the socket descriptor even on fail
|
11 years ago |