index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-15
deal better with acquiring the same URI multiple times
David Kalnischkies
8
-152
/
+409
2015-06-15
ensure valid or remove destination file in file method
David Kalnischkies
1
-11
/
+33
2015-06-15
provide a public interface for acquiring changelogs
David Kalnischkies
12
-224
/
+507
2015-06-15
hide Translation-* in 'apt-cache policy' output
David Kalnischkies
3
-1
/
+4
2015-06-15
populate the Architecture field for PackageFiles
David Kalnischkies
4
-6
/
+16
2015-06-15
implement default apt-get file --release-info mode
David Kalnischkies
11
-37
/
+88
2015-06-12
store Release files data in the Cache
David Kalnischkies
27
-219
/
+573
2015-06-11
implement 'apt-get files' to access index targets
David Kalnischkies
8
-10
/
+223
2015-06-11
use an enum instead of strings as IndexTarget::Option interface
David Kalnischkies
4
-12
/
+38
2015-06-11
use IndexTarget to get to IndexFile
David Kalnischkies
7
-509
/
+197
2015-06-11
show URI.Path in all acquire item descriptions
David Kalnischkies
17
-50
/
+98
2015-06-10
rename Calculate- to GetIndexTargets and use it as official API
David Kalnischkies
3
-27
/
+21
2015-06-10
stop using IndexTarget pointers which are never freed
David Kalnischkies
4
-118
/
+113
2015-06-10
store all targets data in IndexTarget struct
David Kalnischkies
6
-108
/
+97
2015-06-10
abstract the code to iterate over all targets a bit
David Kalnischkies
3
-95
/
+142
2015-06-09
replace ULONG_MAX with c++ style std::numeric_limits
David Kalnischkies
1
-2
/
+2
2015-06-09
configureable acquire targets to download additional files
David Kalnischkies
8
-192
/
+376
2015-06-09
remove debianism file-content verification
David Kalnischkies
2
-40
/
+2
2015-06-09
do not request files if we expect an IMS hit
David Kalnischkies
8
-45
/
+127
2015-06-09
cleanup pdiff support detection decision
David Kalnischkies
2
-45
/
+45
2015-06-09
support hashes for compressed pdiff files
David Kalnischkies
7
-28
/
+125
2015-06-09
fix download-file using testcases to run as root
David Kalnischkies
2
-16
/
+17
2015-06-09
add more parsing error checking for rred
David Kalnischkies
3
-22
/
+245
2015-06-09
check patch hashes in rred worker instead of in the handler
David Kalnischkies
6
-59
/
+121
2015-06-09
rework hashsum verification in the acquire system
David Kalnischkies
22
-1871
/
+1824
2015-06-07
don't try other compressions on hashsum mismatch
David Kalnischkies
4
-16
/
+52
2015-05-22
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
11
-40
/
+158
2015-05-22
Update methods/https.cc now that ServerState::Size is renamed
Michael Vogt
1
-1
/
+1
2015-05-22
Merge remote-tracking branch 'upstream/debian/jessie' into debian/sid
Michael Vogt
61
-21141
/
+21431
2015-05-22
parse arch-qualified Provides correctly
Helmut Grohne
1
-0
/
+6
2015-05-22
Add regression test for LP: #1445239
Michael Vogt
2
-0
/
+31
2015-05-22
Rename "Size" in ServerState to TotalFileSize
Michael Vogt
3
-16
/
+22
2015-05-22
Fix endless loop in apt-get update that can cause disk fillup
Michael Vogt
4
-10
/
+21
2015-05-22
Merge remote-tracking branch 'upstream/debian/sid' into debian/sid
Michael Vogt
97
-53522
/
+54712
2015-05-18
treat older Release files than we already have as an IMSHit
David Kalnischkies
12
-217
/
+383
2015-05-13
detect Releasefile IMS hits even if the server doesn't
David Kalnischkies
9
-15
/
+99
2015-05-12
implement VerifyFile as all-hashes check
David Kalnischkies
2
-8
/
+15
2015-05-12
detect 416 complete file in partial by expected hash
David Kalnischkies
7
-17
/
+62
2015-05-11
rewrite all TFRewrite instances to use the new pkgTagSection::Write
David Kalnischkies
16
-342
/
+559
2015-05-11
implement a more c++-style TFRewrite alternative
David Kalnischkies
3
-14
/
+187
2015-05-11
stop depending on copy-on-write for std::string
David Kalnischkies
2
-21
/
+21
2015-05-11
sync TFRewrite*Order arrays with dpkg and dak
David Kalnischkies
8
-75
/
+211
2015-05-11
fix 'Source' to 'Package' rename in apt-ftparchive
David Kalnischkies
1
-1
/
+2
2015-05-11
drop incorrect parameter implicitely converted to bool
David Kalnischkies
1
-2
/
+2
2015-05-11
fix macro definition for very old GCC < 3
David Kalnischkies
1
-1
/
+1
2015-05-11
show non-matching m-a:same versions in debug message
David Kalnischkies
1
-6
/
+11
2015-05-11
remove available file to have same dpkg -l behavior
David Kalnischkies
1
-1
/
+2
2015-05-11
remove unused and strange default-value for pins
David Kalnischkies
2
-24
/
+14
2015-05-11
a pin of 1000 always means downgrade allowed
David Kalnischkies
3
-112
/
+96
2015-05-11
do not require installed libapt-pkg-dev for gtest
David Kalnischkies
1
-1
/
+2
[next]