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
2019-11-26
dpkg: Use DPKG_ADMINDIR to set the admindir
Guillem Jover
1
-1
/
+1
2019-11-26
dpkg: Fix and clarify behavior for packages marked to be on “hold”
Guillem Jover
3
-4
/
+7
2019-11-26
dpkg-query: Try to use the description from the available file if not installed
Guillem Jover
1
-2
/
+2
2019-10-30
dpkg, u-a: Make variables static
Guillem Jover
1
-3
/
+12
2019-10-30
dpkg: Remove redudant condition for sourcefile in updateavailable()
Guillem Jover
1
-1
/
+1
2019-10-30
libdpkg, dpkg: Use new versiondescribe_c() for non-localizable call sites
Guillem Jover
3
-7
/
+7
2019-10-30
libdpkg: Add new C locale switch over support
Guillem Jover
5
-0
/
+5
2019-10-30
dpkg: Initialize flagdeppossi in check_conflict()
Guillem Jover
1
-1
/
+1
2019-10-12
dpkg: Do not clear selections for unknown packages
Guillem Jover
1
-1
/
+1
2019-06-03
dpkg: Introduce a new dependency try level for trigger cycle checks
Guillem Jover
2
-7
/
+14
2019-05-09
dpkg: Set the force defaults before loading the config file
Guillem Jover
1
-1
/
+1
2019-04-08
dpkg: Fix off-by-one bug in --abort-after check
Tom Goulet
1
-1
/
+2
2019-02-23
libdpkg, dpkg: Print the dpkg database directory on access errors
Guillem Jover
1
-3
/
+7
2019-02-23
dpkg: Add new option --refuse-security-mac to control SELinux
Guillem Jover
4
-2
/
+9
2019-02-23
dpkg-statoverride: Switch from --force option to new --force-<thing> options
Guillem Jover
3
-6
/
+28
2019-02-23
dpkg-statoverride: Add support for --force-* options
Guillem Jover
2
-0
/
+10
2019-02-23
dpkg: Parse and set new DPKG_FORCE environment variable for subprocesses
Guillem Jover
2
-0
/
+12
2019-02-23
dpkg: Switch to set the default force option from the forceinfos array
Guillem Jover
3
-2
/
+17
2019-02-23
dpkg: Switch from a char to an enum to track the force options types
Guillem Jover
1
-32
/
+37
2019-02-23
dpkg: Switch force options from individual variables to bit fields
Guillem Jover
11
-137
/
+165
2019-02-23
dpkg: Print the current set of enabled force options on --force-help
Guillem Jover
2
-0
/
+27
2019-02-23
dpkg: Do not hardcode the program name in the --force-help output
Guillem Jover
1
-1
/
+1
2019-02-23
dpkg: Move force options support into its own file
Guillem Jover
6
-192
/
+379
2019-02-23
dpkg: Simplify maintscript_set_exec_context()
Guillem Jover
1
-4
/
+3
2019-02-23
dpkg: Move SELinux fallback label to the SELinux specific code path
Guillem Jover
1
-3
/
+3
2019-01-22
libdpkg: Add proper tar error handling
Guillem Jover
3
-14
/
+20
2019-01-22
libdpkg: Rename pkg_db symbols to pkg_hash
Guillem Jover
11
-65
/
+65
2019-01-22
libdpkg: Cleanup fsys module symbol names
Guillem Jover
14
-259
/
+271
2019-01-22
libdpkg, dpkg: Rename r variables to fnn
Guillem Jover
1
-10
/
+7
2019-01-22
When allocating use the variable instead of the type in sizeof()
Guillem Jover
7
-10
/
+10
2019-01-22
dpkg-query: Rename variable to avoid shadowing a local function
Guillem Jover
1
-4
/
+4
2019-01-22
dpkg: Fix --help output to clarify optional arguments
Guillem Jover
1
-15
/
+15
2019-01-22
dpkg: Fix typo in comment
Guillem Jover
1
-1
/
+1
2019-01-22
dpkg: Introduce a new dependency try level for trigger processing
Guillem Jover
3
-23
/
+36
2019-01-22
dpkg: Move trigproc cycle reset inside try-deferred conditional
Guillem Jover
1
-11
/
+10
2019-01-22
dpkg: Convert one trigger processing required type into the new try-queued
Guillem Jover
1
-1
/
+1
2019-01-22
dpkg: Split trigger processing types into required, try-queued and try-deferred
Guillem Jover
2
-4
/
+6
2019-01-22
dpkg: Reset progress_bytrigproc once we have injected into the current iteration
Guillem Jover
1
-0
/
+1
2019-01-22
dpkg: Move dependtry description from deferred_configure() to its declaration
Guillem Jover
2
-24
/
+27
2019-01-21
dpkg: Switch dependtry from an int to an enum
Guillem Jover
5
-11
/
+33
2019-01-15
dpkg: Mark the package we are giving up on a trigger cycle as istobe normal
Guillem Jover
1
-0
/
+1
2019-01-15
dpkg: Factor trigproc_new_cyclenode() out from check_trigger_cycle()
Guillem Jover
1
-12
/
+25
2019-01-15
dpkg: Use common pattern of assigning as an iterator
Guillem Jover
1
-1
/
+1
2019-01-15
dpkg: Initialize trigcyclenode's next member once
Guillem Jover
1
-2
/
+1
2019-01-15
dpkg: Negate tortoise_not_in_hare() function name and return value
Guillem Jover
1
-5
/
+5
2018-10-08
dpkg, dpkg-query: Add new --no-pager option
Guillem Jover
2
-0
/
+18
2018-10-08
libdpkg: Pass the file contents to the pager instead of the filename
Guillem Jover
2
-2
/
+2
2018-10-08
dpkg-divert, dpkg-statoverride: Add new --instdir and --root options
Guillem Jover
3
-13
/
+58
2018-10-08
dpkg: Fix --force-not-root
Guillem Jover
4
-7
/
+34
2018-08-30
dpkg-query: Support dumping all --status and --print-avail records
Guillem Jover
1
-42
/
+44
[next]