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
*
* apt-pkg/packagemanager.cc:
David Kalnischkies
2011-10-17
2
-9
/
+11
*
create "real" testcases out of the tests for chris
David Kalnischkies
2011-10-17
3
-23
/
+26
*
releasing version 0.8.16~exp7
Michael Vogt
2011-10-14
1
-1
/
+1
*
merged lp:~donkult/apt/experimental
Michael Vogt
2011-10-14
159
-1310
/
+1704
|
\
|
*
* apt-pkg/pkgcache.cc:
David Kalnischkies
2011-10-12
2
-4
/
+17
|
*
add implicit dependencies needed for Multi-Arch at the time a Version
David Kalnischkies
2011-10-12
3
-83
/
+109
|
*
use one string to construct the error message instead of using multiple
David Kalnischkies
2011-10-12
1
-23
/
+30
|
*
a version can have only a single md5 for descriptions, so we can optimize
David Kalnischkies
2011-10-12
2
-25
/
+32
|
*
share description list between "same" versions (LP: #868977)
David Kalnischkies
2011-10-11
3
-17
/
+80
|
*
* apt-pkg/pkgcachegen.cc:
David Kalnischkies
2011-10-11
5
-132
/
+193
|
*
run apt-get download in quiet mode as it messes with output otherwise
David Kalnischkies
2011-10-11
1
-6
/
+5
|
*
run integration tests on my new amd64 box without failures
David Kalnischkies
2011-10-11
6
-32
/
+35
|
*
fix compiler warning about signed comparision on amd64, too
David Kalnischkies
2011-10-11
1
-0
/
+12
|
*
* apt-pkg/deb/debmetaindex.cc:
David Kalnischkies
2011-10-05
7
-10
/
+128
|
*
merge with current debian apt/experimental
David Kalnischkies
2011-10-05
7
-25
/
+66
|
|
\
|
|
/
|
/
|
*
|
* apt-pkg/contrib/configuration.cc:
Michael Vogt
2011-10-05
7
-23
/
+69
|
\
\
|
*
|
merged fix from donkult
Michael Vogt
2011-09-26
2
-12
/
+25
|
*
|
ftparchive/cachedb.cc: rewrite to fix the fixed length field
Michael Vogt
2011-09-22
1
-5
/
+9
|
*
|
* ftparchive/cachedb.cc:
Michael Vogt
2011-09-22
2
-1
/
+6
|
*
|
* methods/https.cc:
Michael Vogt
2011-09-20
2
-1
/
+6
|
*
|
* apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
Michael Vogt
2011-09-16
3
-1
/
+11
|
*
|
* apt-pkg/contrib/configuration.cc:
Michael Vogt
2011-09-13
2
-4
/
+8
|
|
*
* apt-pkg/deb/debsrcrecords.cc:
David Kalnischkies
2011-09-21
3
-21
/
+29
|
|
*
* apt-pkg/algorithms.cc:
David Kalnischkies
2011-09-20
2
-2
/
+4
|
|
*
* cmdline/apt-get.cc:
David Kalnischkies
2011-09-20
2
-26
/
+38
|
|
*
load the dpkg base arguments only one time and reuse them later
David Kalnischkies
2011-09-20
2
-23
/
+30
|
|
*
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
2011-09-20
2
-62
/
+65
|
|
*
fix foldmarker in algorithms.h
David Kalnischkies
2011-09-19
1
-3
/
+2
|
|
*
remove old APT_COMPATIBILITY ifdef's
David Kalnischkies
2011-09-19
7
-60
/
+2
|
|
*
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
99
-232
/
+380
|
|
*
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-09-19
98
-629
/
+598
|
|
*
remove an extra argument for the error mesage format
David Kalnischkies
2011-09-19
1
-1
/
+1
|
|
/
|
/
|
*
|
releasing version 0.8.16~exp6
Michael Vogt
2011-09-14
1
-1
/
+1
*
|
merged from donkult
Michael Vogt
2011-09-14
11
-169
/
+445
|
\
\
|
*
\
enable APT in unpack/configure ordering to handle loops as well
David Kalnischkies
2011-09-14
11
-169
/
+445
|
|
\
\
|
|
*
|
Fixed a problem where the loop flag would be removed prematurely.
Christopher Baines
2011-08-16
1
-15
/
+34
|
|
*
|
Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve...
Christopher Baines
2011-08-15
2
-37
/
+42
|
|
*
|
Applied DonKult (David)'s excellent fix for inproving the loop management. No...
Christopher Baines
2011-08-14
1
-8
/
+11
|
|
*
|
Fix a bug introduced in Rev.2159 on line 398, also fix another potential bug.
Christopher Baines
2011-08-13
1
-5
/
+5
|
|
*
|
Added code to allow SmartConfigure to be called mutiple times on the same pac...
Christopher Baines
2011-08-12
1
-9
/
+17
|
|
*
|
Inproved debug with versioning
Christopher Baines
2011-08-12
1
-5
/
+13
|
|
*
|
Small fix for loop handeling.
Christopher Baines
2011-08-12
1
-1
/
+1
|
|
*
|
Added a RmFlag function to remvoe the loop flag, this should prevent any erro...
Christopher Baines
2011-08-11
2
-4
/
+13
|
|
*
|
More inproved comments about loops.
Christopher Baines
2011-08-09
2
-1
/
+9
|
|
*
|
Improved errors and messages in general and improved the comments.
Christopher Baines
2011-08-07
1
-132
/
+63
|
|
*
|
Fixed a bug on line 623, I picked this up after seeing SmartUnpack trying to ...
Christopher Baines
2011-08-07
1
-6
/
+8
|
|
*
|
Inproved the SIGINT stop in the dpkgpm, not perfect yet but it should work wh...
Christopher Baines
2011-08-02
1
-3
/
+9
|
|
*
|
Only stop on SigInt if the system state is right (still needs more testing).
Christopher Baines
2011-08-01
2
-2
/
+14
|
|
*
|
Only allow interupts when using, Immediate-Configure-All.
Christopher Baines
2011-07-31
1
-3
/
+5
|
|
*
|
SmartConfigure and SmartUnPack have got smarter! The full descriptions of wha...
Christopher Baines
2011-07-27
4
-314
/
+141
[next]