1. 14 Jul, 2009 2 commits
  2. 13 Jul, 2009 1 commit
  3. 11 Jul, 2009 1 commit
  4. 09 Jul, 2009 6 commits
  5. 08 Jul, 2009 4 commits
  6. 04 Jul, 2009 3 commits
  7. 30 Jun, 2009 2 commits
  8. 29 Jun, 2009 3 commits
  9. 27 Jun, 2009 1 commit
  10. 21 Jun, 2009 1 commit
    • Yang Tse's avatar
      · e96a9190
      Yang Tse authored
      Refactor how libraries are checked for connect() function, follow-up.
      e96a9190
  11. 20 Jun, 2009 4 commits
  12. 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
  13. 18 Jun, 2009 1 commit
  14. 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
  15. 16 Jun, 2009 3 commits
  16. 15 Jun, 2009 2 commits
    • Gunter Knauf's avatar
      fixed TRUE/FALSE case typo. · c40365e9
      Gunter Knauf authored
      c40365e9
    • Daniel Stenberg's avatar
      - Eric Wong's patch: · 4b6d3a2b
      Daniel Stenberg authored
        This allows curl(1) to be used as a client-side tunnel for arbitrary stream
        protocols by abusing chunked transfer encoding in both the HTTP request and
        HTTP response.  This requires server support for sending a response while a
        request is still being read, of course.
      
        If attempting to read from stdin returns EAGAIN, then we pause our sender.
        This leaves curl to attempt to read from the socket while reading from stdin
        (and thus sending) is paused.
      4b6d3a2b