summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-12-07dpkg: Add debug output on diversions and statoverride database loadingGuillem Jover2-0/+6
2013-12-07dpkg: Keep the diversions and statoverride database files openGuillem Jover2-7/+32
2013-12-05Rename cmdinfos set functions to have underscores between wordsGuillem Jover2-23/+35
2013-12-04dpkg: Switch conflictor tracking from a fixed-size array to a queueGuillem Jover3-30/+34
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-3/+3
2013-11-24perl: Always check open() return valueGuillem Jover1-4/+8
2013-11-23dpkg: Do not lose track of packages owning a fileGuillem Jover1-1/+2
2013-11-23dpkg: Set verify_output_rpm() as the default verify output formatterGuillem Jover1-2/+2
2013-11-23dpkg: Split post_script_tasks() debug messageGuillem Jover1-2/+2
2013-11-23dpkg: Get rid of post_postinst_tasks_core()Guillem Jover3-20/+4
2013-11-23dpkg: Use modstatdb_get_status() instead of hardcoding msdbrw_writeGuillem Jover1-6/+3
2013-11-23dpkg: Rename and unify maintscript function namesGuillem Jover7-143/+138
2013-11-23libdpkg: New dpkg_locales_init()Guillem Jover5-20/+5
2013-11-08dpkg: Refactor out run_logger() from run_status_loggers()Guillem Jover1-18/+27
2013-11-08dpkg: Distinguish error reports between archives and packagesGuillem Jover3-2/+16
2013-11-08dpkg: Refactor enqueue_error_report() out from print_error_perpackage()Guillem Jover1-7/+15
2013-11-08libdpkg: Change error printer argument from const char * to const void *Guillem Jover2-2/+5
2013-11-08libdpkg: Refactor integer parsing into new dpkg_options_parse_arg_int()Guillem Jover1-17/+4
2013-10-27dpkg: Only keep previous database stat info instead of open filesGuillem Jover2-32/+15
2013-10-27dpkg: Always return from ensure_statoverrides() if file is NULLGuillem Jover1-0/+5
2013-10-27dpkg: Give more meaningful names to database stat variablesGuillem Jover2-14/+16
2013-10-27dpkg: Only allocate STATOVERRIDEFILE and DIVERSIONSFILE paths onceGuillem Jover2-6/+4
2013-10-27dpkg: Use line instead of desc to make use of the strtok() assignmentGuillem Jover1-1/+1
2013-10-27dpkg, libdpkg: Remove unused variable assignmentsGuillem Jover1-1/+0
2013-10-26dpkg: Use a simple list to track packages owning a fileGuillem Jover2-73/+30
2013-10-17dpkg: Print the package version on main progress messagesGuillem Jover4-14/+24
2013-10-17dpkg: Improve “Preparing to replace” and “Unpacking” messagesGuillem Jover1-8/+14
2013-10-17dpkg: Add new --verify commandGuillem Jover4-1/+188
2013-10-17dpkg: Add md5sums control file parsing supportGuillem Jover2-0/+101
2013-10-14Use <termios.h> instead of deprecated <sys/termios.h>Guillem Jover2-2/+2
2013-10-14Remove unused sys header inclusionsGuillem Jover2-5/+0
2013-10-14libdpkg: Rename and namespace option parsing and loading functionsGuillem Jover5-7/+7
2013-10-14libdpkg: Add dpkg-based program startup and shutdown functionsGuillem Jover5-22/+11
2013-10-14libdpkg: Refactor report output buffering setup into a new functionGuillem Jover5-9/+5
2013-10-14dpkg-query: Fix output when using multibyte character stringsGuillem Jover1-6/+15
2013-10-14dpkg-query: Do not hardcode summary width in list_format_print_header()Guillem Jover1-1/+1
2013-10-14dpkg: Activate file triggers on disappearance more accuratelyGuillem Jover1-1/+4
2013-10-14dpkg: Activate all path components for file triggers on removalGuillem Jover1-2/+2
2013-09-19dpkg: Use an enum for the saidread variableGuillem Jover1-7/+13
2013-09-19dpkg: When ignoring invalid remove requests consider that progressGuillem Jover1-0/+2
2013-09-19dpkg: Use enum dep_check type and values instead of int and literalsGuillem Jover2-7/+9
2013-09-19Decapitalize error and warning messagesGuillem Jover4-8/+8
2013-08-11dpkg: Add a debug line when hashing on-disk files on refcountingGuillem Jover1-1/+3
2013-08-11dpkg: Pass the package reference count to maintainer scriptsGuillem Jover1-0/+5
2013-08-11dpkg: Remove extra newline from path filter debug outputGuillem Jover1-1/+1
2013-08-10dpkg: Automatically prepend needed spaces for continuation force-help linesGuillem Jover1-6/+25
2013-07-22dpkg-divert: Rename file_copy() argumentsGuillem Jover1-13/+13
2013-07-22dpkg-divert: Remove temporary file on error during --renameGuillem Jover1-1/+3
2013-07-18Change user-friendly UI recommendation from dselect to aptGuillem Jover1-3/+3
2013-07-18dpkg: Rename processarc.c to unpack.cGuillem Jover3-3/+3