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
*
store all targets data in IndexTarget struct
David Kalnischkies
2015-06-10
6
-108
/
+97
*
abstract the code to iterate over all targets a bit
David Kalnischkies
2015-06-10
3
-95
/
+142
*
replace ULONG_MAX with c++ style std::numeric_limits
David Kalnischkies
2015-06-09
1
-2
/
+2
*
configureable acquire targets to download additional files
David Kalnischkies
2015-06-09
8
-192
/
+376
*
remove debianism file-content verification
David Kalnischkies
2015-06-09
2
-40
/
+2
*
do not request files if we expect an IMS hit
David Kalnischkies
2015-06-09
8
-45
/
+127
*
cleanup pdiff support detection decision
David Kalnischkies
2015-06-09
2
-45
/
+45
*
support hashes for compressed pdiff files
David Kalnischkies
2015-06-09
7
-28
/
+125
*
fix download-file using testcases to run as root
David Kalnischkies
2015-06-09
2
-16
/
+17
*
add more parsing error checking for rred
David Kalnischkies
2015-06-09
3
-22
/
+245
*
check patch hashes in rred worker instead of in the handler
David Kalnischkies
2015-06-09
6
-59
/
+121
*
rework hashsum verification in the acquire system
David Kalnischkies
2015-06-09
22
-1871
/
+1824
*
don't try other compressions on hashsum mismatch
David Kalnischkies
2015-06-07
4
-16
/
+52
*
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2015-05-22
11
-40
/
+158
|
\
|
*
Update methods/https.cc now that ServerState::Size is renamed
Michael Vogt
2015-05-22
1
-1
/
+1
|
*
Merge remote-tracking branch 'upstream/debian/jessie' into debian/sid
Michael Vogt
2015-05-22
61
-21141
/
+21431
|
|
\
|
|
*
releasing package apt version 1.0.9.9
Michael Vogt
2015-04-28
1
-0
/
+10
|
|
*
remove "first package seen is native package" assumption
David Kalnischkies
2015-04-22
3
-14
/
+74
|
*
|
parse arch-qualified Provides correctly
Helmut Grohne
2015-05-22
1
-0
/
+6
|
*
|
Add regression test for LP: #1445239
Michael Vogt
2015-05-22
2
-0
/
+31
|
*
|
Rename "Size" in ServerState to TotalFileSize
Michael Vogt
2015-05-22
3
-16
/
+22
|
*
|
Fix endless loop in apt-get update that can cause disk fillup
Michael Vogt
2015-05-22
4
-10
/
+21
|
*
|
Merge remote-tracking branch 'upstream/debian/sid' into debian/sid
Michael Vogt
2015-05-22
97
-53522
/
+54712
|
|
\
\
|
|
*
|
Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscalls
Michael Vogt
2015-04-28
1
-1
/
+2
|
|
*
|
Revert "HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to...
Michael Vogt
2015-04-13
1
-2
/
+0
|
|
*
|
HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to 404
Robert Edmonds
2015-04-07
1
-0
/
+2
|
|
*
|
Fix crash in pkgDPkgPM::WriteApportReport(() (LP: #1436626)
Michael Vogt
2015-04-07
1
-2
/
+13
|
|
*
|
test/integration/test-apt-download-progress: fix test failure on fast hardware
Michael Vogt
2015-03-20
1
-2
/
+2
|
*
|
|
Merge remote-tracking branch 'upstream/debian/sid' into debian/sid
Michael Vogt
2014-10-27
175
-74650
/
+82998
|
|
\
\
\
|
*
\
\
\
Merge remote-tracking branch 'upstream/debian/sid' into debian/sid
Michael Vogt
2014-06-18
70
-4111
/
+4371
|
|
\
\
\
\
|
*
|
|
|
|
fix test-apt-ftparchive-cachedb-lp1274466 and apt-internal-solver tests
Michael Vogt
2014-06-18
3
-3
/
+5
|
*
|
|
|
|
fix autopkgtest tests
Michael Vogt
2014-06-18
4
-2
/
+5
*
|
|
|
|
|
treat older Release files than we already have as an IMSHit
David Kalnischkies
2015-05-18
12
-217
/
+383
*
|
|
|
|
|
detect Releasefile IMS hits even if the server doesn't
David Kalnischkies
2015-05-13
9
-15
/
+99
*
|
|
|
|
|
implement VerifyFile as all-hashes check
David Kalnischkies
2015-05-12
2
-8
/
+15
*
|
|
|
|
|
detect 416 complete file in partial by expected hash
David Kalnischkies
2015-05-12
7
-17
/
+62
*
|
|
|
|
|
rewrite all TFRewrite instances to use the new pkgTagSection::Write
David Kalnischkies
2015-05-11
16
-342
/
+559
*
|
|
|
|
|
implement a more c++-style TFRewrite alternative
David Kalnischkies
2015-05-11
3
-14
/
+187
*
|
|
|
|
|
stop depending on copy-on-write for std::string
David Kalnischkies
2015-05-11
2
-21
/
+21
*
|
|
|
|
|
sync TFRewrite*Order arrays with dpkg and dak
David Kalnischkies
2015-05-11
8
-75
/
+211
*
|
|
|
|
|
fix 'Source' to 'Package' rename in apt-ftparchive
David Kalnischkies
2015-05-11
1
-1
/
+2
*
|
|
|
|
|
drop incorrect parameter implicitely converted to bool
David Kalnischkies
2015-05-11
1
-2
/
+2
*
|
|
|
|
|
fix macro definition for very old GCC < 3
David Kalnischkies
2015-05-11
1
-1
/
+1
*
|
|
|
|
|
show non-matching m-a:same versions in debug message
David Kalnischkies
2015-05-11
1
-6
/
+11
*
|
|
|
|
|
remove available file to have same dpkg -l behavior
David Kalnischkies
2015-05-11
1
-1
/
+2
*
|
|
|
|
|
remove unused and strange default-value for pins
David Kalnischkies
2015-05-11
2
-24
/
+14
*
|
|
|
|
|
a pin of 1000 always means downgrade allowed
David Kalnischkies
2015-05-11
3
-112
/
+96
*
|
|
|
|
|
do not require installed libapt-pkg-dev for gtest
David Kalnischkies
2015-05-11
1
-1
/
+2
*
|
|
|
|
|
improve partial/ cleanup in abort and failure cases
David Kalnischkies
2015-05-11
6
-82
/
+161
*
|
|
|
|
|
Merge branch 'debian/jessie' into debian/experimental
David Kalnischkies
2015-04-19
10
-61
/
+293
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
[next]