Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | curl.se: new home | Daniel Stenberg | 2020-11-04 | 1 | -1/+1 |
| | | | | Closes #6172 | ||||
* | copyright: fix out-of-date copyright ranges and missing headers | Daniel Stenberg | 2020-03-24 | 1 | -0/+21 |
| | | | | | | | | | 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 | ||||
* | whitespace fixes | Viktor Szakats | 2018-09-23 | 1 | -4/+4 |
| | | | | | | | | | | | - 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 | ||||
* | curl tool: use configuration files from lib directory - follow-up I | Yang Tse | 2012-04-07 | 1 | -1/+0 |
| | | | | amigaos.[ch] now integrates nicely with any libcurl build | ||||
* | Include Makefile.inc to get the list of source files for Amiga | Dan Fandrich | 2010-06-07 | 1 | -17/+5 |
| | | | | Signed-off-by: Diego Casorran <dcasorran@gmail.com> | ||||
* | add missing new files to non-configure target build files | Yang Tse | 2010-06-02 | 1 | -2/+2 |
| | |||||
* | Added Polar SSL and RTMP files to the non-autoconf build files | Dan Fandrich | 2010-05-12 | 1 | -1/+2 |
| | | | | | I didn't bother with a few that have little hope of running the required dependent libraries. | ||||
* | hmac.c related compilation adjustment | Yang Tse | 2010-04-20 | 1 | -1/+1 |
| | |||||
* | fix compiler warning | Yang Tse | 2010-02-19 | 1 | -1/+2 |
| | |||||
* | add curl_threads.c to non-configure target build files | Yang Tse | 2010-01-26 | 1 | -1/+1 |
| | |||||
* | Added rtsp.c to the non-configure target build files | Dan Fandrich | 2010-01-21 | 1 | -11/+13 |
| | |||||
* | Added the new protocol source files to the non-autoconf build files | Dan Fandrich | 2010-01-15 | 1 | -1/+1 |
| | |||||
* | libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.h | Yang Tse | 2009-09-28 | 1 | -1/+3 |
| | |||||
* | Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h | Yang Tse | 2009-09-17 | 1 | -1/+1 |
| | | | | into curl_rand.c and curl_rand.h | ||||
* | Added nonblock.c to the non-automake makefiles (note that the dependencies | Dan Fandrich | 2009-07-15 | 1 | -1/+1 |
| | | | | in the Watcom makefiles aren't quite correct). | ||||
* | Added new libcurl source files to Amiga, RiscOS and VC6 build files. | Dan Fandrich | 2009-04-23 | 1 | -2/+3 |
| | |||||
* | Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) | Yang Tse | 2008-11-11 | 1 | -1/+1 |
| | | | | | Daniel Fandrich noticed that curl_addrinfo was also missing in the build process of other four non-configure platforms. Added now. | ||||
* | Added rawstr.c to the non-configure libcurl makefiles | Dan Fandrich | 2008-10-23 | 1 | -1/+1 |
| | |||||
* | Diego Casorran patches to make (lib)curl build fine on Amiga again | Daniel Stenberg | 2005-07-13 | 1 | -3/+3 |
| | |||||
* | added new files | Daniel Stenberg | 2005-04-07 | 1 | -10/+9 |
| | |||||
* | Dan Fandrich: added some missing files. "I can't try them so they might still | Daniel Stenberg | 2004-12-10 | 1 | -6/+7 |
| | | | | be broken, but at least they'll be less broken than they are now." | ||||
* | Diego Casorran's amiga makefiles | Daniel Stenberg | 2003-12-10 | 1 | -0/+27 |