Age | Commit message (Collapse) | Author |
|
for us to deal with
|
|
|
|
only file within libcurl to use that function
|
|
file instead
|
|
function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NULL!
|
|
Curl_is_resolved() function
|
|
|
|
we need to check for its presence in the configure script
|
|
|
|
when we cleanup the SSL stuff to not leak any memory.
I wish this was documented anywhere.
|
|
pointers to the internal default functions
|
|
|
|
out if necessary
|
|
|
|
|
|
2. don't leave allocated memory behind when returning error
|
|
|
|
|
|
allocation calls will succeed, the following will return NULL!
|
|
NTLM patch. Test case 84 and 85 verify this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
work.
|
|
|
|
|
|
cookie functions need that.
I also fixed the cookie loader to properly load and deal with cookies without
contents (or rather with a blank content).
|
|
|
|
|
|
|
|
|
|
make distcheck run fine
|
|
|
|
|
|
|
|
dir instead of the source dir, reverting that change
|
|
in the urlglobbing just now, fixed in the debian bug tracker as Bug#203827
|
|
the file in the dist-hook to make distcheck run fine
|
|
|
|
make sure it set async false even when using ipv6 (made test case 20 fail
before)
|