| Commit message (Expand) | Author | Age | Files | Lines |
* | cut off old crappy win32 comments and use the proper global_init instead | Daniel Stenberg | 2003-11-19 | 2 | -10/+4 |
* | cleaned up | Daniel Stenberg | 2003-11-19 | 1 | -13/+1 |
* | remove the wrong win32 comment and use global_init | Daniel Stenberg | 2003-11-19 | 1 | -3/+2 |
* | Maciej W. Rozycki's configure patch | Daniel Stenberg | 2003-11-17 | 1 | -0/+5 |
* | Maciej W. Rozycki made this script use a cache variable for the writable | Daniel Stenberg | 2003-11-17 | 1 | -3/+15 |
* | do ares_destroy() on the ares handle when we're done in Curl_is_resolved() | Daniel Stenberg | 2003-11-15 | 1 | -0/+2 |
* | two | Daniel Stenberg | 2003-11-15 | 1 | -0/+8 |
* | Mathias Axelsson found a case where we free()d the server certificate twice! | Daniel Stenberg | 2003-11-15 | 1 | -2/+0 |
* | Siddhartha Prakash Jain found a case with a bad resolve that we didn't | Daniel Stenberg | 2003-11-14 | 1 | -1/+4 |
* | updated | Daniel Stenberg | 2003-11-13 | 1 | -4/+25 |
* | Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts. | Daniel Stenberg | 2003-11-13 | 2 | -135/+65 |
* | -n disables valgrind now | Daniel Stenberg | 2003-11-13 | 1 | -14/+20 |
* | Default Content-Type for formparts has changed to "application/octet-stream". | Daniel Stenberg | 2003-11-13 | 1 | -2/+2 |
* | don't log failed socket() calls | Daniel Stenberg | 2003-11-13 | 1 | -1/+1 |
* | Gisle Vanem added a flush to make the progress-bar look better on windows | Daniel Stenberg | 2003-11-13 | 1 | -0/+1 |
* | mention it was added in 7.10.9 | Daniel Stenberg | 2003-11-12 | 1 | -1/+1 |
* | a resume http upload bug | Daniel Stenberg | 2003-11-12 | 1 | -0/+4 |
* | Added CURLOPT_NETRC_FILE. | Daniel Stenberg | 2003-11-11 | 7 | -51/+87 |
* | Generate the ca-bundle.h file in the build dir and not in the source dir, | Daniel Stenberg | 2003-11-10 | 1 | -2/+2 |
* | After Sébastien Willemijns' bug report, we now check the separators properly | Daniel Stenberg | 2003-11-10 | 1 | -16/+16 |
* | for the getpwuid() etc | Daniel Stenberg | 2003-11-08 | 1 | -0/+3 |
* | use char, not bool | Daniel Stenberg | 2003-11-08 | 1 | -1/+1 |
* | things happen even during slow days! ;-) | Daniel Stenberg | 2003-11-07 | 1 | -3/+23 |
* | do a normal free() of the homedir now | Daniel Stenberg | 2003-11-07 | 1 | -1/+1 |
* | Based on Gisle Vanem's $HOME patch, we now attempt to find the home dir | Daniel Stenberg | 2003-11-07 | 5 | -4/+152 |
* | Removed references to the no-longer existing PASSWDFUNCTION. That option | Daniel Stenberg | 2003-11-07 | 1 | -9/+5 |
* | remove the struct fields for the deprecated passwd prompt callback | Daniel Stenberg | 2003-11-07 | 1 | -2/+0 |
* | explain the requirements for --negotiate, --ntlm and --krb4 | Daniel Stenberg | 2003-11-07 | 1 | -6/+9 |
* | mark options better | Daniel Stenberg | 2003-11-07 | 1 | -80/+83 |
* | Ralph Mitchell's update that allows this script to take an existing | Daniel Stenberg | 2003-11-07 | 1 | -64/+89 |
* | the resource file itself | Daniel Stenberg | 2003-11-07 | 1 | -0/+41 |
* | removed the resource lines I shouldn't have added in the firt place | Daniel Stenberg | 2003-11-07 | 1 | -4/+0 |
* | define TRUE and FALSE here as some platforms don't have them otherwise | Daniel Stenberg | 2003-11-07 | 1 | -0/+7 |
* | CURLDEBUG, no underscore | Daniel Stenberg | 2003-11-06 | 1 | -2/+2 |
* | Gisle Vanem's libcurl.dll version info patch applied | Daniel Stenberg | 2003-11-06 | 3 | -8/+31 |
* | don't allow options that we KNOW can't be used | Daniel Stenberg | 2003-11-06 | 1 | -46/+40 |
* | mark all mentioned options better | Daniel Stenberg | 2003-11-06 | 1 | -29/+29 |
* | converted most .I lines to \fI ones | Daniel Stenberg | 2003-11-06 | 1 | -28/+19 |
* | egd, not edg | Daniel Stenberg | 2003-11-06 | 1 | -3/+1 |
* | Define TRUE and FALSE unless already present. I've moved away those | Daniel Stenberg | 2003-11-06 | 1 | -0/+8 |
* | removed the _last since that is by definition not an error code | Daniel Stenberg | 2003-11-06 | 1 | -3/+0 |
* | new defines for version info | Daniel Stenberg | 2003-11-06 | 1 | -0/+6 |
* | Insert the major, minor and patch numbers into the curl/curl.h header as | Daniel Stenberg | 2003-11-06 | 1 | -8/+9 |
* | We offer the version number "in parts" as well by introducing three new | Daniel Stenberg | 2003-11-06 | 1 | -1/+7 |
* | things | Daniel Stenberg | 2003-11-06 | 1 | -0/+13 |
* | new mirror added | Daniel Stenberg | 2003-11-06 | 1 | -7/+9 |
* | updated somewhat | Daniel Stenberg | 2003-11-06 | 1 | -9/+30 |
* | unitialized variable fix, reported by both Marty Kuhrt and benjamin gerard | Daniel Stenberg | 2003-11-06 | 1 | -2/+1 |
* | Mac OS X framework build files, contributed by Matt Veenstra | Daniel Stenberg | 2003-11-06 | 3 | -1/+141 |
* | Moved the TRUE and FALSE #defines to lib/setup.h instead, as they don't | Daniel Stenberg | 2003-11-06 | 2 | -7/+7 |