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/contrib/fileutl.cc:
David Kalnischkies
2010-04-07
6
-30
/
+164
*
|
|
|
remove the ABI compatible stub for GetListOfFilesInDir
David Kalnischkies
2010-04-04
2
-9
/
+1
*
|
|
|
* apt-pkg/packagemanager.cc:
David Kalnischkies
2010-04-03
1
-3
/
+11
*
|
|
|
Initialize history_out always with NULL so apt will not segfault later
David Kalnischkies
2010-04-03
1
-1
/
+2
*
|
|
|
* apt-pkg/depcache.cc:
David Kalnischkies
2010-04-03
1
-2
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
merged from lp:~donkult/apt/sid
Michael Vogt
2010-04-01
38
-971
/
+2023
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Userinfo is urlencoded in URIs (RFC 3986)
David Kalnischkies
2010-03-31
2
-6
/
+16
|
*
|
convert some tabs to spaces to respect the style guide
David Kalnischkies
2010-03-30
2
-99
/
+109
|
*
|
rename ExplodeString to VectorizeString
David Kalnischkies
2010-03-30
4
-6
/
+6
|
*
|
Group packages in the same group together in the package list
David Kalnischkies
2010-03-30
2
-21
/
+22
|
*
|
replace every call to toupper with one to our own tolower_ascii
David Kalnischkies
2010-03-30
4
-46
/
+42
|
*
|
Add with pkgCacheGen::Essential a way to control which packages get the
David Kalnischkies
2010-03-21
1
-3
/
+13
|
*
|
add a missing non-const & Accessors to the Iterator class
David Kalnischkies
2010-03-19
1
-0
/
+1
|
*
|
merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),
David Kalnischkies
2010-03-18
27
-861
/
+1756
|
|
\
\
|
|
*
|
Readd the FindPkg() method implementation used in the singleArch days to
David Kalnischkies
2010-03-18
2
-2
/
+36
|
|
*
|
generate "negative" dependencies against all architectures of a package
David Kalnischkies
2010-03-18
1
-3
/
+16
|
|
*
|
Ensure that for each all package at least one pseudopackage is installed
David Kalnischkies
2010-03-14
1
-9
/
+68
|
|
*
|
fix compiler error if compiled with -std=c++0x
David Kalnischkies
2010-03-01
1
-5
/
+5
|
|
*
|
We need to kill also pseudo packages which have no dependency, no
David Kalnischkies
2010-03-01
2
-12
/
+66
|
|
*
|
Remove and Unpack operations should not be ignored for pseudo packages -
David Kalnischkies
2010-03-01
2
-9
/
+15
|
|
*
|
Create Pins for all group members instead of only for native architecture
David Kalnischkies
2010-02-28
1
-19
/
+22
|
|
*
|
Fix the PkgFileIterator Constructor which defaults to the wrong value.
David Kalnischkies
2010-02-28
1
-1
/
+2
|
|
*
|
Enable the AutoRemover to talk "Multi-Arch" by marking all pseudo
David Kalnischkies
2010-02-27
2
-65
/
+109
|
|
*
|
move ShowPkg() from apt-get to the PkgIterator and rename it to FullName()
David Kalnischkies
2010-02-26
2
-0
/
+13
|
|
*
|
doesn't use a default separator in ExplodeString (halfway losted in merge)
David Kalnischkies
2010-02-18
1
-1
/
+1
|
|
*
|
criss-cross merge with my sid branch
David Kalnischkies
2010-02-18
2
-11
/
+12
|
|
|
\
\
|
|
*
|
|
* aptconfiguration.cc:
David Kalnischkies
2010-02-15
2
-7
/
+76
|
|
*
|
|
Add support for the LANGUAGE environment variable
David Kalnischkies
2010-02-14
3
-34
/
+61
|
|
*
|
|
Pseudo() doesn't work in the Cache generation step as the check if only
David Kalnischkies
2010-02-14
1
-1
/
+2
|
|
*
|
|
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
2010-02-13
1
-1
/
+1
|
|
*
|
|
[BREAK] merge MultiArch-ABI. We don't support MultiArch,
David Kalnischkies
2010-02-13
28
-770
/
+1455
|
|
|
\
\
\
|
|
|
*
|
|
In SingleArch environments we don't need the arch "all" pseudo package
David Kalnischkies
2010-02-12
3
-4
/
+10
|
|
|
*
|
|
Add yet another pseudo package which isn't as pseudo as the others:
David Kalnischkies
2010-02-12
10
-17
/
+124
|
|
|
*
|
|
Arch() on a MultiArch:all version should return "all" to be compatible
David Kalnischkies
2010-02-11
1
-1
/
+10
|
|
|
*
|
|
Add Multi-Arch: allowed support by creating an implicit provide of
David Kalnischkies
2010-02-11
2
-1
/
+10
|
|
|
*
|
|
Foreign Versions add an implicit Provides to the other packages in the group
David Kalnischkies
2010-02-10
3
-24
/
+42
|
|
|
*
|
|
Create implicit dependencies needed for Multi-Arch handling
David Kalnischkies
2010-02-10
1
-7
/
+24
|
|
|
*
|
|
Pre-MultiArch a package which depends on a package with architecture "all"
David Kalnischkies
2010-02-10
3
-11
/
+110
|
|
|
*
|
|
Drop the Arch information from the Version structure as we can get
David Kalnischkies
2010-02-07
6
-7
/
+12
|
|
|
*
|
|
Split ListParser::NewDepends into two methods to use these new method
David Kalnischkies
2009-12-27
6
-40
/
+176
|
|
|
*
|
|
merge Goswin Brederlow "support download of index files for different archs"
David Kalnischkies
2009-12-23
18
-214
/
+394
|
|
|
*
|
|
Implement the first step toward Multi-Arch by setting up a Group
David Kalnischkies
2009-12-19
7
-70
/
+267
|
|
|
*
|
|
mark the Error/Warning method as __cold
David Kalnischkies
2009-12-19
1
-4
/
+5
|
|
|
*
|
|
add optional gcc features as deprecated, unused and (un)likely
David Kalnischkies
2009-12-19
1
-0
/
+22
|
|
|
*
|
|
Refactor the cache iterators by using a common base class
David Kalnischkies
2009-12-09
3
-418
/
+320
|
*
|
|
|
|
Fix a segfault in the version merger introduced in the previous patch:
David Kalnischkies
2010-03-18
1
-1
/
+1
|
*
|
|
|
|
* apt-pkg/pkgcachegen.cc:
David Kalnischkies
2010-03-17
1
-17
/
+11
|
*
|
|
|
|
* apt-pkg/depcache.cc:
David Kalnischkies
2010-03-14
4
-20
/
+41
|
*
|
|
|
|
* apt-pkg/deb/debversion.cc:
David Kalnischkies
2010-03-13
1
-2
/
+16
|
*
|
|
|
|
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
2010-03-12
3
-1
/
+44
[prev]
[next]