| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated the copyright year since changes have been this year. | Daniel Stenberg | 2005-03-31 | 39 | -39/+39 |
* | the cookie API is better and more likely to happen in a separate release | Daniel Stenberg | 2005-03-31 | 1 | -0/+3 |
* | fix configure's SSL-detection for msys/mingw (from Andres Garcia) | Daniel Stenberg | 2005-03-30 | 3 | -17/+22 |
* | format mistake in --form-string, pointed out by Owen Watson | Daniel Stenberg | 2005-03-30 | 1 | -3/+3 |
* | Better connection keep-alive when POSTing with HTTP Digest or Negotiate. | Daniel Stenberg | 2005-03-29 | 2 | -1/+13 |
* | Don't close the connection if we're in a known negotiation mode and we won't | Daniel Stenberg | 2005-03-29 | 1 | -15/+21 |
* | proxy multi auth fix, --proxy-anyauth, ftp-ssl and ftp response reading fix | Daniel Stenberg | 2005-03-29 | 2 | -2/+22 |
* | postpone these | Daniel Stenberg | 2005-03-29 | 1 | -1/+1 |
* | When doing FTP-SSL, advance to the next state properly when the response to | Daniel Stenberg | 2005-03-29 | 1 | -9/+10 |
* | Fixed the FTP response reader function to properly deal with responses split | Daniel Stenberg | 2005-03-29 | 2 | -18/+30 |
* | Made the server send data to the control/data connections using two dedicated | Daniel Stenberg | 2005-03-29 | 1 | -28/+56 |
* | Based on Augustus Saunders' comments and findings, the HTTP output auth | Daniel Stenberg | 2005-03-28 | 4 | -5/+194 |
* | Added --proxy-anyauth | Daniel Stenberg | 2005-03-28 | 2 | -3/+18 |
* | modified some log outputs, added comment about auth required as used in | Daniel Stenberg | 2005-03-28 | 1 | -4/+14 |
* | can you spell copy and paste error for me loud and clear? ;-P | Daniel Stenberg | 2005-03-22 | 1 | -2/+2 |
* | provide HTML and PDF versions of the man pages in the dist archive | Daniel Stenberg | 2005-03-22 | 1 | -1/+17 |
* | When cross-compiling, we do some better checking for the NI_WITHSCOPEID optio... | Daniel Stenberg | 2005-03-22 | 1 | -2/+18 |
* | CURL_EXTERN is already in <curl/curl.h>. | Gisle Vanem | 2005-03-22 | 1 | -4/+0 |
* | Prevent redefinition warning with CURLDEBUG. | Gisle Vanem | 2005-03-22 | 1 | -1/+1 |
* | moved out the changes from 2004 to CHANGES.2004 | Daniel Stenberg | 2005-03-22 | 2 | -1995/+1994 |
* | Fixed typo. | Dan Fandrich | 2005-03-22 | 1 | -1/+1 |
* | the same fix here too, typecast to prevent win32 compiler warning | Daniel Stenberg | 2005-03-21 | 1 | -11/+11 |
* | typecase to fix win32 compiler warning (and intended as other code is) | Daniel Stenberg | 2005-03-21 | 1 | -12/+11 |
* | Modified the VALID_SOCK() macro to become VERIFY_SOCK() instead. It is slighly | Daniel Stenberg | 2005-03-21 | 1 | -10/+10 |
* | Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM support | Daniel Stenberg | 2005-03-21 | 18 | -33/+27 |
* | format mistake | Daniel Stenberg | 2005-03-21 | 1 | -1/+1 |
* | removed a (fairly useless) debug output just to compile without warning | Daniel Stenberg | 2005-03-20 | 1 | -2/+0 |
* | silence win32 compiler warnings | Daniel Stenberg | 2005-03-20 | 1 | -2/+5 |
* | attempt to fix the ares link breakage with --enable-debug in libcurl and here | Daniel Stenberg | 2005-03-20 | 1 | -0/+4 |
* | silence warnings on win32 about static functions that are never used | Daniel Stenberg | 2005-03-19 | 1 | -6/+17 |
* | some additional debug output | Daniel Stenberg | 2005-03-19 | 1 | -2/+5 |
* | fix compiler warning | Daniel Stenberg | 2005-03-19 | 1 | -1/+1 |
* | Fixed spelling of --runtestopts | Dan Fandrich | 2005-03-18 | 1 | -3/+3 |
* | Netware builds don't use configure. | Dan Fandrich | 2005-03-18 | 1 | -1/+2 |
* | fix by Kyrre Kristiansen | Daniel Stenberg | 2005-03-18 | 1 | -2/+2 |
* | adjust to use plain 'make' even for cross-compiles if using configure- | Daniel Stenberg | 2005-03-18 | 1 | -2/+3 |
* | a Common Lisp binding | Daniel Stenberg | 2005-03-18 | 1 | -0/+1 |
* | Change the bogus address used in test237 to be more reliable when run | Dan Fandrich | 2005-03-17 | 1 | -2/+5 |
* | Use the proper macro to do uClibc detection. | Dan Fandrich | 2005-03-17 | 1 | -1/+1 |
* | include inet_pton.h | Daniel Stenberg | 2005-03-17 | 1 | -1/+2 |
* | added descriptions | Daniel Stenberg | 2005-03-17 | 1 | -22/+37 |
* | update year | Daniel Stenberg | 2005-03-17 | 1 | -1/+1 |
* | don't set TEST_F to blank when --runtestopts isn't used, as that will override | Daniel Stenberg | 2005-03-17 | 1 | -2/+6 |
* | support multiple error codes for a test case since some things just vary | Daniel Stenberg | 2005-03-17 | 3 | -7/+23 |
* | add 'FTP ASCII transfers' here, since they seem to be frequently attempted | Daniel Stenberg | 2005-03-17 | 1 | -0/+9 |
* | add new option | Daniel Stenberg | 2005-03-17 | 1 | -0/+3 |
* | add new file | Daniel Stenberg | 2005-03-17 | 1 | -1/+1 |
* | its a start | Daniel Stenberg | 2005-03-17 | 1 | -0/+75 |
* | use Curl_inet_pton(), not inet_pton(). | Daniel Stenberg | 2005-03-17 | 2 | -3/+3 |
* | Added the --runtestsopts option to testcurl.pl to override the default | Dan Fandrich | 2005-03-17 | 2 | -13/+17 |