Skip to content
Snippets Groups Projects
  1. Nov 25, 2006
  2. Nov 24, 2006
  3. Nov 22, 2006
    • Yang Tse's avatar
      Added a check in configure that verifies if <signal.h> is available, · 73226415
      Yang Tse authored
      defining HAVE_SIGNAL_H if the header is available.
      
      Added a check in configure that tests if the sig_atomic_t type is
      available, defining HAVE_SIG_ATOMIC_T if it is available. Providing
      a suitable default in setup_once.h if not available.
      
      Added a check in configure that tests if the sig_atomic_t type is
      already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE
      if it is available and already defined as volatile.
      73226415
  4. Nov 15, 2006
  5. Nov 14, 2006
  6. Nov 13, 2006
  7. Nov 11, 2006
  8. Nov 09, 2006
  9. Nov 08, 2006
  10. Nov 07, 2006
  11. Nov 06, 2006
  12. Nov 05, 2006
  13. Nov 03, 2006
  14. Nov 02, 2006
  15. Oct 29, 2006
  16. Oct 27, 2006
  17. Oct 26, 2006
  18. Oct 25, 2006
    • Daniel Stenberg's avatar
      Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for the · cde5e35d
      Daniel Stenberg authored
      case when 401 or 407 are returned, *IF* no auth credentials have been given.
      The CURLOPT_FAILONERROR option is not possible to make fool-proof for 401
      and 407 cases when auth credentials is given, but we've now covered this
      somewhat more.
      
      You might get some amounts of headers transferred before this situation is
      detected, like for when a "100-continue" is received as a response to a
      POST/PUT and a 401 or 407 is received immediately afterwards.
      
      Added test 281 to verify this change.
      cde5e35d
    • Daniel Stenberg's avatar
      updated copyright year · b2c37826
      Daniel Stenberg authored
      b2c37826
  19. Oct 24, 2006
  20. Oct 23, 2006
Loading