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
*
Do not parse Status fields from remote sources
Julian Andres Klode
2015-08-27
4
-1
/
+26
*
Merge branch 'feature/extractar-filefd' into debian/experimental
Julian Andres Klode
2015-08-27
1
-6
/
+7
|
\
|
*
Always close compressed files in FileFd
Julian Andres Klode
2015-08-27
1
-6
/
+7
*
|
cacheset: Prefer the depcache over the policy again
Julian Andres Klode
2015-08-27
1
-5
/
+5
*
|
allow explicit dis/enable of IndexTargets in sources options
David Kalnischkies
2015-08-27
1
-1
/
+16
*
|
not all targets are deb-src targets
David Kalnischkies
2015-08-27
1
-1
/
+1
*
|
use always priv-dropping for changelog download as root
David Kalnischkies
2015-08-27
1
-0
/
+4
*
|
fix various typos reported by codespell
David Kalnischkies
2015-08-27
3
-3
/
+3
*
|
ignore AllowMem parameter in cache generation
David Kalnischkies
2015-08-27
2
-16
/
+4
*
|
correct 'apt update' download summary line
David Kalnischkies
2015-08-27
1
-5
/
+6
*
|
just-in-time removal of broken essential packages
David Kalnischkies
2015-08-27
2
-3
/
+39
*
|
Fix more instances of missing remapping handling
Julian Andres Klode
2015-08-27
1
-7
/
+22
*
|
pkgcachegen: Account for remapping when parsing depends from NewPackage
Julian Andres Klode
2015-08-27
1
-2
/
+6
|
/
*
Re-indent GetCandidateVerNew() and make ConsiderFiles argument explicit
Julian Andres Klode
2015-08-20
1
-7
/
+7
*
Merge remote-tracking branch 'mvo/feature/srv-records' into debian/experimental
Michael Vogt
2015-08-20
3
-1
/
+244
|
\
|
*
Add basic (non weight adjusted) shuffling for SrvRecords selection
Michael Vogt
2015-08-20
2
-3
/
+61
|
*
apt-pkg/contrib/srvrec.cc: res_query() should not generate a _error->Warning()
Michael Vogt
2015-08-18
1
-0
/
+2
|
*
cleanup
Michael Vogt
2015-08-18
2
-6
/
+6
|
*
Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...
Michael Vogt
2015-08-18
109
-6417
/
+7037
|
|
\
|
*
\
Merge branch 'debian/experimental' into feature/srv-records
Michael Vogt
2015-08-18
94
-3957
/
+7519
|
|
\
\
|
*
|
|
WIP start randomizing
Michael Vogt
2014-05-23
2
-2
/
+34
|
*
|
|
when using srv records, use the next server if one fails to connect
Michael Vogt
2014-05-23
1
-1
/
+1
|
*
|
|
WIP make connect use GetSrvRecords
Michael Vogt
2014-05-22
2
-0
/
+20
|
*
|
|
add sorting by priority
Michael Vogt
2014-05-20
2
-2
/
+10
|
*
|
|
add GetSrvRecord helper to apt-pkg/contrib/srvrec.{cc,h}
Michael Vogt
2014-05-20
2
-0
/
+123
*
|
|
|
Support tabs in sources.list files
Julian Andres Klode
2015-08-19
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Re-add support for G++ 4.8 and configure travis to use it
Julian Andres Klode
2015-08-17
1
-2
/
+2
*
|
|
Really fix all iwyu issues
Michael Vogt
2015-08-17
1
-0
/
+1
*
|
|
Fix all the wrong removals of includes that iwyu got wrong
Michael Vogt
2015-08-17
10
-0
/
+16
*
|
|
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
28
-70
/
+3
*
|
|
Make pkgCache::Priority() static, it does not need the instance
Julian Andres Klode
2015-08-16
1
-1
/
+1
*
|
|
Use terminfo's typical save_cursor/restore_cursor sequences
James McCoy
2015-08-16
1
-4
/
+4
*
|
|
Add GetPriority(VerIterator) to pkgDepCache::Policy
Julian Andres Klode
2015-08-15
4
-3
/
+6
*
|
|
cachefile.cc: Do not ignore return value of pkgDepCache::Init()
Julian Andres Klode
2015-08-15
1
-2
/
+1
*
|
|
Also add 'in combination with the other options.' to another error
Julian Andres Klode
2015-08-14
1
-1
/
+1
*
|
|
Set Acquire::Changelogs::URI::Origin::Tanglu for Tanglu changelogs
Julian Andres Klode
2015-08-14
1
-0
/
+1
*
|
|
Make apt compile with clang++ again
Michael Vogt
2015-08-14
2
-2
/
+2
*
|
|
Say "in combination with the other options" if an option is not understood
Julian Andres Klode
2015-08-14
1
-3
/
+3
*
|
|
Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...
Julian Andres Klode
2015-08-14
2
-4
/
+1
|
\
\
\
|
*
|
|
Do not set unhonored DPKG_NO_TSTP variable for dpkg
Guillem Jover
2015-08-12
1
-3
/
+0
|
*
|
|
Replace all "press enter" occurrences with "press [Enter]"
Luca Bruno
2015-08-12
1
-1
/
+1
*
|
|
|
Use setresuid() and setresgid() where available
Julian Andres Klode
2015-08-13
1
-3
/
+13
*
|
|
|
Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>
Julian Andres Klode
2015-08-13
8
-47
/
+48
*
|
|
|
Mark SPtr as deprecated, and convert users to std::unique_ptr
Julian Andres Klode
2015-08-13
2
-15
/
+15
*
|
|
|
C++11: Switch from auto_ptr to unique_ptr
Julian Andres Klode
2015-08-13
1
-1
/
+1
*
|
|
|
Drop the Section field from pkgCache::Package again
Julian Andres Klode
2015-08-12
2
-11
/
+3
*
|
|
|
policy: Be more strict about parsing pin files, and document prio 0
Julian Andres Klode
2015-08-12
2
-4
/
+18
*
|
|
|
Only make Upgradable() return true for packages with a candidate
Julian Andres Klode
2015-08-12
1
-1
/
+1
*
|
|
|
Add a parameter ConsiderFiles to GetPriority(VerIterator)
Julian Andres Klode
2015-08-12
2
-3
/
+4
|
/
/
/
*
|
|
Annotate more methods with APT_OVERRIDE
Julian Andres Klode
2015-08-11
5
-14
/
+14
[next]