index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
unpack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-23
dpkg: Switch force options from individual variables to bit fields
Guillem Jover
1
-3
/
+3
2019-01-22
libdpkg: Add proper tar error handling
Guillem Jover
1
-8
/
+10
2019-01-22
libdpkg: Rename pkg_db symbols to pkg_hash
Guillem Jover
1
-4
/
+4
2019-01-22
libdpkg: Cleanup fsys module symbol names
Guillem Jover
1
-47
/
+47
2019-01-22
When allocating use the variable instead of the type in sizeof()
Guillem Jover
1
-4
/
+4
2018-08-30
libdpkg: Split push_cleanup() into push_cleanup_fallback()
Guillem Jover
1
-16
/
+16
2018-08-30
libdpkg: Switch to a new tiny struct to track file ondisk identity
Guillem Jover
1
-8
/
+12
2018-08-30
libdpkg: Move db-fsys code from src to lib/dpkg
Guillem Jover
1
-1
/
+1
2018-08-30
libdpkg: Move files list information from dpkg clientdata to pkginfo
Guillem Jover
1
-9
/
+8
2018-08-30
dpkg: Call ensure_package_clientdata() defensively
Guillem Jover
1
-0
/
+1
2018-08-30
libdpkg: Rename struct pkginfo files member to archives
Guillem Jover
1
-6
/
+8
2018-05-04
libdpkg: Move control database code into db-ctrl modules
Guillem Jover
1
-1
/
+1
2018-03-26
Use internerr() or BUG() instead of assert()
Guillem Jover
1
-5
/
+13
2018-03-26
dpkg: Switch DEBIAN/conffile parsing assert() into an ohshit()
Guillem Jover
1
-1
/
+2
2016-05-02
dpkg: Pass <new-version> to maintscript actions that cannot get it otherwise
Guillem Jover
1
-0
/
+2
2016-04-01
dpkg: Search for debsig-verify in PATH instead of using an absolute path
Guillem Jover
1
-3
/
+4
2016-02-27
dpkg: Update unpack.c header comment
Guillem Jover
1
-1
/
+1
2016-02-27
dpkg: Refactor pkg_check_depcon()
Guillem Jover
1
-58
/
+68
2016-02-27
dpkg: Refactor pkg_deconfigure_others()
Guillem Jover
1
-46
/
+53
2016-02-27
libdpkg, dpkg: Rename iterators from ‘it’ to ‘iter’
Guillem Jover
1
-7
/
+7
2016-02-27
dpkg: Refactor pkg_remove_old_files()
Guillem Jover
1
-146
/
+159
2016-02-26
dpkg: Refactor pkg_update_fields()
Guillem Jover
1
-74
/
+85
2016-02-26
dpkg: Refactor pkg_disappear_others()
Guillem Jover
1
-78
/
+108
2016-02-26
dpkg: Refactor pkg_remove_backup_files()
Guillem Jover
1
-17
/
+26
2016-02-26
dpkg: Refactor pkg_remove_files_from_others()
Guillem Jover
1
-56
/
+69
2016-02-26
dpkg: Switch addfiletolist() to tar_filenamenode_queue_push()
Guillem Jover
1
-1
/
+1
2016-02-26
dpkg: Switch tarcontext newfilesp member into a filenamenode_queue
Guillem Jover
1
-10
/
+10
2016-02-26
dpkg: Rename filenamenode_queu_push() to tar_filenamenode_queue_push()
Guillem Jover
1
-2
/
+2
2016-01-26
dpkg: Use ohshit() instead of internerr() for unhandled dpkg-split exit codes
Guillem Jover
1
-1
/
+1
2016-01-26
dpkg: Print the archive filename when it cannot be accessed
Guillem Jover
1
-1
/
+2
2015-10-18
libdpkg: Add varbuf_snapshot() and varbuf_rollback() support
Guillem Jover
1
-2
/
+2
2015-10-18
Update Ian Jackson's email address
Guillem Jover
1
-1
/
+1
2015-05-18
dpkg: When upgrading, copy over the cached arch-qualified package name
Guillem Jover
1
-0
/
+1
2015-04-18
debian: Update my copyright years
Guillem Jover
1
-1
/
+1
2015-04-10
Consistently use proper quotation marks all over the place
Guillem Jover
1
-10
/
+10
2015-04-01
dpkg: Rework oldconffsetflags() into pkg_conffiles_mark_old()
Guillem Jover
1
-2
/
+2
2015-04-01
libdpkg: Rename ensure_pathname_nonexisting() to path_remove_tree()
Guillem Jover
1
-2
/
+2
2015-01-28
dpkg: Fix indentation
Guillem Jover
1
-2
/
+2
2015-01-28
Switch code to use the new C locale character type functions
Guillem Jover
1
-2
/
+2
2014-11-22
dpkg: Fail on trigger processing when it is required to progress
Guillem Jover
1
-1
/
+1
2014-11-22
dpkg: Restore multiple processing checks for packages and archives
Guillem Jover
1
-1
/
+1
2014-10-06
dpkg: Never try to remove the root directory or its backups
Guillem Jover
1
-0
/
+8
2014-10-06
dpkg: Normalize instdir by removing trailing '/' and '/.'
Guillem Jover
1
-1
/
+0
2014-10-06
dpkg: Use an intermediate variable for namenodetouse() return value
Guillem Jover
1
-2
/
+6
2014-10-06
libdpkg: Namespace and reword subproc flags
Guillem Jover
1
-3
/
+3
2014-10-06
libdpkg: Rename subproc_wait_check() to subproc_reap()
Guillem Jover
1
-4
/
+4
2014-10-06
libdpkg, dpkg: Switch subproc_wait() calls to subproc_wait_check()
Guillem Jover
1
-1
/
+1
2014-10-06
dpkg, dselect: Use subproc_wait_check() instead of ad-hoc code in call sites
Guillem Jover
1
-3
/
+3
2014-10-06
dpkg: Factor out deb_parse_conffiles() from process_archive()
Guillem Jover
1
-74
/
+103
2014-10-06
dpkg: Rename newconff_append() to filenamenode_queue_push()
Guillem Jover
1
-2
/
+2
[next]