- Feb 04, 2013
-
-
Sergei Nikulov authored
-
- Jan 06, 2013
-
-
Yang Tse authored
This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de00... build: make use of 76 lib/*.h renamed files ffd8e127... 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: c087374c... 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: 13606bbf... build: make use of 93 lib/*.c renamed files 5b6e7927... build: rename 93 lib/*.c files 7d83dfff... build: commit 13606bbf 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
-
- Jan 03, 2013
-
-
Yang Tse authored
93 *.c source files renamed to use our standard naming scheme. This change affects 77 files in libcurl's source tree.
-
- Apr 12, 2012
-
-
Yang Tse authored
-
- Mar 30, 2012
-
-
- Mar 29, 2012
-
-
- Mar 16, 2012
-
-
Daniel Stenberg authored
Windows standard libraries are located in C:/Program Files/Microsoft SDKs/[...]. They are already included in the default MSVC LIBPATH. Hence, find_library(WSOCK32_LIBRARY wsock32) and find_library(WS2_32_LIBRARY ws2_32) are not needed. They return the full path to the libraries including spaces. Of course, list_spaces_append_once will mangle the result and the build fails. Bug: http://curl.haxx.se/bug/view.cgi?id=3494968
-
- Dec 30, 2011
-
-
Yang Tse authored
-
- Aug 13, 2011
-
-
Daniel Stenberg authored
When building on Windows, with CMake and mingw, curl fails to compile because the CMake build system is not properly looking for the Winsock libraries Patch by: Pau Garcia i Quiles Bug: http://curl.haxx.se/bug/view.cgi?id=3389231
-
- Apr 28, 2011
-
-
Zmey Petroff authored
Improved library search by check_function_exists_concat() macro: it does not revert the list of libraries any more. Improved OpenSSL library search: first find zlib, then search for openssl libraries that may depend on zlib. For Unix: openssl libraries can now be detected in nonstandard locations. Supply CMAKE_LIBRARY_PATH to CMake on command line. Added installation capability (very basic one yet).
-
- Jan 05, 2011
-
-
Brad King authored
The CheckTypeSize module that comes with CMake 2.6.2 and above does everything we need and also supports cross-compiling. Avoid duplicating an older version of it here. This also fixes a cross-compiling error because the old line include ("${CMAKE_MODULE_PATH}/CheckTypeSize.cmake") failed because CMAKE_MODULE_PATH is a search path and not a directory. Signed-off-by: Brad King <brad.king@kitware.com>
-
- Oct 12, 2010
-
-
Julien Chaffraix authored
Do not match the trailing '\n' in the regular expression as this would make us dump a ) parenthesis on a new line. This fixes the following error: would get transformed into: ) Bug: http://curl.haxx.se/mail/lib-2010-10/0065.html Reported by: Dimitre Dimitrov
-
- Jun 04, 2010
-
-
Yang Tse authored
Enable OpenLDAP support for cygwin builds. This support was disabled back in 2008 due to incompatibilities between OpenSSL and OpenLDAP headers. cygwin's OpenSSL 0.9.8l and OpenLDAP 2.3.43 versions on cygwin 1.5.25 allow building an OpenLDAP enabled libcurl supporting back to Windows 95. Remove non-functional CURL_LDAP_HYBRID code and references.
-
- Mar 24, 2010
-
-
Bill Hoffman authored
-
Bill Hoffman authored
Make sure <sys/socket.h> is included if around when testing/using socklen_t. Also, disable LDAP if LDAP_H is not found on the system.
-
Bill Hoffman authored
This commit fixes the cmake build of curl, and cleans up the cmake code a little. It removes some commented out code and some trailing whitespace. To get curl to build the binary tree include/curl directory needed to be added to the include path. Also, SIZEOF_SHORT needed to be added. A check for the lack of defines of SIZEOF_* for warnless.c was added.
-
- Jul 15, 2009
-
-
Bill Hoffman authored
-
Bill Hoffman authored
BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h requires winsock2.h to be included before it with that compiler, and wldap32 is not available with the default install of the compiler, so disable ldap support if that is not found
-
- Jul 14, 2009
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- Jun 10, 2009
-
-
Bill Hoffman authored
-
- Jun 09, 2009
-
-
Bill Hoffman authored
-
- Jun 06, 2009
-
-
Bill Hoffman authored
-
- May 02, 2009
-
-
Yang Tse authored
-
- Apr 14, 2009
-
-
Benoit Neil authored
-
- Apr 09, 2009
-
-
Benoit Neil authored
-
Benoit Neil authored
-
- Apr 08, 2009
-
-
Benoit Neil authored
-
Benoit Neil authored
-
Benoit Neil authored
-
- Apr 07, 2009
-
-
Benoit Neil authored
-
Benoit Neil authored
Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake scripts), and fixed a missing define under windows in a test source file.
-
Benoit Neil authored
-
Benoit Neil authored
-
- Apr 06, 2009
-
-
Benoit Neil authored
-
Benoit Neil authored
PS: Once again, sorry if the added files have executable perms on Linux.
-
Benoit Neil authored
PS: Sorry if the added file has executable perms on Linux, I didn't found anything related to it...
-
Benoit Neil authored
-
- Apr 02, 2009
-
-
Benoit Neil authored
-
Benoit Neil authored
Initial CMake scripts (libcurl only), based on the merge of tetest scripts and mine. These are far to be functionnal yet. PS: Hello world :)
-