#
ae2a2c99 |
| 26-Dec-2012 |
Yang Tse |
curl tool: renaming hugehelp files to tool_hugehelp
|
#
d738adc1 |
| 21-Dec-2012 |
Yang Tse |
configure: LIBMETALINK_CFLAGS actually is LIBMETALINK_CPPFLAGS
|
#
b908376b |
| 04-Dec-2012 |
Yang Tse |
build: explain current role of LIBS in our Makefile.am files BLANK_AT_MAKETIME may be used in our Makefile.am files to blank LIBS variable used in generated makefile at makefile processi
build: explain current role of LIBS in our Makefile.am files BLANK_AT_MAKETIME may be used in our Makefile.am files to blank LIBS variable used in generated makefile at makefile processing time. Doing this functionally prevents LIBS from being used for all link targets in given makefile.
show more ...
|
#
068f7ae2 |
| 03-Dec-2012 |
Yang Tse |
build: prevent global LIBS from influencing src and lib build targets Currently, LIBS is already used through other macros.
|
Revision tags: curl-7_28_1, curl-7_28_0 |
|
#
550e403f |
| 10-Oct-2012 |
Dave Reisner |
uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES Since automake 1.12.4, the warnings are issued on running automake: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or
uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES Since automake 1.12.4, the warnings are issued on running automake: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Avoid INCLUDES and roll these flags into AM_CPPFLAGS. Compile tested on: Ubuntu 10.04 (automake 1:1.11.1-1) Ubuntu 12.04 (automake 1:1.11.3-1ubuntu2) Arch Linux (automake 1.12.4)
show more ...
|
Revision tags: curl-7_27_0 |
|
#
1bfd750f |
| 26-May-2012 |
Tatsuhiro Tsujikawa |
Reduced #ifdef HAVE_METALINK
|
Revision tags: curl-7_26_0 |
|
#
b5fdbe84 |
| 26-Apr-2012 |
Tatsuhiro Tsujikawa |
Support Metalink. This change adds experimental Metalink support to curl. To enable Metalink support, run configure with --with-libmetalink. To feed Metalink file to curl, use --meta
Support Metalink. This change adds experimental Metalink support to curl. To enable Metalink support, run configure with --with-libmetalink. To feed Metalink file to curl, use --metalink option like this: $ curl -O --metalink foo.metalink We use libmetalink to parse Metalink files.
show more ...
|
#
21423497 |
| 09-Apr-2012 |
Yang Tse |
configure: Windows cross-compilation fixes BUILDING_LIBCURL and CURL_STATICLIB are no longer defined in curl_config.h, configure will generate appropriate conditionals so that mentioned
configure: Windows cross-compilation fixes BUILDING_LIBCURL and CURL_STATICLIB are no longer defined in curl_config.h, configure will generate appropriate conditionals so that mentioned symbols get defined and used in Makefiles at compilation time
show more ...
|
#
919c97fa |
| 06-Apr-2012 |
Yang Tse |
curl tool: use configuration files from lib directory Configuration files such as curl_config.h and all config-*.h no longer exist nor are generated/copied into 'src' directory, now thes
curl tool: use configuration files from lib directory Configuration files such as curl_config.h and all config-*.h no longer exist nor are generated/copied into 'src' directory, now these only exist in 'lib' directory from where curl tool sources uses them. Additionally old src/setup.h has been refactored into src/tool_setup.h which now pulls lib/setup.h The possibility of a makefile needing an include path adjustment exists.
show more ...
|
Revision tags: curl-7_25_0, curl-7_24_0, curl-7_23_1, curl-7_23_0, curl-7_22_0 |
|
#
c95fec5e |
| 05-Aug-2011 |
Yang Tse |
keep a single copy of config-win32.h in version control repository - followup Allow configure builds to generate src/config-win32.h Skip checksrc on src/config-win32.h contents alre
keep a single copy of config-win32.h in version control repository - followup Allow configure builds to generate src/config-win32.h Skip checksrc on src/config-win32.h contents already checked at lib/config-win32.h Allow multiple -W in checksrc.pl
show more ...
|
Revision tags: curl-7_21_7 |
|
#
45de0579 |
| 27-Apr-2011 |
Daniel Stenberg |
make: add 'checksrc' as target to check code style The make target checksrc now works in the root makefile and in both the src and lib directories. It is also run automatically
make: add 'checksrc' as target to check code style The make target checksrc now works in the root makefile and in both the src and lib directories. It is also run automatically on "all" if configure --enable-debug was used.
show more ...
|
#
aa87f0ab |
| 25-Apr-2011 |
Daniel Stenberg |
checksrc: whitespace and code style cleanup Make everything adhere to the standards upheld by checksrc.pl and now run checksrc from the makefile on debug builds.
|
Revision tags: curl-7_21_6, curl-7_21_5, curl-7_21_4, curl-7_21_3 |
|
#
c36b00a1 |
| 21-Oct-2010 |
Dan Fandrich |
Removed the native Makefile.riscos files These haven't worked in at least 8 years due to missing source files, and most active RiscOS developers these days apparently cross-compile a
Removed the native Makefile.riscos files These haven't worked in at least 8 years due to missing source files, and most active RiscOS developers these days apparently cross-compile anyway. Signed-off-by: James Bursa <james@zamez.org>
show more ...
|
Revision tags: curl-7_21_2, curl-7_21_1 |
|
#
d6981cb5 |
| 19-Jul-2010 |
Ben Greear |
build: Enable configure --enable-werror This passes -Werror to gcc when building curl and libcurl, allowing easy dection of compile warnings. Signed-off-by: Ben Greear <gree
build: Enable configure --enable-werror This passes -Werror to gcc when building curl and libcurl, allowing easy dection of compile warnings. Signed-off-by: Ben Greear <greearb@candelatech.com>
show more ...
|
Revision tags: curl-7_21_0, curl-7_20_1 |
|
#
2309b4e3 |
| 24-Mar-2010 |
Daniel Stenberg |
remove the CVSish $Id$ lines
|
Revision tags: curl-7_20_0 |
|
#
55e68ba3 |
| 05-Nov-2009 |
Yang Tse |
I removed leading 'curl' path on the 'curlbuild.h' include statement in curl.h, adjusting auto-makefiles include path, to enhance portability to OS's without an orthogonal directory tree stru
I removed leading 'curl' path on the 'curlbuild.h' include statement in curl.h, adjusting auto-makefiles include path, to enhance portability to OS's without an orthogonal directory tree structure such as OS/400.
show more ...
|
Revision tags: curl-7_19_7, curl-7_19_6 |
|
#
f671d051 |
| 14-Jul-2009 |
Gunter Knauf |
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
|
#
8d581f7f |
| 06-Jun-2009 |
Yang Tse |
Revert delegating c-ares linking magic on libtool and auto-makefiles when using the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is a
Revert delegating c-ares linking magic on libtool and auto-makefiles when using the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is again handled from the configure script.
show more ...
|
#
cd5e6743 |
| 30-May-2009 |
Yang Tse |
Delegate c-ares linking magic on libtool and auto-makefiles when using the uninstalled c-ares libtool archive built from the CVS embedded tree.
|
Revision tags: curl-7_19_5 |
|
#
838ddf8f |
| 08-May-2009 |
Yang Tse |
Renamed vc6 workspace and project files to avoid filename clash when used for conversion to later VS versions.
|
#
dd0b38b3 |
| 14-Apr-2009 |
Daniel Stenberg |
first take at bundling cmake-related files in the tarball
|
Revision tags: curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1, curl-7_19_0 |
|
#
6a2d7bff |
| 29-Aug-2008 |
Yang Tse |
Project and workspace files for VC6 IDE supporting 4 configurations: curl - Win32 using libcurl DLL Debug curl - Win32 using libcurl DLL Release curl - Win32 using libcurl LIB Debug
Project and workspace files for VC6 IDE supporting 4 configurations: curl - Win32 using libcurl DLL Debug curl - Win32 using libcurl DLL Release curl - Win32 using libcurl LIB Debug curl - Win32 using libcurl LIB Release
show more ...
|
#
14240e9e |
| 07-Aug-2008 |
Yang Tse |
Initial support of curlbuild.h and curlrules.h which allows to have a curl_off_t data type no longer gated to off_t.
|
#
1e7125ae |
| 15-Jul-2008 |
Yang Tse |
add comment for include paths
|
Revision tags: curl-7_18_2, curl-7_18_1, curl-7_18_0 |
|
#
c3a02f54 |
| 19-Dec-2007 |
Dan Fandrich |
Ensure that nroff doesn't put anything but ASCII characters into the --manual text.
|