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-02-18
Use new package status setters instead of direct assignments
Guillem Jover
8
-53
/
+80
2012-02-18
dpkg: Do not change package eflags on --audit
Guillem Jover
1
-2
/
+2
2012-02-06
dpkg: When removing a foreign arch, only consider < halfinstalled an issue
Guillem Jover
1
-1
/
+3
2012-02-05
dpkg-trigger: Refactor package awaiter parsing into parse_awaiter_package()
Guillem Jover
1
-8
/
+28
2012-02-05
libdpkg: Pass struct pkgbin to pkg_summary()
Guillem Jover
2
-4
/
+5
2012-02-05
libdpkg: Change dpkg_arch_remove() to just unmark foreign architectures
Guillem Jover
1
-1
/
+1
2012-02-03
dpkg: Refactor deconfiguration queueing into enqueue_deconfigure()
Guillem Jover
2
-8
/
+16
2012-02-03
dpkg: Rename push_conflictor() to enqueue_conflictor()
Guillem Jover
3
-3
/
+3
2012-02-03
dpkg: Use pnaw_nonambig instead of pnaw_foreign on .list file open error
Guillem Jover
1
-1
/
+1
2012-02-03
dpkg: Fix memory leaks from deppossi iterators
Guillem Jover
1
-2
/
+7
2012-02-01
Change debug, progress and error output to use package specifiers
Guillem Jover
12
-165
/
+237
2012-02-01
dpkg: Pass struct pkgbin to namenodetouse()
Guillem Jover
6
-11
/
+18
2012-02-01
dpkg: Pass struct pkgbin to log_action()
Guillem Jover
6
-9
/
+11
2012-02-01
Move copyright information from --version output to file comment headers
Guillem Jover
3
-10
/
+1
2012-01-23
libdpkg: Pass pkgbin to trig_parse_ci callbacks
Guillem Jover
3
-10
/
+12
2012-01-23
dpkg: Rename infodb.c to infodb-access.c
Guillem Jover
2
-2
/
+2
2012-01-23
build: Move common headers to noinst_HEADERS
Guillem Jover
1
-6
/
+10
2012-01-16
dpkg: Get rid of all remaining deppossi->ed->pkg access
Raphaël Hertzog
4
-121
/
+202
2012-01-16
dpkg: Add new deppossi package iterator functions
Guillem Jover
2
-0
/
+78
2012-01-09
libdpkg: Pass pkginfo instead of void * to trig_parse_ci callbacks
Guillem Jover
1
-5
/
+5
2012-01-02
dpkg: Add architecture checks to --audit
Guillem Jover
1
-0
/
+23
2012-01-02
dpkg: Switch from foreign arch option to add and remove commands
Guillem Jover
3
-16
/
+73
2012-01-02
Use the new atomic file API instead of ad-hoc code
Guillem Jover
3
-77
/
+28
2011-12-22
libdpkg: Refactor pkg status to abbreviations mapping into new functions
Guillem Jover
1
-3
/
+3
2011-12-08
libdpkg: Remove unused end pointer argument from pkg_name_is_illegal()
Guillem Jover
3
-3
/
+3
2011-12-08
libdpkg: Add new dpkg_arch_get() to retrieve special architectures
Guillem Jover
2
-2
/
+2
2011-12-08
dpkg: Change --print-foreign-architectures to print an entry per line
Guillem Jover
1
-4
/
+2
2011-12-05
dpkg: Error out if a database .list file is not a regular file
Raphaël Hertzog
1
-0
/
+4
2011-12-05
dpkg: Initialize all clientdata members in ensure_package_clientdata()
Raphaël Hertzog
1
-0
/
+1
2011-12-04
dpkg-query: Use m_calloc() instead of m_malloc() + memset()
Guillem Jover
1
-4
/
+2
2011-11-14
Update diversions to work with pkgset instead of pkginfo
Raphaël Hertzog
8
-45
/
+49
2011-11-14
Replace most pkg_db_find() calls with its newer counterparts
Raphaël Hertzog
1
-1
/
+1
2011-11-14
Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()
Raphaël Hertzog
7
-12
/
+12
2011-11-14
Replace all pkg_db_count() calls with pkg_db_count_pkg()
Raphaël Hertzog
1
-1
/
+1
2011-11-14
Rename pkg_name variables to pkgname
Guillem Jover
2
-7
/
+7
2011-11-14
dpkg: Switch functions to take pkgset to reduce deppossi->ed->pkg access
Raphaël Hertzog
2
-21
/
+24
2011-11-10
dpkg-query: Fix short-lived memory leak in --show and --list commands
Raphaël Hertzog
1
-0
/
+4
2011-10-30
dpkg: Ignore conflict with one's own virtual package within a package set
Raphaël Hertzog
1
-2
/
+2
2011-10-30
libdpkg: Allow pkg:arch syntax in package relationship fields
Steve Langasek
1
-0
/
+2
2011-10-30
Switch pkgadminfile() to get an explicit pkgbin as argument
Guillem Jover
10
-37
/
+43
2011-10-27
dpkg: Move match_node functions into a new file-match module
Guillem Jover
4
-27
/
+86
2011-10-27
Switch from pkginfo->name to pkginfo->set->name
Guillem Jover
16
-200
/
+228
2011-10-27
Update deppossi->ed to point to a pkgset instead of a pkginfo
Guillem Jover
7
-45
/
+50
2011-10-27
Move the reverse dependencies from struct pkgbin to struct pkgset
Raphaël Hertzog
6
-19
/
+16
2011-10-24
dpkg: Add --foreign-architecture and --print-foreign-architectures options
Raphaël Hertzog
3
-0
/
+49
2011-10-24
dpkg: Use dpkg_arch_get_native() instead of native_arch
Guillem Jover
4
-4
/
+2
2011-10-24
libdpkg: Update pkgbin.arch to be a pointer to struct dpkg_arch
Raphaël Hertzog
2
-4
/
+4
2011-10-24
libdpkg: Add Multi-Arch field support
Guillem Jover
1
-0
/
+1
2011-10-24
dpkg: Refactor disappear code into its own pkg_disappear() function
Raphaël Hertzog
1
-28
/
+35
2011-10-14
Merge commit '1.16.1.1'
Raphaël Hertzog
1
-0
/
+2
[prev]
[next]