index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
help.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-18
Update Ian Jackson's email address
Guillem Jover
1
-1
/
+1
2015-04-21
Remove some unnecessary includes of assert.h
Niels Thykier
1
-1
/
+0
2015-04-18
debian: Update my copyright years
Guillem Jover
1
-1
/
+1
2015-04-01
dpkg: Rework oldconffsetflags() into pkg_conffiles_mark_old()
Guillem Jover
1
-7
/
+14
2015-04-01
libdpkg: Move path removal functions to path-remove module
Guillem Jover
1
-65
/
+0
2015-04-01
libdpkg: Rename ensure_pathname_nonexisting() to path_remove_tree()
Guillem Jover
1
-4
/
+5
2014-12-27
libdpkg, dpkg: Fix out-of-bounds read accesses
Guillem Jover
1
-1
/
+2
2014-10-12
dpkg: Mark for translation and unify "rm cleanup" string
Guillem Jover
1
-1
/
+1
2014-10-06
dpkg: Do not print pointers in debug output messages
Guillem Jover
1
-2
/
+2
2014-10-06
libdpkg: Rename subproc_wait_check() to subproc_reap()
Guillem Jover
1
-1
/
+1
2014-06-02
libdpkg: Uppercase and namespace pkgstatus enum values
Guillem Jover
1
-8
/
+8
2014-05-28
dpkg: Uppercase, namespace and reword istobe enum type and values
Guillem Jover
1
-2
/
+2
2014-04-30
dpkg: Do not leak the filepackages_iterator in dir_is_used_by_others()
Guillem Jover
1
-0
/
+1
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-04-24
dpkg: On Mac OS X check for update_dyld_shared_cache instead of ldconfig
Guillem Jover
1
-0
/
+6
2012-10-13
dpkg: Properly mark obsolete conffiles on package replaces
Guillem Jover
1
-0
/
+21
2012-10-13
dpkg: Do not consider obsolete conffiles as actively owned by the package
Guillem Jover
1
-0
/
+2
2012-06-30
Avoid full stop and double newline at the end of errors and warnings
Jonathan Nieder
1
-5
/
+5
2012-05-04
dpkg: Move maintainer script handling into a new script module
Guillem Jover
1
-287
/
+0
2012-04-14
build: Switch from --without- to --disable- for programs to be built
Guillem Jover
1
-1
/
+1
2012-04-03
Move pkg_infodb_get_dir() and pkg_infodb_get_file() to infodb-format.c
Guillem Jover
1
-0
/
+1
2012-04-03
Rename pkgadmin*() to pkg_infodb_get_*()
Guillem Jover
1
-2
/
+2
2012-04-01
Rename pif variables to pkgbin
Guillem Jover
1
-2
/
+2
2012-03-27
Do not use `' quote pairs for non-translatable strings
Guillem Jover
1
-5
/
+6
2012-03-27
Clarify internerr() messages
Guillem Jover
1
-1
/
+2
2012-03-18
dpkg: Change debug output to always arch-qualify package names
Guillem Jover
1
-6
/
+6
2012-03-14
dpkg: Use package specifiers in statusfd and log messages
Guillem Jover
1
-2
/
+3
2012-02-18
Use new package status setters instead of direct assignments
Guillem Jover
1
-3
/
+8
2012-02-01
Change debug, progress and error output to use package specifiers
Guillem Jover
1
-6
/
+6
2012-02-01
dpkg: Pass struct pkgbin to namenodetouse()
Guillem Jover
1
-1
/
+4
2012-02-01
dpkg: Pass struct pkgbin to log_action()
Guillem Jover
1
-1
/
+3
2012-01-16
dpkg: Get rid of all remaining deppossi->ed->pkg access
Raphaël Hertzog
1
-2
/
+20
2011-11-14
Update diversions to work with pkgset instead of pkginfo
Raphaël Hertzog
1
-2
/
+2
2011-11-14
Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()
Raphaël Hertzog
1
-1
/
+1
2011-10-30
Switch pkgadminfile() to get an explicit pkgbin as argument
Guillem Jover
1
-2
/
+2
2011-10-27
Switch from pkginfo->name to pkginfo->set->name
Guillem Jover
1
-10
/
+10
2011-10-27
Update deppossi->ed to point to a pkgset instead of a pkginfo
Guillem Jover
1
-2
/
+2
2011-10-24
libdpkg: Update pkgbin.arch to be a pointer to struct dpkg_arch
Raphaël Hertzog
1
-1
/
+1
2011-09-09
dpkg: Fix double “error:” string in missing PATH error output
Guillem Jover
1
-1
/
+1
2011-06-18
dpkg: ensure that post_postinst_tasks() doesn't introduce bad data
Raphaël Hertzog
1
-2
/
+5
2011-05-16
dpkg: Keep parent directories of directories kept during removal
Guillem Jover
1
-0
/
+31
2011-05-15
dpkg: Add debug output on match in dir_is_used_by_others()
Guillem Jover
1
-0
/
+2
2011-05-06
dpkg: Rename isdirectoryinuse() to dir_is_used_by_others()
Guillem Jover
1
-4
/
+4
2011-05-06
dpkg: Rename hasdirectoryconffiles() to dir_has_conffiles()
Guillem Jover
1
-3
/
+3
2011-05-06
dpkg: Fix wrong matching for check on directory containing conffiles
Guillem Jover
1
-1
/
+2
2011-03-14
Make admindir file local everywhere
Guillem Jover
1
-0
/
+1
2011-03-14
Do not pass admindir to database initialization functions
Guillem Jover
1
-2
/
+2
2011-03-02
dpkg: Pass correct DPKG_ADMINDIR to maintainer scripts with --root
Guillem Jover
1
-5
/
+6
2011-03-02
Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls
Guillem Jover
1
-2
/
+2
2011-02-11
Move and generalize debug API from dpkg to libdpkg
Guillem Jover
1
-12
/
+1
[next]