1. 22 Nov, 2006 1 commit
    • 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
  2. 21 Nov, 2006 1 commit
  3. 20 Nov, 2006 6 commits
  4. 19 Nov, 2006 4 commits
  5. 18 Nov, 2006 3 commits
  6. 17 Nov, 2006 1 commit
    • Yang Tse's avatar
      The hash of running servers is now a hash of hashes which for each running · 74ddbd8a
      Yang Tse authored
      server holds not only its two main pids, but also the pidfile of the test
      server and the 'slavepidfiles' for ftp* servers. This allows a better control
      when stopping servers.
      
      Now from runtests.pl when test servers are stopped they are signalled in
      sequence TERM, INT and KILL allowing time in between for them to die. This
      will give us a chance of gracefully stopping test servers, which we didn't
      have when we were killing them in first instance.
      74ddbd8a
  7. 15 Nov, 2006 1 commit
  8. 14 Nov, 2006 1 commit
  9. 13 Nov, 2006 3 commits
  10. 11 Nov, 2006 3 commits
  11. 09 Nov, 2006 4 commits
  12. 08 Nov, 2006 2 commits
  13. 07 Nov, 2006 4 commits
  14. 06 Nov, 2006 4 commits
  15. 05 Nov, 2006 2 commits