aboutsummaryrefslogtreecommitdiff
path: root/packages/TPF
AgeCommit message (Collapse)Author
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
2018-09-23whitespace fixesViktor Szakats
- replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037
2015-03-05openssl: remove all uses of USE_SSLEAYDaniel Stenberg
SSLeay was the name of the library that was subsequently turned into OpenSSL many moons ago (1999). curl does not work with the old SSLeay library since years. This is now reflected by only using USE_OPENSSL in code that depends on OpenSSL.
2010-09-27Changed the TPF make file to get source files from Makefile.incDan Fandrich
Patch was fixed and validated by David McCreedy.
2010-08-25Added new source files to Symbian and TPF makefilesDan Fandrich
2010-08-03build: add missing new files to non-configure target build filesYang Tse
2010-06-02add missing new files to non-configure target build filesYang Tse
2010-05-12Added the new ftp source files to the non-autoconf build filesDan Fandrich
2010-04-20hmac.c related compilation adjustmentYang Tse
2010-03-25remove all .cvsignore filesDaniel Stenberg
2010-02-19fix compiler warningYang Tse
2010-02-14removed trailing whitespaceYang Tse
2010-01-26Added curl_threads.c to a few more non-configure build filesDan Fandrich
2010-01-21Added rtsp.c to the non-configure target build filesDan Fandrich
2010-01-15Added the new protocol source files to the non-autoconf build filesDan Fandrich
2009-09-28libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.hYang Tse
2009-09-17Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.hYang Tse
into curl_rand.c and curl_rand.h
2009-07-15Added nonblock.c to the non-automake makefiles (note that the dependenciesDan Fandrich
in the Watcom makefiles aren't quite correct).
2009-05-09Remove DOS and TPF package's Makefile.amYang Tse
Not actually needed to simply include some files in the distribution tarball.
2009-05-04ignore thisYang Tse
2009-05-01David McCreedy's "TPF-platform specific changes to various files" patchYang Tse