Skip to content
  1. Nov 14, 2019
    • David Boucher's avatar
    • David Boucher's avatar
      No concurrency (#9) · ae4631a2
      David Boucher authored
      * enh(ssh): auto_ptr replaced by unique_ptr
      
      * enh(ssh): concurrency::mutex replaced by std::mutex
      
      * enh(connector): WIP to suppress concurrency objects from clib
      
      The goal here is to use standard ones.
      
      * enh(concurrency): Standard library used for threads stuff
      
      * fix(test): Failing tests disabled
      
      * cleanup(ssh): debug functions removed.
      ae4631a2
  2. Oct 30, 2019
  3. May 20, 2019
  4. May 07, 2019
  5. Apr 19, 2019
  6. Mar 25, 2019
  7. Feb 07, 2019
  8. Feb 01, 2019
  9. Sep 03, 2018
  10. Jun 21, 2018
  11. Sep 05, 2017
  12. Mar 03, 2016
  13. Sep 10, 2015
  14. Sep 09, 2015
  15. Sep 04, 2015
  16. Aug 31, 2015
  17. Oct 02, 2014
  18. 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
  19. Aug 11, 2014
  20. Jul 02, 2014
  21. Dec 12, 2013
  22. Dec 02, 2013
  23. Nov 29, 2013
  24. Nov 28, 2013
  25. Nov 22, 2013
  26. Aug 08, 2013
  27. Jan 11, 2013
Loading