index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
archives.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-08
dpkg: Fix --force-not-root
Guillem Jover
1
-6
/
+17
2018-08-30
libdpkg: Split push_cleanup() into push_cleanup_fallback()
Guillem Jover
1
-2
/
+2
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
-1
/
+1
2018-08-30
dpkg: Call ensure_package_clientdata() defensively
Guillem Jover
1
-0
/
+2
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
/
+14
2017-05-17
dpkg: Fix digest inference for shared conffiles
Guillem Jover
1
-5
/
+1
2017-05-17
dpkg: Fix conffile takeover handling during unpack on --root or diversions
Guillem Jover
1
-8
/
+1
2017-05-06
doc: Spelling fixes
Josh Soref
1
-1
/
+1
2017-02-26
dpkg: Add a comment on any switch case that falls through
Guillem Jover
1
-0
/
+1
2016-12-17
dpkg: Allow readlink(2) returning a size smaller than stat(2)
Guillem Jover
1
-2
/
+8
2016-12-17
dpkg: Fix typo in code comment
Guillem Jover
1
-1
/
+1
2016-10-30
Cast off_t variables to intmax_t when printing them with %jd
Guillem Jover
1
-2
/
+2
2016-07-08
dpkg: Fix a short-lived memory leak in archive argument parsing
Guillem Jover
1
-1
/
+3
2016-05-03
dpkg: Fix off-by-one array allocation
Guillem Jover
1
-1
/
+1
2016-05-03
dpkg: Use m_strdup() instead of strdup()
Guillem Jover
1
-1
/
+1
2016-05-03
dpkg: Fix file queue tail assignment in file queue pop
Guillem Jover
1
-1
/
+1
2016-02-27
dpkg: Remove FIND usage, use treewalk instead
Guillem Jover
1
-44
/
+22
2016-02-26
dpkg: Switch addfiletolist() to tar_filenamenode_queue_push()
Guillem Jover
1
-13
/
+2
2016-02-26
dpkg: Switch remove_file_from_list() to tar_filenamenode_queue_pop()
Guillem Jover
1
-11
/
+11
2016-02-26
dpkg: Switch tarcontext newfilesp member into a filenamenode_queue
Guillem Jover
1
-4
/
+4
2016-02-26
dpkg: Rename filenamenode_queu_push() to tar_filenamenode_queue_push()
Guillem Jover
1
-16
/
+16
2016-02-26
dpkg: Fix memory leak when unpacking conffiles
Guillem Jover
1
-1
/
+1
2016-02-26
dpkg: Encapsulate obstack usage inside new tar_pool functions
Guillem Jover
1
-18
/
+30
2016-01-26
dpkg: Detect non-regular file archive arguments earlier
Guillem Jover
1
-0
/
+4
2016-01-26
dpkg: Check that all passed archive filenames exist before queueing them
Guillem Jover
1
-5
/
+14
2015-12-12
Use new str_fmt() instead of m_asprintf()
Guillem Jover
1
-4
/
+1
2015-10-18
libdpkg: Add varbuf_snapshot() and varbuf_rollback() support
Guillem Jover
1
-5
/
+6
2015-10-18
Update Ian Jackson's email address
Guillem Jover
1
-1
/
+1
2015-05-30
dpkg: Fix setting the SE Linux context when a file has a statoverride
Guillem Jover
1
-8
/
+10
2015-05-19
dpkg-deb, dpkg: Do not allow pathnames with embedded newlines
Guillem Jover
1
-0
/
+4
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
-36
/
+37
2015-04-01
libdpkg: Move path removal functions to path-remove module
Guillem Jover
1
-35
/
+0
2015-04-01
libdpkg: Rename ensure_pathname_nonexisting() to path_remove_tree()
Guillem Jover
1
-4
/
+4
2015-03-30
dpkg: Move SE Linux support into a separate file
Guillem Jover
1
-98
/
+1
2015-01-26
Remove unused <ctype.h> includes
Guillem Jover
1
-1
/
+0
2014-11-22
libdpkg, dpkg: Normalize tar entry uid and gid only in dpkg unpack
Guillem Jover
1
-0
/
+2
2014-10-06
dpkg: Normalize instdir by removing trailing '/' and '/.'
Guillem Jover
1
-11
/
+3
2014-10-06
libdpkg: Namespace and reword subproc flags
Guillem Jover
1
-1
/
+1
2014-10-06
libdpkg: Rename subproc_wait_check() to subproc_reap()
Guillem Jover
1
-1
/
+1
2014-10-06
dpkg: Rename newconff_append() to filenamenode_queue_push()
Guillem Jover
1
-9
/
+9
2014-10-06
dpkg: Use struct filelist instead of two fileinlist to track newconffiles
Guillem Jover
1
-4
/
+8
2014-08-09
dpkg: Try to preallocate the disk size for extracted files
Guillem Jover
1
-0
/
+5
2014-08-09
dpkg: Do not write to the available file when unpacking binary packages
Guillem Jover
1
-5
/
+11
2014-08-09
dpkg-statoverride: Do not abort when user and group names are unknown
Guillem Jover
1
-1
/
+1
2014-06-02
libdpkg: Uppercase and namespace pkgstatus enum values
Guillem Jover
1
-7
/
+7
2014-06-02
libdpkg: Uppercase and namespace pkgeflag enum values
Guillem Jover
1
-2
/
+2
2014-06-02
libdpkg: Uppercase and namespace pkgwant enum values
Guillem Jover
1
-2
/
+3
[next]