summaryrefslogtreecommitdiff
path: root/docs/THANKS
Commit message (Collapse)AuthorAgeFilesLines
* THANKS: updated with names from the 7.68.0 releaseDaniel Stenberg2020-01-071-0/+32
|
* THANKS: add new names from 7.67.0Daniel Stenberg2019-11-051-0/+42
|
* THANKS: from the 7.66.0 releaseDaniel Stenberg2019-09-101-0/+24
|
* THANKS: remove duplicateDaniel Stenberg2019-08-311-1/+0
|
* THANKS: 7.65.3 statusDaniel Stenberg2019-07-191-0/+1
|
* THANKS: add contributors from 7.65.2Daniel Stenberg2019-07-171-0/+25
|
* THANKS: new contributors from 7.65.1Daniel Stenberg2019-06-041-0/+12
|
* THANKS: from the 7.65.0 release-notesDaniel Stenberg2019-05-221-0/+24
|
* RELEASE: 7.64.1curl-7_64_1Daniel Stenberg2019-03-271-0/+25
|
* THANKS: 7.64.0 statusDaniel Stenberg2019-02-061-0/+29
|
* THANKS: fixups and a dedupeDaniel Stenberg2019-01-091-2/+1
| | | | [skip ci]
* THANKS: add more missing namesDaniel Gustafsson2019-01-021-0/+1
| | | | | Add Adrian Burcea who made the artwork for the curl://up 2018 event which was held in Stockholm, Sweden.
* THANKS: dedupe more namesDaniel Stenberg2019-01-011-15/+2
| | | | Researched-by: Tae Wong
* THANKS: added missing names from year <= 2000Daniel Stenberg2018-12-311-0/+59
| | | | | Due to a report of a missing name in THANKS I manually went through an old CHANGES.0 file and added many previously missing names here.
* THANKS: dedupe Guenter KnaufDaniel Stenberg2018-12-301-1/+0
| | | | Reported-by: Tae Wong
* THANKS: missing name from the 6.3.1 release!Daniel Stenberg2018-12-301-0/+1
|
* THANKS: from the curl 7.62.0 cycleDaniel Stenberg2018-12-121-0/+21
|
* THANKS: 7.62.0 statusDaniel Stenberg2018-10-301-1/+22
|
* THANKS: 7.61.1 statuscurl-7_61_1Daniel Stenberg2018-09-041-0/+21
|
* release: 7.61.0curl-7_61_0Daniel Stenberg2018-07-111-0/+25
|
* THANKS: added people from the curl 7.60.0 releaseDaniel Stenberg2018-05-151-1/+37
|
* release: 7.59.0curl-7_59_0Daniel Stenberg2018-03-131-1/+7
|
* THANKS + mailmap: remove duplicates, fixup full namesDaniel Stenberg2018-03-051-1/+0
|
* RELEASE-NOTES/THANKS: synced with cc1d4c505Daniel Stenberg2018-03-041-0/+15
|
* RELEASE: 7.58.0curl-7_58_0Daniel Stenberg2018-01-231-0/+22
|
* THANKS: added missing namesDaniel Stenberg2017-12-121-0/+14
| | | | ... as I reran the contrithanks script after the mailmap name fixups.
* mailmap: added/clarified several namesDaniel Stenberg2017-12-121-1/+1
|
* THANKS: added contributors from 7.57.0 releaseDaniel Stenberg2017-11-291-0/+23
|
* THANKS: update at 7.56.1 release timeDaniel Stenberg2017-10-231-0/+8
|
* THANKS: added new 7.56.0 contributorsDaniel Stenberg2017-10-041-6/+24
|
* RELEASE-NOTES/THANKS: curl 7.55.1 release timecurl-7_55_1Daniel Stenberg2017-08-131-0/+8
|
* THANKS: 20 new contributors in 7.55.0Daniel Stenberg2017-08-091-0/+20
|
* release: 7.54.1curl-7_54_1Daniel Stenberg2017-06-141-0/+24
|
* THANKS: add a few missing namesDaniel Stenberg2017-05-131-0/+10
| | | | ... I found them in the commit logs from the early years
* THANKS: add contributors from 7.54.0 release notescurl-7_54_0Daniel Stenberg2017-04-191-0/+31
|
* release: 7.53.1curl-7_53_1Daniel Stenberg2017-02-241-0/+3
|
* release: 7.53.0curl-7_53_0Daniel Stenberg2017-02-221-1/+25
|
* THANKS: 13 new contributors from 7.52.0curl-7_52_0Daniel Stenberg2016-12-201-0/+13
|
* THANKS: synced with 7.51.0curl-7_51_0Daniel Stenberg2016-11-021-1/+23
|
* THANKS: updated with curl 7.50.3 contributorscurl-7_50_3Daniel Stenberg2016-09-141-0/+4
|
* THANKS: updated for 7.50.2Daniel Stenberg2016-09-071-1/+17
|
* THANKS: 7 new contributors from the 7.50.1 releasecurl-7_50_1Daniel Stenberg2016-08-031-0/+7
|
* THANKS: 13 new contributors from the 7.50.0 releaseDaniel Stenberg2016-07-211-0/+14
|
* THANKS: updated after script fixesDaniel Stenberg2016-05-231-2/+18
| | | | | Now giving credit properly to github user names, fixed some UTF-8 issues and added names discovered when contrithanks was improved.
* THANKS: 24 new names from 7.49.0 release notescurl-7_49_0Daniel Stenberg2016-05-171-0/+24
|
* THANKS: 15 new contributors from 7.48.0 releaseDaniel Stenberg2016-03-231-0/+15
|
* openssl: remove most BoringSSL #ifdefs.David Benjamin2016-02-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of https://boringssl-review.googlesource.com/#/c/6980/, almost all of BoringSSL #ifdefs in cURL should be unnecessary: - BoringSSL provides no-op stubs for compatibility which replaces most #ifdefs. - DES_set_odd_parity has been in BoringSSL for nearly a year now. Remove the compatibility codepath. - With a small tweak to an extend_key_56_to_64 call, the NTLM code builds fine. - Switch OCSP-related #ifdefs to the more generally useful OPENSSL_NO_OCSP. The only #ifdefs which remain are Curl_ossl_version and the #undefs to work around OpenSSL and wincrypt.h name conflicts. (BoringSSL leaves that to the consumer. The in-header workaround makes things sensitive to include order.) This change errs on the side of removing conditionals despite many of the restored codepaths being no-ops. (BoringSSL generally adds no-op compatibility stubs when possible. OPENSSL_VERSION_NUMBER #ifdefs are bad enough!) Closes #640
* THANKS: 2 contributors from the 7.47.1 releaseDaniel Stenberg2016-02-081-0/+2
|
* THANKS: 6 new contributors from 7.47.0 release notesDaniel Stenberg2016-01-261-0/+6
|
* THANKS: new contributors from the 7.46.0 releaseDaniel Stenberg2015-12-011-1/+19
|