aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2001-05-29 3.11 How do I POST with a different Content-Type?Daniel Stenberg
2001-05-29clarified the MUTE optionDaniel Stenberg
2001-05-29updated, improved language at a few placesDaniel Stenberg
2001-05-29moved list of authors to the separate THANKS file and added that to theDaniel Stenberg
release archive
2001-05-29text: added in 7.8Daniel Stenberg
2001-05-29beauty fixDaniel Stenberg
2001-05-28ftps:// worksDaniel Stenberg
2001-05-28global_init() takes a flag option now, to tell libcurl what _not_ to init.Daniel Stenberg
it will make it better when the application uses several libs that use openssl and it also enables us to do the win32 winsock initing in the future if we want to
2001-05-28added 'curl-config --vernum' for hardcore hex version outputDaniel Stenberg
2001-05-28curl_global_cleanup and curl_global_init added to the familyDaniel Stenberg
2001-05-22cleanup commit for new autoconf+automake+libtool versionsDaniel Stenberg
2001-05-18added some, removed some, moved around some.Daniel Stenberg
2001-05-15added pointer to the examples/getinmemory.c source code for paragraphDaniel Stenberg
5.2 "How can I receive all data into a large memory chunk?"
2001-05-15Added getinmemory.cDaniel Stenberg
2001-05-15this might actually compile too...Daniel Stenberg
2001-05-15an example on how you can use the write callback to receive data in a memoryDaniel Stenberg
chunk
2001-05-15We need -lpthread for the pthread exampleDaniel Stenberg
2001-05-15correctedDaniel Stenberg
2001-05-15Added Pawel A. GajdaDaniel Stenberg
2001-05-08removed some texts like "starting with version XXX" blablaDaniel Stenberg
2001-05-08made clear that the cookie file format understood is Netscape _and_ MozillaDaniel Stenberg
2001-05-04Added multithread.cDaniel Stenberg
2001-05-04example using multiple threads to get URLsDaniel Stenberg
2001-05-04updated contributors listDaniel Stenberg
2001-05-04'FILE *' changed to 'void *' in all callback functionsDaniel Stenberg
2001-05-04fixed the link to the OS/2 Patch for OpenSSLDaniel Stenberg
2001-05-03corrected bad use of the CURLOPT_HTTPPOST headerDaniel Stenberg
2001-05-03fixed the EXTRA_DIST lineDaniel Stenberg
2001-04-27clarified and updatedDaniel Stenberg
2001-04-23minor rephrasingDaniel Stenberg
2001-04-23form post, not just formDaniel Stenberg
2001-04-23clarified and extended with an exampleDaniel Stenberg
2001-04-23Added comment about where to find the HTML versions of the man pagesDaniel Stenberg
2001-04-23Added curl_mprintf and curl_strequal in the list of "useful functions"Daniel Stenberg
2001-04-23curl_printf became curl_mprintfDaniel Stenberg
2001-04-23curl_printf is curl_mprintf nowDaniel Stenberg
2001-04-23persistent is spelled with an 'e', not an 'a'Daniel Stenberg
2001-04-22added missing (new) man pagesDaniel Stenberg
2001-04-22brand newDaniel Stenberg
2001-04-22removed done entriesDaniel Stenberg
2001-04-22updated and spell checkedDaniel Stenberg
2001-04-22spell checkedDaniel Stenberg
2001-04-20Added an examples section with examples I made up for the web pageDaniel Stenberg
2001-04-20This is LIBCURL turned into man page format!Daniel Stenberg
2001-04-20minor correctionsDaniel Stenberg
2001-04-19fixed an nroff syntax mistakeDaniel Stenberg
2001-04-19Added a brief description of curl-config, mentioned that curl_* functions areDaniel Stenberg
the only public ones
2001-04-18confirmed install on ultrix 4.3aDaniel Stenberg
2001-04-18Added curl-config.1Daniel Stenberg
2001-04-18brand new command, brand new docs!Daniel Stenberg