Skip to content
Snippets Groups Projects
  1. May 24, 2011
    • Yang Tse's avatar
      compiler warning: fix · b7357176
      Yang Tse authored
      Fix compiler warning: variable was set but never used
      
      Fix compiler warning: clobber ignored
      b7357176
  2. Apr 27, 2011
  3. Apr 25, 2011
    • Daniel Stenberg's avatar
      asynch resolvers: cleanup · 24d84da0
      Daniel Stenberg authored
      Fixed indents, coding conventions and white space edits.
      
      Modified the c-ares completion callback function to again NOT read the
      conn data when the ares handle is being taken down as then it may have
      been freed already.
      24d84da0
    • Vsevolod Novikov's avatar
      asynch resolvers: unified · ca015f1a
      Vsevolod Novikov authored
      Introducing an internal API for handling of different async resolver
      backends.
      ca015f1a
  4. Apr 19, 2011
  5. Apr 04, 2011
    • Daniel Stenberg's avatar
      disable cookies: remove ifdefs, move code · 9d1e914a
      Daniel Stenberg authored
      1 - make sure to #define macros for cookie functions in the cookie
      header when cookies are disabled to avoid having to use #ifdefs in code
      using those functions.
      
      2 - move cookie-specific code to cookie.c and use the functio
      conditionally as mentioned in (1).
      
      net result: 6 #if lines removed, and 9 lines of code less
      9d1e914a
  6. Dec 07, 2010
  7. Dec 02, 2010
  8. Nov 08, 2010
  9. Sep 21, 2010
  10. Sep 05, 2010
  11. May 07, 2010
    • Howard Chu's avatar
      sendrecv: split the I/O handling into private handler · d64bd82b
      Howard Chu authored
      Howard Chu brought the bulk work of this patch that properly
      moves out the sending and recving of data to the parts of the
      code that are properly responsible for the various ways of doing
      so.
      
      Daniel Stenberg assisted with polishing a few bits and fixed some
      minor flaws in the original patch.
      
      Another upside of this patch is that we now abuse CURLcodes less
      with the "magic" -1 return codes and instead use CURLE_AGAIN more
      consistently.
      d64bd82b
  12. Apr 25, 2010
  13. Mar 24, 2010
  14. Feb 04, 2010
    • Yang Tse's avatar
      · 7aef172a
      Yang Tse authored
      fix printf-style format strings
      7aef172a
  15. Jan 22, 2010
  16. Nov 18, 2009
  17. Oct 27, 2009
  18. Sep 17, 2009
  19. Jun 15, 2009
  20. Jun 12, 2009
    • Yang Tse's avatar
      · 4ea513cc
      Yang Tse authored
      fix compiler warning
      4ea513cc
  21. May 18, 2009
  22. May 17, 2009
  23. May 11, 2009
  24. Apr 21, 2009
  25. Apr 11, 2009
  26. Mar 31, 2009
  27. Mar 09, 2009
    • Daniel Stenberg's avatar
      - Frank Hempel found out a bug and provided the fix: · bdec6f2b
      Daniel Stenberg authored
        curl_easy_duphandle did not necessarily duplicate the CURLOPT_COOKIEFILE
        option. It only enabled the cookie engine in the destination handle if
        data->cookies is not NULL (where data is the source handle). In case of a
        newly initialized handle which just had the cookie support enabled by a
        curl_easy_setopt(handle, CURL_COOKIEFILE, "")-call, handle->cookies was
        still NULL because the setopt-call only appends the value to
        data->change.cookielist, hence duplicating this handle would not have the
        cookie engine switched on.
      
        We also concluded that the slist-functionality would be suitable for being
        put in its own module rather than simply hanging out in lib/sendf.c so I
        created lib/slist.[ch] for them.
      bdec6f2b
  28. Jan 29, 2009
    • Yang Tse's avatar
      Introduced curl_sspi.c and curl_sspi.h for the implementation of functions · e813bf31
      Yang Tse authored
      Curl_sspi_global_init() and Curl_sspi_global_cleanup() which previously were
      named Curl_ntlm_global_init() and Curl_ntlm_global_cleanup() in http_ntlm.c
      Also adjusted socks_sspi.c to remove the link-time dependency on the Windows
      SSPI library using it now in the same way as it was done in http_ntlm.c.
      e813bf31
  29. Jan 08, 2009
  30. Dec 11, 2008
  31. Oct 19, 2008
  32. Sep 30, 2008
  33. Sep 29, 2008
  34. Sep 10, 2008
  35. Sep 06, 2008
  36. Sep 05, 2008
Loading