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
*
Make apt compile with clang++ again
Michael Vogt
2015-08-14
3
-3
/
+3
*
Make auto-remove and auto-clean aliases for the versions without -
Julian Andres Klode
2015-08-14
4
-5
/
+8
*
apt_preferences(5): Mention overlapping of pin matches
Julian Andres Klode
2015-08-14
1
-0
/
+3
*
apt_preferences(5): Correct default pin assignment documentation
Julian Andres Klode
2015-08-14
1
-2
/
+2
*
apt-cache(8): Mention that --names-only search provides
Julian Andres Klode
2015-08-14
1
-2
/
+2
*
apt-cache: Show an error if stats gets any arguments
Julian Andres Klode
2015-08-14
1
-1
/
+6
*
Say "in combination with the other options" if an option is not understood
Julian Andres Klode
2015-08-14
1
-3
/
+3
*
Mention that source order only matter per version
Julian Andres Klode
2015-08-14
1
-1
/
+1
*
Replace UINT_MAX with std::numeric_limits<unsigned int>::max()
Julian Andres Klode
2015-08-14
1
-2
/
+3
*
Add integration test for Pin-Priority range checks
Julian Andres Klode
2015-08-14
1
-0
/
+60
*
Replace --force-yes by various options starting with --allow
Julian Andres Klode
2015-08-14
11
-25
/
+167
*
Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...
Julian Andres Klode
2015-08-14
57
-95
/
+154
|
\
|
*
use a=experimental instead n=experimental in pin documentation
Johannes Schauer
2015-08-12
10
-17
/
+17
|
*
document APT::Periodic::RandomSleep
Tomas Pospisek
2015-08-12
1
-0
/
+13
|
*
Do not set unhonored DPKG_NO_TSTP variable for dpkg
Guillem Jover
2015-08-12
2
-12
/
+1
|
*
document VERSION 2 (and 3) pre-install-pkgs hook interface
Jonathan Nieder
2015-08-12
1
-4
/
+28
|
*
Replace all "press enter" occurrences with "press [Enter]"
Luca Bruno
2015-08-12
7
-14
/
+14
|
*
replace direct calls to egrep with grep -E
Daniel Hartwig
2015-08-12
4
-6
/
+6
|
*
remove Dir:: scope limit of RootDir in the documentation
David Kalnischkies
2015-08-12
1
-1
/
+2
|
*
support setting a port for rsh:// in sources.list
Daniel Hartwig
2015-08-12
2
-2
/
+21
|
*
po-fixups: fill Project-Id-Version and Encoding correctly
Guillem Jover
2015-08-12
34
-34
/
+34
|
*
travis: add ppa:ubuntu-toolschain-r/test as source for gcc-5
David Kalnischkies
2015-08-12
4
-5
/
+18
*
|
po/fr.po: Remove the unbreakable space before ! in the confirm string
Julian Andres Klode
2015-08-14
1
-1
/
+1
*
|
Accept --upgradeable as synonym for --upgradable
Julian Andres Klode
2015-08-13
11
-13
/
+16
*
|
Use setresuid() and setresgid() where available
Julian Andres Klode
2015-08-13
3
-5
/
+19
*
|
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
[next]