Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-08 | Added winssl-zlib target to VC builds. | Guenter Knauf | |
2013-05-11 | Updated zlib version in build files. | Guenter Knauf | |
2013-02-09 | Updated dependency libs. | Guenter Knauf | |
2013-02-06 | msvc: move Makefile.msvc.names into winbuild/ | Daniel Stenberg | |
In an attempt to clear up misc files from the root dir | |||
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | |
This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de0... build: make use of 76 lib/*.h renamed files ffd8e12... build: rename 76 lib/*.h files This also reverts removal of redundant include guard (redundant thanks to changes in above commits) done 2-12-2013, reverting 1 commit: c087374... curl_setup.h: remove redundant include guard This also reverts renaming and usage of lib/*.c source files done 3-12-2013, reverting 3 commits: 13606bb... build: make use of 93 lib/*.c renamed files 5b6e792... build: rename 93 lib/*.c files 7d83dff... build: commit 13606bbfde follow-up 1 Start of related discussion thread: http://curl.haxx.se/mail/lib-2013-01/0012.html Asking for confirmation on pushing this revertion commit: http://curl.haxx.se/mail/lib-2013-01/0048.html Confirmation summary: http://curl.haxx.se/mail/lib-2013-01/0079.html NOTICE: The list of 2 files that have been modified by other intermixed commits, while renamed, and also by at least one of the 6 commits this one reverts follows below. These 2 files will exhibit a hole in history unless git's '--follow' option is used when viewing logs. lib/curl_imap.h lib/curl_smtp.h | |||
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse | |
93 *.c source files renamed to use our standard naming scheme. This change affects 77 files in libcurl's source tree. | |||
2012-12-26 | curl tool: renaming hugehelp files to tool_hugehelp | Yang Tse | |
2012-09-24 | Makefile.vc6: Follow up on 0c8ccf7 | Marc Hoersken | |
2012-06-13 | schannel: remove version number and identify its use with 'schannel' literal | Yang Tse | |
Version number is removed in order to make this info consistent with how we do it with other MS and Linux system libraries for which we don't provide this info. Identifier changed from 'WinSSPI' to 'schannel' given that this is the actual provider of the SSL/TLS support. libcurl can still be built with SSPI and without SCHANNEL support. | |||
2012-06-11 | Makefile.vc6: Added version.lib if built with SSPI | Steve Holme | |
2012-06-07 | metalink: build fixes and adjustments I | Yang Tse | |
2012-05-22 | Updated dependency libary versions. | Guenter Knauf | |
2012-04-26 | Updated dependency lib versions. | Guenter Knauf | |
2012-04-20 | Updated dependency lib versions. | Guenter Knauf | |
2012-04-12 | Updated dependency lib versions. | Guenter Knauf | |
2012-03-18 | build: remove tool_cb_skt.[ch] references | Yang Tse | |
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 | |
my_setopt and my_setopt_str no longer ignores curl_easy_setopt result. Fixed some OOM handling issues. | |||
2011-09-21 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
my_setopt and my_setopt_str no longer ignores curl_easy_setopt result. Fixed some OOM handling issues. | |||
2011-09-20 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
Overhauled FindWin32CACert() | |||
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 | |
Additionally function my_useragent() now provides default User-Agent string | |||
2011-09-16 | curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch] | Yang Tse | |
Reviewing fields being free'd in free_config_fields() still pending | |||
2011-09-16 | curl tool: move so called 'multi_files' stuff into tool_mfiles.[ch] | Yang Tse | |
Additionally some code reorganization and direct OOM handling fixes, just another step towards fixing curl tool issues uncovered 2011-09-15 | |||
2011-09-16 | curl tool: move convert_* functions into tool_convert.[ch] | Yang Tse | |
Additionally fix data type of result vars for iconv() calls | |||
2011-09-14 | src/Makefile.vc6: adjust resource compiler include path | Yang Tse | |
2011-08-13 | VC6 makefiles: added embedded documentation | Daniel Stenberg | |
Just a note about the fact that all VC[6/8/9/10] makefiles are generated from the VC6 one as source. | |||
2011-06-21 | windows build: use correct MS CRT | Josue Andrade Gomes | |
2011-02-13 | Updated OpenSSL version, added links to docu. | Guenter Knauf | |
2011-01-13 | Use env var for PSDK instead of hardcoded path. | Guenter Knauf | |
2010-12-20 | build: refactoring of msvc makefiles to allow overriding of library filenames. | Yang Tse | |
Default libcurl's file names are kept equal to those used since Y2K. | |||
2010-11-12 | Makefile.vc6: fixed the xattr.c compile | Adam Light | |
2010-11-07 | xattr: fix VisualStudio builds | Yang Tse | |
2010-08-10 | Updated lib dependency versions. | Guenter Knauf | |
2010-04-20 | replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles | Ruslan Gazizov | |
2009-07-15 | Added nonblock.c to the non-automake makefiles (note that the dependencies | Dan Fandrich | |
in the Watcom makefiles aren't quite correct). | |||
2009-06-15 | DEBUGBUILD / CURLDEBUG decoupling follow-up | Yang Tse | |
2009-06-05 | introduction of os-specific.c and os-specific.h | Yang Tse | |
2009-01-29 | Introduced curl_sspi.c and curl_sspi.h for the implementation of functions | Yang Tse | |
Curl_sspi_global_init() and Curl_sspi_global_cleanup() which previously were named Curl_ntlm_global_init() and Curl_ntlm_global_cleanup() in http_ntlm.c Also adjusted socks_sspi.c to remove the link-time dependency on the Windows SSPI library using it now in the same way as it was done in http_ntlm.c. | |||
2009-01-28 | - Markus Moeller introduced two new options to libcurl: | Daniel Stenberg | |
CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC to allow libcurl to do GSS-style authentication with SOCKS5 proxies. The curl tool got the options called --socks5-gssapi-service and --socks5-gssapi-nec to enable these. | |||
2008-10-23 | Added rawstr.c to the non-configure curl makefiles | Dan Fandrich | |
2008-05-09 | Internal time differences now use monotonic time source if available. | Yang Tse | |
This also implies the removal of the winmm.lib dependency for WIN32. | |||
2008-02-28 | fixed commented define for SSPI. | Gunter Knauf | |
2008-02-22 | - Georg Lippitsch made the src/Makefile.vc6 makefile use the same memory model | Daniel Stenberg | |
options as the lib/Makefile.vc6 already did. | |||
2008-01-23 | update openssl version | Yang Tse | |
2007-10-24 | Vladimir Lazarenko pointed out that we should do some 'mt' magic when | Daniel Stenberg | |
building with VC8 to get the "manifest" embedded to make fine stand-alone binaries. The maketgz and the src/Makefile.vc6 files were adjusted accordingly. |