summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* anyauthput: remove unused codeMarcel Raad2017-05-011-24/+0
* examples: fixed too long line and too long string warningsDan Fandrich2017-05-011-3/+3
* examples: declare TU-local variables staticMarcel Raad2017-04-305-8/+8
* cookie_interface.c: changed the other domain to example.com tooDaniel Stenberg2017-04-271-1/+1
* cookie_interface.c: fix cookie domain so the example worksDaniel Stenberg2017-04-271-3/+3
* examples: ftpuploadfrommem.cDaniel Stenberg2017-04-252-2/+126
* examples/fopen: checksrc complianceJay Satiro2017-03-281-2/+2
* spelling fixesklemens2017-03-2611-25/+25
* asiohiper: make sure socket is open in event_cbEdward Kimmel2017-03-231-8/+14
* examples: comment typos in http2 examplesDaniel Stenberg2017-03-213-6/+6
* examples/multi-uv: checksrc complianceJay Satiro2017-02-201-2/+2
* docs: fix timeout handling in multi-uv exampleMichael Kaufmann2017-02-181-14/+18
* examples/multithread.c: link to our multi-thread docsDaniel Stenberg2017-02-091-4/+4
* usercertinmem.c: improve the short descriptionDaniel Stenberg2017-01-181-3/+2
* examples: make the C++ examples follow our code style tooDaniel Stenberg2017-01-082-125/+85
* asiohiper: improved socket handlingAulddays2017-01-081-27/+59
* curl_easy_recv: Improve documentation and example programMichael Kaufmann2016-12-181-35/+56
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-143-19/+30
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-1315-45/+45
* checksrc: move open braces to comply with function declaration styleDaniel Stenberg2016-11-241-1/+2
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-245-8/+11
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-245-32/+32
* examples/fileupload.c: fclose the file as wellDaniel Stenberg2016-11-081-7/+4
* s/cURL/curlDaniel Stenberg2016-11-074-5/+5
* docs: shorten and simplify the top comment in multi-uv.cDaniel Stenberg2016-11-031-9/+3
* docs: handle CURL_POLL_INOUT in multi-uv exampleAndrei Sedoi2016-11-031-12/+13
* docs: multi-uv: don't use CURLMsg after cleanupAndrei Sedoi2016-11-031-5/+12
* docs: remove unused variables in multi-uv exampleAndrei Sedoi2016-11-031-5/+0
* docs: fix req->data in multi-uv exampleAndrei Sedoi2016-10-271-1/+1
* examples/imap-append: Set size of data to be uploadedJay Satiro2016-09-181-0/+8
* make/checksrc: use $srcdir, not $top_srcdirDaniel Stenberg2016-04-191-1/+1
* checksrc/makefile.am: use $top_srcdir to find source filesDaniel Stenberg2016-04-181-1/+1
* docs/examples: remove spurious white spaces all overDaniel Stenberg2016-04-0312-31/+31
* curlx.c: use more curl style codeDaniel Stenberg2016-03-061-13/+4
* examples/make: add 'checksrc' targetDaniel Stenberg2016-02-171-1/+4
* 10-at-a-time: typecast the argument passed to sleep()Daniel Stenberg2016-02-171-1/+1
* externalsocket.c: fix compiler warning for fwrite return typeDaniel Stenberg2016-02-171-1/+1
* anyauthput.c: fix compiler warningsDaniel Stenberg2016-02-171-5/+7
* simplessl.c: warning: while with spaceDaniel Stenberg2016-02-171-1/+1
* curlx.c: i2s_ASN1_IA5STRING() clashes with an openssl functionDaniel Stenberg2016-02-171-3/+3
* examples: fix some compiler warningsDaniel Stenberg2016-02-113-3/+3
* simplessl.c: fix my breakageDaniel Stenberg2016-02-111-4/+3
* examples: adhere to curl code styleDaniel Stenberg2016-02-1154-767/+822
* examples/cookie_interface.c: add cleanup callDaniel Stenberg2016-02-111-6/+13
* examples/asiohiper: Avoid function name collision on WindowsGisle Vanem2016-02-061-4/+4
* examples/htmltitle: Use _stricmp on WindowsGisle Vanem2016-02-061-1/+1
* URLs: change more http to httpsViktor Szakats2016-02-023-6/+6
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-0398-100/+100
* getredirect.c: fix variable nameDaniel Stenberg2016-01-271-1/+1
* examples/Makefile.inc: specify programs without .c!curl-7_47_0Daniel Stenberg2016-01-271-1/+1