Skip to content
  1. Sep 03, 2018
  2. Jun 21, 2018
  3. Sep 05, 2017
  4. Mar 03, 2016
  5. Sep 10, 2015
  6. Sep 09, 2015
  7. Sep 04, 2015
  8. Aug 31, 2015
  9. Oct 02, 2014
  10. 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
  11. Aug 11, 2014
  12. Jul 02, 2014
  13. Dec 12, 2013
  14. Dec 02, 2013
  15. Nov 29, 2013
  16. Nov 28, 2013
  17. Nov 22, 2013
  18. Aug 08, 2013
  19. Jan 11, 2013
  20. Jan 07, 2013
  21. Jan 04, 2013
Loading