1. 07 Jan, 2009 3 commits
    • Dan Fandrich's avatar
      Created a CURLMIN macro to match CURLMAX · 80ffd358
      Dan Fandrich authored
      80ffd358
    • Daniel Stenberg's avatar
      fix compiler warnings · dd058b8d
      Daniel Stenberg authored
      dd058b8d
    • Daniel Stenberg's avatar
      - Rob Crittenden did once again provide an NSS update: · 3c2ad402
      Daniel Stenberg authored
        I have to jump through a few hoops now with the NSS library initialization
        since another part of an application may have already initialized NSS by the
        time Curl gets invoked. This patch is more careful to only shutdown the NSS
        library if Curl did the initialization.
      
        It also adds in a bit of code to set the default ciphers if the app that
        call NSS_Init* did not call NSS_SetDomesticPolicy() or set specific
        ciphers. One might argue that this lets other application developers get
        lazy and/or they aren't using the NSS API correctly, and you'd be right.
        But still, this will avoid terribly difficult-to-trace crashes and is
        generally helpful.
      3c2ad402
  2. 06 Jan, 2009 1 commit
  3. 01 Jan, 2009 1 commit
  4. 31 Dec, 2008 2 commits
  5. 30 Dec, 2008 5 commits
  6. 29 Dec, 2008 2 commits
  7. 28 Dec, 2008 7 commits
  8. 27 Dec, 2008 2 commits
  9. 25 Dec, 2008 1 commit
  10. 22 Dec, 2008 4 commits
  11. 20 Dec, 2008 6 commits
  12. 19 Dec, 2008 4 commits
  13. 17 Dec, 2008 1 commit
    • Daniel Stenberg's avatar
      - SCP and SFTP with the multi interface had the same flaw: the 'DONE' · 03ca98b0
      Daniel Stenberg authored
        operation didn't complete properly if the EAGAIN equivalent was returned but
        libcurl would simply continue with a half-completed close operation
        performed. This ruined persistent connection re-use and cause some
        SSH-protocol errors in general. The correction is unfortunately adding a
        blocking function - doing it entirely non-blocking should be considered for
        a better fix.
      03ca98b0
  14. 16 Dec, 2008 1 commit