summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* Some functions are static here, but extern in libxml'sGisle Vanem2005-02-091-6/+6
* fix typeDaniel Stenberg2005-02-041-1/+1
* another exampleDaniel Stenberg2005-02-021-1/+1
* HTML parsing example with libtidy, by Jeff PohlmeyerDaniel Stenberg2005-02-021-0/+118
* somewhat nicer libcurl usageDaniel Stenberg2005-01-311-0/+4
* htmltitleDaniel Stenberg2005-01-311-0/+2
* HTML <head> parsing (with libxml) example code by Lars Nilsson.Daniel Stenberg2005-01-312-1/+298
* FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg2005-01-211-24/+23
* If you give a *_LARGE option you MUST make sure that the type of the passed-inDaniel Stenberg2005-01-201-2/+6
* add a URL to an article about making Apache support PUTDaniel Stenberg2005-01-191-0/+3
* Added anyauthput.exe.Gisle Vanem2004-11-261-33/+33
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-247-18/+191
* trying a version with URLs for all function callsDaniel Stenberg2004-11-221-0/+5
* removed trailing whitespaceDaniel Stenberg2004-11-221-4/+4
* removed unused variable and trailing whitespaceDaniel Stenberg2004-11-221-8/+7
* remove curl_ prefix from functions not present in libcurlDaniel Stenberg2004-11-221-7/+7
* re-indented to curl styleDaniel Stenberg2004-11-221-325/+351
* renamed curl_thread to my_thread to avoid confusionDaniel Stenberg2004-11-221-2/+2
* add URLs in comments for all libcurl function callsDaniel Stenberg2004-11-221-0/+35
* added comment for windows people about READFUNCTION being neededDaniel Stenberg2004-11-211-0/+6
* mention the openssl callbacks for SSL multithreadDaniel Stenberg2004-11-161-10/+16
* modified to not use realloc() on a NULL pointerDaniel Stenberg2004-11-021-6/+16
* Open "debugit" in binary mode ("rb").Gisle Vanem2004-10-161-1/+1
* *** empty log message ***Gisle Vanem2004-10-061-2/+2
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-063-496/+496
* stripped trailing whitespaceDaniel Stenberg2004-08-233-15/+19
* lost of more into on how to tweak some headersDaniel Stenberg2004-08-231-7/+45
* debug.c is a fresh new example showing how to use the DEBUGFUNCTION to getDaniel Stenberg2004-08-232-1/+129
* removed trailing whitespace, indented to curl-style levelsDaniel Stenberg2004-08-121-40/+46
* Another Gisle updateDaniel Stenberg2004-06-301-64/+33
* Gisle's updateDaniel Stenberg2004-06-291-31/+64
* Added example of how to use the upcoming support for FTP 3rd party transfersDaniel Stenberg2004-06-032-1/+105
* getinfo.c is a new tiny example that uses curl_easy_getinfo() to get theDaniel Stenberg2004-06-032-1/+38
* added example that makes an upload to a file:// urlDaniel Stenberg2004-05-262-1/+66
* strip trailing whitespaceDaniel Stenberg2004-05-261-5/+5
* new example proving that the debug callback works even when the multiDaniel Stenberg2004-05-241-1/+2
* remove trailing whitespaceDaniel Stenberg2004-05-241-4/+4
* multi interface, debug callbackDaniel Stenberg2004-05-241-0/+178
* language!Daniel Stenberg2004-05-191-1/+1
* Set CURLOPT_USERAGENT tooDaniel Stenberg2004-05-191-0/+4
* added https.cDaniel Stenberg2004-05-131-5/+4
* basic https fetching scriptDaniel Stenberg2004-05-131-0/+53
* if select returns -1, bail out of the loopDaniel Stenberg2004-04-021-0/+2
* use the correct structDaniel Stenberg2004-03-281-2/+2
* Ken Rastatter's fixes to improve portability of this example:Daniel Stenberg2004-02-091-14/+20
* David J Meyer's large file support.Daniel Stenberg2004-01-052-4/+3
* typecast the size to long for platforms where st_size is off_tDaniel Stenberg2003-12-181-2/+3
* clarified the URL part based on the problems Martin Hilpert hadDaniel Stenberg2003-12-181-1/+2
* removed old version checksDaniel Stenberg2003-12-082-15/+0
* use the newer option namesDaniel Stenberg2003-12-087-7/+7