Skip to content
  1. Feb 04, 2013
  2. Jan 06, 2013
    • Yang Tse's avatar
      Revert changes relative to lib/*.[ch] recent renaming · 4a5aa668
      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
      4a5aa668
  3. Jan 03, 2013
  4. Apr 12, 2012
  5. Mar 30, 2012
  6. Mar 29, 2012
  7. Mar 16, 2012
  8. Dec 30, 2011
  9. Aug 13, 2011
  10. Apr 28, 2011
    • Zmey Petroff's avatar
      CMake: improve library search, implement install. · 2cbe885c
      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).
      2cbe885c
  11. Jan 05, 2011
    • Brad King's avatar
      CMake: Use upstream CheckTypeSize module · 651c0bcd
      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: default avatarBrad King <brad.king@kitware.com>
      651c0bcd
  12. Oct 12, 2010
  13. Jun 04, 2010
    • Yang Tse's avatar
      Enable OpenLDAP support for cygwin builds. · 43d20d81
      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.
      43d20d81
  14. Mar 24, 2010
    • Bill Hoffman's avatar
    • Bill Hoffman's avatar
      CMake fixes for Linux. · 5709a0dc
      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.
      5709a0dc
    • Bill Hoffman's avatar
      Fix curl CMake build. · d42f9329
      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.
      d42f9329
  15. Jul 15, 2009
  16. Jul 14, 2009
  17. Jun 10, 2009
  18. Jun 09, 2009
  19. Jun 06, 2009
  20. May 02, 2009
  21. Apr 14, 2009
  22. Apr 09, 2009
  23. Apr 08, 2009
  24. Apr 07, 2009
  25. Apr 06, 2009
  26. Apr 02, 2009