summaryrefslogtreecommitdiff
path: root/src/trigproc.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-14dpkg: Report deferred trigger errors on status-fdMichael Vogt1-0/+11
2010-03-21libdpkg: Move triglib declarations to a new triglib.hGuillem Jover1-0/+1
2010-03-05libdpkg: Add new trig_override_hooks to avoid exposing trighGuillem Jover1-1/+1
2010-02-25dpkg: Switch code to use “struct pkg_queue” instead of “struct pkgqueue”Guillem Jover1-8/+8
2009-11-08Unify text in license headersGuillem Jover1-5/+5
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-10-26Sort order of header includesGuillem Jover1-3/+3
2009-10-14Use named intializers in structuresGuillem Jover1-5/+5
2009-09-15Switch ad-hoc code to use struct pkg_list data typeGuillem Jover1-1/+1
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-2/+2
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2009-05-26Fix memory leaks due to not destroying pkg iteratorsGuillem Jover1-0/+1
2008-09-14libdpkg: Move stdlib.h inclusion to its direct includersGuillem Jover1-0/+1
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+1
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-08-26Merge branch 'lenny' (through tag '1.14.21')Guillem Jover1-6/+8
2008-08-15Fix --no-act in triggers related codeGuillem Jover1-6/+8
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-1/+1
2008-06-19Add a few more comment around obscure bits of trigger handling codeColin Watson1-0/+3
2008-03-30Implement triggers supportIan Jackson1-0/+393