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
*
* apt-pkg/depcache.cc:
David Kalnischkies
2011-11-23
2
-29
/
+64
*
fix the operator++ implementations in the cachesets
David Kalnischkies
2011-11-22
1
-4
/
+8
*
- provide a {Package,Version}List similar to {Package,Version}Set
David Kalnischkies
2011-11-11
1
-11
/
+99
*
* apt-pkg/cacheset.cc:
David Kalnischkies
2011-11-09
3
-361
/
+548
*
* apt-pkg/deb/deblistparser.cc:
David Kalnischkies
2011-11-03
1
-0
/
+3
*
do not enter an endless loop for (essential) pre-dependency loops
David Kalnischkies
2011-10-31
1
-12
/
+17
*
* apt-pkg/contrib/sha2_internal.cc:
David Kalnischkies
2011-10-30
1
-3
/
+13
*
merge with my debian-sid branch
David Kalnischkies
2011-10-30
10
-70
/
+59
|
\
|
*
* algorithms.cc:
David Kalnischkies
2011-10-17
1
-2
/
+9
|
*
cherrypick from my apt/experimental branch
David Kalnischkies
2011-10-05
2
-4
/
+10
|
*
* apt-pkg/policy.cc:
David Kalnischkies
2011-10-04
1
-1
/
+2
|
*
* apt-pkg/init.cc:
David Kalnischkies
2011-09-21
1
-7
/
+6
|
*
convert a few for-loop char finds to proper strchr and memchr
David Kalnischkies
2011-09-21
6
-59
/
+42
|
*
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
2011-09-20
2
-73
/
+79
|
*
* apt-pkg/contrib/configuration.cc:
Michael Vogt
2011-09-14
1
-4
/
+5
*
|
* apt-pkg/packagemanager.cc:
David Kalnischkies
2011-10-17
1
-9
/
+2
*
|
merged lp:~donkult/apt/experimental
Michael Vogt
2011-10-14
91
-1102
/
+1216
|
\
\
|
*
|
* apt-pkg/pkgcache.cc:
David Kalnischkies
2011-10-12
1
-3
/
+14
|
*
|
add implicit dependencies needed for Multi-Arch at the time a Version
David Kalnischkies
2011-10-12
2
-82
/
+106
|
*
|
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
1
-24
/
+30
|
*
|
share description list between "same" versions (LP: #868977)
David Kalnischkies
2011-10-11
1
-15
/
+45
|
*
|
* apt-pkg/pkgcachegen.cc:
David Kalnischkies
2011-10-11
4
-131
/
+190
|
*
|
* apt-pkg/deb/debmetaindex.cc:
David Kalnischkies
2011-10-05
2
-4
/
+10
|
*
|
merge with current debian apt/experimental
David Kalnischkies
2011-10-05
4
-17
/
+34
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
* apt-pkg/contrib/configuration.cc:
Michael Vogt
2011-10-05
4
-17
/
+34
|
\
\
\
|
*
|
|
merged fix from donkult
Michael Vogt
2011-09-26
1
-12
/
+20
|
*
|
|
* apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
Michael Vogt
2011-09-16
2
-1
/
+9
|
*
|
|
* apt-pkg/contrib/configuration.cc:
Michael Vogt
2011-09-13
1
-4
/
+5
|
|
*
|
* apt-pkg/deb/debsrcrecords.cc:
David Kalnischkies
2011-09-21
2
-20
/
+26
|
|
*
|
* apt-pkg/algorithms.cc:
David Kalnischkies
2011-09-20
1
-1
/
+1
|
|
*
|
load the dpkg base arguments only one time and reuse them later
David Kalnischkies
2011-09-20
1
-22
/
+28
|
|
*
|
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
2011-09-20
1
-61
/
+61
|
|
*
|
fix foldmarker in algorithms.h
David Kalnischkies
2011-09-19
1
-3
/
+2
|
|
*
|
remove old APT_COMPATIBILITY ifdef's
David Kalnischkies
2011-09-19
6
-59
/
+0
|
|
*
|
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
50
-192
/
+252
|
|
*
|
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-09-19
65
-534
/
+493
|
|
*
|
remove an extra argument for the error mesage format
David Kalnischkies
2011-09-19
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
enable APT in unpack/configure ordering to handle loops as well
David Kalnischkies
2011-09-14
6
-168
/
+344
|
\
\
\
|
*
|
|
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
[next]