History log of /curl/src/Makefile.inc (Results 51 – 75 of 78)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_25_0
# 2a266c1c 09-Feb-2012 Dave Reisner

curl: use new library-side TCP_KEEPALIVE options

Use the new library CURLOPT_TCP_KEEPALIVE rather than disabling this via
the sockopt callback. If --keepalive-time is used, apply the val

curl: use new library-side TCP_KEEPALIVE options

Use the new library CURLOPT_TCP_KEEPALIVE rather than disabling this via
the sockopt callback. If --keepalive-time is used, apply the value to
CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL.

show more ...


Revision tags: curl-7_24_0, curl-7_23_1, curl-7_23_0
# f7bfdbab 06-Oct-2011 Yang Tse

curl tool: reviewed code moved to tool_*.[ch] files


# 6c849321 05-Oct-2011 Yang Tse

curl tool: reviewed code moved to tool_*.[ch] files


# 49b79b76 04-Oct-2011 Yang Tse

curl tool: code moved to tool_*.[ch] files


# 0435800f 03-Oct-2011 Yang Tse

curl tool: reviewed code moved to tool_*.[ch] files


# c6702c7d 24-Sep-2011 Yang Tse

curl tool: reviewed code moved to tool_*.[ch] files


# fb3845a4 22-Sep-2011 Yang Tse

curl tool: reviewed code moved to tool_*.[ch] files

my_setopt and my_setopt_str no longer ignores curl_easy_setopt result.

Fixed some OOM handling issues.


# 9ecf53e1 20-Sep-2011 Yang Tse

curl tool: reviewed code moved to tool_*.[ch] files

my_setopt and my_setopt_str no longer ignores curl_easy_setopt result.

Fixed some OOM handling issues.


# 84221006 20-Sep-2011 Yang Tse

curl tool: reviewed code moved to tool_*.[ch] files

Overhauled FindWin32CACert()


# fdecb56c 19-Sep-2011 Yang Tse

curl tool: reviewed code moved to tool_*.[ch] files


# 260b0f4d 17-Sep-2011 Yang Tse

curl tool: create tool_myfunc.[ch] which later on will hold my_* functions

Additionally function my_useragent() now provides default User-Agent string


# c0159d0e 16-Sep-2011 Yang Tse

curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch]

Reviewing fields being free'd in free_config_fields() still pending


# 4322d512 16-Sep-2011 Yang Tse

curl tool: move so called 'multi_files' stuff into tool_mfiles.[ch]

Additionally some code reorganization and direct OOM handling fixes,
just another step towards fixing curl tool issues

curl tool: move so called 'multi_files' stuff into tool_mfiles.[ch]

Additionally some code reorganization and direct OOM handling fixes,
just another step towards fixing curl tool issues uncovered 2011-09-15

show more ...


# e4819ae1 16-Sep-2011 Yang Tse

curl tool: move convert_* functions into tool_convert.[ch]

Additionally fix data type of result vars for iconv() calls


Revision tags: curl-7_22_0, curl-7_21_7, curl-7_21_6, curl-7_21_5, curl-7_21_4, curl-7_21_3
# fbf51696 05-Nov-2010 Stefan Tomanek

save metadata to extended file attributes

It is often convinient to track back the source of a once downloaded
file; this patch makes curl store the source URL and other metadata
alo

save metadata to extended file attributes

It is often convinient to track back the source of a once downloaded
file; this patch makes curl store the source URL and other metadata
alongside the retrieved file by using the extended attributes (if
supported by the file system and enabled by --xattr).

show more ...


Revision tags: curl-7_21_2, curl-7_21_1
# f97a7eb4 02-Aug-2010 Guenter Knauf

Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.


# bd5df39a 01-Aug-2010 Guenter Knauf

Renamed curl_SOURCES to CURL_ALLFILES to overcome wmake's case-insensitivity.


# 01c309e1 29-Jul-2010 Guenter Knauf

Added a comment with an alternate idea to avoid the backslash line contination character.


Revision tags: curl-7_21_0, curl-7_20_1
# a07bc791 14-Feb-2010 Yang Tse

removed trailing whitespace


Revision tags: curl-7_20_0, curl-7_19_7, curl-7_19_6
# d709cb2a 09-Jul-2009 Daniel Stenberg

- Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for
setting a file descriptor non-blocking. Used by the functionality Eric
himself brough on June 15th.


# f1261bcd 05-Jun-2009 Yang Tse

introduction of os-specific.c and os-specific.h


Revision tags: curl-7_19_5, curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1
# b701ea36 23-Oct-2008 Daniel Stenberg

moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
inclusion by the curl tool without colliding with the curl_strequal functions.


# f720e0ac 16-Oct-2008 Daniel Stenberg

compile the library file strequal.c to get the Curl_raw_equal function as
that's not exported by the lib


Revision tags: curl-7_19_0, curl-7_18_2, curl-7_18_1, curl-7_18_0, curl-7_17_1, curl-7_17_0, curl-7_17_0-preldapfix, curl-7_16_4, curl-7_16_3, curl-7_16_2
# e268e855 20-Feb-2007 Yang Tse

curl tool was using functions curlx_tvnow and curlx_tvdiff which are not
part of the official libcurl API http://curl.haxx.se/lxr/source/lib/README.curlx
The documented way of using them woul

curl tool was using functions curlx_tvnow and curlx_tvdiff which are not
part of the official libcurl API http://curl.haxx.se/lxr/source/lib/README.curlx
The documented way of using them would be to use timeval.c as a source code file.

The above described method works very well when statically linking libcurl and
apps, curl tool, but has several drawbacks when you build a true shared
libcurl (i.e. Name space clash at linkage stage as functions are defined more
than once. Windows makefiles are not capable of handling this system of
source-level sharing)

So...

Now curlutil.h and curlutil.c define and implement cutil_tvnow and cutil_tvdiff
which replace curlx_tvnow and curlx_tvdiff for the curl tool. Doing this we
avoid the above described problems.

show more ...


Revision tags: curl-7_16_1, curl-7_16_0, curl-7_15_6-prepipeline, curl-7_15_5
# c6fc5a1a 11-Jul-2006 Dan Fandrich

Moved strdup replacement from src/main.c into src/strdup.c so it's available
in libcurl as well, if necessary.


1234