summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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