index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Release 2.1.20
2.1.20
Julian Andres Klode
2021-02-10
5
-6
/
+15
*
Adjust loops to use size_t instead of int
Julian Andres Klode
2021-02-09
1
-3
/
+3
*
Fix test suite regression from StrToNum fixes
Julian Andres Klode
2021-02-09
2
-56
/
+44
*
CI: Run test as user on i386
Julian Andres Klode
2021-02-09
1
-0
/
+1
*
Release 2.1.19
2.1.19
Julian Andres Klode
2021-02-09
48
-270
/
+249
*
Merge branch 'pu/fuzzerpatches' into 'master'
Julian Andres Klode
2021-02-09
30
-426
/
+524
|
\
|
*
Prevent temporary directory from triggering failure grepping
David Kalnischkies
2021-02-04
1
-0
/
+1
|
*
Remove spurious periods on progress strings in po/de.po
David Kalnischkies
2021-02-04
1
-2
/
+2
|
*
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
|
*
Ensure HTTP status code text has sensible content
David Kalnischkies
2021-02-04
2
-1
/
+4
|
*
Replace PrintStatus with SendMessage usage
David Kalnischkies
2021-02-04
8
-43
/
+73
|
*
Use error reporting instead of assert in rred patching
David Kalnischkies
2021-02-04
1
-68
/
+88
|
*
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
3
-60
/
+88
|
*
Forbid negative values in unsigned StrToNum explicitly
David Kalnischkies
2021-02-03
2
-25
/
+72
|
*
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
2
-4
/
+14
|
*
Fix incorrect base64 encoding due to int promotion
David Kalnischkies
2021-02-03
2
-1
/
+5
|
*
Retire and deprecate _strtabexpand
David Kalnischkies
2021-02-03
3
-40
/
+15
|
*
Add a simple test for APT::String::DisplayLength
David Kalnischkies
2021-02-03
1
-0
/
+17
|
*
Fail ConfigDir reading if directory listing failed
David Kalnischkies
2021-02-03
1
-1
/
+4
|
*
Free XXH3 state to avoid leak in cache hashing
David Kalnischkies
2021-02-03
1
-1
/
+3
|
*
Remove unused config check for pre-XXH3 cache hashing
David Kalnischkies
2021-02-03
3
-45
/
+0
|
*
Guess compressor only if no AR nember with exact name exists
David Kalnischkies
2021-02-02
2
-26
/
+35
|
*
Use 500 MB memory limit for xz/lzma decoding
David Kalnischkies
2021-02-02
1
-15
/
+6
*
|
Merge branch 'bugfix/deptreedone' into 'master'
Julian Andres Klode
2021-02-09
1
-0
/
+3
|
\
\
|
*
|
Show 'Done' always for 'Building dependency tree'
David Kalnischkies
2021-02-04
1
-0
/
+3
|
|
/
*
|
Dutch manpages translation update
Frans Spiesschaert
2021-02-04
1
-82
/
+63
*
|
Dutch program translation update
Frans Spiesschaert
2021-02-04
1
-10
/
+4
|
/
*
Merge branch 'pu/include-all-translations' into 'master'
Julian Andres Klode
2021-01-27
2
-1
/
+14
|
\
|
*
Include all translations when building the cache
Julian Andres Klode
2021-01-27
2
-1
/
+14
*
|
Merge branch 'master' into 'master'
Julian Andres Klode
2021-01-24
1
-2
/
+2
|
\
\
|
*
|
vendor: Adjust Debian -security codename
Wolfgang Schweer
2021-01-24
1
-2
/
+2
|
/
/
*
|
Merge branch 'fix-doc-entity' into 'master'
Julian Andres Klode
2021-01-23
1
-1
/
+1
|
\
\
|
*
|
Fix apt-acquire-additional-files entity's location.
Diederik de Haas
2021-01-23
1
-1
/
+1
|
/
/
*
|
Merge branch 'youfu-ExecDpkg-patch' into 'master'
Julian Andres Klode
2021-01-22
1
-1
/
+1
|
\
\
|
*
|
dpkg: fix passing readonly /dev/null fd as stdout/stderr
Youfu Zhang
2021-01-22
1
-1
/
+1
|
/
/
*
/
German program translation update
Helge Kreutzmann
2021-01-13
1
-5
/
+5
|
/
*
Release 2.1.18
2.1.18
Julian Andres Klode
2021-01-13
5
-6
/
+13
*
Adjust apt-mark test for dpkg 1.20.7
Julian Andres Klode
2021-01-13
1
-2
/
+13
*
pkgcachegen: Avoid write to old cache for Version::Extra
Julian Andres Klode
2021-01-13
1
-1
/
+2
*
Release 2.1.17
2.1.17
Julian Andres Klode
2021-01-11
7
-8
/
+19
*
Merge branch 'pu/misc-fixes-2-1-16' into 'master'
Julian Andres Klode
2021-01-11
2
-1
/
+7
|
\
|
*
Call ischroot with -t
Julian Andres Klode
2021-01-11
1
-0
/
+1
|
*
kernels: Fix std::out_of_range if no kernels to protect
Julian Andres Klode
2021-01-11
1
-1
/
+6
|
/
*
Portuguese manpages translation update
Américo Monteiro
2021-01-10
1
-72
/
+57
*
Release 2.1.16 - "Happy build-essential freeeze" release
2.1.16
Julian Andres Klode
2021-01-08
59
-88
/
+2279
[prev]
[next]