Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-30 | if verifypeer is enabled but nether CAfile nor CApath is, then don't try | Daniel Stenberg | |
to load "verify_locations" | |||
2002-08-30 | prevent compiler warning | Daniel Stenberg | |
2002-08-30 | CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we | Daniel Stenberg | |
proceed fine with the already existing options, just having a different internal library default for capath. | |||
2002-08-30 | support DESTDIR for the bundle | Daniel Stenberg | |
2002-08-30 | SOCKS5 support added (contributed by a still unnamed person). Not properly | Daniel Stenberg | |
working for "IPv6 enabled" libcurls yet, but should be pretty easy for someone to adjust. | |||
2002-08-30 | ca-bundle stuff for configure and generated header file | Daniel Stenberg | |
2002-08-29 | remove the data and conn fields from the Curl_transfer_keeper struct, they | Daniel Stenberg | |
weren't used anyway and mostly caused confusion | |||
2002-08-26 | SSL_INSECURE support and usage added | Daniel Stenberg | |
2002-08-26 | don't attempt to ftp_cwd() on a NULL path | Daniel Stenberg | |
2002-08-26 | Andrew Francis removed the need for/use of MSVC pragmas | Daniel Stenberg | |
2002-08-22 | Markus F.X.J. Oberhumer's added comment | Daniel Stenberg | |
2002-08-22 | Markus Oberhumer improved an out-of-memory check | Daniel Stenberg | |
I reformatted some functions using a different indent than the rest of the file. | |||
2002-08-22 | allow undefined symbols! | Daniel Stenberg | |
2002-08-20 | Added three more pragmas for MSVC++ compiles. | Daniel Stenberg | |
We *really* need these sorted out. I'd prefer to have them all removed and the actual code corrected instead of just diabling the warnings and pretending that they don't exist. | |||
2002-08-20 | prevent compiler warnings | Daniel Stenberg | |
2002-08-20 | windows has stdlib.h | Daniel Stenberg | |
2002-08-13 | Sterling Hughes brings the share interface | Daniel Stenberg | |
2002-08-12 | fixed a Curl_connecthost() bug, we should default to set connected to false | Daniel Stenberg | |
2002-08-12 | Initial fix to make the multi interface return control while waiting for | Daniel Stenberg | |
the initial connect to "come through". This should work fine for connect and for FTP-PASV connects. Needs massive testing. | |||
2002-08-08 | ignore generated files | Daniel Stenberg | |
2002-08-08 | Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch | Daniel Stenberg | |
2002-08-08 | attempted hpux fix for resolves | Daniel Stenberg | |
2002-08-08 | ignore all .in files | Daniel Stenberg | |
2002-08-05 | Make SessionHandle keep record if it is used with the multi interface or | Daniel Stenberg | |
the easy interface, it CANNOT be used by a mixture. | |||
2002-08-05 | re-added the RFC2732-parser that was lost for some reason during the flow | Daniel Stenberg | |
of time! | |||
2002-08-03 | Added multi interface functions to DLL definitions. | Joern Hartroth | |
2002-08-01 | corrected some warnings | Daniel Stenberg | |
2002-08-01 | Changed the PORT command to pick a better default IP address if "-" is used. | Daniel Stenberg | |
It now uses the local IP adress of the control connection. | |||
2002-07-29 | Removed checks for if set.fpasswd is NULL, as we prevent users from setting | Daniel Stenberg | |
it to NULL and then use the internal default instead. It will always be a function to call. | |||
2002-07-29 | fixed the Curl_cookie_add() invoke to not assume a space after the colon | Daniel Stenberg | |
2002-07-29 | properly skip white spaces on Set-Cookie: header lines | Daniel Stenberg | |
2002-07-29 | link with winmm.lib too | Daniel Stenberg | |
2002-07-29 | use stderr to present the prompt to, make sure to close the fopen()ed | Daniel Stenberg | |
file handle | |||
2002-07-29 | Added multi.[co] to the build | Daniel Stenberg | |
2002-06-26 | Glen Nakamura made his fix look even better! | Daniel Stenberg | |
2002-06-26 | Glen Nakamura's patch for Curl_getaddrinfo(). | Daniel Stenberg | |
2002-06-26 | ignore '+' in URLs, generate only %-codes | Daniel Stenberg | |
2002-06-26 | T. Bharath fixed his mm lib timer resolution fix | Daniel Stenberg | |
2002-06-15 | CURLOPT_BUFFERSIZE allows an application to set a prefered buffer size | Daniel Stenberg | |
for receiving data from the network. It is meant as a hint, not as a forced limit. | |||
2002-06-14 | - Yarram Sunil found out that the SocketIsDead() function performed a lot | Daniel Stenberg | |
faster on Windows when removing the 1 microsecond timeout. | |||
2002-06-14 | Hanno L. Kranzhoff fixed them | Daniel Stenberg | |
2002-06-14 | Remade the FTP not-check status line and not-attempt-to-read-status-line | Daniel Stenberg | |
variables, conditions and things. | |||
2002-06-13 | Tom Mattison's report found out, and this is the fix that should prevent | Daniel Stenberg | |
FTP from closing the connections a little too often! | |||
2002-06-13 | Added 'dont_check' to be set during an FTP operation if the final status | Daniel Stenberg | |
message is supposed to be ignored. | |||
2002-06-12 | when no FTP transfer was done, don't attempt to read the download transfer | Daniel Stenberg | |
thing. The 'resumed' flag is also causing confusions. I'll deal with that tomorrow. | |||
2002-06-12 | Moved the secondarysocket cleanup. The 'conn' struct may have been cleared | Daniel Stenberg | |
already at that other place. | |||
2002-06-12 | Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH | Daniel Stenberg | |
2002-06-12 | HAVE_SIGSETJMP | Daniel Stenberg | |
2002-06-12 | added a connect failure error message that might get empty otherwise | Daniel Stenberg | |
2002-06-12 | Jörn fixes for 7.9.8 build | Daniel Stenberg | |