index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-25
"backport" the APT::Configuration class to apt-sid
David Kalnischkies
5
-62
/
+151
2009-08-12
With the introduction of the Is{Delete,Install}Ok hooks the apt flag
David Kalnischkies
1
-2
/
+2
2009-08-12
Add a Acquire::CompressionTypes config variable from there the
David Kalnischkies
3
-38
/
+75
2009-08-08
[apt-pkg/indexcopy.cc] fix a (hypothetical) memory leak then the Release
David Kalnischkies
1
-0
/
+3
2009-08-08
merge with apt-sid
David Kalnischkies
2
-12
/
+7
2009-08-03
[apt-pkg/contrib/fileutl.cc] In function ExecWait(): fix compile warning:
David Kalnischkies
1
-0
/
+2
2009-08-03
* apt-pkg/sourcelist.cc:
Julian Andres Klode
1
-3
/
+6
2009-08-02
* apt-pkg/contrib/mmap.cc:
Julian Andres Klode
1
-1
/
+1
2009-07-31
[apt-pkg/contrib/strutl.cc] enable thousand separator according to
David Kalnischkies
1
-2
/
+2
2009-07-31
[apt-pkg/sourcelist.cc] only display the warning about missing sources.list
David Kalnischkies
1
-0
/
+8
2009-07-28
apt-pkg/depcache.cc:
Michael Vogt
1
-8
/
+2
2009-07-27
merged from donkult
Michael Vogt
1
-1
/
+1
2009-07-26
merge with lp:apt/debian-sid
David Kalnischkies
1
-1
/
+1
2009-07-25
Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessary
Otavio Salvador
1
-0
/
+1
2009-07-25
Apply patch from Sami Liedes <sliedes@cc.hut.fi> to reduce the
Otavio Salvador
1
-13
/
+26
2009-07-24
merge from the donkult branch
Michael Vogt
2
-14
/
+21
2009-07-23
[apt-pkg] yet another bit of mmap and pkgcachegen housekeeping
David Kalnischkies
2
-16
/
+24
2009-07-23
[ABI] merged the libudev-dlopen branch, this allows to pass
Michael Vogt
5
-6
/
+135
2009-07-23
methods/cdrom.cc: add AutoDetectAndMount method
Michael Vogt
2
-5
/
+2
2009-07-22
methods/cdrom.cc: move the scan into the loop that waits for a CD
Michael Vogt
2
-1
/
+8
2009-07-22
* methods/cdrom.cc:
Michael Vogt
2
-4
/
+12
2009-07-22
apt-pkg/cdrom.cc: make cdrom.Mounted property reliable
Michael Vogt
1
-1
/
+2
2009-07-21
merged from donkult
Michael Vogt
1
-7
/
+7
2009-07-21
[apt-pkg/pkgcachegen.cc] remove the Ver == 0 and Desc == 0 from the last
David Kalnischkies
1
-7
/
+7
2009-07-21
The 'not dead yet' release
Michael Vogt
33
-419
/
+472
2009-07-21
eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
David Kalnischkies
2
-65
/
+48
2009-07-21
* apt-pkg/acquire.cc:
Michael Vogt
15
-45
/
+147
2009-07-21
* apt-pkg/deb/dpkgpm.cc:
Michael Vogt
1
-0
/
+9
2009-07-16
* apt-pkg/contrib/hashes.cc, apt-pkg/contrib/md5.cc:
Julian Andres Klode
2
-8
/
+18
2009-07-15
display warnings instead of errors if the parts dirs doesn't exist
David Kalnischkies
4
-9
/
+31
2009-07-15
[contrib/error.cc] place a colon between errno and error text in output
David Kalnischkies
1
-6
/
+7
2009-07-15
merge with lp:~mvo/apt/debian-sid
David Kalnischkies
4
-2
/
+53
2009-07-10
apt-pkg/deb/dpkgpm.cc: remove dead code, add comment on problematic argument ...
Michael Vogt
1
-9
/
+10
2009-07-09
move libudev based code into libapt cdrom.cc class
Michael Vogt
3
-2
/
+117
2009-07-08
add a segfault handler to MMap to show the Cache-Limit message, which
David Kalnischkies
1
-0
/
+24
2009-07-08
[contrib/mmap] implements a theoretical dynamic growing mmap
David Kalnischkies
2
-21
/
+65
2009-07-07
* remove the MarkKeep calls if Is{Delete,Install}Ok false, because
David Kalnischkies
2
-11
/
+21
2009-07-06
Support /etc/apt/preferences.d (Closes: #535512)
Julian Andres Klode
4
-2
/
+52
2009-07-02
* apt-pkg/acquire-worker.cc:
Michael Vogt
2
-7
/
+7
2009-07-01
versions with a pin of -1 shouldn't be a candidate (Closes: #355237)
David Kalnischkies
1
-0
/
+8
2009-06-30
* add hook for MarkInstall and MarkDelete (closes: #470035)
David Kalnischkies
3
-54
/
+78
2009-06-30
add the various foldmarkers in apt-pkg & cmdline (no code change)
David Kalnischkies
26
-284
/
+219
2009-06-30
fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work
Michael Vogt
1
-1
/
+1
2009-06-30
merged r1811..1815 from lp:~donkult/apt/experimental
Michael Vogt
5
-1
/
+24
2009-06-30
merge the AutoInstOk patch from debian-experimental
Michael Vogt
3
-32
/
+31
2009-06-29
* support IsAutoInstallOk in the resolver too
Michael Vogt
2
-9
/
+21
2009-06-29
merge r1797 from lp:~donkult/apt/experimental
Michael Vogt
3
-8
/
+13
2009-06-29
add hook for auto-install (closes: #470035)
Michael Vogt
2
-0
/
+33
2009-06-29
* add Debug::pkgDepCache::Marker with more detailed debug output
Michael Vogt
1
-26
/
+65
2009-06-29
* add depth information to the debug output and show what depends
Michael Vogt
4
-18
/
+103
[next]