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
...
|
*
|
|
extends the ParseDepends testcase to have a look also at the Wildcards
David Kalnischkies
2010-07-05
1
-0
/
+68
|
*
|
|
merge with debian-experimental-ma
David Kalnischkies
2010-07-05
8
-22
/
+107
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Fix the atomic replace.
Julian Andres Klode
2010-06-29
1
-1
/
+1
*
|
|
|
* apt-pkg/contrib/fileutl.cc:
Julian Andres Klode
2010-06-29
3
-6
/
+19
*
|
|
|
debian/control: Set Standards-Version to 3.9.0
Julian Andres Klode
2010-06-29
2
-1
/
+3
*
|
|
|
Also free regular expressions.
Julian Andres Klode
2010-06-28
1
-0
/
+1
*
|
|
|
Use _error->Warning() instead of writing to std::cerr.
Julian Andres Klode
2010-06-28
1
-1
/
+1
*
|
|
|
Remove debugging stuff, this was not meant to be here.
Julian Andres Klode
2010-06-28
1
-1
/
+0
*
|
|
|
Also support regular expressions and glob() patterns in "Pin: version".
Julian Andres Klode
2010-06-28
1
-0
/
+2
*
|
|
|
* apt-pkg/versionmatch.cc:
Julian Andres Klode
2010-06-28
3
-12
/
+52
*
|
|
|
deblistparser: Special-case *-armel, lpia and powerpcspe architectures.
Julian Andres Klode
2010-06-27
1
-0
/
+6
*
|
|
|
apt-pkg/deb/deblistparser.cc: Fix bug in architecture wildcard support.
Julian Andres Klode
2010-06-26
1
-3
/
+10
*
|
|
|
debian/changelog: Fix a typo
Julian Andres Klode
2010-06-26
1
-1
/
+1
*
|
|
|
* apt-pkg/deb/deblistparser.cc:
Julian Andres Klode
2010-06-26
2
-1
/
+11
*
|
|
|
methods/ftp.h: Handle different logins are on the same server (Closes: #586904).
Julian Andres Klode
2010-06-24
2
-1
/
+8
|
*
|
|
fix typos and add a proper Closes tag after the unmerge in debbugs
David Kalnischkies
2010-07-05
1
-3
/
+3
|
*
|
|
Try to use NotEquals for the MultiArch Breaks dependencies instead of
David Kalnischkies
2010-07-05
1
-4
/
+1
|
*
|
|
make the specify order of packages irrelevant (half-close #196021)
David Kalnischkies
2010-07-05
2
-5
/
+19
|
*
|
|
clean deblistparser a bit by get the Architectures at one place
David Kalnischkies
2010-07-04
2
-14
/
+13
|
*
|
|
* apt-pkg/policy.h:
David Kalnischkies
2010-07-04
7
-30
/
+32
|
*
|
|
prefer the Policy if it is built instead of the DepCache and
David Kalnischkies
2010-07-04
2
-3
/
+7
|
*
|
|
reorder classes a bit and make TryToInstallBuildDep use them
David Kalnischkies
2010-07-03
1
-360
/
+250
|
*
|
|
Refactor TryToInstall to look a bit saner by splitting the Remove
David Kalnischkies
2010-07-03
2
-53
/
+177
|
*
|
|
add a ConstructedBy member to the PackageSet which can be used by the
David Kalnischkies
2010-07-02
2
-17
/
+51
|
*
|
|
if the package has no installed & candidate but is virtual see if only
David Kalnischkies
2010-06-29
3
-37
/
+59
|
*
|
|
rename AddSelectedVersion() to a better public FromPackage()
David Kalnischkies
2010-06-29
2
-10
/
+15
|
*
|
|
for install, do all installs first and then the removes and vice versa
David Kalnischkies
2010-06-29
1
-38
/
+54
|
*
|
|
- factor out code to get a single package FromName()
David Kalnischkies
2010-06-28
3
-54
/
+116
|
*
|
|
- only print errors if all tries to get a package by string failed
David Kalnischkies
2010-06-26
2
-7
/
+15
|
*
|
|
always mark the all package if a pseudo package is marked for install
David Kalnischkies
2010-06-26
2
-2
/
+6
|
*
|
|
give the APT::Cache::Generate option her effect back
David Kalnischkies
2010-06-26
1
-1
/
+3
|
*
|
|
do not override the user set quiet setting even if the target is not a tty
David Kalnischkies
2010-06-26
3
-3
/
+3
|
*
|
|
make the MMap Grow Error a fatal one as while in theory the code should
David Kalnischkies
2010-06-26
1
-1
/
+1
|
*
|
|
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2010-06-26
4
-1
/
+23
|
*
|
|
- use the new MatchAgainstConfig for the DefaultRootSetFunc
David Kalnischkies
2010-06-26
5
-66
/
+71
|
*
|
|
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2010-06-26
2
-1
/
+7
|
*
|
|
print all messages if the application is in an interactive run
David Kalnischkies
2010-06-25
3
-21
/
+15
|
*
|
|
add a simple stack handling to be able to delay error handling
David Kalnischkies
2010-06-25
5
-5
/
+152
|
*
|
|
* apt-pkg/contrib/error.{cc,h}:
David Kalnischkies
2010-06-25
3
-208
/
+360
|
*
|
|
Use an abstract helper for error handling and output
David Kalnischkies
2010-06-22
3
-118
/
+244
|
*
|
|
* cmdline/apt-get.cc:
David Kalnischkies
2010-06-19
3
-203
/
+51
|
*
|
|
get packages by task^ with FromTask()
David Kalnischkies
2010-06-19
3
-9
/
+88
|
*
|
|
fix the gcc warning about the initialisation order of variables caused
David Kalnischkies
2010-06-19
1
-1
/
+1
|
*
|
|
* apt-pkg/depcache.cc:
David Kalnischkies
2010-06-16
3
-2
/
+35
|
*
|
|
add a simple method to VerIterator to check if two Versions are similar
David Kalnischkies
2010-06-16
1
-0
/
+9
|
*
|
|
* cmdline/cacheset.cc:
David Kalnischkies
2010-06-15
5
-6
/
+6
|
*
|
|
Add a GroupedFromCommandLine for the VersionSet similar to the
David Kalnischkies
2010-06-15
2
-39
/
+119
|
*
|
|
* debian/control:
David Kalnischkies
2010-06-11
2
-1
/
+3
|
*
|
|
merge with debian-experimental-ma to get the public policy back
David Kalnischkies
2010-06-10
2
-5
/
+13
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
* apt-pkg/cachefile.h:
Michael Vogt
2010-06-10
2
-1
/
+9
[prev]
[next]