Skip to content
Snippets Groups Projects
  1. Nov 25, 2006
  2. 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
  3. Oct 13, 2006
  4. Aug 06, 2006
  5. Aug 05, 2006
  6. Aug 03, 2006
  7. Jul 28, 2006
  8. Jul 11, 2006
  9. Jul 04, 2006
  10. May 24, 2006
  11. May 10, 2006
  12. May 03, 2006
  13. Dec 21, 2005
  14. Dec 20, 2005
  15. Dec 19, 2005
  16. Dec 18, 2005
  17. Dec 16, 2005
  18. Nov 16, 2005
  19. Nov 15, 2005
  20. Nov 14, 2005
  21. Sep 21, 2005
  22. Sep 18, 2005
  23. Sep 10, 2005
  24. Jun 19, 2005
  25. Jun 03, 2005
  26. Jun 02, 2005
    • Daniel Stenberg's avatar
      William Ahern: · 5470b9aa
      Daniel Stenberg authored
        Make UDP sockets non-blocking. I've confirmed that at least on Linux 2.4 a
        read event can come back from poll() on a valid SOCK_DGRAM socket but
        recv(2) will still block. This patch doesn't ignore EAGAIN in
        read_udp_packets(), though maybe it should. (This patch was edited by Daniel
        Stenberg and a new configure test was added (imported from curl's configure)
        to properly detect what non-blocking socket approach to use.)
      5470b9aa
  27. May 16, 2005
  28. May 14, 2005
  29. Apr 08, 2005
  30. Apr 07, 2005
  31. Apr 06, 2005
  32. Apr 05, 2005
  33. Mar 20, 2005
Loading