index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for a maximum delay and testing of delay
Julian Andres Klode
2021-07-28
1
-1
/
+4
*
Properly convert PulseInterval to timeval
Julian Andres Klode
2021-07-28
1
-6
/
+3
*
Convert to monotonic clock
Julian Andres Klode
2021-07-28
5
-22
/
+33
*
acquire: Automatically reduce select() timeout as needed
Julian Andres Klode
2021-07-28
1
-1
/
+35
*
Implement exponential delay between retries
Julian Andres Klode
2021-07-28
5
-3
/
+48
*
pkgAcqIndex::CommonFailed: Set StatIdle before calling Init()
Julian Andres Klode
2021-07-13
1
-1
/
+1
*
Merge branch 'fix/dpkgchroot' into 'main'
Julian Andres Klode
2021-07-05
3
-30
/
+26
|
\
|
*
Restore dpkg::chroot-directory functionality
David Kalnischkies
2021-06-10
3
-30
/
+26
*
|
Store size from volatile sources for already installed versions
David Kalnischkies
2021-06-10
1
-1
/
+6
*
|
Use full item description in broken repo error
David Kalnischkies
2021-06-10
1
-3
/
+2
|
/
*
No URL decode and quoting support for Files in Sources
David Kalnischkies
2021-06-04
1
-16
/
+14
*
URI encode Filename field of Packages files (again)
David Kalnischkies
2021-06-04
2
-8
/
+9
*
policy: Apply phasing to uninstalled packages too
Julian Andres Klode
2021-05-17
1
-1
/
+1
*
Merge branch 'master' of https://github.com/kraj/apt
Julian Andres Klode
2021-05-05
1
-0
/
+7
|
\
|
*
srvrec: Keep support for older resolver
Khem Raj
2021-03-20
1
-0
/
+7
*
|
Merge branch 'pu/upgradecounter' into 'main'
Julian Andres Klode
2021-04-29
1
-1
/
+2
|
\
\
|
*
|
Count uninstallable packages in "not upgraded"
David Kalnischkies
2021-04-25
1
-1
/
+2
*
|
|
Merge branch 'pu/autoremove' into 'main'
Julian Andres Klode
2021-04-29
4
-68
/
+120
|
\
\
\
|
*
|
|
Store versioned kernel package detectors in d-pointer
David Kalnischkies
2021-04-26
1
-8
/
+8
|
*
|
|
Call MarkAndSweep only manually in apt-get for autoremove
David Kalnischkies
2021-04-26
4
-16
/
+32
|
*
|
|
Reexplore providers of marked packages if some didn't satisfy before
David Kalnischkies
2021-04-26
1
-78
/
+82
|
*
|
|
Mark only provides from protected versioned kernel packages
David Kalnischkies
2021-04-25
1
-26
/
+58
|
|
/
/
*
|
|
Allow superfluous commas in build-dependency lines
David Kalnischkies
2021-04-25
1
-3
/
+8
*
|
|
Streamline or-group closing after other arch-specific package
David Kalnischkies
2021-04-25
1
-7
/
+3
|
/
/
*
|
Support deconfiguring Essential packages
Julian Andres Klode
2021-04-23
1
-4
/
+4
*
|
Do not pass --force-remove-protected with --auto-deconfigure
Julian Andres Klode
2021-04-21
1
-3
/
+0
*
|
Automatically retry failed downloads 3 times
Julian Andres Klode
2021-04-15
1
-1
/
+1
*
|
Error on packages without a Size field (option Acquire::AllowUnsizedPackages)
Julian Andres Klode
2021-04-13
1
-0
/
+7
*
|
Merge the three RAII vectors managing args lifetime
David Kalnischkies
2021-03-09
1
-90
/
+108
*
|
Handle multi-arch pkgnames for dpkg call via RAII
David Kalnischkies
2021-03-09
1
-11
/
+5
*
|
Use RAII to clean up tmp dir for dpkg recursive install
David Kalnischkies
2021-03-09
1
-10
/
+7
*
|
Replace multi-statement macro with lambda
David Kalnischkies
2021-03-09
1
-42
/
+32
|
/
*
Ensure all index files sent custom tags to the methods
David Kalnischkies
2021-03-07
1
-5
/
+6
*
Start pdiff patching from the last possible starting point
David Kalnischkies
2021-03-07
1
-18
/
+8
*
Rename pdiff merge patches only after they are all downloaded
David Kalnischkies
2021-03-07
1
-5
/
+4
*
regression fix: do require force-loopbreak for Conflicts
Julian Andres Klode
2021-03-01
1
-1
/
+18
*
RunScripts: Do not reset SIGQUIT and SIGINT to SIG_DFL
Julian Andres Klode
2021-03-01
1
-4
/
+0
*
configuration: Add missing #include <array>
Julian Andres Klode
2021-02-24
1
-0
/
+1
*
Do not require force-loopbreak on Protected packages
Julian Andres Klode
2021-02-23
2
-4
/
+5
*
kernels: Avoid std::regex for escaping '.' and '+'
Julian Andres Klode
2021-02-12
1
-6
/
+10
*
Do not make DefaultRootSetFunc2 public symbol
Julian Andres Klode
2021-02-12
1
-1
/
+1
*
Merge branch 'pu/fuzzerpatches' into 'master'
Julian Andres Klode
2021-02-09
17
-294
/
+310
|
\
|
*
Use size of the old cache as APT::Cache-Start default
David Kalnischkies
2021-02-04
2
-5
/
+29
|
*
Limit on first patch size only for server-merged patches
David Kalnischkies
2021-02-04
1
-17
/
+22
|
*
Replace PrintStatus with SendMessage usage
David Kalnischkies
2021-02-04
5
-28
/
+46
|
*
Avoid undefined pointer arithmetic while growing mmap
David Kalnischkies
2021-02-04
4
-46
/
+29
|
*
Avoid overstepping bounds in config file parsing
David Kalnischkies
2021-02-03
2
-60
/
+80
|
*
Forbid negative values in unsigned StrToNum explicitly
David Kalnischkies
2021-02-03
1
-25
/
+16
|
*
Remove Word size limit from ParseQuote and CWord
David Kalnischkies
2021-02-03
1
-26
/
+17
|
*
Don't parse \x and \0 past the end in DeEscapeString
David Kalnischkies
2021-02-03
1
-4
/
+8
[next]