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
*
- backport forgotten Valid-Until patch from the obsolete experimental
David Kalnischkies
2010-06-09
16
-33
/
+186
|
\
|
*
rename the options, document them and reorder the changelog a bit
David Kalnischkies
2010-06-09
4
-10
/
+46
|
*
move the users away from the deprecated StrToTime() method
David Kalnischkies
2010-06-09
5
-8
/
+6
|
*
use the portable timegm shown in his manpage instead of a strange
David Kalnischkies
2010-06-09
2
-20
/
+18
|
*
* ftparchive/writer.cc:
David Kalnischkies
2010-06-09
3
-1
/
+14
|
*
use the Valid-Until header from the Release file but if the user
David Kalnischkies
2010-06-08
1
-14
/
+19
|
*
enhance the Valid-Until code a bit by using the correct RFC1123StrToTime
David Kalnischkies
2010-06-08
2
-19
/
+21
|
*
* apt-pkg/contrib/strutl.cc:
David Kalnischkies
2010-06-08
3
-1
/
+42
|
*
* apt-pkg/indexrecords.cc:
David Kalnischkies
2010-06-08
6
-3
/
+70
*
|
* apt-pkg/pkgcache.h:
David Kalnischkies
2010-06-09
11
-39
/
+143
|
\
\
|
*
|
* cmdline/apt-get.cc:
David Kalnischkies
2010-06-03
2
-7
/
+9
|
*
|
* apt-pkg/depcache.cc:
David Kalnischkies
2010-06-03
4
-14
/
+17
|
*
|
deprecate AddSize with Multiplier as it is unused and switch to
David Kalnischkies
2010-06-03
3
-4
/
+76
|
*
|
* apt-pkg/pkgcache.h:
David Kalnischkies
2010-06-03
7
-14
/
+48
|
|
/
*
|
use the GroupedFromCommandLine() method in the dotty and xvcg command
David Kalnischkies
2010-06-06
1
-56
/
+28
*
|
add a GroupedFromCommandLine method to the PackageSet to split the
David Kalnischkies
2010-06-06
2
-0
/
+56
*
|
do not fail if an unrelated error is pending in DisplayRecord()
David Kalnischkies
2010-06-05
1
-4
/
+4
*
|
support special release-modifier 'installed' and 'candidate'
David Kalnischkies
2010-06-05
3
-49
/
+83
*
|
accept package versions in the unmet command
David Kalnischkies
2010-06-05
2
-23
/
+35
*
|
enhance the changelog a bit
David Kalnischkies
2010-06-05
1
-3
/
+3
*
|
handle :arch modifier in PackageSet::FromString correctly
David Kalnischkies
2010-06-05
2
-8
/
+22
*
|
apt-cache show --no-all-versions should issues the Candidate
David Kalnischkies
2010-06-05
1
-1
/
+1
*
|
do not insert end() Iterators into the CacheSet even if requested
David Kalnischkies
2010-06-05
1
-0
/
+6
*
|
Don't increase the commandline parameter in the library but in the
David Kalnischkies
2010-06-05
2
-8
/
+8
*
|
add --target-release option (Closes: #115520)
David Kalnischkies
2010-06-05
2
-0
/
+3
*
|
Add a option to apt-cache policy to additionally init the DepCache before
David Kalnischkies
2010-06-05
1
-0
/
+6
*
|
use pkgCacheFile and the new CacheSets all over the place
David Kalnischkies
2010-06-05
2
-205
/
+195
*
|
Add a method to get a VersionSet from the Commandline and refactor
David Kalnischkies
2010-06-05
2
-23
/
+191
*
|
store also the SourceList we use internally for export
David Kalnischkies
2010-06-04
3
-13
/
+61
*
|
Switch away from the now deprecated methods for Cache building
David Kalnischkies
2010-06-04
3
-5
/
+4
*
|
* apt-pkg/cachefile.{cc,h}:
David Kalnischkies
2010-06-04
8
-52
/
+103
*
|
* apt-pkg/cacheset.{cc,h}:
David Kalnischkies
2010-05-31
4
-9
/
+52
*
|
rename packageset into cacheset while it is not too late
David Kalnischkies
2010-05-31
6
-15
/
+19
*
|
* cmdline/apt-cache.cc:
David Kalnischkies
2010-05-31
2
-38
/
+43
*
|
* apt-pkg/pkgcache.cc:
David Kalnischkies
2010-05-31
3
-1
/
+27
*
|
* apt-pkg/contrib/cmdline.cc:
David Kalnischkies
2010-05-31
2
-3
/
+5
*
|
improve the handling of regex together with the architecture modifier
David Kalnischkies
2010-05-31
2
-16
/
+23
*
|
i managed to commit broken codeā¦ which (at least in my mind) worked
David Kalnischkies
2010-05-31
2
-2
/
+2
*
|
move cmdline parsing from apt-cache to new FromCommandLine method
David Kalnischkies
2010-05-31
4
-81
/
+95
*
|
move regex magic from apt-get to new FromRegEx method
David Kalnischkies
2010-05-30
6
-37
/
+96
*
|
* apt-pkg/packageset.h:
David Kalnischkies
2010-05-30
3
-1
/
+57
*
|
* ftparchive/writer.h:
David Kalnischkies
2010-05-29
2
-1
/
+4
*
|
* apt-pkg/depcache.cc:
David Kalnischkies
2010-05-29
2
-4
/
+6
*
|
* apt-pkg/cacheiterator.h:
David Kalnischkies
2010-05-29
2
-2
/
+6
*
|
* apt-pkg/indexrecords.{cc,h}:
David Kalnischkies
2010-05-29
4
-6
/
+20
*
|
create the bin-test directory automatic in the runner
David Kalnischkies
2010-05-28
1
-0
/
+1
*
|
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2010-05-28
4
-1
/
+82
*
|
try harder to find the other pseudo versions for autoremove multiarch
David Kalnischkies
2010-05-28
2
-5
/
+3
*
|
* apt-pkg/depcache.cc:
David Kalnischkies
2010-05-28
2
-3
/
+9
*
|
* apt-pkg/deb/debsystem.cc:
David Kalnischkies
2010-05-28
6
-11
/
+15
[next]