summaryrefslogtreecommitdiff
path: root/src/archives.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-06dpkg: Normalize instdir by removing trailing '/' and '/.'Guillem Jover1-11/+3
2014-10-06libdpkg: Namespace and reword subproc flagsGuillem Jover1-1/+1
2014-10-06libdpkg: Rename subproc_wait_check() to subproc_reap()Guillem Jover1-1/+1
2014-10-06dpkg: Rename newconff_append() to filenamenode_queue_push()Guillem Jover1-9/+9
2014-10-06dpkg: Use struct filelist instead of two fileinlist to track newconffilesGuillem Jover1-4/+8
2014-08-09dpkg: Try to preallocate the disk size for extracted filesGuillem Jover1-0/+5
2014-08-09dpkg: Do not write to the available file when unpacking binary packagesGuillem Jover1-5/+11
2014-08-09dpkg-statoverride: Do not abort when user and group names are unknownGuillem Jover1-1/+1
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover1-7/+7
2014-06-02libdpkg: Uppercase and namespace pkgeflag enum valuesGuillem Jover1-2/+2
2014-06-02libdpkg: Uppercase and namespace pkgwant enum valuesGuillem Jover1-2/+3
2014-06-02libdpkg: Uppercase and namespace pkgmultiarch enum valuesGuillem Jover1-3/+3
2014-05-28dpkg: Uppercase, namespace and reword istobe enum type and valuesGuillem Jover1-7/+8
2014-05-28libdpkg: Uppercase tar related enum valuesGuillem Jover1-31/+31
2014-05-19libdpkg, dpkg: Use new status to names mapping functionsGuillem Jover1-2/+2
2014-01-15Rename return code variables from r to rcGuillem Jover1-12/+14
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04dpkg: Switch conflictor tracking from a fixed-size array to a queueGuillem Jover1-1/+1
2013-11-08dpkg: Distinguish error reports between archives and packagesGuillem Jover1-1/+1
2013-10-17dpkg: Print the package version on main progress messagesGuillem Jover1-4/+6
2013-08-11dpkg: Add a debug line when hashing on-disk files on refcountingGuillem Jover1-1/+3
2013-04-19Remove Emacs and vim modelinesGuillem Jover1-3/+0
2013-04-14dpkg: Always reset want status when installing a packageGuillem Jover1-1/+0
2013-04-14dpkg: Reload the SELinux label database if it has changedGuillem Jover1-16/+76
2013-04-14dpkg: Do not check for selabel_lookup_raw() returning "<<none>>" contextGuillem Jover1-5/+3
2013-03-18dpkg: Use colon instead of dot for user:group in debug outputGuillem Jover1-1/+1
2013-03-18dpkg: Mark security context error message for translationGuillem Jover1-1/+1
2013-03-18dpkg: Abort installation if we cannot set the security context for a fileGuillem Jover1-3/+3
2012-10-13dpkg: Fix logic on reinstallation of previously configured shared conffilesGuillem Jover1-1/+8
2012-10-13dpkg: Properly mark obsolete conffiles on package replacesGuillem Jover1-0/+2
2012-10-13dpkg: Do not consider obsolete conffiles as actively owned by the packageGuillem Jover1-0/+2
2012-09-27dpkg: Do not print garbage (or worse) on shared conffile debug outputGuillem Jover1-1/+1
2012-09-27dpkg: Fix memory leak in filesavespackage()Guillem Jover1-0/+1
2012-06-30dpkg: Do not translate SE Linux context to human readable formRussell Coker1-2/+8
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-2/+2
2012-06-30Switch to new notice() output functionGuillem Jover1-44/+37
2012-06-30libdpkg: Switch buffer I/O code to use struct dpkg_errorGuillem Jover1-12/+20
2012-05-10libdpkg: Rename versioncompare() to dpkg_version_compare()Guillem Jover1-1/+1
2012-04-01Rename pif variables to pkgbinGuillem Jover1-8/+8
2012-04-01Rename pigp variables to pkgGuillem Jover1-5/+5
2012-03-27dpkg: Refactor code into new clear_deconfigure_queue() functionGuillem Jover1-0/+12
2012-03-27Do not use `' quote pairs for non-translatable stringsGuillem Jover1-4/+4
2012-03-19dpkg: Do not try to disappear other packages from the same setRaphaƫl Hertzog1-0/+7
2012-03-19dpkg: Upgrade the database automatically to the new multi-arch layoutGuillem Jover1-0/+3
2012-03-19dpkg: Allow shared files between Multi-Arch: same packagesGuillem Jover1-14/+195
2012-03-18dpkg: Change debug output to always arch-qualify package namesGuillem Jover1-5/+5
2012-03-16dpkg: Pass filenamenode instead of fileinlist to cu_installnew()Guillem Jover1-1/+1
2012-03-16dpkg: Compute and track hashes for newly unpacked fileGuillem Jover1-4/+9
2012-03-16dpkg: Use fd_skip() instead of fd_read() on tarobject_skip_padding()Guillem Jover1-3/+2
2012-03-16dpkg: Refactor skipping tarobject padding into new tarobject_skip_padding()Guillem Jover1-11/+12