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
...
*
|
|
* merged daniel burrows fixes for the auto-mark code
Michael Vogt
2005-11-09
5
-327
/
+550
*
|
|
* added a InRootSetFunc class for clients to add own packages to the mark'n's...
Michael Vogt
2005-08-19
2
-6
/
+18
*
|
|
* merged from main
Michael Vogt
2005-08-18
11
-42
/
+331
*
|
|
* invert the auto-mark flag only for new installs (in MarkInstall()), keep it...
Michael Vogt
2005-07-04
1
-1
/
+3
*
|
|
* slighly more debug output, renamed "--automatic-remove" to "--auto-remove"
Michael Vogt
2005-06-30
2
-8
/
+12
*
|
|
* Install-Reason -> Auto-Installed in pkgstates
Michael Vogt
2005-06-30
1
-4
/
+3
*
|
|
* some WS fixes
Michael Vogt
2005-06-30
2
-6
/
+9
*
|
|
* added APT::NeverAutoRemove (a list of regexp for package names that should ...
Michael Vogt
2005-06-30
1
-1
/
+48
*
|
|
* added a callback to pkgMarkUsed() so that frontend can extend the root-set ...
Michael Vogt
2005-06-30
2
-7
/
+21
*
|
|
* fix a bug when readStateFile is called with no OpProgress object
Michael Vogt
2005-06-29
1
-6
/
+9
*
|
|
* merged with ubuntu, only use the pkgCache::Flag::Auto flag for automaticall...
Michael Vogt
2005-06-29
4
-27
/
+14
|
\
\
\
*
|
|
|
* use mark-and-sweep from aptitude now as GC algorithm
Michael Vogt
2005-06-29
4
-115
/
+190
*
|
|
|
* merged with apt--ubuntu--0
Michael Vogt
2005-06-28
1
-0
/
+6
|
\
|
|
|
|
*
|
|
Merge with mvo
Matt Zimmerman
2005-06-26
1
-0
/
+6
|
*
|
|
Merge with mainline
Matt Zimmerman
2005-06-26
4
-5
/
+16
|
|
|
/
|
|
/
|
*
|
|
* bumped the library version
Michael Vogt
2005-06-28
1
-1
/
+1
*
|
|
* cleanups, documentation updates (don't show any debug output if no Debug::p...
Michael Vogt
2005-06-28
2
-4
/
+9
*
|
|
* merged with mainline
Michael Vogt
2005-06-27
5
-10
/
+22
*
|
|
* merged with the apt--improved-do-install patch
Michael Vogt
2005-06-24
3
-21
/
+36
*
|
|
* merged with apt--main and apt--fixes
Michael Vogt
2005-06-24
11
-16
/
+26
|
\
|
|
|
*
|
merge bubulle@debian.org--2005/apt--main--0
Matt Zimmerman
2005-05-24
1
-9
/
+9
|
|
\
\
|
|
*
|
Update French man pages translations
Christian Perrier
2005-05-05
1
-9
/
+9
|
|
|
/
|
*
/
Merge michael.vogt@ubuntu.com--2005/apt--fixes--0
Matt Zimmerman
2005-05-24
10
-7
/
+17
|
|
/
*
|
* moved the importend algorithm to algorithm.h as "pkgMarkUsed()"
Michael Vogt
2005-06-24
2
-0
/
+108
*
|
* write the state file after a successfull commit from the pkgManager
Michael Vogt
2005-06-24
1
-0
/
+5
*
|
* moved most of the real work into depcache::writeStateFile
Michael Vogt
2005-06-24
2
-0
/
+22
*
|
* cleanups
Michael Vogt
2005-06-23
2
-29
/
+66
*
|
* ported/cleaned up the "Automatic dependency handling" patch from Michael Ho...
Michael Vogt
2005-05-10
5
-3
/
+58
|
/
*
* corrected a incorrect use of string().c_str() (thanks to mdz!)
Michael Vogt
2003-04-06
1
-2
/
+6
*
* honor "Acquire::gpgv::Options" in apt-cdrom too
Michael Vogt
2005-04-06
1
-3
/
+27
*
* changelog updated
Michael Vogt
2005-04-01
1
-0
/
+6
*
Bring consistency to the use of capitals in programs messages
Christian Perrier
2005-03-06
8
-18
/
+18
*
* path scoring changed, the non-symlink path is scored highest
Michael Vogt
2005-02-25
1
-0
/
+17
*
* fix for apt-get update removing the cdroms Release.gpg files
Michael Vogt
2005-02-25
1
-11
/
+1
*
* PulseIntervall can be configured now to make frontends like synaptic hayppy...
Michael Vogt
2005-02-10
2
-4
/
+5
*
Move CD-ROM handling backend into libapt-pkg
Matt Zimmerman
2005-02-04
7
-4
/
+1591
*
Fix syntax in sha1.cc
Matt Zimmerman
2005-02-04
1
-2
/
+2
*
allow SHA1Summation to process a file descriptor until EOF
Matt Zimmerman
2005-02-04
1
-3
/
+8
*
Increment libapt-pkg version
Matt Zimmerman
2005-01-19
1
-1
/
+1
*
Merge michael.vogt@canonical.com--2004/apt--status-fd--0
Matt Zimmerman
2005-01-19
5
-7
/
+23
*
* some comments about the pkgAcqMetaSig::Custom600Headers() added
Michael Vogt
2004-12-23
1
-0
/
+7
*
* removed Release.gpg files in partial/ before fetching a new one
Michael Vogt
2004-12-23
1
-9
/
+4
*
* changelog updated, version is now 0.6.27ubuntu4; added DEB_BUILD_PROG_OPTS ...
Michael Vogt
2004-12-23
1
-3
/
+9
*
* if a sign-file download fails, delete the the partial download in "partial/...
Michael Vogt
2004-12-23
1
-0
/
+3
*
* merged changes from the conference
Michael Vogt
2004-12-20
33
-347
/
+1468
*
* imported the changes from 0.5.30 to 0.5.30ubuntu2
Michael Vogt
2004-11-23
1
-1
/
+4
*
Packages.bz2 support from Michael Vogt
Matt Zimmerman
2004-11-15
2
-3
/
+30
*
Increase Dpkg::MaxArgs and Dpkg::MaxArgBytes
Matt Zimmerman
2004-11-13
1
-2
/
+2
*
* Fix typo in error message when encountering unknown t...
Arch Librarian
2004-09-20
1
-2
/
+2
*
* Increase length of line buffer in ReadConfigFile to 1...
Arch Librarian
2004-09-20
1
-2
/
+6
[prev]
[next]