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
/
acquire-item.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
integrate Anthonys rred with POC for client-side merge
David Kalnischkies
2014-01-15
1
-8
/
+3
*
reenable unlimited pdiff files download
David Kalnischkies
2014-01-15
1
-1
/
+1
*
correct IndexDiff vs DiffIndex in Debug output
Anthony Towns
2014-01-15
1
-6
/
+6
*
implement POC client-side merging of pdiffs via apt-file
David Kalnischkies
2013-12-13
1
-3
/
+148
*
query an empty pkgAcqIndexDiffs if index is up-to-date
David Kalnischkies
2013-12-13
1
-7
/
+9
*
Merge remote-tracking branch 'mvo/feature/limit-default-pdiffs' into debian/sid
Michael Vogt
2013-10-09
1
-1
/
+1
|
\
|
*
set Acquire::PDiffs::FileLimit to 20 to avoid needless huge fetches
Michael Vogt
2013-08-26
1
-1
/
+1
*
|
use pkgAcqArchive in 'download' for proper errors
David Kalnischkies
2013-10-03
1
-3
/
+2
*
|
refactor onError relabeling of DestFile as '.FAILED'
David Kalnischkies
2013-10-03
1
-32
/
+43
*
|
pkg from only trusted sources keeps being trusted
David Kalnischkies
2013-09-26
1
-8
/
+15
|
/
*
Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid
Michael Vogt
2013-08-22
1
-0
/
+2
|
\
|
*
some more coverity fixes
Michael Vogt
2013-08-12
1
-0
/
+2
*
|
fix: --print-uris removes authentication
David Kalnischkies
2013-08-12
1
-4
/
+27
|
/
*
pick up Translation-* even if only compressed available
David Kalnischkies
2013-07-25
1
-2
/
+13
*
do not redownload unchanged InRelease files
David Kalnischkies
2013-06-20
1
-1
/
+12
*
Fix English spelling error in a message ('A error'). Unfuzzy
bubulle@debian.org
2013-04-10
1
-1
/
+1
*
merged bundle from david
Michael Vogt
2013-04-08
1
-2
/
+2
|
\
|
*
various simple changes to fix cppcheck warnings
David Kalnischkies
2013-03-10
1
-2
/
+2
*
|
merged lp:~mvo/apt/fix-inrelease5
Michael Vogt
2013-04-02
1
-10
/
+16
|
\
\
|
|
/
|
/
|
|
*
* apt-pkg/acquire-item.cc:
David Kalnischkies
2013-03-15
1
-10
/
+16
*
|
ensure sha512 is really used when available (thanks to Tyler Hicks )
Michael Vogt
2013-01-14
1
-1
/
+1
|
/
*
add Debug::pkgAcqArchive::NoQueue to disable package downloading
David Kalnischkies
2012-03-06
1
-1
/
+12
*
* apt-pkg/acquire-item.cc:
David Kalnischkies
2012-03-04
1
-0
/
+7
*
use pdiff for Translation-* files if available (Closes: #657902)
David Kalnischkies
2012-02-18
1
-1
/
+6
*
* apt-pkg/acquire-item.cc:
David Kalnischkies
2012-02-18
1
-47
/
+20
*
try to avoid direct usage of .Fd() if possible and do read()s and co
David Kalnischkies
2011-12-17
1
-2
/
+2
*
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
1
-0
/
+2
*
merge with debian/sid
David Kalnischkies
2011-09-13
1
-25
/
+22
|
\
|
*
* apt-pkg/acquire-item.cc:
David Kalnischkies
2011-08-22
1
-25
/
+22
*
|
merge with debian/experimental
David Kalnischkies
2011-09-13
1
-23
/
+23
|
\
\
|
*
|
merged from the debian-sid branch
Michael Vogt
2011-08-15
1
-13
/
+15
|
|
\
|
|
|
*
merged fixes from lp:~mvo/apt/mvo
Michael Vogt
2011-08-15
1
-0
/
+1
|
|
|
\
|
|
|
*
fix crash when P.Arch() was used but the cache got remapped
Michael Vogt
2011-08-08
1
-1
/
+1
|
|
|
|
\
|
|
|
*
|
apt-pkg/acquire-item.cc: add more debug output
Michael Vogt
2011-08-08
1
-0
/
+1
|
|
*
|
|
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
2011-08-11
1
-11
/
+11
|
|
|
|
/
|
|
|
/
|
|
|
*
|
* test/integration/test-hashsum-verification:
Michael Vogt
2011-08-05
1
-2
/
+3
|
|
|
\
|
|
|
|
*
* apt-pkg/acquire-item.cc:
Michael Vogt
2011-08-05
1
-2
/
+3
|
|
|
/
|
*
|
apt-pkg/acquire-item.cc: always init Verify
Michael Vogt
2011-08-05
1
-0
/
+4
|
*
|
* apt-pkg/acquire-item.{cc,h}:
Michael Vogt
2011-08-05
1
-0
/
+4
|
*
|
* [ABI break] apt-pkg/acquire-item.{cc,h}:
Michael Vogt
2011-07-28
1
-10
/
+0
*
|
|
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-2
/
+4
|
/
/
*
|
merged from http://bzr.debian.org/bzr/apt/apt/debian-sid
Michael Vogt
2011-07-15
1
-2
/
+4
|
\
|
|
*
apt-pkg/acquire-item.cc: improve error message for valid-until
Michael Vogt
2011-07-01
1
-2
/
+4
*
|
* apt-pkg/acquire*.{cc,h}:
David Kalnischkies
2011-07-05
1
-15
/
+15
*
|
merge lp:~mvo/apt/abi-break
Michael Vogt
2011-06-29
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
merge lp:~mvo/apt/sha512-template to add support for sha512
Michael Vogt
2011-06-08
1
-1
/
+5
|
|
\
|
|
*
add sha512 support in the client now as well
Michael Vogt
2011-02-25
1
-1
/
+5
*
|
|
apt-pkg/acquire-item.cc: only test packages file for correctness if its not e...
Michael Vogt
2011-05-31
1
-11
/
+14
*
|
|
Reject files known to be invalid (LP: #346386) (Closes: #627642)
Julian Andres Klode
2011-05-30
1
-4
/
+4
*
|
|
apt-pkg/acquire-item.cc: Reject files known to be invalid (LP: #346386) (Clos...
Julian Andres Klode
2011-05-30
1
-0
/
+45
|
/
/
[next]