Daniel Stenberg
|
ced8955325
|
IPv6 adjustments, connect()ing to bad ports still don't work properly for
IPv6
|
2001-10-02 11:26:53 +00:00 |
Daniel Stenberg
|
51ca5fcbe0
|
major connecting updates
|
2001-10-02 09:40:06 +00:00 |
Daniel Stenberg
|
56ff2aa059
|
pick the correct timeout before the connecthost call
|
2001-10-01 23:25:59 +00:00 |
Daniel Stenberg
|
9f77771ff9
|
faster bailout on timeouts
|
2001-10-01 23:25:26 +00:00 |
Daniel Stenberg
|
f0fa858885
|
added comment to the tvdiff
|
2001-10-01 22:50:20 +00:00 |
Daniel Stenberg
|
3298630500
|
removed warning
|
2001-10-01 22:50:03 +00:00 |
Daniel Stenberg
|
dc27488c47
|
corrected for IPv6
|
2001-10-01 22:42:46 +00:00 |
Daniel Stenberg
|
6918427fae
|
conn->hp is now conn->hostaddr
changed the Curl_connethost() proto again
|
2001-10-01 22:32:37 +00:00 |
Daniel Stenberg
|
9d342bbf07
|
sessionhandle->hp => hostaddr
|
2001-10-01 22:31:43 +00:00 |
Daniel Stenberg
|
afc81ada0c
|
renamed the stupid 'hp' to 'hostaddr' which actually says what it is
|
2001-10-01 22:31:10 +00:00 |
Daniel Stenberg
|
5cd267b2be
|
removed obsoletetd myalarm() calls
|
2001-10-01 11:35:29 +00:00 |
Daniel Stenberg
|
09da90076f
|
moved the myalarm() usage, and now makes sure to switch it off after the
name resolving, as that should be the *ONLY* section in libcurl that may
take a while in a synchronous call.
|
2001-10-01 11:27:39 +00:00 |
Daniel Stenberg
|
d0079d9054
|
fixed the connecthost proto: added the timeout argument
|
2001-10-01 11:26:21 +00:00 |
Daniel Stenberg
|
ede5b54edc
|
corrected the #include files
|
2001-10-01 11:25:27 +00:00 |
Daniel Stenberg
|
c5fdeef41d
|
introduced non-blocking connects
|
2001-10-01 08:59:17 +00:00 |
Daniel Stenberg
|
e9aa07f660
|
filetime should be -1 if the remote time was unknown as 0 is actually a
valid time. we now store the filetime as a long to know for sure it can
hold -1 (there exist some unsigned time_t cases)
|
2001-09-28 11:04:43 +00:00 |
Daniel Stenberg
|
88e21894c7
|
improved readability slightly
|
2001-09-28 09:25:59 +00:00 |
Daniel Stenberg
|
09da2c1767
|
fixed the missing getftpresponse edits
|
2001-09-28 09:19:35 +00:00 |
Daniel Stenberg
|
ae2ecfc5cb
|
removed the socket argument from some functions that always passed in the
same socket and it was available from the passed-in struct anyway!
|
2001-09-28 09:15:19 +00:00 |
Daniel Stenberg
|
cc610f0d1f
|
now compiles warning-free when IPv6-enabled
|
2001-09-28 09:02:57 +00:00 |
Daniel Stenberg
|
8333644c84
|
moved the PORT and PASV code into separate smaller functions for readability
renamed all static ^_ftp_* functions to ^ftp_, prefixing with underscore is
not nice
|
2001-09-28 08:58:18 +00:00 |
Daniel Stenberg
|
4d13b2cc64
|
more ipv6 cleanups to make smaller functions that are easier to read
|
2001-09-28 07:46:39 +00:00 |
Daniel Stenberg
|
48dc74aecc
|
more transparant support for IPv6 name resolving
|
2001-09-28 07:05:26 +00:00 |
Daniel Stenberg
|
598e8dfbfb
|
Now we're setting a default domain for received cookies so that we can
properly match those cookies in subsequent requests
|
2001-09-26 07:08:29 +00:00 |
Daniel Stenberg
|
8d16b2b119
|
winsock 2 fixes
|
2001-09-25 07:55:19 +00:00 |
Daniel Stenberg
|
711650b178
|
test 119 proved a memory leak in the FTP parts when IPv6 is enabled and the
RETR fails, this corrects it.
|
2001-09-23 12:47:07 +00:00 |
Daniel Stenberg
|
645413f5ef
|
Lots of praise and glory to Vojtech Minarik for setting up a test server
and providing me with test-certificates that helped me nail the problem with
curl not discovering with a bad certificate was used.
|
2001-09-19 21:49:11 +00:00 |
Daniel Stenberg
|
b556d6caee
|
fixed bug report #462600, following a Location: when the initial URL didn't
have a protocol:// part did wrong
|
2001-09-18 18:33:25 +00:00 |
Daniel Stenberg
|
a17a78c477
|
removed Curl_http_close()
|
2001-09-18 15:30:59 +00:00 |
Daniel Stenberg
|
146413a53c
|
the stuff formerly done in Curl_http_close is now done in Curl_close
|
2001-09-18 15:30:38 +00:00 |
Daniel Stenberg
|
437fd064c9
|
modified GetLine(), removed Curl_http_close()
|
2001-09-18 15:29:57 +00:00 |
Daniel Stenberg
|
d816fcc965
|
Linus Nielsen Feltzing changed winsock lib for linking
|
2001-09-17 14:38:41 +00:00 |
Daniel Stenberg
|
e30dcd0501
|
Linus Nielsen Feltzing's telnet-for-win32 fixes
|
2001-09-17 14:10:38 +00:00 |
Daniel Stenberg
|
0e25cf41c4
|
modified error message when PWD fails
|
2001-09-14 12:18:46 +00:00 |
Daniel Stenberg
|
aa4ff6d8b9
|
Added curl_easy_duphandle
|
2001-09-13 14:49:35 +00:00 |
Daniel Stenberg
|
6d5b8b50e1
|
minor informatinal output changes
|
2001-09-13 12:52:58 +00:00 |
Daniel Stenberg
|
2cb893575d
|
moved a 100K buffer from the transfer loop to the urlstate struct, as it
seriously decreases the amount of used stack space
|
2001-09-12 12:02:12 +00:00 |
Daniel Stenberg
|
36e9507e29
|
reverted. twas no memory leak and the "fix" didn't even compile on windows...
|
2001-09-12 08:59:00 +00:00 |
Daniel Stenberg
|
1fde1431c9
|
narrowed some source lines to fit in 80 cols
|
2001-09-12 08:14:35 +00:00 |
Daniel Stenberg
|
bec97a0999
|
ConnectionKillOne() _can_ return -1 as an indication of error
This is T. Bharath's fix
|
2001-09-12 08:00:30 +00:00 |
Daniel Stenberg
|
07de3c9df0
|
T. Bharath's patch that sets up a few necessary buffers in the duphandle()
function
|
2001-09-12 07:57:33 +00:00 |
Daniel Stenberg
|
8950a2dfa1
|
*TERRIBLE* terrible memory leak occuring on all systems that have no
gethostbyname_r() function, most notably windows machines...
|
2001-09-12 07:19:11 +00:00 |
Daniel Stenberg
|
a2c78607a6
|
CURLOPT_SSL_CIPHER_LIST support
|
2001-09-11 22:23:16 +00:00 |
Daniel Stenberg
|
cc1a4edf3d
|
added cipher_list
|
2001-09-11 22:21:26 +00:00 |
Daniel Stenberg
|
db7bde1d7a
|
added ability to set prefered list of ciphers
|
2001-09-11 22:21:02 +00:00 |
Daniel Stenberg
|
894b47da9b
|
ouputs the start and expire dates of the server certificate on verbose
output
|
2001-09-11 10:00:49 +00:00 |
Daniel Stenberg
|
3f5227dfc7
|
Curl_cookie_output() must check that there's a cookie struct present before
trying to address it!
|
2001-09-10 07:43:08 +00:00 |
Daniel Stenberg
|
46372c04ee
|
made it compile properly when not building with SSL support
|
2001-09-07 09:40:46 +00:00 |
Sterling Hughes
|
6147879837
|
Added formatting sections for emacs and vim
|
2001-09-07 04:01:32 +00:00 |
Sterling Hughes
|
e2e3c95d3b
|
fix for emacs
|
2001-09-07 03:30:30 +00:00 |