]> granicus.if.org Git - icinga2/history - lib/base/process.cpp
Update copyright headers for 2016
[icinga2] / lib / base / process.cpp
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-11-24 Gunnar BeutnerBuild fix for systems where strsignal() returns a const...
2015-11-24 Gunnar BeutnerBuild fix for systems where strsignal() returns a const...
2015-11-17 Gunnar BeutnerFix crash in Process::IOThreadProc when building Icinga...
2015-11-17 Gunnar BeutnerFix crash in Process::IOThreadProc when building Icinga...
2015-11-01 Gunnar BeutnerFix race condition in CreatePipeOverlapped
2015-10-13 Gunnar BeutnerFix incorrectly escaped arguments for CreateProcess
2015-09-30 Gunnar BeutnerFix incorrectly escaped arguments for CreateProcess
2015-08-12 Gunnar BeutnerFix: Make sure we're continuously reading from child...
2015-08-10 Gunnar BeutnerFix: Make sure we're continuously reading from child...
2015-03-11 Gunnar BeutnerKill entire process group after plugin timeout
2015-03-11 Gunnar BeutnerKill entire process group after plugin timeout
2015-03-04 Gunnar BeutnerFix compiler warning in Process::Run
2015-02-09 Gunnar BeutnerSet LC_NUMERIC=C for all processes on *NIX
2015-01-22 Michael FriedrichUpdate copyright year
2014-12-14 Gunnar BeutnerRefactor how variable scopes work
2014-11-17 Gunnar BeutnerComment out InitializeProcThreadAttributeList (for...
2014-11-13 Gunnar BeutnerImprove error messages for the Process class
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-11-07 Gunnar BeutnerProperly report errors when CreateProcess() fails
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-09-06 Gunnar BeutnerCheck whether the nice() function is available
2014-09-03 Gunnar BeutnerImplement support for systems where pipe2 returns ENOSYS
2014-08-21 Gunnar BeutnerImprove log messages for failed commands
2014-08-19 Gunnar BeutnerChange log level for failed commands
2014-06-26 Gunnar BeutnerFix build warnings
2014-05-28 Michael FriedrichMerge branch 'fix/rename-log-lib-name-6346' into next
2014-05-28 Michael FriedrichChange log message identifier for libbase.
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-23 Gunnar BeutnerImprove log messages for the Process class.
2014-05-22 Gunnar BeutnerWindows build fix.
2014-05-22 Michael FriedrichChange the most chatting log messages to 'notice' severity.
2014-05-19 Gunnar BeutnerFix command timeout.
2014-05-18 Gunnar BeutnerMerge branch 'feature/systemd-reload-6118' into next
2014-05-18 Gerd von EgidyAdd Process::GetPID and make it work on Unix and Windows.
2014-05-18 Gerd von EgidyProof of concept how a real reload-handling with system...
2014-05-12 Gunnar BeutnerImprove error message when execvpe() fails.
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-05-06 Gunnar BeutnerMake sure handles aren't inherited by the child process.
2014-04-29 Gunnar BeutnerChange log level for some messages.
2014-04-22 Gunnar BeutnerUse fewer threads by default.
2014-04-21 Gunnar BeutnerImplement support for environment variables on Windows.
2014-04-21 Gunnar BeutnerImplement Windows support for the Process class.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-16 Michael FriedrichMove command argument logging into the unix process...
2013-12-13 Michael FriedrichLog commands and their arguments.
2013-09-25 Gunnar BeutnerUpdate copyright information.
2013-06-13 Gunnar BeutnerImplement command timeouts.
2013-03-25 Gunnar BeutnerRefactor AsyncTasks.
2013-03-22 Gunnar BeutnerProcess class: Use the global EventQueue instead of...
2013-03-16 Gunnar BeutnerRefactor #includes (Part 2).
2013-03-14 Gunnar BeutnerRemove support for anonymous dictionary items.
2013-03-06 Gunnar BeutnerVarious bugfixes.
2013-03-01 Gunnar BeutnerRefactored object locking code.
2013-02-24 Gunnar BeutnerFine-grained locks (WIP, Part 9).
2013-02-22 Gunnar BeutnerRemoved PCH support (as it's clearly not working properly).
2013-02-20 Gunnar BeutnerFine-grained locks (WIP, Part 7).
2013-02-19 Gunnar BeutnerFine-grained locks (WIP, Part 6).
2013-02-17 Gunnar BeutnerFine-grained locks (WIP, Part 1).
2013-02-13 Gunnar BeutnerImplemented dictionary support for commands.
2013-02-13 Gunnar BeutnerCleaned up the Process class.
2013-02-13 Gunnar BeutnerRefactor the Process class. Remove the Windows implemen...
2013-02-13 Gunnar BeutnerBuild fix.
2013-02-13 Gunnar BeutnerProcess: repeat read() until we get EAGAIN.
2013-02-13 Gunnar BeutnerUse pipe2() instead of pipe() when possible.
2013-02-11 Gunnar BeutnerWait for child processes before getting new tasks from...
2013-02-11 Gunnar BeutnerFixed uninitialized variable bug.
2013-02-10 Gunnar BeutnerProcess: use read() on *NIX.
2013-02-10 Gunnar BeutnerImplemented poll() support for Process tasks.
2013-02-10 Gunnar BeutnerUse multiple worker threads for Process tasks.
2013-02-10 Gunnar BeutnerFixed deadlock in Process::WorkerThreadProc.
2013-02-10 Gunnar BeutnerWindows build fix.
2013-02-10 Gunnar BeutnerWindows build fix.
2013-02-10 Gunnar BeutnerBuild fix V2.
2013-02-10 Gunnar BeutnerBugfixes for the Process class.
2013-02-10 Gunnar BeutnerFixed 1 second delay for child processes.
2013-02-09 Gunnar BeutnerImplemented environment-based macros.
2013-02-09 Gunnar BeutnerFixed spelling mistake.
2013-02-09 Gunnar BeutnerImplement some dynamic macros.
2013-02-06 Gunnar BeutnerUse BOOST_THROW_EXCEPTION instead of boost::throw_excep...
2012-09-27 Michael FriedrichMerge branch 'master' into mfriedrich/compatido
2012-09-25 Gunnar BeutnerRemoved ::Sleep and implemented Utility::Sleep.
2012-09-14 Gunnar BeutnerAdded missing doc strings.
2012-09-07 Gunnar BeutnerRenamed 'doc' to 'docs'.