summaryrefslogtreecommitdiff
path: root/src/trigproc.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-19libdpkg, dpkg: Use new status to names mapping functionsGuillem Jover1-2/+2
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-07dpkg: Rename add_to_queue() to enqueue_package()Guillem Jover1-1/+1
2013-11-23dpkg: Get rid of post_postinst_tasks_core()Guillem Jover1-11/+3
2013-11-23dpkg: Rename and unify maintscript function namesGuillem Jover1-2/+2
2013-10-17dpkg: Print the package version on main progress messagesGuillem Jover1-2/+3
2013-04-14dpkg: Refactor tortoise_not_in_hare() out from check_trigger_cycle()Guillem Jover1-35/+44
2013-04-14dpkg: Move modstatdb_note() calls from post_postinst_tasks_core() to call sitesGuillem Jover1-1/+2
2012-06-30Switch to new notice() output functionGuillem Jover1-3/+2
2012-04-03Move pkg_infodb_get_dir() and pkg_infodb_get_file() to infodb-format.cGuillem Jover1-0/+1
2012-04-03Rename pkgadmin*() to pkg_infodb_get_*()Guillem Jover1-3/+5
2012-04-01Use cmp() == 0 instead of !cmp()Guillem Jover1-1/+1
2012-03-18dpkg: Change debug output to always arch-qualify package namesGuillem Jover1-9/+9
2012-03-14dpkg: Use package specifiers in statusfd and log messagesGuillem Jover1-2/+2
2012-02-18Use new package status setters instead of direct assignmentsGuillem Jover1-8/+17
2012-02-01Change debug, progress and error output to use package specifiersGuillem Jover1-18/+28
2012-02-01dpkg: Pass struct pkgbin to log_action()Guillem Jover1-1/+1
2012-01-23libdpkg: Pass pkgbin to trig_parse_ci callbacksGuillem Jover1-6/+8
2012-01-09libdpkg: Pass pkginfo instead of void * to trig_parse_ci callbacksGuillem Jover1-5/+5
2011-11-14Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()Raphaël Hertzog1-2/+2
2011-10-30Switch pkgadminfile() to get an explicit pkgbin as argumentGuillem Jover1-2/+2
2011-10-27Switch from pkginfo->name to pkginfo->set->nameGuillem Jover1-18/+23
2011-10-06dpkg: fix trigger setup code to not reset the status of unconfigured packagesRaphaël Hertzog1-0/+2
2011-07-07Use new dpkg_set_progname and dpkg_get_progname instead of thisnameGuillem Jover1-1/+1
2011-06-25dpkg: implement "interest-noawait" and "activate-noawait" trigger commandsRaphaël Hertzog1-4/+6
2011-06-17dpkg: ensure that trig_transitional_activate() doesn't introduce bad dataRaphaël Hertzog1-0/+7
2011-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-1/+1
2011-01-16libdpkg: Rename varbufaddstr() to varbuf_add_str()Guillem Jover1-1/+1
2011-01-16libdpkg: Rename varbufaddc() to varbuf_add_char()Guillem Jover1-2/+2
2011-01-16libdpkg: Rename varbufreset() to varbuf_reset()Guillem Jover1-1/+1
2010-11-19Cleanup white spacesGuillem Jover1-1/+0
2010-11-19Cleanup and improve source code commentsGuillem Jover1-25/+33
2010-11-19libdpkg: Namespace package database functions with pkg_db_ prefixGuillem Jover1-7/+7
2010-11-19libdpkg: Use push_error_context_jump() instead of push_error_handler()Guillem Jover1-1/+2
2010-11-19libdpkg: Rename error_unwind() to pop_error_context()Guillem Jover1-2/+2
2010-11-19Move error context display handler reset to error_unwind()Guillem Jover1-1/+0
2010-11-19Use thisname variable instead of hard-coded 'dpkg' stringGuillem Jover1-1/+1
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-3/+3
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