Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-23 | whitespace fixes | Viktor 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-05 | openssl: remove all uses of USE_SSLEAY | Daniel 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-27 | Changed the TPF make file to get source files from Makefile.inc | Dan Fandrich | |
Patch was fixed and validated by David McCreedy. | |||
2010-08-25 | Added new source files to Symbian and TPF makefiles | Dan Fandrich | |
2010-08-03 | build: add missing new files to non-configure target build files | Yang Tse | |
2010-06-02 | add missing new files to non-configure target build files | Yang Tse | |
2010-05-12 | Added the new ftp source files to the non-autoconf build files | Dan Fandrich | |
2010-04-20 | hmac.c related compilation adjustment | Yang Tse | |
2010-03-25 | remove all .cvsignore files | Daniel Stenberg | |
2010-02-19 | fix compiler warning | Yang Tse | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2010-01-26 | Added curl_threads.c to a few more non-configure build files | Dan Fandrich | |
2010-01-21 | Added rtsp.c to the non-configure target build files | Dan Fandrich | |
2010-01-15 | Added the new protocol source files to the non-autoconf build files | Dan Fandrich | |
2009-09-28 | libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.h | Yang Tse | |
2009-09-17 | Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h | Yang Tse | |
into curl_rand.c and curl_rand.h | |||
2009-07-15 | Added nonblock.c to the non-automake makefiles (note that the dependencies | Dan Fandrich | |
in the Watcom makefiles aren't quite correct). | |||
2009-05-09 | Remove DOS and TPF package's Makefile.am | Yang Tse | |
Not actually needed to simply include some files in the distribution tarball. | |||
2009-05-04 | ignore this | Yang Tse | |
2009-05-01 | David McCreedy's "TPF-platform specific changes to various files" patch | Yang Tse | |