summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* cookie: Stop exporting any-domain cookiesJay Satiro2015-06-031-1/+6
* http2-upload.c: use PIPEWAIT for playing HTTP/2 betterDaniel Stenberg2015-06-011-0/+5
* http2-download: check for CURLPIPE_MULTIPLEX properlyDaniel Stenberg2015-06-011-1/+1
* dist: add the http2 examplesDaniel Stenberg2015-05-281-2/+3
* http2 examples: clean up some commentsDaniel Stenberg2015-05-282-5/+1
* examples: added two programs doing multiplexed HTTP/2Daniel Stenberg2015-05-282-0/+639
* build: bump version in default nghttp2 pathsViktor Szakats2015-05-191-1/+1
* build: update depedency versions, urls, example makefilesViktor Szakats2015-04-302-16/+37
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-163-13/+5
* sepheaders.c: Applied curl oding standardsSteve Holme2014-12-311-7/+9
* sepheaders.c: Fixed resource leak on failureJulien Nabet2014-12-311-1/+2
* asiohiper.cpp: No need to initialise members of ConnInfoSteve Holme2014-12-271-2/+0
* asiohiper.cpp: Updated for curl coding standardsSteve Holme2014-12-271-58/+73
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-271-2/+2
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-261-2/+2
* synctime.c: added own user-agent string.Guenter Knauf2014-12-131-4/+3
* synctime.c: removed another timeserver URL.Guenter Knauf2014-12-131-3/+2
* synctime.c: fixed timeserver URLs.Guenter Knauf2014-12-131-3/+3
* synctime.c: fixed user-agent setting.Guenter Knauf2014-12-091-4/+7
* Makefile.inc: Added our standard header and updated file formattingSteve Holme2014-12-061-10/+32
* build: updated dependencies in makefiles.Guenter Knauf2014-12-052-2/+2
* examples: remove sony.com from 10-at-a-timeJay Satiro2014-12-041-1/+0
* multi-single.c: switch to use curl_multi_waitDaniel Stenberg2014-11-251-61/+27
* multi-uv.c: Updated for curl coding standardsSteve Holme2014-11-191-18/+19
* examples: Wait recommended 100ms when no file descriptors are readyJay Satiro2014-11-199-72/+108
* multi-uv.c: close the file handle after downloadWaldek Kozba2014-11-191-0/+6
* examples: Don't call select() to sleep on windowsJay Satiro2014-11-159-66/+222
* httpcustomheader.c: make use of more CURLOPT_HTTPHEADER featuresDaniel Stenberg2014-10-161-10/+15
* multi-uv.c: call curl_multi_info_read() betterWaldek Kozba2014-10-071-17/+28
* ftp-wildcard.c: spell fixDaniel Stenberg2014-09-091-8/+8
* Remove all traces of FBOpenSSL SPNEGO supportDavid Woodhouse2014-07-162-13/+0
* Update instances of some obsolete CURLOPTs to their new namesDan Fandrich2014-07-057-9/+8
* example: use correct type (long) for CURLOPT_FOLLOWLOCATIONDimitrios Siganos2014-07-031-1/+1
* cacertinmem: fix memory leakDaniel Stenberg2014-05-091-1/+5
* imap-append.c: Fixed compilation errors on some platformsSteve Holme2014-03-301-0/+1
* examples: remove all use of CURLM_CALL_MULTI_PERFORMDaniel Stenberg2014-02-173-6/+3
* examples: Added IMAP LSUB exampleSteve Holme2014-02-162-3/+65
* examples: gitignore more binariesDaniel Stenberg2014-01-291-0/+28
* pop3-dele.c: Added missing CURLOPT_NOBODY following feedbackSteve Holme2014-01-151-0/+3
* examples: Fixed compilation errorsSteve Holme2014-01-122-0/+4
* imap-multi.c: Corrected typoSteve Holme2014-01-121-1/+1
* smtp-multi.c: Minor coding style tidyup following POP3 and IMAP additionsSteve Holme2014-01-121-13/+12
* examples: Added IMAP multi exampleSteve Holme2014-01-122-2/+145
* pop3-multi.c: Corrected copy/paste typoSteve Holme2014-01-121-1/+1
* examples: Added POP3 multi exampleSteve Holme2014-01-122-3/+147
* examples: Added comments to SMTP multi example based on other MAIL examplesSteve Holme2014-01-121-8/+24
* examples: Removed user information and TLS setup from SMTP multi exampleSteve Holme2014-01-121-18/+5
* examples: Updated SMTP MAIL example to return libcurl result codeSteve Holme2014-01-121-1/+1
* examples: Synchronised comments between SMTP MAIL examplesSteve Holme2014-01-123-11/+21
* examples: Updated SMTP MAIL example to use a read function for dataSteve Holme2014-01-121-19/+60