aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-09-03fixed the dist-hook and added the missing header fileDaniel Stenberg
2002-09-02James Gallagher's Content-Encoding workDaniel Stenberg
2002-09-02ca bundle to useDaniel Stenberg
2002-09-02adjusted to more HTTP-strict version strings and to offer LIBZ infoDaniel Stenberg
2002-08-30if verifypeer is enabled but nether CAfile nor CApath is, then don't tryDaniel Stenberg
2002-08-30prevent compiler warningDaniel Stenberg
2002-08-30CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, weDaniel Stenberg
2002-08-30support DESTDIR for the bundleDaniel Stenberg
2002-08-30SOCKS5 support added (contributed by a still unnamed person). Not properlyDaniel Stenberg
2002-08-30ca-bundle stuff for configure and generated header fileDaniel Stenberg
2002-08-29remove the data and conn fields from the Curl_transfer_keeper struct, theyDaniel Stenberg
2002-08-26SSL_INSECURE support and usage addedDaniel Stenberg
2002-08-26don't attempt to ftp_cwd() on a NULL pathDaniel Stenberg
2002-08-26Andrew Francis removed the need for/use of MSVC pragmasDaniel Stenberg
2002-08-22Markus F.X.J. Oberhumer's added commentDaniel Stenberg
2002-08-22Markus Oberhumer improved an out-of-memory checkDaniel Stenberg
2002-08-22allow undefined symbols!Daniel Stenberg
2002-08-20Added three more pragmas for MSVC++ compiles.Daniel Stenberg
2002-08-20prevent compiler warningsDaniel Stenberg
2002-08-20windows has stdlib.hDaniel Stenberg
2002-08-13Sterling Hughes brings the share interfaceDaniel Stenberg
2002-08-12fixed a Curl_connecthost() bug, we should default to set connected to falseDaniel Stenberg
2002-08-12Initial fix to make the multi interface return control while waiting forDaniel Stenberg
2002-08-08ignore generated filesDaniel Stenberg
2002-08-08Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patchDaniel Stenberg
2002-08-08attempted hpux fix for resolvesDaniel Stenberg
2002-08-08ignore all .in filesDaniel Stenberg
2002-08-05Make SessionHandle keep record if it is used with the multi interface orDaniel Stenberg
2002-08-05re-added the RFC2732-parser that was lost for some reason during the flowDaniel Stenberg
2002-08-03Added multi interface functions to DLL definitions.Joern Hartroth
2002-08-01corrected some warningsDaniel Stenberg
2002-08-01Changed the PORT command to pick a better default IP address if "-" is used.Daniel Stenberg
2002-07-29Removed checks for if set.fpasswd is NULL, as we prevent users from settingDaniel Stenberg
2002-07-29fixed the Curl_cookie_add() invoke to not assume a space after the colonDaniel Stenberg
2002-07-29properly skip white spaces on Set-Cookie: header linesDaniel Stenberg
2002-07-29link with winmm.lib tooDaniel Stenberg
2002-07-29use stderr to present the prompt to, make sure to close the fopen()edDaniel Stenberg
2002-07-29Added multi.[co] to the buildDaniel Stenberg
2002-06-26Glen Nakamura made his fix look even better!Daniel Stenberg
2002-06-26Glen Nakamura's patch for Curl_getaddrinfo().Daniel Stenberg
2002-06-26ignore '+' in URLs, generate only %-codesDaniel Stenberg
2002-06-26T. Bharath fixed his mm lib timer resolution fixDaniel Stenberg
2002-06-15CURLOPT_BUFFERSIZE allows an application to set a prefered buffer sizeDaniel Stenberg
2002-06-14- Yarram Sunil found out that the SocketIsDead() function performed a lotDaniel Stenberg
2002-06-14Hanno L. Kranzhoff fixed themDaniel Stenberg
2002-06-14Remade the FTP not-check status line and not-attempt-to-read-status-lineDaniel Stenberg
2002-06-13Tom Mattison's report found out, and this is the fix that should preventDaniel Stenberg
2002-06-13Added 'dont_check' to be set during an FTP operation if the final statusDaniel Stenberg
2002-06-12when no FTP transfer was done, don't attempt to read the download transferDaniel Stenberg