- Nov 14, 2019
-
-
David Boucher authored
-
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.
-
- Oct 30, 2019
-
-
Matthieu Kermagoret authored
-
- May 07, 2019
-
-
Matthieu Kermagoret authored
-
- Feb 01, 2019
-
-
Matthieu Kermagoret authored
-
- Sep 03, 2018
-
-
Matthieu Kermagoret authored
-
- Jun 21, 2018
-
-
Matthieu Kermagoret authored
-
- Sep 05, 2017
-
-
Matthieu Kermagoret authored
-
bouda1 authored
feat(perl,ssh): add --log-file option to connectors.
-
- Sep 09, 2015
-
-
Matthieu Kermagoret authored
-
- Aug 31, 2015
-
-
Matthieu Kermagoret authored
-
- Oct 02, 2014
-
-
Matthieu Kermagoret authored
This fixes #5797.
-
- Sep 04, 2014
-
-
Matthieu Kermagoret authored
-
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.
-
- Aug 11, 2014
-
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
the Connector. This fixes #5732.
-
- Jul 02, 2014
-
-
Matthieu Kermagoret authored
-
- Dec 02, 2013
-
-
Dorian Guillois authored
-
- Nov 29, 2013
-
-
Dorian Guillois authored
-
- Nov 22, 2013
-
-
Dorian Guillois authored
-
Dorian Guillois authored
-
- Jan 11, 2013
-
-
Dorian Guillois authored
-
Dorian Guillois authored
-
Dorian Guillois authored
-
Dorian Guillois authored
-
- Jan 07, 2013
-
-
Dorian Guillois authored
-
Dorian Guillois authored
-
Dorian Guillois authored
-
Dorian Guillois authored
-
- Jan 04, 2013
-
-
Dorian Guillois authored
-
Matthieu Kermagoret authored
incompatibilities between the Perl library and our process. This fixes #4040.
-
- Jan 02, 2013
-
-
Dorian Guillois authored
-
Dorian Guillois authored
-
Dorian Guillois authored
-
- Dec 19, 2012
-
-
Dorian Guillois authored
-
- Dec 14, 2012
-
-
Dorian Guillois authored
-
Dorian Guillois authored
-
Dorian Guillois authored
-
Dorian Guillois authored
-
- Dec 05, 2012
-
-
Antoine Nguyen authored
-