Skip to content
  1. Aug 31, 2015
  2. Oct 02, 2014
  3. Sep 04, 2014
    • Matthieu Kermagoret's avatar
      Centreon Connector 1.1.1. · abca02e9
      Matthieu Kermagoret authored
      abca02e9
    • Matthieu Kermagoret's avatar
      Perl: do not leak FD to child process. This fixes #5797. · b14958d5
      Matthieu Kermagoret authored
      Centreon Connector Perl works parsing Perl scripts in a main
      process. When a script execution is requested, the Connector
      fork()s itself and child processes run one of the already parsed
      script. However because of the fork() mechanism, children inherit
      file descriptors of pipes already open towards previously forked
      children. This behavior can freeze Centreon Connector Perl
      (read/write on the other end of pipe maintained alive by a dead
      process). This commit closes all unnecessary file descriptors in
      children.
      b14958d5
  4. Aug 11, 2014
  5. Jul 02, 2014
  6. Dec 02, 2013
  7. Nov 29, 2013
  8. Nov 22, 2013
  9. Jan 11, 2013
  10. Jan 07, 2013
  11. Jan 04, 2013
  12. Jan 02, 2013
  13. Dec 19, 2012
  14. Dec 14, 2012
  15. Dec 05, 2012
  16. Nov 27, 2012
  17. Nov 26, 2012
  18. Nov 20, 2012
  19. Nov 07, 2012
  20. Oct 23, 2012
  21. Oct 19, 2012
  22. Oct 16, 2012
  23. Oct 12, 2012
Loading