aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-21"Ofer" reported a problem when libcurl re-used a connection and failed to doDaniel Stenberg
it, it could then accidentally actually crash. Presumably, this concerns FTP connections. http://curl.haxx.se/bug/view.cgi?id=1330310
2005-10-21Temprimus improved the MSVC makefile so that the static debug SSL libs areDaniel Stenberg
linked to the executable and not to the libcurld.lib http://curl.haxx.se/bug/view.cgi?id=1326676
2005-10-21Bradford Bruce made the windows resolver code properly returnDaniel Stenberg
CURLE_COULDNT_RESOLVE_PROXY and CURLE_COULDNT_RESOLVE_HOST on resolving errors (as documented).
2005-10-20shorted and unified language in the --help outputDaniel Stenberg
2005-10-202 gone, 2 added, 1 moved, 1 changed nameDaniel Stenberg
2005-10-20Dave Dribin made libcurl understand and handle cases when the serverDaniel Stenberg
(wrongly) sends *two* WWW-Authenticate headers for Digest. While this should never happen in a sane world, libcurl previously got into an infinite loop when this occurred. Dave added test 273 to verify this.
2005-10-202 mirrors, 1 binding releaseDaniel Stenberg
2005-10-20Added a dump_addrinfo() function to ease debugging of resolved names. DefineDaniel Stenberg
DEBUG_ADDRINFO to enable.
2005-10-20Temprimus improved the MSVC makefile: "makes a build option available so ifDaniel Stenberg
you set rtlibcfg=static for the make, then it would build with /MT. The default behaviour is /MD (the original)." http://curl.haxx.se/bug/view.cgi?id=1326665
2005-10-18Removed mention of TFTP now that it's implemented.Dan Fandrich
2005-10-18Mohun Biswas' suggested change to prevent GNU indent to warn on the =-1 line.Daniel Stenberg
2005-10-14Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave DribinDaniel Stenberg
reported, the define is used by the configure script and is assumed to use the 0xYYXXZZ format. This made "curl-config --vernum" fail in the 7.15.0 release version.
2005-10-14Reported by 'TemPRImus' in bug 1326665: use the "Multi-Threaded" options evenDaniel Stenberg
when building the static library. http://curl.haxx.se/bug/view.cgi?id=1326665
2005-10-13Slight editing of wording in the CURLOPT_SSL_VERIFYHOST section.Daniel Stenberg
2005-10-13start working on 7.15.1Daniel Stenberg
2005-10-13added names from the 7.15.0 releaseDaniel Stenberg
2005-10-137.15.0 timeDaniel Stenberg
2005-10-13Make sure that the user and domain strings fit in the target buffer before weDaniel Stenberg
copy them there.
2005-10-13NTLM requires windows or OpenSSL. If you build with GnuTLS for example youDaniel Stenberg
do not get NTLM support enabled.
2005-10-117.15.0 in november?Daniel Stenberg
2005-10-10make it compile warning-free and free() the memory before exitDaniel Stenberg
2005-10-10pass a NULL pointer in the service argument (the second) if the port numberDaniel Stenberg
was 0 as it seems at least some AIX versions don't like a "0" string there
2005-10-06Added tftp.obj.Gisle Vanem
2005-10-06we all the next version 7.15.0 due to the new TFTP supportDaniel Stenberg
2005-10-06remove getinfo-times from the dist archive since the info is now in theDaniel Stenberg
curl_easy_getinfo man page
2005-10-06end the .nf section, mark the option names properly so that they end upDaniel Stenberg
as links in the html version
2005-10-06Added the info from getinfo-times as it really belongs in this man page.Daniel Stenberg
2005-10-05mention the recent fixesDaniel Stenberg
2005-10-05added test case 272 for -z download over FTP when the timestamp is identicalDaniel Stenberg
to the remote one
2005-10-05CURL_TIMECOND_IFMODSINCE actually requires that the remote document has beenDaniel Stenberg
modded since the given time, so we should compare <= and not just <.
2005-10-04Domenico Andreoli's patch that removes a few 0xa0(!) bytesDaniel Stenberg
2005-10-04Michael Wallner reported that the date parser had wrong offset stored forDaniel Stenberg
the MEST and CEST time zones.
2005-10-04Domenico Andreoli's SEE ALSO patchDaniel Stenberg
2005-10-03Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to codeDaniel Stenberg
to do (what I believe is) "right". See docs on: http://publib.boulder.ibm.com/infocenter/pseries/index.jsp?topic=/com.ibm.aix.doc/libs/commtrf2/getservbyport_r.htm
2005-10-03recent actionDaniel Stenberg
2005-10-02Avoid gcc warning "dereferencing type-punned pointerGisle Vanem
will break strict-aliasing rules".
2005-10-02Fix for building with MS Visual-C and single-threadedGisle Vanem
runtime libs.
2005-09-30fixed the proper path to the tftpd serverDaniel Stenberg
2005-09-30a new mirror, but we don't increase the amount since one of the former onesDaniel Stenberg
are now officially no longer considered a mirror... ;-)
2005-09-30Update in the "which license is best" section as it seems Debian people haveDaniel Stenberg
made up their mind. Spell-checked as well.
2005-09-29Starting now, the verbose text that goes like "About to connect() to" willDaniel Stenberg
now contain the word "proxy" is the hostname is in fact a proxy. This will help users detect situations when they mistakenly use a proxy.
2005-09-27David Yan brought the Content-Range reportDaniel Stenberg
2005-09-27An anonymous submitter filed bug #1299181Daniel Stenberg
(http://curl.haxx.se/bug/view.cgi?id=1299181) that identified a silly problem with Content-Range: headers with the 'bytes' keyword written in a different case than all lowercase! It would cause a segfault!
2005-09-27TJ Saunders of the proftpd project identified and pointed out problems withDaniel Stenberg
the modified FTPS negotiation change of August 19 2005. Thus, we revert the change back to pre-7.14.1 status.
2005-09-22clarify what the default read callback does and how it uses the READDATADaniel Stenberg
option
2005-09-21three debian bug reports addressedDaniel Stenberg
2005-09-21stricter type usage for time variables to avoid picky compiler warningsDaniel Stenberg
2005-09-211 - attempted fix of uninitialized variableDaniel Stenberg
2 - indented and edited to fit better within 80 columns 3 - fixed possible buffer overflow in the service name lookup function
2005-09-21simplified the sin6_scope_id test and removed some left-overs from the previousDaniel Stenberg
way of detecting it
2005-09-21fixed the check for the addrinfo structDaniel Stenberg