index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2012-06-07
metalink: build fixes and adjustments I
Yang Tse
2012-05-26
Reduced #ifdef HAVE_METALINK
Tatsuhiro Tsujikawa
2012-04-06
curl tool: use configuration files from lib directory
Yang Tse
2012-02-09
curl: use new library-side TCP_KEEPALIVE options
Dave Reisner
2011-10-06
curl tool: reviewed code moved to tool_*.[ch] files
Yang Tse
2011-10-05
curl tool: reviewed code moved to tool_*.[ch] files
Yang Tse
2011-10-05
curl tool: code moved to tool_*.[ch] files
Yang Tse
2011-10-03
curl tool: reviewed code moved to tool_*.[ch] files
Yang Tse
2011-09-24
curl tool: reviewed code moved to tool_*.[ch] files
Yang Tse
2011-09-22
curl tool: reviewed code moved to tool_*.[ch] files
Yang Tse
2011-09-21
curl tool: reviewed code moved to tool_*.[ch] files
Yang Tse
2011-09-20
curl tool: reviewed code moved to tool_*.[ch] files
Yang Tse
2011-09-19
curl tool: reviewed code moved to tool_*.[ch] files
Yang Tse
2011-09-18
curl tool: create tool_myfunc.[ch] which later on will hold my_* functions
Yang Tse
2011-09-16
curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch]
Yang Tse
2011-09-16
curl tool: move so called 'multi_files' stuff into tool_mfiles.[ch]
Yang Tse
2011-09-16
curl tool: move convert_* functions into tool_convert.[ch]
Yang Tse
2010-11-05
save metadata to extended file attributes
Stefan Tomanek
2010-08-02
Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.
Guenter Knauf
2010-08-02
Renamed curl_SOURCES to CURL_ALLFILES to overcome wmake's case-insensitivity.
Guenter Knauf
2010-07-29
Added a comment with an alternate idea to avoid the backslash line continatio...
Guenter Knauf
2010-02-14
removed trailing whitespace
Yang Tse
2009-07-09
- Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for
Daniel Stenberg
2009-06-05
introduction of os-specific.c and os-specific.h
Yang Tse
2008-10-23
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
Daniel Stenberg
2008-10-16
compile the library file strequal.c to get the Curl_raw_equal function as
Daniel Stenberg
2007-02-20
curl tool was using functions curlx_tvnow and curlx_tvdiff which are not
Yang Tse
2006-07-11
Moved strdup replacement from src/main.c into src/strdup.c so it's available
Dan Fandrich
2005-03-16
Removed references to config-vms.h from the makefiles.
Dan Fandrich
2004-07-28
renamed CURL_HEADERS, since it is a magic automake name we must not use
Daniel Stenberg
2004-07-03
added Makefile.inc which can be included from other makefiles to reduce maint...
Gunter Knauf