summaryrefslogtreecommitdiff
path: root/src/configure.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-23dpkg: Switch force options from individual variables to bit fieldsGuillem Jover1-8/+8
2019-01-22libdpkg: Cleanup fsys module symbol namesGuillem Jover1-2/+2
2019-01-22dpkg: Move dependtry description from deferred_configure() to its declarationGuillem Jover1-24/+0
2019-01-21dpkg: Switch dependtry from an int to an enumGuillem Jover1-1/+1
2018-10-08libdpkg: Pass the file contents to the pager instead of the filenameGuillem Jover1-1/+1
2018-08-30libdpkg, dpkg: Use new pager spawning supportGuillem Jover1-7/+12
2018-08-30libdpkg: Split pager specific code into its own moduleGuillem Jover1-1/+2
2018-08-30libdpkg: Split push_cleanup() into push_cleanup_fallback()Guillem Jover1-1/+1
2018-08-30libdpkg: Move db-fsys code from src to lib/dpkgGuillem Jover1-1/+1
2018-08-30dpkg: Call ensure_package_clientdata() defensivelyGuillem Jover1-0/+2
2018-05-04dpkg: Print the environment variables setup for the conffile shellGuillem Jover1-0/+4
2018-03-26Use internerr() or BUG() instead of assert()Guillem Jover1-2/+3
2017-05-06doc: Spelling fixesGuillem Jover1-1/+1
2017-05-06doc: Spelling fixesJosh Soref1-1/+1
2017-01-22doc: Fix typos in documentation and code commentsGuillem Jover1-1/+1
2016-12-17dpkg: Allow readlink(2) returning a size smaller than stat(2)Guillem Jover1-1/+4
2016-10-30Cast off_t variables to intmax_t when printing them with %jdGuillem Jover1-1/+2
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-6/+6
2015-03-31Expand EOF and eof into "end of file" in error messagesGuillem Jover1-1/+1
2014-10-06dpkg: Normalize instdir by removing trailing '/' and '/.'Guillem Jover1-2/+0
2014-10-06libdpkg: Namespace and reword subproc flagsGuillem Jover1-2/+2
2014-10-06libdpkg: Rename subproc_wait_check() to subproc_reap()Guillem Jover1-2/+2
2014-10-06libdpkg, dpkg: Switch subproc_wait() calls to subproc_wait_check()Guillem Jover1-2/+2
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover1-12/+13
2014-06-02libdpkg: Uppercase and namespace pkgeflag enum valuesGuillem Jover1-1/+1
2014-05-28dpkg: Uppercase, namespace and reword istobe enum type and valuesGuillem Jover1-2/+2
2014-05-28dpkg: Uppercase conffopt enum values and split words with underscoreGuillem Jover1-46/+46
2014-05-28dpkg: Uppercase dep_check enum valuesGuillem Jover1-3/+3
2014-05-19libdpkg, dpkg: Use new status to names mapping functionsGuillem Jover1-3/+3
2014-04-30dpkg: Annotate case statements that fall through with a commentGuillem Jover1-0/+1
2014-01-15Rename return code variables from r to rcGuillem Jover1-3/+3
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-07dpkg: Rename showdiff() to show_diff()Guillem Jover1-2/+2
2013-12-07dpkg: Move functions around to avoid static declarationGuillem Jover1-135/+130
2013-12-07dpkg: Refactor show_prompt() out from promptconfaction()Guillem Jover1-98/+109
2013-12-07dpkg: Move newline from beginning to end of prompt stringsGuillem Jover1-7/+9
2013-12-07dpkg: Rename add_to_queue() to enqueue_package()Guillem Jover1-1/+1
2013-11-23dpkg: Rename and unify maintscript function namesGuillem Jover1-5/+5
2013-10-14Use <termios.h> instead of deprecated <sys/termios.h>Guillem Jover1-1/+1
2013-09-19dpkg: Use enum dep_check type and values instead of int and literalsGuillem Jover1-1/+1
2013-09-19Decapitalize error and warning messagesGuillem Jover1-2/+2
2012-10-13dpkg: Sync the Conffiles fields for all package instancesGuillem Jover1-1/+48
2012-10-13dpkg: Do not consider obsolete conffiles as actively owned by the packageGuillem Jover1-1/+4
2012-06-30Switch to new notice() output functionGuillem Jover1-6/+4
2012-06-30libdpkg: Switch buffer I/O code to use struct dpkg_errorGuillem Jover1-1/+4
2012-06-30dpkg: Switch showdiff() to command_get_pager()Guillem Jover1-6/+2
2012-06-08dpkg: Activate all path components for file triggersGuillem Jover1-2/+2
2012-06-06dpkg: Add missing space before && operandGuillem Jover1-1/+1