aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-21Marty Kuhrt's VMS updatesDaniel Stenberg
2004-03-21recognize and use ACLOCAL_FLAGS if set (Thomas Schwinge patch)Daniel Stenberg
2004-03-21use tabs, not spaces!Daniel Stenberg
2004-03-19Added the Version 7.11.1 markerDaniel Stenberg
2004-03-19starting a new cycleDaniel Stenberg
2004-03-18irix configure fix and a msvc project file updateDaniel Stenberg
2004-03-18Mitz Wark's reported Digest re-negotiate problem is issue 30.Daniel Stenberg
2004-03-18For IRIX systems we must pick the "correct" lib dirs for the particularDaniel Stenberg
libs we want. $libsuff is the magic variable that contains a suffix (which might be blank). Tor Arntsen brought details and verified this fix.
2004-03-17added http_ntlm.[ch] and inet_pton.[ch], pointed out by WatzDaniel Stenberg
2004-03-17Günter Knauf's update, mainly converted to plain old C comments.Daniel Stenberg
2004-03-17new netware-related files added to the distributionDaniel Stenberg
2004-03-17Günter Knauf's NetWare changes.Daniel Stenberg
2004-03-17nonsense comments removedDaniel Stenberg
2004-03-16mention yesterday's man page update frenzyDaniel Stenberg
2004-03-16issue 29 has a bug report mentioning detailsDaniel Stenberg
2004-03-16removed the min() macro defineDaniel Stenberg
2004-03-16random updatesDaniel Stenberg
2004-03-16added the CA bundle default path, and mention the risk that the server youDaniel Stenberg
try to talk to may be an imposter
2004-03-15ntlm and long passwordsDaniel Stenberg
2004-03-15if the global_init() is called from within curl_easy_init() and returnsDaniel Stenberg
an error code, we now make curl_easy_init fail and return NULL.
2004-03-15ignore these filesDaniel Stenberg
2004-03-15automake file for this dirDaniel Stenberg
2004-03-15provide URLs to two patches mentionedDaniel Stenberg
2004-03-15NTLM fixDaniel Stenberg
2004-03-15better formatting to create fine links in the web versionDaniel Stenberg
2004-03-15more formatting fixesDaniel Stenberg
2004-03-15refer to function names better to enhance the HTML outputDaniel Stenberg
2004-03-15Initial commit of the first attempt to make three new *strerror() functions.Daniel Stenberg
No protos in the headers yet and no docs.
2004-03-15windows builds now report a slightly different "OS" stringDaniel Stenberg
2004-03-15check for m4 version in buildconfDaniel Stenberg
2004-03-15random formatting updates to look better in HTML versionDaniel Stenberg
2004-03-15use .NF for the struct part to looke better in HTMLDaniel Stenberg
format some function references properly
2004-03-15more fixesDaniel Stenberg
2004-03-15better formatting of functions to get better links in the web versionDaniel Stenberg
2004-03-15better mentioning of other functions to create proper hrefs in the webDaniel Stenberg
version
2004-03-15build_vms.com is removed from hereDaniel Stenberg
2004-03-15Marty Kuhrt's VMS updatesDaniel Stenberg
2004-03-15Added the new vms subdir in the packages dirDaniel Stenberg
2004-03-15new vms subdirDaniel Stenberg
2004-03-15not used anymore since Marty Kuhrt's recent VMS updatesDaniel Stenberg
2004-03-15Marty Kuhrt's provided files for the VMS packageDaniel Stenberg
2004-03-15Check for a GNU version of m4, since autoconf won't run nicely without one.Daniel Stenberg
2004-03-14fix signed and unsigned warningsDaniel Stenberg
2004-03-13postsize is off_t now, so we typecase it to int before doing normal printfDaniel Stenberg
with it (knowing it won't be larger than what fits in an int)
2004-03-13the postsize is an off_t so use the proper printf format to output theDaniel Stenberg
content-length when doing multipart posts
2004-03-12more variable type fixing for the huge postsDaniel Stenberg
2004-03-12newer c-ares releaseDaniel Stenberg
2004-03-12more variable type fixes for the large POST supportDaniel Stenberg
2004-03-12Made the 'postsize' variable an off_t type to be able to hold large fileDaniel Stenberg
sizes if desired
2004-03-12minor variable type fixDaniel Stenberg