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
*
Merge branch 'debian/experimental' into feature/srv-records
Michael Vogt
2015-08-18
94
-3957
/
+7519
|
\
|
*
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2015-05-22
2
-14
/
+3
|
|
\
|
|
*
Merge remote-tracking branch 'upstream/debian/jessie' into debian/sid
Michael Vogt
2015-05-22
6
-22
/
+16
|
|
|
\
|
|
|
*
remove "first package seen is native package" assumption
David Kalnischkies
2015-04-22
2
-14
/
+2
|
|
*
|
parse arch-qualified Provides correctly
Helmut Grohne
2015-05-22
1
-0
/
+6
|
|
*
|
Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscalls
Michael Vogt
2015-04-28
1
-1
/
+2
|
|
*
|
Fix crash in pkgDPkgPM::WriteApportReport(() (LP: #1436626)
Michael Vogt
2015-04-07
1
-2
/
+13
|
*
|
|
treat older Release files than we already have as an IMSHit
David Kalnischkies
2015-05-18
4
-137
/
+262
|
*
|
|
detect Releasefile IMS hits even if the server doesn't
David Kalnischkies
2015-05-13
3
-13
/
+28
|
*
|
|
implement VerifyFile as all-hashes check
David Kalnischkies
2015-05-12
2
-8
/
+15
|
*
|
|
rewrite all TFRewrite instances to use the new pkgTagSection::Write
David Kalnischkies
2015-05-11
3
-109
/
+73
|
*
|
|
implement a more c++-style TFRewrite alternative
David Kalnischkies
2015-05-11
2
-14
/
+181
|
*
|
|
stop depending on copy-on-write for std::string
David Kalnischkies
2015-05-11
2
-21
/
+21
|
*
|
|
sync TFRewrite*Order arrays with dpkg and dak
David Kalnischkies
2015-05-11
2
-60
/
+112
|
*
|
|
fix macro definition for very old GCC < 3
David Kalnischkies
2015-05-11
1
-1
/
+1
|
*
|
|
show non-matching m-a:same versions in debug message
David Kalnischkies
2015-05-11
1
-6
/
+11
|
*
|
|
remove unused and strange default-value for pins
David Kalnischkies
2015-05-11
1
-24
/
+10
|
*
|
|
a pin of 1000 always means downgrade allowed
David Kalnischkies
2015-05-11
1
-22
/
+10
|
*
|
|
improve partial/ cleanup in abort and failure cases
David Kalnischkies
2015-05-11
2
-67
/
+143
|
*
|
|
Merge branch 'debian/jessie' into debian/experimental
David Kalnischkies
2015-04-19
3
-4
/
+11
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
parse specific-arch dependencies correctly on single-arch systems
David Kalnischkies
2015-04-12
1
-1
/
+1
|
|
*
|
demote VectorizeString gcc attribute from const to pure
David Kalnischkies
2015-04-07
1
-1
/
+1
|
|
*
|
fix crash in order writing in pkgDPkgPM::WriteApportReport()
Michael Vogt
2015-04-07
1
-2
/
+9
|
|
*
|
avoid depends on std::string implementation for pkgAcquire::Item::Mode
David Kalnischkies
2015-04-07
1
-2
/
+12
|
|
|
/
|
*
|
hide first pdiff merge failure debug message
David Kalnischkies
2015-04-19
1
-1
/
+2
|
*
|
a hit on Release files means the indexes will be hits too
David Kalnischkies
2015-04-19
3
-28
/
+91
|
*
|
refactor calculation of final lists/ name from URI
David Kalnischkies
2015-04-19
2
-152
/
+124
|
*
|
unsigned Release files can expire, too
David Kalnischkies
2015-04-19
1
-8
/
+18
|
*
|
ensure lists/ files have correct permissions after apt-cdrom add
David Kalnischkies
2015-04-19
5
-25
/
+39
|
*
|
calculate only expected hashes in methods
David Kalnischkies
2015-04-19
2
-19
/
+65
|
*
|
if we can, use gccs __builtin_swap methods
David Kalnischkies
2015-04-19
1
-0
/
+9
|
*
|
reimplement the last uses of sprintf
David Kalnischkies
2015-04-10
2
-86
/
+71
|
*
|
parse arch-qualified Provides correctly
Helmut Grohne
2015-03-16
1
-0
/
+6
|
*
|
fix some new compiler warnings reported by gcc-5
David Kalnischkies
2015-03-16
6
-17
/
+22
|
*
|
properly implement pkgRecord::Parser for *.deb files
David Kalnischkies
2015-03-16
5
-111
/
+133
|
*
|
merge debian/sid into debian/experimental
David Kalnischkies
2015-03-16
8
-24
/
+89
|
|
\
|
|
|
*
award points for positive dependencies again
David Kalnischkies
2015-01-10
1
-1
/
+1
|
|
*
pass-through stdin fd instead of content if not a terminal
David Kalnischkies
2014-12-23
1
-4
/
+12
|
|
*
always run 'dpkg --configure -a' at the end of our dpkg callings
David Kalnischkies
2014-12-23
1
-2
/
+7
|
|
*
do not make PTY slave the controlling terminal
David Kalnischkies
2014-12-23
1
-2
/
+2
|
|
*
fix PTY interaction on linux and kfreebsd
David Kalnischkies
2014-11-28
1
-44
/
+55
|
|
*
close leaking slave fd after setting up pty magic
David Kalnischkies
2014-11-28
1
-2
/
+4
|
|
*
allow options between command and -- on commandline
David Kalnischkies
2014-11-10
1
-8
/
+11
|
|
*
deprecate the Section member from package struct
David Kalnischkies
2014-11-10
4
-4
/
+18
|
|
*
use 'best' hash for source authentication
David Kalnischkies
2014-11-10
4
-48
/
+167
|
|
*
add a simple container for HashStrings
David Kalnischkies
2014-11-10
2
-15
/
+187
|
*
|
do not make PTY slave the controlling terminal
David Kalnischkies
2014-12-10
1
-2
/
+2
|
*
|
always run 'dpkg --configure -a' at the end of our dpkg callings
David Kalnischkies
2014-12-07
1
-2
/
+7
|
*
|
correct architecture detection for 'rc' packages for purge
David Kalnischkies
2014-12-07
1
-12
/
+4
|
*
|
properly handle already reinstall pkgs in ordering
David Kalnischkies
2014-12-07
1
-10
/
+36
[next]