index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-27
Mark enum and struct member comments as doxygen descriptions
Guillem Jover
3
-21
/
+23
2012-03-27
Do not use `' quote pairs for non-translatable strings
Guillem Jover
5
-39
/
+44
2012-03-27
Clarify internerr() messages
Guillem Jover
2
-2
/
+3
2012-03-19
dpkg: Add --assert-multi-arch option
Guillem Jover
3
-1
/
+13
2012-03-19
dpkg: Only allow setting selections for known packages
Guillem Jover
1
-0
/
+6
2012-03-19
dpkg: Do not try to disappear other packages from the same set
Raphaël Hertzog
2
-0
/
+13
2012-03-19
dpkg: Upgrade the database automatically to the new multi-arch layout
Guillem Jover
6
-0
/
+258
2012-03-19
dpkg: Update on-disk database to use a multiarch compliant layout
Guillem Jover
5
-2
/
+138
2012-03-19
dpkg: Allow shared files between Multi-Arch: same packages
Guillem Jover
3
-20
/
+246
2012-03-18
dpkg: Store in tarcontext whether the pkgset is getting in sync
Guillem Jover
2
-0
/
+27
2012-03-18
dpkg: Change debug output to always arch-qualify package names
Guillem Jover
7
-40
/
+40
2012-03-16
dpkg-divert: Improve ignored removal request message
Sven Joachim
1
-1
/
+1
2012-03-16
dpkg: Remove old control files on upgrade when needed for Multi-Arch change
Raphaël Hertzog
1
-0
/
+10
2012-03-16
dpkg-divert: Properly handle diversions of shared files
Raphaël Hertzog
2
-1
/
+48
2012-03-16
dpkg: Pass filenamenode instead of fileinlist to cu_installnew()
Guillem Jover
2
-4
/
+2
2012-03-16
dpkg: Compute and track hashes for newly unpacked file
Guillem Jover
3
-4
/
+14
2012-03-16
dpkg: Use fd_skip() instead of fd_read() on tarobject_skip_padding()
Guillem Jover
1
-3
/
+2
2012-03-16
dpkg: Refactor skipping tarobject padding into new tarobject_skip_padding()
Guillem Jover
1
-11
/
+12
2012-03-16
dpkg: Rename tarfile_skip_one_forward() to tarobject_skip_entry()
Guillem Jover
1
-3
/
+3
2012-03-16
dpkg: Refactor tar object extraction into new tarobject_extract()
Guillem Jover
1
-90
/
+102
2012-03-14
dpkg: Add restrictions for configuration of a Multi-Arch: same package
Raphaël Hertzog
1
-0
/
+28
2012-03-14
dpkg: Deconfigure other instances of the unpacked package
Raphaël Hertzog
1
-0
/
+11
2012-03-14
dpkg: Update architecture check to allow foreign architectures
Raphaël Hertzog
1
-1
/
+4
2012-03-14
dpkg: Complete arch checking of package relationships in the resolver
Steve Langasek
2
-0
/
+8
2012-03-14
dpkg: Do not force dependencies on dependtry >= 3, wait until >= 4
Guillem Jover
1
-1
/
+1
2012-03-14
dpkg: Let --force-depends rescue the dependency check in all cases
Raphaël Hertzog
1
-5
/
+7
2012-03-14
dpkg: Make md5hash() a public function
Raphaël Hertzog
2
-3
/
+3
2012-03-14
dpkg: Update output commands to print package specifiers
Raphaël Hertzog
2
-6
/
+10
2012-03-14
dpkg: Use package specifiers for maintainer script arguments
Guillem Jover
2
-9
/
+21
2012-03-14
dpkg: Use package specifiers in statusfd and log messages
Guillem Jover
3
-5
/
+7
2012-03-14
dpkg-query: Update output commands to print package specifiers
Guillem Jover
1
-4
/
+4
2012-03-14
Update triggers support to understand multi-arch
Guillem Jover
1
-9
/
+14
2012-03-14
dpkg: Update commands and options to accept package specifiers
Guillem Jover
3
-11
/
+32
2012-03-14
dpkg-query: Update commands to accept package specifiers as arguments
Raphaël Hertzog
1
-4
/
+35
2012-03-14
dpkg-query: Only load the available file on -l or -W with new --load-avail
Guillem Jover
1
-2
/
+6
2012-03-14
Rework common badusage strings to allow for possible translation reuse
Guillem Jover
2
-11
/
+11
2012-03-14
dpkg: Use ohshit() instead of ohshite() on illegal names in --ignore-depends
Guillem Jover
1
-1
/
+1
2012-03-13
libdpkg: Never return NULL from pkg_db_find_singleton()
Guillem Jover
1
-3
/
+0
2012-03-13
libdpkg: Change pkg_sorter_by_name() to pkg_sorter_by_nonambig_name_arch()
Guillem Jover
2
-3
/
+3
2012-03-13
libdpkg: Move pkg_sorter_by_name() from pkg module to pkg-show
Guillem Jover
1
-0
/
+1
2012-03-13
Use new EMPTYHASHFLAG instead of EMPTY_HASH or literal string
Guillem Jover
1
-3
/
+2
2012-03-13
dpkg: Add --status-logger information to --help output
Guillem Jover
1
-0
/
+1
2012-03-05
dpkg: Use pkg_db_find_singleton() to get the dpkg package instance
Guillem Jover
1
-1
/
+4
2012-02-24
dpkg: Use pdb_parse_available in process_archive() on --record-avail
Guillem Jover
1
-1
/
+4
2012-02-24
dpkg: Inline parsedb_force_flags() into process_archive()
Guillem Jover
1
-13
/
+8
2012-02-24
dpkg: Move pkg_infodb_remove_file() before pkg_infodb_update_file()
Guillem Jover
1
-9
/
+9
2012-02-24
dpkg: Restore internal pkgset consistency on cross-grades
Guillem Jover
1
-0
/
+16
2012-02-24
dpkg: Store Multi-Arch field in update log for newly installed packages
Guillem Jover
1
-1
/
+3
2012-02-18
libdpkg: Refactor parsedb flags for standard operations into new aliases
Guillem Jover
2
-7
/
+4
2012-02-18
dpkg: Relax --merge-avail Packages file parser to not fail on bogus versions
Guillem Jover
1
-2
/
+2
[next]