History log of /curl/docs/examples/.gitignore (Results 1 – 23 of 23)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6e2d3db9 14-Jun-2024 Yedaya Katsman

examples: add missing binaries to .gitignore

They were showing as changed when built. Add them sorted alphabetically,
while also moving a few more entries to sorted order.

Close

examples: add missing binaries to .gitignore

They were showing as changed when built. Add them sorted alphabetically,
while also moving a few more entries to sorted order.

Closes #13952

show more ...


# 2bc1d775 02-Jan-2023 Daniel Stenberg

copyright: update all copyright lines and remove year ranges

- they are mostly pointless in all major jurisdictions
- many big corporations and projects already don't use them
- save

copyright: update all copyright lines and remove year ranges

- they are mostly pointless in all major jurisdictions
- many big corporations and projects already don't use them
- saves us from pointless churn
- git keeps history for us
- the year range is kept in COPYING

checksrc is updated to allow non-year using copyright statements

Closes #10205

show more ...


# ad9bc597 17-May-2022 max.mehl

copyright: make repository REUSE compliant

Add licensing and copyright information for all files in this repository. This
either happens in the file itself as a comment header or in the

copyright: make repository REUSE compliant

Add licensing and copyright information for all files in this repository. This
either happens in the file itself as a comment header or in the file
`.reuse/dep5`.

This commit also adds a Github workflow to check pull requests and adapts
copyright.pl to the changes.

Closes #8869

show more ...


# 013cb2ff 06-Oct-2021 Daniel Gustafsson

docs/examples: add missing binaries to gitignore

Commit f65d7889b added getreferrer, and commit ae8e11ed5 multi-legacy,
both of which missed adding .gitignore clauses for the built binar

docs/examples: add missing binaries to gitignore

Commit f65d7889b added getreferrer, and commit ae8e11ed5 multi-legacy,
both of which missed adding .gitignore clauses for the built binaries.

Closes #7817
Reviewed-by: Daniel Stenberg <daniel@haxx.se>

show more ...


Revision tags: curl-7_76_1, curl-7_76_0, curl-7_75_0, curl-7_74_0
# 77b2f702 18-Nov-2020 Rikard Falkeborn

examples: update .gitignore

Add files that are generated by 'make examples' and remove some that
have been renamed.

The commits that renamed the programs are e9625c5bc6c046a (im

examples: update .gitignore

Add files that are generated by 'make examples' and remove some that
have been renamed.

The commits that renamed the programs are e9625c5bc6c046a (imap.c and
simplesmtp.c were renamed to imap-fetch.c and smtp-send.c) and
ad39e7ec01e7 (pop3slist.c and pop3s.c were renamed to pop3-list.c and
pop3-ssl.c).

Closes #6240

show more ...


Revision tags: curl-7_73_0, tiny-curl-7_72_0, curl-7_72_0, curl-7_71_1, curl-7_71_0, curl-7_70_0, curl-7_69_1, curl-7_69_0, curl-7_68_0, curl-7_67_0, curl-7_66_0, curl-7_65_3, curl-7_65_2, curl-7_65_1, curl-7_65_0, curl-7_64_1, curl-7_64_0
# 251cabfb 31-Dec-2018 Rikard Falkeborn

examples: Update .gitignore

Add a few missing examples to make `make examples` not leave the
workspace in a dirty state.

Closes #3427
Reviewed-by: Daniel Gustafsson <daniel@

examples: Update .gitignore

Add a few missing examples to make `make examples` not leave the
workspace in a dirty state.

Closes #3427
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>

show more ...


Revision tags: curl-7_63_0, curl-7_62_0
# efc696a2 23-Sep-2018 Viktor Szakats

docs/examples: URL updates

- also update two URLs outside of docs/examples
- fix spelling of filename persistant.c
- fix three long lines that started failing checksrc.pl

Cl

docs/examples: URL updates

- also update two URLs outside of docs/examples
- fix spelling of filename persistant.c
- fix three long lines that started failing checksrc.pl

Closes https://github.com/curl/curl/pull/3036

show more ...


Revision tags: curl-7_61_1, curl-7_61_0, curl-7_60_0
# a26d11b8 23-Mar-2018 Daniel Stenberg

gitignore: ignore more generated files


Revision tags: curl-7_59_0, curl-7_58_0, curl-7_57_0, curl-7_56_1, curl-7_56_0, curl-7_55_1, curl-7_55_0
# a34e141c 15-Jul-2017 Johannes Schindelin

docs/examples: demonstrate how to select SSL backends

The newly-introduced curl_global_sslset() function deserves to be
show-cased.

Signed-off-by: Johannes Schindelin <johannes.

docs/examples: demonstrate how to select SSL backends

The newly-introduced curl_global_sslset() function deserves to be
show-cased.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

show more ...


Revision tags: curl-7_54_1, curl-7_54_0, curl-7_53_1, curl-7_53_0, curl-7_52_1, curl-7_52_0, curl-7_51_0, curl-7_50_3, curl-7_50_2, curl-7_50_1, curl-7_50_0, curl-7_49_1, curl-7_49_0, curl-7_48_0, curl-7_47_1, curl-7_47_0, curl-7_46_0
# a47137c4 01-Dec-2015 Daniel Stenberg

docs/examples: gitignore some more built examples


Revision tags: curl-7_45_0, curl-7_44_0, curl-7_43_0, curl-7_42_1, curl-7_42_0, curl-7_41_0, curl-7_40_0, curl-7_39_0, curl-7_38_0, curl-7_37_1, curl-7_37_0, curl-7_36_0
# 8bcf677a 29-Jan-2014 Daniel Stenberg

examples: gitignore more binaries


Revision tags: curl-7_35_0, curl-7_34_0, curl-7_33_0, curl-7_32_0, curl-7_31_0
# ce32176d 19-May-2013 David Strauss

xmlstream: XML stream parsing example source code

Add an XML stream parsing example using Expat. Add missing ignore for
the binary from an unrelated example.


Revision tags: curl-7_30_0, curl-7_29_0, curl-7_28_1, curl-7_28_0
# 8136649e 27-Aug-2012 Daniel Stenberg

ftpsget: simple example showing a FTPS fetch


# be5fbf73 27-Aug-2012 Armel Asselin

sftpget: example showing a simple SFTP download

... using SSH-agent


Revision tags: curl-7_27_0, curl-7_26_0, curl-7_25_0, curl-7_24_0
# 21401840 16-Jan-2012 Daniel Stenberg

url2file: new simple example

Just showing how to download the contents of a given URL into a local
file.

Based on a suggestion and example code by Georg Potthast


# e3e24e5b 16-Jan-2012 Daniel Stenberg

imap.c: a dead simple imap example

Just to show that IMAP is used just like other protocols


# 90343c76 28-Dec-2011 Alessandro Ghedini

examples: update README, Makefile.inc and gitignore with pop3s examples


Revision tags: curl-7_23_1, curl-7_23_0
# 6790a543 13-Sep-2011 Daniel Stenberg

progressfunc: a simple CURLOPT_PROGRESSFUNCTION example


Revision tags: curl-7_22_0
# cce65082 23-Aug-2011 Daniel Stenberg

resolve.c: new example showing off CURLOPT_RESOLVE


# af809923 23-Aug-2011 Daniel Stenberg

externalsocket.c: new example


# c8766ed3 12-Aug-2011 Daniel Stenberg

ignore rtsp


Revision tags: curl-7_21_7, curl-7_21_6, curl-7_21_5, curl-7_21_4
# 476b1a07 17-Dec-2010 Daniel Stenberg

gitignore: ignore the new example execs


Revision tags: curl-7_21_3, curl-7_21_2, curl-7_21_1
# fc308282 02-Aug-2010 Daniel Stenberg

.gitignore: ignore all built examples