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
*
Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>
Julian Andres Klode
2015-08-13
10
-51
/
+52
*
Mark SPtr as deprecated, and convert users to std::unique_ptr
Julian Andres Klode
2015-08-13
4
-23
/
+23
*
C++11: Switch from auto_ptr to unique_ptr
Julian Andres Klode
2015-08-13
2
-11
/
+11
*
Remove an invalid fi from a testcase
Julian Andres Klode
2015-08-13
1
-1
/
+0
*
Fix integration tests for the removal of the Package pin output
Julian Andres Klode
2015-08-13
2
-12
/
+5
*
Drop the Section field from pkgCache::Package again
Julian Andres Klode
2015-08-12
2
-11
/
+3
*
apt_preferences(5): Re-document how priorities are calculated
Julian Andres Klode
2015-08-12
1
-5
/
+8
*
policy: Be more strict about parsing pin files, and document prio 0
Julian Andres Klode
2015-08-12
3
-4
/
+22
*
apt-cache: Improve translateability of the "with priority" thing
Julian Andres Klode
2015-08-12
1
-2
/
+2
*
Only make Upgradable() return true for packages with a candidate
Julian Andres Klode
2015-08-12
1
-1
/
+1
*
apt-cache: Modify policy output to use per-version pins
Julian Andres Klode
2015-08-12
1
-13
/
+30
*
Add a parameter ConsiderFiles to GetPriority(VerIterator)
Julian Andres Klode
2015-08-12
2
-3
/
+4
*
Makefile: Add a make fast command for development
Julian Andres Klode
2015-08-12
1
-1
/
+11
*
apt.cron.daily: Reference 10periodic instead of 02periodic
Julian Andres Klode
2015-08-12
1
-1
/
+1
*
debian/control: Rename libapt-pkg4.15 -> libapt-pkg5.0
Julian Andres Klode
2015-08-11
1
-1
/
+1
*
debian/gbp.conf: Set multimaint-merge = True
Julian Andres Klode
2015-08-11
1
-1
/
+2
*
Annotate more methods with APT_OVERRIDE
Julian Andres Klode
2015-08-11
6
-15
/
+15
*
Bump apt-inst SONAME to 2.0 to adjust for the ABI break in apt-pkg
Julian Andres Klode
2015-08-11
5
-74
/
+74
*
Merge changelog entries from sid-gcc5
Julian Andres Klode
2015-08-11
1
-0
/
+56
*
po: Update Simplified Chinese programs translation
Zhou Mo
2015-08-11
1
-13
/
+13
*
po: update zh_CN translation slightly
Zhou Mo
2015-08-11
1
-4
/
+4
*
ExecFork: Use /proc/self/fd to determine which files to close
Julian Andres Klode
2015-08-11
1
-5
/
+19
*
Make QItem a subclass of DescItem
Julian Andres Klode
2015-08-11
1
-9
/
+1
*
Re-introduce None as a deprecated alias for No
Julian Andres Klode
2015-08-11
1
-0
/
+4
*
Drop C++11 elements from headers
Julian Andres Klode
2015-08-11
3
-4
/
+4
*
apt-get: Do not include apt-pkg/indexrecords.h
Julian Andres Klode
2015-08-11
1
-1
/
+0
*
Fix an obscure warning from GCC
Julian Andres Klode
2015-08-11
1
-2
/
+2
*
Simply ignore cruft in the status files, do not treat it as prio 0
Julian Andres Klode
2015-08-11
1
-2
/
+1
*
Replace INT_MIN with std::numeric_limits<int>::min
Julian Andres Klode
2015-08-11
1
-2
/
+2
*
initialize PinVers to a nullptr
David Kalnischkies
2015-08-10
1
-1
/
+2
*
move manual-bit from 'oldlibs' pkg to its dependencies
David Kalnischkies
2015-08-10
3
-0
/
+63
*
move APT::Never-MarkAuto-Sections handling to MarkDelete
David Kalnischkies
2015-08-10
3
-49
/
+66
*
no value for MultiArch field is 'no', not 'none'
David Kalnischkies
2015-08-10
4
-8
/
+8
*
change to libapt-pkg abi 5.0 with versioned symbols
David Kalnischkies
2015-08-10
7
-1576
/
+1584
*
update symbols file to current state of affairs
David Kalnischkies
2015-08-10
2
-513
/
+563
*
mark again deps of pkgs in APT::Never-MarkAuto-Sections as manual
David Kalnischkies
2015-08-10
3
-3
/
+116
*
drop extra newline in 'Failed to fetch' and 'GPG error' message
David Kalnischkies
2015-08-10
6
-14
/
+2
*
enhance "hit paywall" error message to mention the probable cause
David Kalnischkies
2015-08-10
6
-60
/
+83
*
drop obsolete explicit :none handling in pkgCacheGen
David Kalnischkies
2015-08-10
2
-51
/
+2
*
parse packages from all architectures into the cache
David Kalnischkies
2015-08-10
11
-116
/
+152
*
eliminate dead file-provides code in cache generation
David Kalnischkies
2015-08-10
3
-103
/
+4
*
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
2015-08-10
16
-472
/
+460
*
add volatile sources support in libapt-pkg
David Kalnischkies
2015-08-10
15
-362
/
+309
*
just-in-time creation for (explicit) negative deps
David Kalnischkies
2015-08-10
6
-88
/
+83
*
just-in-time creation for (implicit) Provides
David Kalnischkies
2015-08-10
9
-51
/
+466
*
hide implicit deps in apt-cache again by default
David Kalnischkies
2015-08-10
12
-150
/
+169
*
use a smaller type for flags storage in the cache
David Kalnischkies
2015-08-10
4
-47
/
+84
*
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
26
-304
/
+18
*
link DependencyData structs together
David Kalnischkies
2015-08-10
4
-47
/
+47
*
split-up Dependency struct
David Kalnischkies
2015-08-10
6
-62
/
+167
[next]