aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
memory.h is included everywhere for this.
2004-05-05minor update editsDaniel Stenberg
2004-05-04multipart formposts should be more streamyDaniel Stenberg
2004-05-04removed curl_formparse() from the libraryDaniel Stenberg
2004-05-03Added --proxy-digest, added the standard curl source header to this file.Daniel Stenberg
2004-05-03fixed the pdf and html for the strerror functionsDaniel Stenberg
2004-04-30these functions are marked to get removed from the public API "soon"Daniel Stenberg
2004-04-27Added LICENSE-MIXING to the release archiveDaniel Stenberg
2004-04-27added curl_*_strerrorDaniel Stenberg
2004-04-27added doctype tag to get HTML compliantDaniel Stenberg
2004-04-26my nroff 1.18.1 complained the URL as it contains a nroff combo somehowDaniel Stenberg
and when I modified it slightly the warning dissappeared...
2004-04-26Kim Karlsson pointed out that error 57 was wrongly documentedDaniel Stenberg
2004-04-15clarified that select() timeouts should always remain rather shortDaniel Stenberg
2004-04-14format fixDaniel Stenberg
2004-04-13minor format fixDaniel Stenberg
2004-04-13eh, these can't be used for poll()! ;-)Daniel Stenberg
2004-04-13additional infoDaniel Stenberg
2004-04-13removed the BUGS section since it offers nothing goodDaniel Stenberg
2004-04-07getting only a 100 Continue response and nothing else, when talking HTTP,Daniel Stenberg
is now treated as an error by libcurl
2004-04-07--limit-rate using -d or -F does not workDaniel Stenberg
2004-04-06Moved long-standing issues over from TODO-RELEASE to the more long-term TODODaniel Stenberg
file.
2004-04-02prepend the man3 dir to the file name to work better.Daniel Stenberg
Robin Kay pointed this out.
2004-04-02if select returns -1, bail out of the loopDaniel Stenberg
2004-03-30one issue lessDaniel Stenberg
2004-03-30mention the fact that you can append a new CA cert to the existing bundle tooDaniel Stenberg
2004-03-28use the correct structDaniel Stenberg
2004-03-26some more password blurbDaniel Stenberg
2004-03-25tcp-nodelay patch by Joe HalpinDaniel Stenberg
2004-03-24Tor Arntsen's major ispell patchDaniel Stenberg
2004-03-22fixed the ntlm problem with longish passwordsDaniel Stenberg
2004-03-17Günter Knauf's NetWare changes.Daniel 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-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-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-12CURLOPT_POSTFIELDSIZE_LARGE is added in 7.11.1Daniel Stenberg
2004-03-12Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of theDaniel Stenberg
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
2004-03-08Removed John Clayton's really odd bug since its never been reported again andDaniel Stenberg
it was quite a long time since he experienced that one.
2004-03-08mention error 64Daniel Stenberg
2004-03-05'make clean' should only remove the generated html files, index.html is notDaniel Stenberg
one of them!
2004-03-05mention the D bindingDaniel Stenberg
2004-03-05Multiple updates, most of them being proper formatting to create nice htmlDaniel Stenberg
links in the web pages, but also additional facts and removal of old crap.
2004-03-02large file in jan 2004Daniel Stenberg