summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved the secondarysocket cleanup. The 'conn' struct may have been clearedDaniel Stenberg2002-06-121-8/+9
* Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTHDaniel Stenberg2002-06-122-42/+134
* HAVE_SIGSETJMPDaniel Stenberg2002-06-121-0/+3
* added a connect failure error message that might get empty otherwiseDaniel Stenberg2002-06-121-0/+1
* Jörn fixes for 7.9.8 buildDaniel Stenberg2002-06-121-1/+1
* kris@freebsd.org fixed a bad format stringDaniel Stenberg2002-06-121-1/+1
* kris@freebsd.org fixed a few bad format stringsDaniel Stenberg2002-06-121-3/+3
* put #ifdefs around the sigjmp_buf declaration too, as it should beDaniel Stenberg2002-06-111-0/+2
* corrected the signal handlerDaniel Stenberg2002-06-111-1/+1
* Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups inDaniel Stenberg2002-06-112-0/+26
* removed accidentally added debug-code!Daniel Stenberg2002-06-111-16/+0
* ftp range downloads make us ignore the final status message as the serverDaniel Stenberg2002-06-111-5/+7
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-1119-10/+127
* added multi.objDaniel Stenberg2002-06-111-1/+2