summaryrefslogtreecommitdiff
path: root/src/archives.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-09dpkg: Print a message instead of asserting on readlink/stat size discrepancyGuillem Jover1-1/+3
2011-09-09libdpkg: Rename fd_null_copy() to fd_skip()Guillem Jover1-3/+3
2011-08-21dpkg: correctly handle a hardlink pointing to a conffileRaphaël Hertzog1-1/+1
2011-08-13dpkg: Defer hardlink renames to avoid breakage on unpackGuillem Jover1-1/+2
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-07-07dpkg: Use braces on ‘if’ to avoid ambiguous ‘else’Guillem Jover1-1/+2
2011-07-05dpkg: Mark error message for translationSven Joachim1-1/+1
2011-07-05dpkg: add the missing ohshite() on a failed syscallRaphaël Hertzog1-0/+2
2011-06-30dpkg: Unpack missing shared directories when the package is replacedGuillem Jover1-10/+16
2011-06-26Fix bad indentation in various parts of the codeRaphaël Hertzog1-3/+3
2011-05-14dpkg: depisok() can now suggest to process awaited triggers for a packageRaphaël Hertzog1-4/+4
2011-04-29dpkg: Use “unselected” as an adjective instead of “deselected”Guillem Jover1-2/+2
2011-04-26dpkg: Do not fail when unpacking a diverted hardlinkGuillem Jover1-1/+1
2011-04-05Merge branch 'sid' (through tag '1.16.0.1')Guillem Jover1-2/+2
2011-04-03dpkg: Rename set_selinux_path_context() to tarobject_set_se_context()Guillem Jover1-3/+3
2011-04-03dpkg: don't ohshite if lutimes() fails with ENOSYSRaphaël Hertzog1-1/+1
2011-04-03dpkg: fix regression when using -R optionRaphaël Hertzog1-1/+1
2011-04-02dpkg: Set the modification time for unpacked symlinks if possibleGuillem Jover1-5/+9
2011-04-02dpkg: Move lchown() call from tarobject() to tarobject_set_perms()Guillem Jover1-9/+9
2011-04-02libdpkg: Move mtime from file_stat back to tar_infoGuillem Jover1-7/+5
2011-04-02dpkg: Use utimes(2) instead of obsolete utime(2)Guillem Jover1-5/+8
2011-04-02dpkg: Move conditionals to tarobject_set_*() functionsGuillem Jover1-6/+14
2011-04-02dpkg: Rename newtarobject_allmodes() to tarobject_set_perms()Guillem Jover1-2/+2
2011-04-02dpkg: Rename newtarobject_utime() to tarobject_set_mtime()Guillem Jover1-2/+2
2011-04-02dpkg: Factor out newtarobject_allmodes() callGuillem Jover1-5/+2
2011-04-02dpkg: Move newtarobject_utime() call out of newtarobject_allmodes()Guillem Jover1-2/+2
2011-04-02dpkg: Fix typo in comment ‘cheched’ → ‘checked’Guillem Jover1-1/+1
2011-04-02Make all command line action functions return intGuillem Jover1-1/+5
2011-03-21dpkg: use the correct mtime when installing a file with statoverridesRaphaël Hertzog1-2/+4
2011-03-14Use off_t and %jd or %jx to handle file sizes and offsetsGuillem Jover1-2/+3
2011-03-14dpkg: Add comment about why writeback code ignores return valuesGuillem Jover1-0/+6
2011-03-14Do not pass admindir to database initialization functionsGuillem Jover1-2/+1
2011-03-14libdpkg: Rename modstatdb_init() to modstatdb_open()Guillem Jover1-1/+1
2011-03-14Make modstatdb available file options explicitGuillem Jover1-2/+2
2011-03-14Do not read the available file unnecessarilyGuillem Jover1-2/+2
2011-03-14Switch the logic from msdbrw_noavail to msdbrw_availableGuillem Jover1-4/+5
2011-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-10/+10
2011-03-02dpkg: Only copy already counted output lines from findGuillem Jover1-6/+3
2011-03-02dpkg: Reduce local variable scope in archivefiles()Guillem Jover1-6/+7
2011-02-11libdpkg: Rename cmdinfo arg membersGuillem Jover1-3/+3
2011-02-11dpkg: Refactor conflictor addition to a new push_conflictor() functionGuillem Jover1-10/+1
2011-01-31Use pid instead of c1 for variable nameGuillem Jover1-4/+5
2011-01-16dpkg: Change wanttoinstall() return type from int to boolGuillem Jover1-12/+12
2011-01-16dpkg: Fix wanttoinstall() to use the new version from pkg->availableGuillem Jover1-7/+5
2011-01-16dpkg: Always say why in wanttoinstall()Guillem Jover1-27/+19
2011-01-16Rename struct pkginfoperfile to struct pkgbinGuillem Jover1-2/+2
2011-01-16Use m_asprintf() instead of m_malloc() and string operationsGuillem Jover1-3/+2
2011-01-16libdpkg: Rename varbufaddbuf() to varbuf_add_buf()Guillem Jover1-1/+1
2011-01-16libdpkg: Rename varbufaddstr() to varbuf_add_str()Guillem Jover1-13/+13
2011-01-16libdpkg: Rename varbufaddc() to varbuf_add_char()Guillem Jover1-17/+21