index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-22
dselect: Rename variable r to pkgbin
Guillem Jover
2
-4
/
+6
2019-01-22
When allocating use the variable instead of the type in sizeof()
Guillem Jover
22
-40
/
+41
2019-01-22
dpkg-query: Rename variable to avoid shadowing a local function
Guillem Jover
2
-4
/
+5
2019-01-22
dpkg: Fix --help output to clarify optional arguments
Guillem Jover
2
-15
/
+16
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
4
-23
/
+41
2019-01-22
dpkg: Move trigproc cycle reset inside try-deferred conditional
Guillem Jover
2
-11
/
+14
2019-01-22
dpkg: Convert one trigger processing required type into the new try-queued
Guillem Jover
2
-1
/
+3
2019-01-22
dpkg: Split trigger processing types into required, try-queued and try-deferred
Guillem Jover
3
-4
/
+8
2019-01-22
dpkg: Reset progress_bytrigproc once we have injected into the current iteration
Guillem Jover
2
-0
/
+5
2019-01-22
dpkg: Move dependtry description from deferred_configure() to its declaration
Guillem Jover
3
-24
/
+29
2019-01-21
dpkg: Switch dependtry from an int to an enum
Guillem Jover
6
-11
/
+34
2019-01-15
dpkg: Mark the package we are giving up on a trigger cycle as istobe normal
Guillem Jover
2
-0
/
+7
2019-01-15
dpkg: Factor trigproc_new_cyclenode() out from check_trigger_cycle()
Guillem Jover
2
-12
/
+26
2019-01-15
dpkg: Use common pattern of assigning as an iterator
Guillem Jover
2
-1
/
+2
2019-01-15
dpkg: Initialize trigcyclenode's next member once
Guillem Jover
2
-2
/
+2
2019-01-15
dpkg: Negate tortoise_not_in_hare() function name and return value
Guillem Jover
2
-5
/
+6
2019-01-15
scripts/mk: Add support for an improved dpkg_vendor_derives_from macro
Guillem Jover
7
-8
/
+52
2019-01-15
scripts/mk: Fix dpkg_vendor_derives_from macro documentation
Colin Watson
2
-1
/
+3
2019-01-15
debian: Add superficial autopkgtest functional tests
Guillem Jover
5
-0
/
+39
2019-01-15
build: Split AM_INIT_AUTOMAKE arguments into different lines
Guillem Jover
2
-1
/
+8
2019-01-15
u-a: Fix removal of obsolete slaves from the linked list
Guillem Jover
3
-5
/
+60
2019-01-15
u-a: Add new --debug option
Guillem Jover
3
-7
/
+17
2019-01-15
u-a: Switch verbose selection into an enum
Guillem Jover
2
-6
/
+13
2019-01-15
u-a: Use enums for actions instead of strings
Guillem Jover
2
-41
/
+91
2019-01-15
s-s-d: Implement --notify-await and --notify-timeout options
Guillem Jover
3
-1
/
+248
2019-01-15
s-s-d: Move parse_unsigned() definition to the top of the file
Guillem Jover
1
-20
/
+20
2019-01-15
s-s-d: Switch code to use new info() and debug() functions
Guillem Jover
2
-20
/
+38
2019-01-15
s-s-d: Fix typo
Trek
1
-1
/
+1
2019-01-15
s-s-d: Fix typo in comment
Guillem Jover
1
-1
/
+1
2019-01-15
s-s-d: Print complete verbose lines
Guillem Jover
2
-2
/
+4
2019-01-15
s-s-d: Check whether standalone --pidfile use is secure
Guillem Jover
2
-2
/
+40
2019-01-15
s-s-d: Compare foundany against 0 instead of treating it like a boolean
Guillem Jover
2
-1
/
+3
2019-01-15
dpkg-scanpackages: Emit a warning with the list of repeat packages
Guillem Jover
2
-0
/
+10
2019-01-15
dpkg-scanpackages: Unroll a single iteration loop
Guillem Jover
2
-14
/
+15
2019-01-15
dpkg-scanpackages: Do not compute unnecessary checksums
Guillem Jover
2
-6
/
+8
2019-01-15
dpkg-shlibdeps: Remove duplicate word across newline boundary
Guillem Jover
1
-1
/
+1
2019-01-15
dpkg-shlibdeps: Remove unused variable
Guillem Jover
2
-2
/
+1
2019-01-15
dpkg-genchanges: Only reference binary packages being uploaded
Guillem Jover
6
-19
/
+18
2019-01-15
dpkg-source: Stop filtering @builddeps@ from Testsuite-Triggers field
Guillem Jover
3
-3
/
+5
2019-01-15
dpkg-source: Use new format argument for Dpkg::Source::Package->new()
Guillem Jover
2
-8
/
+5
2019-01-15
dpkg-source: Move source format selection earlier in the build
Guillem Jover
2
-19
/
+21
2019-01-15
Dpkg::Source::Package, dpkg-source: Switch to new Dpkg::Source::Format module
Guillem Jover
3
-38
/
+27
2019-01-15
Dpkg::Source::Format: New module
Guillem Jover
6
-0
/
+265
2019-01-15
Dpkg::Source::Package: Improve debian/source/format parsing and validation
Guillem Jover
2
-16
/
+11
2019-01-15
Dpkg::Source::Package: Add a new format option to the new constructor
Guillem Jover
2
-5
/
+18
2019-01-15
Dpkg::Source::Package::V3::Bzr: Fix format name in output message
Guillem Jover
2
-1
/
+2
2019-01-15
Dpkg::Source::Patch: Do not recommend --include-removal when not supported
Guillem Jover
2
-4
/
+7
2019-01-15
Dpkg::Source::Package: Do not reinitialize fields member in constructor
Guillem Jover
2
-2
/
+2
2019-01-15
Dpkg::Shlibs::Objdump: Only select objdump program when going to use it
Guillem Jover
2
-10
/
+14
[prev]
[next]