Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-04 | kill warnings | Daniel Stenberg | |
2005-04-04 | Marcelo Juchem's improvements | Daniel Stenberg | |
2005-04-04 | hostthre.c: destroy_thread_data() made public. Called | Gisle Vanem | |
from url.c: Curl_disconnect(). | |||
2005-04-04 | spell fixes, based on the Debian bug report #302820 submitted by "A Costa" | Daniel Stenberg | |
2005-04-03 | fix of tonight | Daniel Stenberg | |
2005-04-03 | Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actually | Daniel Stenberg | |
also affecting NTLM and Negotiate.) It turned out that if the server responded with 100 Continue before the initial 401 response, libcurl didn't take care of the response properly. Test case 245 and 246 added to verify this. | |||
2005-04-03 | Test 245 was just added in an attempt to repeat Hardeep Singh's recent bug. | Daniel Stenberg | |
But this works just fine on my host. Plain HTTP POST using Digest. | |||
2005-03-31 | fixed bad comment, pointed out by Marcelo Juchem | Daniel Stenberg | |
2005-03-31 | copyright this year | Daniel Stenberg | |
2005-03-31 | Attempt to make this code more forgiving for systems that doesn't detect | Daniel Stenberg | |
the failed connect "immediately". | |||
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg | |
2005-03-31 | the cookie API is better and more likely to happen in a separate release | Daniel Stenberg | |
2005-03-30 | fix configure's SSL-detection for msys/mingw (from Andres Garcia) | Daniel Stenberg | |
2005-03-30 | format mistake in --form-string, pointed out by Owen Watson | Daniel Stenberg | |
2005-03-29 | Better connection keep-alive when POSTing with HTTP Digest or Negotiate. | Daniel Stenberg | |
2005-03-29 | Don't close the connection if we're in a known negotiation mode and we won't | Daniel Stenberg | |
send any data anyway. Probably the bug Tom Moers noticed. | |||
2005-03-29 | proxy multi auth fix, --proxy-anyauth, ftp-ssl and ftp response reading fix | Daniel Stenberg | |
2005-03-29 | postpone these | Daniel Stenberg | |
2005-03-29 | When doing FTP-SSL, advance to the next state properly when the response to | Daniel Stenberg | |
AUTH has been received successfully. | |||
2005-03-29 | Fixed the FTP response reader function to properly deal with responses split | Daniel Stenberg | |
up in several chunks when read. | |||
2005-03-29 | Made the server send data to the control/data connections using two dedicated | Daniel Stenberg | |
functions. This enabled me to add a function that automatically delays between each byte, to proper test curl's ability to read FTP server responses sent in many (small) chunks. See also upcoming libcurl fixes... | |||
2005-03-28 | Based on Augustus Saunders' comments and findings, the HTTP output auth | Daniel Stenberg | |
function was fixed to use the proper proxy authentication when multiple ones were added as accepted. test 239 and test 243 were added to repeat the problems and verify the fixes. | |||
2005-03-28 | Added --proxy-anyauth | Daniel Stenberg | |
2005-03-28 | modified some log outputs, added comment about auth required as used in | Daniel Stenberg | |
test 154 | |||
2005-03-22 | can you spell copy and paste error for me loud and clear? ;-P | Daniel Stenberg | |
2005-03-22 | provide HTML and PDF versions of the man pages in the dist archive | Daniel Stenberg | |
2005-03-22 | When cross-compiling, we do some better checking for the NI_WITHSCOPEID ↵ | Daniel Stenberg | |
option instead of just assuming it is present. | |||
2005-03-22 | CURL_EXTERN is already in <curl/curl.h>. | Gisle Vanem | |
2005-03-22 | Prevent redefinition warning with CURLDEBUG. | Gisle Vanem | |
2005-03-22 | moved out the changes from 2004 to CHANGES.2004 | Daniel Stenberg | |
2005-03-22 | Fixed typo. | Dan Fandrich | |
2005-03-21 | the same fix here too, typecast to prevent win32 compiler warning | Daniel Stenberg | |
2005-03-21 | typecase to fix win32 compiler warning (and intended as other code is) | Daniel Stenberg | |
2005-03-21 | Modified the VALID_SOCK() macro to become VERIFY_SOCK() instead. It is slighly | Daniel Stenberg | |
more involved, but should hopefully not generate any compiler warnings on win32 systems (that can't check the socket based on the numeric). | |||
2005-03-21 | Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM support | Daniel Stenberg | |
is no longer only present when built with SSL support. | |||
2005-03-21 | format mistake | Daniel Stenberg | |
2005-03-20 | removed a (fairly useless) debug output just to compile without warning | Daniel Stenberg | |
2005-03-20 | silence win32 compiler warnings | Daniel Stenberg | |
2005-03-20 | attempt to fix the ares link breakage with --enable-debug in libcurl and here | Daniel Stenberg | |
2005-03-19 | silence warnings on win32 about static functions that are never used | Daniel Stenberg | |
2005-03-19 | some additional debug output | Daniel Stenberg | |
2005-03-19 | fix compiler warning | Daniel Stenberg | |
2005-03-18 | Fixed spelling of --runtestopts | Dan Fandrich | |
2005-03-18 | Netware builds don't use configure. | Dan Fandrich | |
2005-03-18 | fix by Kyrre Kristiansen | Daniel Stenberg | |
2005-03-18 | adjust to use plain 'make' even for cross-compiles if using configure- | Daniel Stenberg | |
style build | |||
2005-03-18 | a Common Lisp binding | Daniel Stenberg | |
2005-03-17 | Change the bogus address used in test237 to be more reliable when run | Dan Fandrich | |
on a host with a buggy resolver that strips all but the bottom 8 bits of each octet. The resolved address in this case (192.0.2.127) is guaranteed never to belong to a real host (see RFC3330). | |||
2005-03-17 | Use the proper macro to do uClibc detection. | Dan Fandrich | |
2005-03-17 | include inet_pton.h | Daniel Stenberg | |