index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Dpkg
/
IPC.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-22
doc: Fix typos in documentation and code comments
Guillem Jover
1
-1
/
+1
2016-10-30
Dpkg::IPC: Defer filehandle closures in spawn() to avoid double-close
Guillem Jover
1
-3
/
+6
2016-07-03
man, perl: Remove most AUTHOR sections
Guillem Jover
1
-5
/
+0
2015-07-28
Dpkg: Say FUNCTIONS instead of METHODS when appropriate
Guillem Jover
1
-1
/
+1
2015-07-28
Dpkg: Remove my keyword from POD function prototypes
Guillem Jover
1
-1
/
+1
2015-05-18
scripts: Document dpkg version when module versions got bumped
Guillem Jover
1
-3
/
+3
2015-05-18
Dpkg::IPC: Kill the process when reaching timeout in wait_child()
Guillem Jover
1
-3
/
+8
2015-04-18
debian: Update my copyright years
Guillem Jover
1
-1
/
+1
2015-03-30
perl: Rework use and exporter declarations
Guillem Jover
1
-4
/
+7
2015-01-28
Dpkg::IPC: Document function signatures
Guillem Jover
1
-2
/
+2
2015-01-28
scripts: Rename and deprecate _g function with g_
Guillem Jover
1
-14
/
+14
2014-10-12
scripts: Document all public module versions in a CHANGES section
Guillem Jover
1
-0
/
+4
2014-10-06
scripts: Unpack arguments just once
Guillem Jover
1
-2
/
+4
2014-10-06
scripts: Use named variables instead of using the topic variable
Guillem Jover
1
-13
/
+13
2014-08-09
Dpkg::IPC: Add support for sig and delete_sig spawn() options
Guillem Jover
1
-1
/
+35
2014-08-09
scripts: Use //= instead of ||= when appropriate
Guillem Jover
1
-2
/
+2
2014-01-15
scripts: Use P_() instead of ngettext()
Guillem Jover
1
-3
/
+3
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-12-04
perl: Surround FileHandles with braces in print calls
Guillem Jover
1
-1
/
+1
2013-12-04
scripts: Use croak instead of internerr on programming errors in modules
Guillem Jover
1
-11
/
+13
2013-12-04
perl: Switch to use low precedence boolean operators for error checks
Guillem Jover
1
-16
/
+19
2013-07-18
scripts: Do not mix boolean operators
Guillem Jover
1
-2
/
+2
2013-06-22
scripts: Do not inherit from Exporter just import its import
Guillem Jover
1
-1
/
+1
2013-05-04
Do not use double-quotes on strings that do not need interpolation
Guillem Jover
1
-28
/
+28
2013-04-30
Do not quote simple identifier hash keys in element accesses
Guillem Jover
1
-79
/
+79
2013-03-18
Dpkg::IPC: Fix wording
Guillem Jover
1
-2
/
+1
2010-11-02
Unify execution error strings
Guillem Jover
1
-1
/
+1
2010-02-26
Update POD documentation to indicate that it's using UTF-8 encoding
Raphaël Hertzog
1
-1
/
+3
2010-02-21
Add $VERSION numbers to all perl modules
Raphaël Hertzog
1
-0
/
+2
2010-02-19
scripts: Unify fork error string
Guillem Jover
1
-1
/
+1
2010-02-19
libdpkg-perl: Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn()
Guillem Jover
1
-6
/
+6
2010-01-21
Dpkg::IPC: allow IO::Handle objects in *_pipe parameters
Raphaël Hertzog
1
-8
/
+14
2009-11-26
Dpkg::IPC::fork_and_exec(): put modified environment variables in error messages
Raphaël Hertzog
1
-1
/
+7
2009-11-08
Unify format in license headers
Guillem Jover
1
-3
/
+3
2009-11-08
Replace FSF address by pointing to the gnu.org URL
Guillem Jover
1
-3
/
+2
2009-06-26
libdpkg-perl: Import Exporter with ‘use base’
Guillem Jover
1
-2
/
+1
2009-03-16
Dpkg::IPC: add sanity check for timeout parameter and a non-regression test
Raphael Hertzog
1
-0
/
+5
2009-03-15
Dpkg::IPC: implement timeout for subprocesses
Raphael Hertzog
1
-4
/
+26
2008-12-09
Properly use internerr to report about programming bugs
Guillem Jover
1
-9
/
+9
2008-12-09
Dpkg::ErrorHandling: Export public functions by default
Guillem Jover
1
-1
/
+1
2008-06-30
Switch to use UTF-8 copyright symbol and add missing ones
Guillem Jover
1
-2
/
+2
2008-06-23
* scripts/Dpkg/IPC.pm (fork_and_exec): new nocheck option
Raphael Hertzog
1
-1
/
+5
2008-04-01
Dpkg::IPC: Support redirection of STDERR in fork_and_exec()
Raphael Hertzog
1
-18
/
+47
2008-02-24
Dpkg::IPC: new option to clean the environment
Raphael Hertzog
1
-0
/
+12
2008-02-21
Dpkg::IPC: Add nocheck option to wait_child()
Raphael Hertzog
1
-2
/
+11
2008-02-20
Dpkg::IPC: Modify fork_and_exec() to handle environment variables
Raphael Hertzog
1
-1
/
+17
2008-02-16
Fix some whitespace oddities in the new modules
Frank Lichtenheld
1
-1
/
+1
2008-02-16
Dpkg::IPC: Add chdir option
Raphael Hertzog
1
-0
/
+8
2008-02-15
Dpkg::IPC: Add a sanitiy_check for options of fork_and_exec
Frank Lichtenheld
1
-2
/
+27
2008-02-15
Dpkg::IPC: Add POD documentation
Frank Lichtenheld
1
-0
/
+110
[next]