Skip to content
Snippets Groups Projects
  1. Nov 08, 2013
  2. Sep 17, 2012
  3. Dec 30, 2011
  4. Mar 10, 2011
    • Daniel Stenberg's avatar
      sources: update source headers · 1aeb635c
      Daniel Stenberg authored
      All C and H files now (should) feature the proper project curl source
      code header, which includes basic info, a copyright statement and some
      basic disclaimers.
      1aeb635c
  5. 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
  6. Mar 24, 2010
    • 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
  7. Feb 16, 2010
    • Yang Tse's avatar
      · 46b112bc
      Yang Tse authored
      replaced tabs with spaces
      46b112bc
  8. Feb 14, 2010
    • Yang Tse's avatar
      · a07bc791
      Yang Tse authored
      removed trailing whitespace
      a07bc791
  9. Jul 15, 2009
  10. Jul 14, 2009
  11. Jun 09, 2009
  12. Jun 06, 2009
  13. Apr 25, 2009
  14. Apr 09, 2009
  15. Apr 02, 2009
Loading