summaryrefslogtreecommitdiff
path: root/docs/examples/multi-debugcallback.c
AgeCommit message (Expand)Author
2024-09-19lib/src: white space edits to comply better with code styleDaniel Stenberg
2024-05-28examples: delete unused includesViktor Szakats
2024-05-26examples: fix compiling with MSVCViktor Szakats
2024-02-27examples: use present tense in commentsDaniel Stenberg
2023-12-16build: enable missing OpenSSF-recommended warnings, with fixesViktor Szakats
2023-06-15examples/multi-debugcallback.c: avoid the bool typedefDaniel Stenberg
2023-01-03copyright: update all copyright lines and remove year rangesDaniel Stenberg
2022-10-27misc: typo and grammar fixesAyesh Karunaratne
2022-06-13copyright: make repository REUSE compliantmax.mehl
2021-11-07docs: reduce/avoid English contractionsDaniel Stenberg
2021-07-07docs/examples: use curl_multi_poll() in multi examplesDaniel Stenberg
2020-11-05copyright: fix year rangesDaniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2018-09-23docs/examples: URL updatesViktor Szakats
2018-09-10docs/examples: do not wait when no transfers are runningKamil Dudka
2018-07-09examples: fix -Wformat warningsMarcel Raad
2018-05-14examples: Fix format specifiersRikard Falkeborn
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-05-24examples: fix Wimplicit-fallthrough warningsMarcel Raad
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-02-11examples: adhere to curl code styleDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-07-01examples: provide <DESC> sectionsDaniel Stenberg
2014-11-19examples: Wait recommended 100ms when no file descriptors are readyJay Satiro
2014-11-15examples: Don't call select() to sleep on windowsJay Satiro
2012-08-27examples: use do/while loop for multi examplesDave Reisner
2011-03-10sources: update source headersDaniel Stenberg
2010-12-17examples: fix compiler warningsDaniel Stenberg
2010-10-05examples: use example.com in example URLsDaniel Stenberg
2010-09-30multi & hiper examples: updates and cleanupsDirk Manske
2010-07-14examples: add curl_multi_timeoutConstantine Sapuntzakis
2010-04-24test536: do not fail with threaded DNS resolverKamil Dudka
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-06-05docs/example patches for VMSYang Tse
2008-05-22Fixed a surprising number of example programs that were passing int argumentsDan Fandrich
2008-02-27Michal Marek's cleanup of how curl_easy_setopt() is used in examples andDaniel Stenberg
2006-10-13Added comments about checking return code and the maxfd counterDaniel Stenberg
2004-05-24multi interface, debug callbackDaniel Stenberg