summaryrefslogtreecommitdiff
path: root/src/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-061-6/+17
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-051-2/+4
* curl tool: code moved to tool_*.[ch] filesYang Tse2011-10-051-3/+21
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-031-0/+4
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-241-2/+14
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-221-6/+26
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-211-4/+5
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-201-2/+4
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-191-5/+6
* curl tool: create tool_myfunc.[ch] which later on will hold my_* functionsYang Tse2011-09-181-2/+3
* curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch]Yang Tse2011-09-161-2/+2
* curl tool: move so called 'multi_files' stuff into tool_mfiles.[ch]Yang Tse2011-09-161-2/+2
* curl tool: move convert_* functions into tool_convert.[ch]Yang Tse2011-09-161-2/+3
* save metadata to extended file attributesStefan Tomanek2010-11-051-2/+3
* Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.Guenter Knauf2010-08-021-2/+2
* Renamed curl_SOURCES to CURL_ALLFILES to overcome wmake's case-insensitivity.Guenter Knauf2010-08-021-2/+2
* Added a comment with an alternate idea to avoid the backslash line continatio...Guenter Knauf2010-07-291-1/+7
* removed trailing whitespaceYang Tse2010-02-141-1/+1
* - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses forDaniel Stenberg2009-07-091-1/+2
* introduction of os-specific.c and os-specific.hYang Tse2009-06-051-2/+2
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-1/+1
* compile the library file strequal.c to get the Curl_raw_equal function asDaniel Stenberg2008-10-161-1/+2
* curl tool was using functions curlx_tvnow and curlx_tvdiff which are notYang Tse2007-02-201-3/+3
* Moved strdup replacement from src/main.c into src/strdup.c so it's availableDan Fandrich2006-07-111-1/+2
* Removed references to config-vms.h from the makefiles.Dan Fandrich2005-03-161-1/+1
* renamed CURL_HEADERS, since it is a magic automake name we must not useDaniel Stenberg2004-07-281-2/+2
* added Makefile.inc which can be included from other makefiles to reduce maint...Gunter Knauf2004-07-031-0/+16