summaryrefslogtreecommitdiff
path: root/src/unpack.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-30libdpkg: Split push_cleanup() into push_cleanup_fallback()Guillem Jover1-16/+16
2018-08-30libdpkg: Switch to a new tiny struct to track file ondisk identityGuillem Jover1-8/+12
2018-08-30libdpkg: Move db-fsys code from src to lib/dpkgGuillem Jover1-1/+1
2018-08-30libdpkg: Move files list information from dpkg clientdata to pkginfoGuillem Jover1-9/+8
2018-08-30dpkg: Call ensure_package_clientdata() defensivelyGuillem Jover1-0/+1
2018-08-30libdpkg: Rename struct pkginfo files member to archivesGuillem Jover1-6/+8
2018-05-04libdpkg: Move control database code into db-ctrl modulesGuillem Jover1-1/+1
2018-03-26Use internerr() or BUG() instead of assert()Guillem Jover1-5/+13
2018-03-26dpkg: Switch DEBIAN/conffile parsing assert() into an ohshit()Guillem Jover1-1/+2
2016-05-02dpkg: Pass <new-version> to maintscript actions that cannot get it otherwiseGuillem Jover1-0/+2
2016-04-01dpkg: Search for debsig-verify in PATH instead of using an absolute pathGuillem Jover1-3/+4
2016-02-27dpkg: Update unpack.c header commentGuillem Jover1-1/+1
2016-02-27dpkg: Refactor pkg_check_depcon()Guillem Jover1-58/+68
2016-02-27dpkg: Refactor pkg_deconfigure_others()Guillem Jover1-46/+53
2016-02-27libdpkg, dpkg: Rename iterators from ‘it’ to ‘iter’Guillem Jover1-7/+7
2016-02-27dpkg: Refactor pkg_remove_old_files()Guillem Jover1-146/+159
2016-02-26dpkg: Refactor pkg_update_fields()Guillem Jover1-74/+85
2016-02-26dpkg: Refactor pkg_disappear_others()Guillem Jover1-78/+108
2016-02-26dpkg: Refactor pkg_remove_backup_files()Guillem Jover1-17/+26
2016-02-26dpkg: Refactor pkg_remove_files_from_others()Guillem Jover1-56/+69
2016-02-26dpkg: Switch addfiletolist() to tar_filenamenode_queue_push()Guillem Jover1-1/+1
2016-02-26dpkg: Switch tarcontext newfilesp member into a filenamenode_queueGuillem Jover1-10/+10
2016-02-26dpkg: Rename filenamenode_queu_push() to tar_filenamenode_queue_push()Guillem Jover1-2/+2
2016-01-26dpkg: Use ohshit() instead of internerr() for unhandled dpkg-split exit codesGuillem Jover1-1/+1
2016-01-26dpkg: Print the archive filename when it cannot be accessedGuillem Jover1-1/+2
2015-10-18libdpkg: Add varbuf_snapshot() and varbuf_rollback() supportGuillem Jover1-2/+2
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-05-18dpkg: When upgrading, copy over the cached arch-qualified package nameGuillem Jover1-0/+1
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-10/+10
2015-04-01dpkg: Rework oldconffsetflags() into pkg_conffiles_mark_old()Guillem Jover1-2/+2
2015-04-01libdpkg: Rename ensure_pathname_nonexisting() to path_remove_tree()Guillem Jover1-2/+2
2015-01-28dpkg: Fix indentationGuillem Jover1-2/+2
2015-01-28Switch code to use the new C locale character type functionsGuillem Jover1-2/+2
2014-11-22dpkg: Fail on trigger processing when it is required to progressGuillem Jover1-1/+1
2014-11-22dpkg: Restore multiple processing checks for packages and archivesGuillem Jover1-1/+1
2014-10-06dpkg: Never try to remove the root directory or its backupsGuillem Jover1-0/+8
2014-10-06dpkg: Normalize instdir by removing trailing '/' and '/.'Guillem Jover1-1/+0
2014-10-06dpkg: Use an intermediate variable for namenodetouse() return valueGuillem Jover1-2/+6
2014-10-06libdpkg: Namespace and reword subproc flagsGuillem Jover1-3/+3
2014-10-06libdpkg: Rename subproc_wait_check() to subproc_reap()Guillem Jover1-4/+4
2014-10-06libdpkg, dpkg: Switch subproc_wait() calls to subproc_wait_check()Guillem Jover1-1/+1
2014-10-06dpkg, dselect: Use subproc_wait_check() instead of ad-hoc code in call sitesGuillem Jover1-3/+3
2014-10-06dpkg: Factor out deb_parse_conffiles() from process_archive()Guillem Jover1-74/+103
2014-10-06dpkg: Rename newconff_append() to filenamenode_queue_push()Guillem Jover1-2/+2
2014-10-06dpkg: Use struct filelist instead of two fileinlist to track newconffilesGuillem Jover1-7/+7
2014-10-06dpkg: Remove static from pointer variablesGuillem Jover1-2/+3
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover1-31/+33
2014-06-02libdpkg: Uppercase and namespace pkgeflag enum valuesGuillem Jover1-2/+2
2014-06-02libdpkg: Uppercase and namespace pkgwant enum valuesGuillem Jover1-2/+2