summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* misc: update incorrect copyright year rangesDaniel Stenberg2021-08-161-1/+1
* examples/ephiperfifo.c: simplify signal handlerDaniel Gustafsson2021-08-131-5/+3
* example/cookie_interface: fix scan-build printf warningDaniel Stenberg2021-07-261-3/+3
* examples/cookie_interface: avoid printfing time_t directlyCarlo Marcelo Arenas Belón2021-07-261-2/+2
* examples/multi-single: fix scan-build warningDaniel Stenberg2021-07-071-4/+5
* docs/examples: use curl_multi_poll() in multi examplesDaniel Stenberg2021-07-0715-974/+290
* examples: safer and more proper read callback logicDaniel Stenberg2021-07-016-149/+139
* examples: length-limit two sscanf() uses of %sDaniel Stenberg2021-06-242-3/+3
* metalink: removeDaniel Stenberg2021-06-071-19/+0
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-05-261-1/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-226-22/+22
* misc: update copyright year ranges to match latest updatesDaniel Stenberg2021-04-131-1/+1
* examples/hiperfifo.c: check event_initialized before deleteJochem Broekhoff2021-04-091-2/+6
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-03-271-1/+1
* examples: Remove threaded-shared-conn.c due to bugJay Satiro2021-03-262-157/+0
* http: add new files missed from referrer commitViktor Szakats2021-02-191-0/+57
* http: add support to read and store the referrer headerViktor Szakats2021-02-191-0/+1
* docs/Makefile.inc: format to be update-friendlyViktor Szakats2021-02-111-23/+120
* Makefile.m32: add support for libgsasl dependencyViktor Szakats2021-02-101-0/+11
* examples/curlgtk.c: fix the copyright year rangeDaniel Stenberg2020-12-301-10/+9
* docs/examples: adjust prototypes for CURLOPT_READFUNCTIONOlaf Hering2020-12-3015-15/+15
* examples: fix more empty expression statement has no effectDaniel Stenberg2020-12-303-13/+16
* cleanup: fix two empty expression statement has no effectDaniel Stenberg2020-12-301-1/+1
* examples/libtest: add .checksrc to distDaniel Stenberg2020-12-211-1/+1
* examples: remove superfluous asterisk usesDaniel Stenberg2020-12-163-6/+6
* examples: update .gitignoreRikard Falkeborn2020-11-231-4/+8
* httpput-postfields.c: new example doing PUT with POSTFIELDSDaniel Stenberg2020-11-132-1/+102
* examples/httpput: remove use of CURLOPT_PUTDaniel Stenberg2020-11-091-4/+1
* examples: fix comment syntaxDaniel Gustafsson2020-11-051-1/+1
* copyright: fix year rangesDaniel Stenberg2020-11-05101-102/+102
* curl.se: new homeDaniel Stenberg2020-11-04119-124/+124
* Makefile.m32: add support for HTTP/3 via ngtcp2+nghttp3Viktor Szakats2020-10-161-0/+23
* examples/README: convert to markdownDaniel Stenberg2020-09-302-14/+10
* lib: fix -Wassign-enum warningsDaniel Stenberg2020-09-081-3/+3
* Makefile.m32: add ability to override zstd libs [ci skip]Viktor Szakats2020-08-221-1/+6
* examples/rtsp.c: correct the copyright yearDaniel Stenberg2020-08-171-1/+1
* docs: change "web site" to "website"H3RSKO2020-08-172-3/+3
* checksrc: invoke script with -D to find .checksrc properDaniel Stenberg2020-08-011-1/+1
* checksrc: ban gmtime/localtimeDaniel Stenberg2020-07-281-0/+1
* content_encoding: add zstd decoding supportGilles Vollant2020-07-121-1/+13
* examples/multithread.c: call curl_global_cleanup()Daniel Stenberg2020-06-291-2/+2
* copyright: update mismatched copyright yearsDaniel Stenberg2020-06-223-3/+3
* examples/http2-down/upload: add error checksRadoslav Georgiev2020-06-022-6/+30
* examples/ephiperfifo: turn off interval when setting timerfdkotoriのねこ2020-06-021-3/+3
* all: fix codespell errorsViktor Szakats2020-05-252-6/+6
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-152-2/+4
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-142-4/+4
* examples: remove asiohiper.cppDaniel Stenberg2020-05-022-498/+2
* src: Remove C99 constructs to ensure C89 complianceTom2020-04-191-2/+3
* examples/sessioninfo.c: add include to fix compiler warningGisle Vanem2020-03-311-1/+2