| Commit message (Expand) | Author | Age | Files | Lines |
* | Andrew Francis removed the need for/use of MSVC pragmas | Daniel Stenberg | 2002-08-26 | 5 | -8/+8 |
* | Markus F.X.J. Oberhumer's added comment | Daniel Stenberg | 2002-08-22 | 1 | -1/+1 |
* | Markus Oberhumer improved an out-of-memory check | Daniel Stenberg | 2002-08-22 | 1 | -47/+46 |
* | allow undefined symbols! | Daniel Stenberg | 2002-08-22 | 1 | -1/+1 |
* | Added three more pragmas for MSVC++ compiles. | Daniel Stenberg | 2002-08-20 | 1 | -0/+3 |
* | prevent compiler warnings | Daniel Stenberg | 2002-08-20 | 1 | -0/+3 |
* | windows has stdlib.h | Daniel Stenberg | 2002-08-20 | 1 | -0/+3 |
* | Sterling Hughes brings the share interface | Daniel Stenberg | 2002-08-13 | 5 | -2/+236 |
* | fixed a Curl_connecthost() bug, we should default to set connected to false | Daniel Stenberg | 2002-08-12 | 1 | -0/+3 |
* | Initial fix to make the multi interface return control while waiting for | Daniel Stenberg | 2002-08-12 | 8 | -170/+433 |
* | ignore generated files | Daniel Stenberg | 2002-08-08 | 1 | -0/+2 |
* | Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch | Daniel Stenberg | 2002-08-08 | 3 | -4/+15 |
* | attempted hpux fix for resolves | Daniel Stenberg | 2002-08-08 | 1 | -1/+1 |
* | ignore all .in files | Daniel Stenberg | 2002-08-08 | 1 | -1/+1 |
* | Make SessionHandle keep record if it is used with the multi interface or | Daniel Stenberg | 2002-08-05 | 3 | -0/+11 |
* | re-added the RFC2732-parser that was lost for some reason during the flow | Daniel Stenberg | 2002-08-05 | 1 | -2/+14 |
* | Added multi interface functions to DLL definitions. | Joern Hartroth | 2002-08-03 | 1 | -33/+39 |
* | corrected some warnings | Daniel Stenberg | 2002-08-01 | 1 | -27/+4 |
* | Changed the PORT command to pick a better default IP address if "-" is used. | Daniel Stenberg | 2002-08-01 | 1 | -12/+28 |
* | Removed checks for if set.fpasswd is NULL, as we prevent users from setting | Daniel Stenberg | 2002-07-29 | 1 | -9/+7 |
* | fixed the Curl_cookie_add() invoke to not assume a space after the colon | Daniel Stenberg | 2002-07-29 | 1 | -1/+1 |
* | properly skip white spaces on Set-Cookie: header lines | Daniel Stenberg | 2002-07-29 | 1 | -1/+5 |
* | link with winmm.lib too | Daniel Stenberg | 2002-07-29 | 1 | -1/+1 |
* | use stderr to present the prompt to, make sure to close the fopen()ed | Daniel Stenberg | 2002-07-29 | 1 | -36/+18 |
* | Added multi.[co] to the build | Daniel Stenberg | 2002-07-29 | 1 | -2/+2 |
* | Glen Nakamura made his fix look even better! | Daniel Stenberg | 2002-06-26 | 1 | -4/+3 |
* | Glen Nakamura's patch for Curl_getaddrinfo(). | Daniel Stenberg | 2002-06-26 | 1 | -8/+12 |
* | ignore '+' in URLs, generate only %-codes | Daniel Stenberg | 2002-06-26 | 1 | -15/+4 |
* | T. Bharath fixed his mm lib timer resolution fix | Daniel Stenberg | 2002-06-26 | 1 | -3/+7 |
* | CURLOPT_BUFFERSIZE allows an application to set a prefered buffer size | Daniel Stenberg | 2002-06-15 | 3 | -1/+17 |
* | - Yarram Sunil found out that the SocketIsDead() function performed a lot | Daniel Stenberg | 2002-06-14 | 1 | -1/+1 |
* | Hanno L. Kranzhoff fixed them | Daniel Stenberg | 2002-06-14 | 2 | -423/+423 |
* | Remade the FTP not-check status line and not-attempt-to-read-status-line | Daniel Stenberg | 2002-06-14 | 2 | -31/+25 |
* | Tom Mattison's report found out, and this is the fix that should prevent | Daniel Stenberg | 2002-06-13 | 1 | -4/+5 |
* | Added 'dont_check' to be set during an FTP operation if the final status | Daniel Stenberg | 2002-06-13 | 2 | -15/+23 |
* | when no FTP transfer was done, don't attempt to read the download transfer | Daniel Stenberg | 2002-06-12 | 1 | -11/+12 |
* | Moved the secondarysocket cleanup. The 'conn' struct may have been cleared | Daniel Stenberg | 2002-06-12 | 1 | -8/+9 |
* | Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH | Daniel Stenberg | 2002-06-12 | 2 | -42/+134 |
* | HAVE_SIGSETJMP | Daniel Stenberg | 2002-06-12 | 1 | -0/+3 |
* | added a connect failure error message that might get empty otherwise | Daniel Stenberg | 2002-06-12 | 1 | -0/+1 |
* | Jörn fixes for 7.9.8 build | Daniel Stenberg | 2002-06-12 | 1 | -1/+1 |
* | kris@freebsd.org fixed a bad format string | Daniel Stenberg | 2002-06-12 | 1 | -1/+1 |
* | kris@freebsd.org fixed a few bad format strings | Daniel Stenberg | 2002-06-12 | 1 | -3/+3 |
* | put #ifdefs around the sigjmp_buf declaration too, as it should be | Daniel Stenberg | 2002-06-11 | 1 | -0/+2 |
* | corrected the signal handler | Daniel Stenberg | 2002-06-11 | 1 | -1/+1 |
* | Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups in | Daniel Stenberg | 2002-06-11 | 2 | -0/+26 |
* | removed accidentally added debug-code! | Daniel Stenberg | 2002-06-11 | 1 | -16/+0 |
* | ftp range downloads make us ignore the final status message as the server | Daniel Stenberg | 2002-06-11 | 1 | -5/+7 |
* | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | 2002-06-11 | 19 | -10/+127 |
* | added multi.obj | Daniel Stenberg | 2002-06-11 | 1 | -1/+2 |