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
2011-09-09
dpkg: Print a message instead of asserting on readlink/stat size discrepancy
Guillem Jover
1
-1
/
+3
2011-09-09
libdpkg: Rename fd_null_copy() to fd_skip()
Guillem Jover
1
-3
/
+3
2011-08-21
dpkg: correctly handle a hardlink pointing to a conffile
Raphaël Hertzog
1
-1
/
+1
2011-08-13
dpkg: Defer hardlink renames to avoid breakage on unpack
Guillem Jover
1
-1
/
+2
2011-07-07
libdpkg: Rename myopt module to options
Guillem Jover
1
-1
/
+1
2011-07-07
dpkg: Use braces on ‘if’ to avoid ambiguous ‘else’
Guillem Jover
1
-1
/
+2
2011-07-05
dpkg: Mark error message for translation
Sven Joachim
1
-1
/
+1
2011-07-05
dpkg: add the missing ohshite() on a failed syscall
Raphaël Hertzog
1
-0
/
+2
2011-06-30
dpkg: Unpack missing shared directories when the package is replaced
Guillem Jover
1
-10
/
+16
2011-06-26
Fix bad indentation in various parts of the code
Raphaël Hertzog
1
-3
/
+3
2011-05-14
dpkg: depisok() can now suggest to process awaited triggers for a package
Raphaël Hertzog
1
-4
/
+4
2011-04-29
dpkg: Use “unselected” as an adjective instead of “deselected”
Guillem Jover
1
-2
/
+2
2011-04-26
dpkg: Do not fail when unpacking a diverted hardlink
Guillem Jover
1
-1
/
+1
2011-04-05
Merge branch 'sid' (through tag '1.16.0.1')
Guillem Jover
1
-2
/
+2
2011-04-03
dpkg: Rename set_selinux_path_context() to tarobject_set_se_context()
Guillem Jover
1
-3
/
+3
2011-04-03
dpkg: don't ohshite if lutimes() fails with ENOSYS
Raphaël Hertzog
1
-1
/
+1
2011-04-03
dpkg: fix regression when using -R option
Raphaël Hertzog
1
-1
/
+1
2011-04-02
dpkg: Set the modification time for unpacked symlinks if possible
Guillem Jover
1
-5
/
+9
2011-04-02
dpkg: Move lchown() call from tarobject() to tarobject_set_perms()
Guillem Jover
1
-9
/
+9
2011-04-02
libdpkg: Move mtime from file_stat back to tar_info
Guillem Jover
1
-7
/
+5
2011-04-02
dpkg: Use utimes(2) instead of obsolete utime(2)
Guillem Jover
1
-5
/
+8
2011-04-02
dpkg: Move conditionals to tarobject_set_*() functions
Guillem Jover
1
-6
/
+14
2011-04-02
dpkg: Rename newtarobject_allmodes() to tarobject_set_perms()
Guillem Jover
1
-2
/
+2
2011-04-02
dpkg: Rename newtarobject_utime() to tarobject_set_mtime()
Guillem Jover
1
-2
/
+2
2011-04-02
dpkg: Factor out newtarobject_allmodes() call
Guillem Jover
1
-5
/
+2
2011-04-02
dpkg: Move newtarobject_utime() call out of newtarobject_allmodes()
Guillem Jover
1
-2
/
+2
2011-04-02
dpkg: Fix typo in comment ‘cheched’ → ‘checked’
Guillem Jover
1
-1
/
+1
2011-04-02
Make all command line action functions return int
Guillem Jover
1
-1
/
+5
2011-03-21
dpkg: use the correct mtime when installing a file with statoverrides
Raphaël Hertzog
1
-2
/
+4
2011-03-14
Use off_t and %jd or %jx to handle file sizes and offsets
Guillem Jover
1
-2
/
+3
2011-03-14
dpkg: Add comment about why writeback code ignores return values
Guillem Jover
1
-0
/
+6
2011-03-14
Do not pass admindir to database initialization functions
Guillem Jover
1
-2
/
+1
2011-03-14
libdpkg: Rename modstatdb_init() to modstatdb_open()
Guillem Jover
1
-1
/
+1
2011-03-14
Make modstatdb available file options explicit
Guillem Jover
1
-2
/
+2
2011-03-14
Do not read the available file unnecessarily
Guillem Jover
1
-2
/
+2
2011-03-14
Switch the logic from msdbrw_noavail to msdbrw_available
Guillem Jover
1
-4
/
+5
2011-03-02
Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls
Guillem Jover
1
-10
/
+10
2011-03-02
dpkg: Only copy already counted output lines from find
Guillem Jover
1
-6
/
+3
2011-03-02
dpkg: Reduce local variable scope in archivefiles()
Guillem Jover
1
-6
/
+7
2011-02-11
libdpkg: Rename cmdinfo arg members
Guillem Jover
1
-3
/
+3
2011-02-11
dpkg: Refactor conflictor addition to a new push_conflictor() function
Guillem Jover
1
-10
/
+1
2011-01-31
Use pid instead of c1 for variable name
Guillem Jover
1
-4
/
+5
2011-01-16
dpkg: Change wanttoinstall() return type from int to bool
Guillem Jover
1
-12
/
+12
2011-01-16
dpkg: Fix wanttoinstall() to use the new version from pkg->available
Guillem Jover
1
-7
/
+5
2011-01-16
dpkg: Always say why in wanttoinstall()
Guillem Jover
1
-27
/
+19
2011-01-16
Rename struct pkginfoperfile to struct pkgbin
Guillem Jover
1
-2
/
+2
2011-01-16
Use m_asprintf() instead of m_malloc() and string operations
Guillem Jover
1
-3
/
+2
2011-01-16
libdpkg: Rename varbufaddbuf() to varbuf_add_buf()
Guillem Jover
1
-1
/
+1
2011-01-16
libdpkg: Rename varbufaddstr() to varbuf_add_str()
Guillem Jover
1
-13
/
+13
2011-01-16
libdpkg: Rename varbufaddc() to varbuf_add_char()
Guillem Jover
1
-17
/
+21
[next]