summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* updated source code boilerplate/headerDaniel Stenberg2002-09-0370-490/+490
* fixed the dist-hook and added the missing header fileDaniel Stenberg2002-09-031-18/+16
* James Gallagher's Content-Encoding workDaniel Stenberg2002-09-0210-7/+350
* ca bundle to useDaniel Stenberg2002-09-021-0/+4447
* adjusted to more HTTP-strict version strings and to offer LIBZ infoDaniel Stenberg2002-09-021-15/+8
* if verifypeer is enabled but nether CAfile nor CApath is, then don't tryDaniel Stenberg2002-08-301-1/+2
* prevent compiler warningDaniel Stenberg2002-08-301-0/+1
* CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, weDaniel Stenberg2002-08-304-22/+18
* support DESTDIR for the bundleDaniel Stenberg2002-08-301-1/+1
* SOCKS5 support added (contributed by a still unnamed person). Not properlyDaniel Stenberg2002-08-303-1/+210
* ca-bundle stuff for configure and generated header fileDaniel Stenberg2002-08-302-2/+37
* remove the data and conn fields from the Curl_transfer_keeper struct, theyDaniel Stenberg2002-08-292-4/+0
* SSL_INSECURE support and usage addedDaniel Stenberg2002-08-263-7/+25
* don't attempt to ftp_cwd() on a NULL pathDaniel Stenberg2002-08-261-1/+1
* Andrew Francis removed the need for/use of MSVC pragmasDaniel Stenberg2002-08-265-8/+8
* Markus F.X.J. Oberhumer's added commentDaniel Stenberg2002-08-221-1/+1
* Markus Oberhumer improved an out-of-memory checkDaniel Stenberg2002-08-221-47/+46
* allow undefined symbols!Daniel Stenberg2002-08-221-1/+1
* Added three more pragmas for MSVC++ compiles.Daniel Stenberg2002-08-201-0/+3
* prevent compiler warningsDaniel Stenberg2002-08-201-0/+3
* windows has stdlib.hDaniel Stenberg2002-08-201-0/+3
* Sterling Hughes brings the share interfaceDaniel Stenberg2002-08-135-2/+236
* fixed a Curl_connecthost() bug, we should default to set connected to falseDaniel Stenberg2002-08-121-0/+3
* Initial fix to make the multi interface return control while waiting forDaniel Stenberg2002-08-128-170/+433
* ignore generated filesDaniel Stenberg2002-08-081-0/+2
* Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patchDaniel Stenberg2002-08-083-4/+15
* attempted hpux fix for resolvesDaniel Stenberg2002-08-081-1/+1
* ignore all .in filesDaniel Stenberg2002-08-081-1/+1
* Make SessionHandle keep record if it is used with the multi interface orDaniel Stenberg2002-08-053-0/+11
* re-added the RFC2732-parser that was lost for some reason during the flowDaniel Stenberg2002-08-051-2/+14
* Added multi interface functions to DLL definitions.Joern Hartroth2002-08-031-33/+39
* corrected some warningsDaniel Stenberg2002-08-011-27/+4
* Changed the PORT command to pick a better default IP address if "-" is used.Daniel Stenberg2002-08-011-12/+28
* Removed checks for if set.fpasswd is NULL, as we prevent users from settingDaniel Stenberg2002-07-291-9/+7
* fixed the Curl_cookie_add() invoke to not assume a space after the colonDaniel Stenberg2002-07-291-1/+1
* properly skip white spaces on Set-Cookie: header linesDaniel Stenberg2002-07-291-1/+5
* link with winmm.lib tooDaniel Stenberg2002-07-291-1/+1
* use stderr to present the prompt to, make sure to close the fopen()edDaniel Stenberg2002-07-291-36/+18
* Added multi.[co] to the buildDaniel Stenberg2002-07-291-2/+2
* Glen Nakamura made his fix look even better!Daniel Stenberg2002-06-261-4/+3
* Glen Nakamura's patch for Curl_getaddrinfo().Daniel Stenberg2002-06-261-8/+12
* ignore '+' in URLs, generate only %-codesDaniel Stenberg2002-06-261-15/+4
* T. Bharath fixed his mm lib timer resolution fixDaniel Stenberg2002-06-261-3/+7
* CURLOPT_BUFFERSIZE allows an application to set a prefered buffer sizeDaniel Stenberg2002-06-153-1/+17
* - Yarram Sunil found out that the SocketIsDead() function performed a lotDaniel Stenberg2002-06-141-1/+1
* Hanno L. Kranzhoff fixed themDaniel Stenberg2002-06-142-423/+423
* Remade the FTP not-check status line and not-attempt-to-read-status-lineDaniel Stenberg2002-06-142-31/+25
* Tom Mattison's report found out, and this is the fix that should preventDaniel Stenberg2002-06-131-4/+5
* Added 'dont_check' to be set during an FTP operation if the final statusDaniel Stenberg2002-06-132-15/+23
* when no FTP transfer was done, don't attempt to read the download transferDaniel Stenberg2002-06-121-11/+12