When re-using a connection, the path pointers were not setup properly so
[platform/upstream/curl.git] / docs /
2001-05-08 Daniel Stenbergremoved some texts like "starting with version XXX...
2001-05-08 Daniel Stenbergmade clear that the cookie file format understood is...
2001-05-04 Daniel StenbergAdded multithread.c
2001-05-04 Daniel Stenbergexample using multiple threads to get URLs
2001-05-04 Daniel Stenbergupdated contributors list
2001-05-04 Daniel Stenberg'FILE *' changed to 'void *' in all callback functions
2001-05-04 Daniel Stenbergfixed the link to the OS/2 Patch for OpenSSL
2001-05-03 Daniel Stenbergcorrected bad use of the CURLOPT_HTTPPOST header
2001-05-03 Daniel Stenbergfixed the EXTRA_DIST line
2001-04-27 Daniel Stenbergclarified and updated
2001-04-23 Daniel Stenbergminor rephrasing
2001-04-23 Daniel Stenbergform post, not just form
2001-04-23 Daniel Stenbergclarified and extended with an example
2001-04-23 Daniel StenbergAdded comment about where to find the HTML versions...
2001-04-23 Daniel StenbergAdded curl_mprintf and curl_strequal in the list of...
2001-04-23 Daniel Stenbergcurl_printf became curl_mprintf
2001-04-23 Daniel Stenbergcurl_printf is curl_mprintf now
2001-04-23 Daniel Stenbergpersistent is spelled with an 'e', not an 'a'
2001-04-22 Daniel Stenbergadded missing (new) man pages
2001-04-22 Daniel Stenbergbrand new
2001-04-22 Daniel Stenbergremoved done entries
2001-04-22 Daniel Stenbergupdated and spell checked
2001-04-22 Daniel Stenbergspell checked
2001-04-20 Daniel StenbergAdded an examples section with examples I made up for...
2001-04-20 Daniel StenbergThis is LIBCURL turned into man page format!
2001-04-20 Daniel Stenbergminor corrections
2001-04-19 Daniel Stenbergfixed an nroff syntax mistake
2001-04-19 Daniel StenbergAdded a brief description of curl-config, mentioned...
2001-04-18 Daniel Stenbergconfirmed install on ultrix 4.3a
2001-04-18 Daniel StenbergAdded curl-config.1
2001-04-18 Daniel Stenbergbrand new command, brand new docs!
2001-04-18 Daniel StenbergAdded contributors
2001-04-12 Daniel StenbergAdded text about curl.haxx.se not being a good test...
2001-04-12 Daniel Stenbergwe must fix SSL when IPv6 is enabled, since we can...
2001-04-10 Daniel StenbergAdded CURLOPT_HEADERFUNCTION description
2001-04-07 Daniel StenbergAndrés García pointed out a mistake with CURLOPT_EGDSOCKET
2001-04-06 Daniel StenbergNULL argument crashes this in 7.7.1 and before
2001-03-30 Daniel Stenbergelaborated more in CURLOPT_HTTPHEADER section
2001-03-27 Daniel StenbergAdded a line about the new makefile example
2001-03-27 Daniel StenbergAdded Makefile.example as an example makefile that...
2001-03-27 Daniel StenbergAdded ftpget.c just to show that it is exactly as easy...
2001-03-27 Daniel Stenbergno more ' as first letter of a row, and made the quotes...
2001-03-27 Daniel StenbergAdded some text to WRITEHEADER about the fact that...
2001-03-24 Daniel StenbergColin Watson's man patch as posted to debian bug tracke...
2001-03-23 Daniel Stenbergtwo Qs added:
2001-03-23 Daniel Stenbergupdates by SM nttp at iname.com
2001-03-22 Daniel Stenbergupdated with the new don't-encode-already-encoded-data...
2001-03-22 Daniel Stenbergadded how to pronounce curl! ;-)
2001-03-22 Daniel Stenbergdon't mention explicit version 7.8
2001-03-22 Daniel Stenbergadded escape and unescape man pages
2001-03-22 Daniel Stenbergnot exactly new, but documented for 7.7
2001-03-20 Daniel StenbergGNUTLS is another new SSL library we can add support...
2001-03-16 Daniel Stenbergmoved to ../../php/examples/
2001-03-16 Daniel Stenbergthe PHP examples are moved
2001-03-15 Daniel Stenbergmoved the documentation item to 7.8, it is rather impor...
2001-03-15 Daniel Stenbergupdated to have the windows builds instructions use...
2001-03-15 Daniel Stenbergconnection timeout is now supported
2001-03-15 Daniel StenbergPut more concentrated unix install help already at...
2001-03-14 Daniel Stenbergadded some text for -d that says it "emulates filling...
2001-03-14 Daniel StenbergAdded the --egd-file and --random-file options
2001-03-14 Daniel Stenbergthe URL escape/unescape functions are also public but...
2001-03-14 Daniel Stenbergdocumented the undocumented public functions in libcurl
2001-03-13 Daniel Stenbergremoved the random seeding and persistant stuff, as...
2001-03-13 Daniel Stenberg7.7 beta 2 fixes
2001-03-13 Daniel Stenbergexchanged I and me to we and us in a lot of places
2001-03-13 Daniel Stenberga whole new section on persitant connections and how...
2001-03-13 Daniel Stenbergwe speak HTTP 1.1 now
2001-03-13 Daniel Stenbergclose policies
2001-03-12 Daniel StenbergAdded the two new seeding options
2001-03-12 Daniel StenbergAdded four new options that come with the new persitant...
2001-03-12 Daniel Stenbergpersistant updates
2001-03-12 Daniel Stenbergadded a note about persitant connections through HTTP...
2001-03-12 Daniel StenbergAdded some persistant notes
2001-03-12 Daniel Stenbergadded persistant connection details
2001-03-12 Daniel Stenbergreplaced I and my with we and us
2001-03-12 Daniel Stenbergupdated
2001-03-08 Daniel Stenbergpersistant adjusts
2001-03-08 Daniel Stenbergupdated for persistant connections
2001-03-07 Daniel Stenbergconnection timeout is in for 7.7
2001-03-06 Daniel StenbergAdded persistant connections blurb even if it doesn...
2001-03-06 Daniel Stenbergcleaned up for the 7.7 fixes
2001-03-05 Daniel StenbergAdded a persistant connection example
2001-03-05 Daniel Stenbergupdated to libcurl 7.7 conditions
2001-03-05 Daniel Stenbergmucho updated with new 7.7 concepts
2001-03-04 Daniel Stenberg7.7 alpha 2 commit
2001-02-22 Daniel StenbergDouglas R. Horner's corrections applied
2001-02-20 Daniel Stenbergmultiple connection support initial commit
2001-02-20 Daniel Stenbergremoved the #ifdef
2001-02-20 Daniel Stenbergwin32sockets.c is now added with winsock init/cleanup...
2001-02-19 Daniel StenbergAdded three tiny PHP examples
2001-02-19 Daniel Stenbergblurb about different languages and environments added
2001-02-19 Daniel Stenbergjust a few PHP/curl examples
2001-02-19 Daniel Stenbergadded stuff to the mailing list chapter
2001-02-16 Daniel Stenbergremoved --continue task (done)
2001-02-16 Daniel Stenberg2.2 - rephrased
2001-02-12 Daniel Stenbergcorrected the prototype
2001-02-12 Daniel StenbergAdded 3.10 and a few minor updates
2001-02-08 Daniel Stenbergpostit.c was added as a HTML form file upload example
2001-02-07 Daniel Stenberg7.6.1-pre3
2001-02-05 Daniel StenbergJun-ichiro itojun Hagino's IPv6 adjustments
next