ntk/apt.git
2014-01-31 Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2014-01-30 Michael Vogtdo not crash if VF.File()/VF.File().Archive() is NULL
2014-01-29 David Kalnischkiesfix various style/performance warnings in rred
2014-01-29 David Kalnischkiesrestart debSrcRecordParsers only if needed
2014-01-29 David KalnischkiespkgTagFile: if we have seen the end, do not try to...
2014-01-29 Michael Vogtfix apt-get download truncation (closes: #736962)
2014-01-28 Michael Vogtadd test for Suite with path
2014-01-26 David Kalnischkiesenable deb822 sources for associated testcase
2014-01-26 David Kalnischkiesfixup merge issues introduced in 796673c
2014-01-26 Chris LeickTrivian unfuzzies of the German po4a translation
2014-01-26 Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2014-01-25 Michael Vogtreleasing package apt version 0.9.15 0.9.15
2014-01-25 Michael VogtMerge remote-tracking branch 'mvo/debian/sid' into...
2014-01-25 Michael VogtMerge branch 'debian/experimental-no-abi-break' into...
2014-01-25 Michael Vogtsupport " " in deb822 source options
2014-01-25 David Kalnischkiesuse svg in doxygen and ensure dot is around for it
2014-01-24 Michael Vogtreleasing package apt version 0.9.14.3~exp5 0.9.14.3.exp5
2014-01-24 Michael Vogtfix test
2014-01-24 Michael Vogtset APT::Sources::Use-Deb822 to default false for now
2014-01-24 Michael Vogtmake update-po
2014-01-24 Michael VogtMerge remote-tracking branch 'mvo/feature/apt-show...
2014-01-24 Michael VogtMerge remote-tracking branch 'mvo/debian/sid' into...
2014-01-24 Michael VogtMerge remote-tracking branch 'ajt/better-pdiffs-dk...
2014-01-24 Michael Vogtapt-mark help shows all commands now
2014-01-24 Michael Vogthide more from apt show
2014-01-24 Michael Vogtshow APT-Sources in apt show
2014-01-24 Michael VogtShow "Manual-Installed: {yes|no}" in apt show
2014-01-24 Michael Vogtadd "apt full-upgrade" and tweak "apt upgrade"
2014-01-24 Chris Leickupdate german manpage translation
2014-01-23 Michael Vogtinclude "Archive-Origin" in the apt show output
2014-01-23 Michael VogtShow only the candidate with "apt show"
2014-01-22 Michael Vogtreleasing package apt version 0.9.14.3~exp4
2014-01-22 Michael VogtMerge remote-tracking branch 'mvo/debian/sid' into...
2014-01-22 Michael Vogt"apt show" show user friendly size info
2014-01-22 Michael Vogtadd test for apt show
2014-01-22 Michael Vogtadd integration test for apt search
2014-01-21 Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-01-20 Anthony Townsmethods/rred: minor robustness improvements
2014-01-20 Michael Vogtadd support for multipl types in one line
2014-01-20 Michael Vogtadd support for multiple URIs in deb822 style sources...
2014-01-20 Michael Vogtadd support for Enabled: no in deb822 sources.list
2014-01-20 Michael Vogtadd Description tag for deb822 sources
2014-01-18 Michael Vogtdo not ignore ioctl(TIOCSCTTY) errors
2014-01-18 Michael Vogtreleasing package apt version 0.9.14.3~exp3 0.9.14.3.exp3
2014-01-18 Michael Vogt* implement deb822 suggestions from donkult (thanks!):
2014-01-18 Michael VogtMerge remote-tracking branch 'mvo/feature/source-deb822...
2014-01-18 Michael Vogtrename "Suite/Section" to plural
2014-01-18 Michael VogtMerge remote-tracking branch 'mvo/feature/source-deb822...
2014-01-18 Michael VogtMerge remote-tracking branch 'mvo/debian/sid' into...
2014-01-17 David Kalnischkiesget color/msglevel handling for tests in line
2014-01-17 Michael Vogtadd purge to the apt cmdline
2014-01-17 Michael Vogtimplement suggestion by donkult (thanks!)
2014-01-17 David Kalnischkiesensure the right permissions as dpkg-deb ensists
2014-01-17 David Kalnischkiesuse our tmpdir instead of creating tmpfiles
2014-01-17 David Kalnischkiescorrect some quoting offenses
2014-01-17 Michael Vogtadd missing integration test for "apt list"
2014-01-17 Michael Vogtreword !isatty() warning
2014-01-17 Michael Vogtadd apt upgrade --dist
2014-01-17 David Kalnischkiesimprove stdout/stderr usage correctness in test framework
2014-01-16 David Kalnischkiesuse our own homedir for gpg in testcases
2014-01-16 David Kalnischkiesuse gpg --homedir instead of explicit file placement
2014-01-16 David Kalnischkiescorrect some style/performance/warnings from cppcheck
2014-01-16 Michael Vogtprepare upload 0.9.14.3.exp2
2014-01-16 Michael Vogtmerged mvo/feature/deb822
2014-01-16 David Kalnischkiesrework some code to fix some scan-build warnings
2014-01-16 Michael Vogtprepare new upload
2014-01-16 Michael Vogtapt-private/private-show.cc: do not show Description...
2014-01-16 Michael Vogtupdate libapt test
2014-01-16 David Kalnischkiesshow the error message if the webserver start failed
2014-01-16 Michael Vogtsupport multiple "Suite:" entries
2014-01-16 Michael Vogtrename URL to Uri in deb822-sources
2014-01-16 Michael Vogtrename "distribution" in sources.list to "suite"
2014-01-16 Michael Vogt* refactor to have a new virtual ParseStanza
2014-01-16 Michael Vogtadd --manual-installed commandline switch
2014-01-16 Michael Vogtremove "," in components again
2014-01-15 David Kalnischkiesrework some testcases to not spit out text
2014-01-15 David Kalnischkiesintegrate Anthonys rred with POC for client-side merge
2014-01-15 Anthony Townsreimplement rred to allow applying all the diffs in...
2014-01-15 David Kalnischkiesactually register the tempfile removal atexit
2014-01-15 David Kalnischkiesreenable unlimited pdiff files download
2014-01-15 Anthony Townscorrect IndexDiff vs DiffIndex in Debug output
2014-01-15 David Kalnischkiestest apt-get source release selection with suite and...
2014-01-15 David Kalnischkiestests: default to 'sid' codename for 'unstable'
2014-01-15 David Kalnischkiesuse C.UTF-8 in testcases as locale
2014-01-06 Michael Vogtdocument deb822 style sources.list
2014-01-06 Michael Vogtflock() the file edited in edit-sources
2014-01-05 Julian Andres... debian/rules: Call dh_makeshlibs for 'apt'
2014-01-05 Julian Andres... debian/rules: Call dh_makeshlibs for 'apt'
2014-01-05 Michael Vogtprepare 0.9.14.3~exp1 0.9.14.3.exp1
2014-01-05 Michael Vogtprepare 0.9.14.3~exp1
2014-01-05 Michael VogtMerge remote-tracking branch 'mvo/feature/source-deb822...
2014-01-05 Michael VogtMerge remote-tracking branch 'donkult/feature/clientmer...
2014-01-04 Michael Vogtimprove error message
2014-01-04 Michael Vogtimprove tests
2014-01-04 Michael VogtMerge branch 'debian/sid' into feature/source-deb822
2014-01-04 Michael VogtMerge branch 'debian/sid' into feature/source-deb822
2014-01-01 Trần Ngọc Quânl10n: vi.po (617t): Update translation up to v0.9.14.2
2014-01-01 Trần Ngọc Quânl10n: vi.po(617t): Update Vietnamese translation
2013-12-29 Michael Vogtprepare release 0.9.14.2
2013-12-29 Michael Vogtvendor/ubuntu/sources.list.in: whitespace fix
next