Skip to content
Snippets Groups Projects
  1. Dec 11, 2006
  2. Dec 07, 2006
  3. Dec 06, 2006
    • Daniel Stenberg's avatar
      Sebastien Willemijns reported bug #1603712 · 840e796a
      Daniel Stenberg authored
      (http://curl.haxx.se/bug/view.cgi?id=1603712) which is about connections
      getting cut off prematurely when --limit-rate is used. While I found no such
      problems in my tests nor in my reading of the code, I found that the
      --limit-rate code was severly flawed (since it was moved into the lib, since
      7.15.5) when used with the easy interface and it didn't work as documented so
      I reworked it somewhat and now it works for my tests.
      840e796a
  4. Dec 05, 2006
  5. Dec 01, 2006
  6. Nov 27, 2006
  7. Nov 25, 2006
  8. Nov 24, 2006
  9. 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
  10. Nov 15, 2006
  11. Nov 14, 2006
  12. Nov 13, 2006
  13. Nov 11, 2006
  14. Nov 09, 2006
  15. Nov 08, 2006
  16. Nov 07, 2006
  17. Nov 06, 2006
  18. Nov 05, 2006
  19. Nov 03, 2006
  20. Nov 02, 2006
  21. Oct 29, 2006
Loading