summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* build: get CFLAGS (including -werror) used for examples and testsDaniel Stenberg2018-03-041-1/+4
* spelling fixesViktor Szakats2018-02-231-1/+1
* examples/sftpuploadresume: resume upload via CURLOPT_APPENDSergio Borghese2018-02-202-2/+132
* examples/url2file.c: add missing curl_global_cleanup() callDaniel Stenberg2018-01-181-1/+3
* scripts: allow all perl scripts to be run directlyJay Satiro2018-01-071-1/+1
* examples/cacertinmem: ignore cert-already-exists errorJay Satiro2017-12-261-53/+90
* examples/rtsp: fix error handling macrosMattias Fornander2017-12-221-2/+2
* examples/smtp-mail.c: use separate defines for options and mailDaniel Stenberg2017-12-121-16/+20
* examples: move threaded-shared-conn.c to the "complicated" onesDaniel Stenberg2017-12-061-6/+7
* threaded-shared-conn.c: fixed typo in commentaDaniel Stenberg2017-12-051-1/+1
* threaded-shared-conn.c: new exampleDaniel Stenberg2017-12-052-1/+157
* examples/xmlstream.c: don't switch off CURL_GLOBAL_SSLDaniel Stenberg2017-12-011-2/+2
* examples/rtsp: clear RANGE again after useDaniel Stenberg2017-11-231-0/+3
* examples/curlx: Fix code stylefmmedeiros2017-11-181-1/+2
* examples: add shared-connection-cacheDaniel Stenberg2017-11-091-1/+2
* test1554: verify connection cache sharingDaniel Stenberg2017-11-091-0/+85
* examples: bring back curl_formadd-using examplesDaniel Stenberg2017-10-033-1/+279
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-222-6/+6
* examples/post-callback: use long for CURLOPT_POSTFIELDSIZEMarcel Raad2017-09-211-1/+1
* code style: use space after semicolonDaniel Stenberg2017-09-121-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-1117-70/+80
* code style: use spaces around equals signsDaniel Stenberg2017-09-1130-227/+231
* examples/mime: minor example code fixesViktor Szakats2017-09-055-10/+10
* mime: use CURL_ZERO_TERMINATED in examplesViktor Szakats2017-09-043-12/+12
* examples/post-callback: stop returning one byte at a timeDaniel Stenberg2017-09-041-23/+32
* mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat2017-09-031-0/+3
* mime: tests and examples.Patrick Monnerat2017-09-024-64/+215
* examples/sslbackend.c: fix failure of 'make checksrc'Kamil Dudka2017-08-301-2/+4
* docs/examples: demonstrate how to select SSL backendsJohannes Schindelin2017-08-283-1/+77
* examples/threaded-ssl: mention that this is for openssl before 1.1Daniel Stenberg2017-08-251-2/+2
* examples/ftpuploadresume: checksrc complianceJay Satiro2017-08-161-1/+2
* examples/ftpuploadresume.c: use portable codeDaniel Stenberg2017-08-142-26/+14
* Makefile.m32: enable -W for MinGW32 buildMarcel Raad2017-06-161-1/+1
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-141-6/+2
* examples/multi-uv.c: fix deprecated symbolRyuichi KAWAMATA2017-06-081-1/+1
* typecheck-gcc.h: check CURLINFO_CERTINFODaniel Stenberg2017-06-011-12/+7
* examples/externalsocket.c: s/closesocket/closecbDaniel Stenberg2017-05-311-2/+2
* examples/sampleconv.c: indent changes, made callbacks staticDaniel Stenberg2017-05-311-37/+37
* example/externalsocket.c: make it use CLOSESOCKETFUNCTION tooDaniel Stenberg2017-05-311-0/+11
* examples: fix Wimplicit-fallthrough warningsMarcel Raad2017-05-245-0/+5
* ghiper.c/hiperfifo.c: add comment about missing timer functionalityDaniel Stenberg2017-05-192-4/+21
* asiohiper.cpp / evhiperfifo.c: deal with negative timerfunction inputDaniel Stenberg2017-05-192-3/+3
* cookie_interface: fix -Wcomma warningMarcel Raad2017-05-111-1/+2
* sendrecv: fix MinGW-w64 warningMarcel Raad2017-05-071-1/+1
* 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