Skip to content
  1. Nov 23, 2009
  2. Nov 22, 2009
    • Yang Tse's avatar
      · f9e55c99
      Yang Tse authored
      Make configure remove the curlbuild.h file included in distribution tarballs
      for use by non-configure systems. As intended, configure would overwrite the
      distributed one when doing in-tree builds. But VPATH builds would end having
      two curlbuild.h files, one in the source tree and another in the build tree.
      f9e55c99
    • Yang Tse's avatar
      · 3005e63b
      Yang Tse authored
      Make configure remove the ares_build.h file included in distribution tarballs.
      3005e63b
    • Yang Tse's avatar
      · 65e628cc
      Yang Tse authored
      Fix macro redefinition.
      65e628cc
    • Yang Tse's avatar
      · 738e5478
      Yang Tse authored
      Fix name space pollution.
      738e5478
    • Yang Tse's avatar
      · 5ec8a3ae
      Yang Tse authored
      Allow using different extra import libraries for debug and release builds.
      5ec8a3ae
  3. Nov 21, 2009
    • Yang Tse's avatar
      · fdfbc5d8
      Yang Tse authored
      Add manifest stuff to msvc makefile
      fdfbc5d8
  4. Nov 20, 2009
  5. Nov 19, 2009
  6. Nov 18, 2009
  7. Nov 17, 2009
  8. Nov 16, 2009
  9. Nov 15, 2009
    • Kamil Dudka's avatar
      - David Byron improved the configure script to use pkg-config to find OpenSSL · 530fde3a
      Kamil Dudka authored
        (and in particular the list of required libraries) even if a path is given
        as argument to --with-ssl
      530fde3a
    • Yang Tse's avatar
      · 5b3be2ee
      Yang Tse authored
      getaddrinfo is fully thread safe on solaris versions which
      implement the function even when h_errno is not a macro.
      
      The h_errno macro test now only done on systems for which there
      is no hard coded knowledge about getaddrinfo's thread safeness.
      5b3be2ee
    • Yang Tse's avatar
      · 3b8d7fdd
      Yang Tse authored
      Client certificate ENG file type requires OpenSSL 0.9.7 or newer
      3b8d7fdd