summaryrefslogtreecommitdiff
path: root/src/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* curl: support parallel transfersDaniel Stenberg2019-07-201-0/+2
* whitespace fixesViktor Szakats2018-09-231-90/+90
* time-cond: fix reading the file modification time on WindowsMichael Kaufmann2018-02-051-0/+2
* curl_ctype: private is*() type macros and functionsDaniel Stenberg2018-01-291-2/+4
* mime: use in curl cli tool instead of form API.Patrick Monnerat2017-09-021-2/+0
* curl: remove tool_writeenv.[ch]Daniel Stenberg2017-05-061-2/+0
* strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg2016-10-311-2/+0
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-2/+2
* Makefile.inc: s/curl_SOURCES/CURL_FILESDaniel Stenberg2015-12-231-2/+2
* tool: Generate easysrc with last cache linked-listDaniel Hwang2015-10-181-0/+2
* curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of boundsDaniel Stenberg2014-11-051-2/+2
* build: Fixed incorrect reference to curl_setup.h in Visual Studio filesSteve Holme2014-05-221-1/+1
* Makefile.inc: Added curlx headers to assist Visual Studio project generationSteve Holme2014-05-211-0/+8
* build: Renamed CURLX_ONES file list definition to CURLX_CFILESSteve Holme2014-05-211-2/+2
* Makefile.inc: Added resource file to assist Visual Studio project generationSteve Holme2014-05-171-0/+2
* warnless: add wrapper function for read and write on WindowsMarc Hoersken2014-02-161-1/+2
* curl: follow-up for commit 5af2bfb9Yang Tse2013-07-311-2/+1
* curl: --progress-bar max update frequency now at 5HzDaniel Stenberg2013-07-311-1/+2
* Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variablesYang Tse2013-01-201-4/+5
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-5/+4
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-4/+5
* curl tool: renaming hugehelp files to tool_hugehelpYang Tse2012-12-261-2/+4
* metalink: build fixes and adjustments IYang Tse2012-06-071-4/+4
* Reduced #ifdef HAVE_METALINKTatsuhiro Tsujikawa2012-05-261-2/+4
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-2/+2
* curl: use new library-side TCP_KEEPALIVE optionsDave Reisner2012-02-091-2/+0
* 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