1. 29 Jun, 2009 3 commits
  2. 27 Jun, 2009 1 commit
  3. 21 Jun, 2009 1 commit
    • Yang Tse's avatar
      · e96a9190
      Yang Tse authored
      Refactor how libraries are checked for connect() function, follow-up.
      e96a9190
  4. 20 Jun, 2009 4 commits
  5. 19 Jun, 2009 2 commits
    • Michal Marek's avatar
      fix indentation. · ad1bfc54
      Michal Marek authored
      ad1bfc54
    • Yang Tse's avatar
      · 2c0c05e9
      Yang Tse authored
      sclose() function-like macro definition used to close a socket,
      now solely based on HAVE_CLOSESOCKET and HAVE_CLOSESOCKET_CAMEL
      config file preprocessor definitions.
      2c0c05e9
  6. 18 Jun, 2009 1 commit
  7. 17 Jun, 2009 4 commits
    • Yang Tse's avatar
      · 98f7771d
      Yang Tse authored
      check for socket() and closesocket() as it is done for other functions
      98f7771d
    • Yang Tse's avatar
      · 37eba370
      Yang Tse authored
      socket() and closesocket() prototypes might be in socket.h
      37eba370
    • Yang Tse's avatar
      · 40b2f255
      Yang Tse authored
      check for socket() and closesocket() as it is done for other functions
      40b2f255
    • Dan Fandrich's avatar
      d3e35d49
  8. 16 Jun, 2009 3 commits
  9. 15 Jun, 2009 6 commits
  10. 13 Jun, 2009 9 commits
  11. 12 Jun, 2009 6 commits
    • Yang Tse's avatar
      · 067544ab
      Yang Tse authored
      Try to make more clear that --enable-curldebug has nothing to do with --enable-debug for this library.
      067544ab
    • Yang Tse's avatar
      · 77da5705
      Yang Tse authored
      Revert last change, it is inappropriate.
      77da5705
    • Gisle Vanem's avatar
      Replace CURLDEBUG with DEBUGBUILD. · aa1da57c
      Gisle Vanem authored
      aa1da57c
    • Yang Tse's avatar
      · c2ce2aa4
      Yang Tse authored
      fix compiler warning
      c2ce2aa4
    • Yang Tse's avatar
      · 90c9fd55
      Yang Tse authored
      Fixed to take in account the different interpretation of double
      quootes on UNIX-like shells vs DOS-like command interpreters.
      90c9fd55
    • Yang Tse's avatar
      · 47e40364
      Yang Tse authored
      include <limits.h> for INT_MAX definition
      47e40364