summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/IPC.pm
AgeCommit message (Expand)AuthorFilesLines
2010-02-19scripts: Unify fork error stringGuillem Jover1-1/+1
2010-02-19libdpkg-perl: Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn()Guillem Jover1-6/+6
2010-01-21Dpkg::IPC: allow IO::Handle objects in *_pipe parametersRaphaël Hertzog1-8/+14
2009-11-26Dpkg::IPC::fork_and_exec(): put modified environment variables in error messagesRaphaël Hertzog1-1/+7
2009-11-08Unify format in license headersGuillem Jover1-3/+3
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-06-26libdpkg-perl: Import Exporter with ‘use base’Guillem Jover1-2/+1
2009-03-16Dpkg::IPC: add sanity check for timeout parameter and a non-regression testRaphael Hertzog1-0/+5
2009-03-15Dpkg::IPC: implement timeout for subprocessesRaphael Hertzog1-4/+26
2008-12-09Properly use internerr to report about programming bugsGuillem Jover1-9/+9
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-1/+1
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-2/+2
2008-06-23* scripts/Dpkg/IPC.pm (fork_and_exec): new nocheck optionRaphael Hertzog1-1/+5
2008-04-01Dpkg::IPC: Support redirection of STDERR in fork_and_exec()Raphael Hertzog1-18/+47
2008-02-24Dpkg::IPC: new option to clean the environmentRaphael Hertzog1-0/+12
2008-02-21Dpkg::IPC: Add nocheck option to wait_child()Raphael Hertzog1-2/+11
2008-02-20Dpkg::IPC: Modify fork_and_exec() to handle environment variablesRaphael Hertzog1-1/+17
2008-02-16Fix some whitespace oddities in the new modulesFrank Lichtenheld1-1/+1
2008-02-16Dpkg::IPC: Add chdir optionRaphael Hertzog1-0/+8
2008-02-15Dpkg::IPC: Add a sanitiy_check for options of fork_and_execFrank Lichtenheld1-2/+27
2008-02-15Dpkg::IPC: Add POD documentationFrank Lichtenheld1-0/+110
2008-02-15Dpkg::IPC: New {to,from}_string options for fork_and_execFrank Lichtenheld1-0/+17
2008-02-15Dpkg::IPC: Add wait_child option to fork_and_execFrank Lichtenheld1-0/+5
2008-02-15Dpkg::IPC: avoid surprising execution via the shellFrank Lichtenheld1-1/+1
2008-02-15Dpkg::IPC: extend fork_and_exec() to create pipes on requestRaphael Hertzog1-0/+15
2008-02-15Dpkg::IPC: new module to handle common IPCRaphael Hertzog1-0/+80