Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-27 | clear the domains and sortlist when the 'channel' is first created so that | Daniel Stenberg | |
we can compare if non-NULL elsewhere | |||
2004-05-27 | better checks to avoid free(NULL) | Daniel Stenberg | |
2004-05-27 | James Bursa's fix to prevent free(NULL) to occur | Daniel Stenberg | |
2004-05-26 | the CONNECT issue seems fixed too now | Daniel Stenberg | |
2004-05-26 | Mohun Biswas added release-zlib and debug-zlib targets. | Daniel Stenberg | |
2004-05-26 | MSVC makefiles updated and an auth problem when using CONNECT | Daniel Stenberg | |
2004-05-26 | curllib.dsp works in the latest snapshots | Daniel Stenberg | |
2004-05-26 | bugs, changes, sponsors! | Daniel Stenberg | |
2004-05-26 | updated with recent stuff | Daniel Stenberg | |
2004-05-26 | three new functions in the public API | Daniel Stenberg | |
2004-05-26 | added example that makes an upload to a file:// url | Daniel Stenberg | |
2004-05-26 | strip trailing whitespace | Daniel Stenberg | |
2004-05-26 | Added a new 'bit' in the connect struct named 'tunnel_proxy' that is set | Daniel Stenberg | |
if a connection is tunneled through a proxy. A tunnel is done with CONNECT, either when using HTTPS or FTPS, or if explicitly enabled by the app. | |||
2004-05-25 | initial support for "uploading" to file:// URLs | Daniel Stenberg | |
2004-05-25 | --proxy-basic added for completeness | Daniel Stenberg | |
2004-05-25 | removed some stuff that actually is done now, added the --optionseparator | Daniel Stenberg | |
idea (not really new, but its better to have it mentioned in here) | |||
2004-05-25 | Bug report #948950, excessive amount of file descriptors might crash libcurl | Daniel Stenberg | |
2004-05-25 | Massimiliano Ziccardi's updates for the VC6 makefiles | Daniel Stenberg | |
2004-05-25 | preprocessor magic around the libidn idn_free() stuff to remain workable | Daniel Stenberg | |
both with older libidn versions without idn_free() and with libidn versions that gets installed without idn-free.h | |||
2004-05-25 | checl for the idn_free stuff to remain functionall even with older libidn | Daniel Stenberg | |
versions | |||
2004-05-25 | remove trailing whitespace | Daniel Stenberg | |
2004-05-25 | make one call instead of two | Daniel Stenberg | |
2004-05-24 | new example proving that the debug callback works even when the multi | Daniel Stenberg | |
interface is used | |||
2004-05-24 | remove trailing whitespace | Daniel Stenberg | |
2004-05-24 | multi interface, debug callback | Daniel Stenberg | |
2004-05-24 | delete trailing whitespace | Daniel Stenberg | |
2004-05-24 | if no errorbuffer string was provided when a return code was returned, use | Daniel Stenberg | |
the curl_easy_strerror() function to provide one | |||
2004-05-24 | IDN is a recognized feature | Daniel Stenberg | |
2004-05-24 | fixed a reference | Daniel Stenberg | |
2004-05-24 | meta-m runs delete-trailing-whitespace in curl-mode | Daniel Stenberg | |
2004-05-24 | delete trailing whitespace | Daniel Stenberg | |
2004-05-24 | delete trailing whitespace | Daniel Stenberg | |
2004-05-24 | better name | Daniel Stenberg | |
2004-05-24 | only idn_free() if built with libidn | Daniel Stenberg | |
2004-05-24 | delete trailing whitespace | Daniel Stenberg | |
2004-05-24 | Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to | Daniel Stenberg | |
Gisle's previous mail. We now use this function, and thus we require libidn 0.4.5 or later. No earler version will do. | |||
2004-05-24 | Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could | Daniel Stenberg | |
not be used both in one request. Fixed it and added test case 172 to verify. | |||
2004-05-21 | While talking to host a.b.c, libcurl did wrongly not accept cookies that were | Daniel Stenberg | |
set to the domain .a.b.c (that is with a dot prefix). This is now fixed and test case 171 verifies it. | |||
2004-05-21 | quickfix to avoid division by zero, possibly we should go over all of these | Daniel Stenberg | |
once and for all | |||
2004-05-20 | fixed transfer speed math | Daniel Stenberg | |
2004-05-20 | calculate upload and download speed using doubles to keep precision. | Daniel Stenberg | |
deleted trailing whitespace | |||
2004-05-19 | NTLM requires SSL | Daniel Stenberg | |
2004-05-19 | cert verify | Daniel Stenberg | |
2004-05-19 | added test 170 | Daniel Stenberg | |
2004-05-19 | David Byron's test case with -F that used to crash | Daniel Stenberg | |
2004-05-19 | killed trailing whitespace | Daniel Stenberg | |
2004-05-19 | just code formatting and killed whitespace | Daniel Stenberg | |
2004-05-19 | language! | Daniel Stenberg | |
2004-05-19 | Set CURLOPT_USERAGENT too | Daniel Stenberg | |
2004-05-19 | The kill trailing whitespace needs to be set better as this way it takes | Daniel Stenberg | |
effect globally which isn't nice. Commented it out for now. Display trailing whitespace still, to remind me. |