]> git.saurik.com Git - apt.git/history - apt-pkg
various small additional tests and testcases
[apt.git] / apt-pkg /
2014-11-09  David Kalnischkiesuse pkgAcquire::GetLock instead of own code
2014-11-09  David Kalnischkiesstreamline display of --help in all tools
2014-11-08  David Kalnischkiesfix variable naming typo used in debug output
2014-11-08  David Kalnischkiesrestore ABI of pkgTagSection
2014-11-08  David Kalnischkiesrevert useless abibreak in sourceslist.h
2014-11-08  David Kalnischkiesguard pkg/grp hashtable creation changes
2014-11-08  David Kalnischkiesexplicit overload methods instead of adding parameters
2014-11-08  David Kalnischkiesguard const-ification API changes
2014-11-08  David Kalnischkiesguard ABI changes for SourcePkg/Ver in pkgCache
2014-11-08  David Kalnischkiesmark internal interfaces as hidden
2014-11-08  David Kalnischkiesbetter non-virtual metaIndex.LocalFileName() implementation
2014-11-08  David Kalnischkiesuse a abi version check similar to the gcc check
2014-11-08  David Kalnischkiesreplace ignore-deprecated #pragma dance with _Pragma
2014-11-08  David Kalnischkies(error) va_list 'args' was opened but not closed by...
2014-11-08  David Kalnischkiesreenable patchsize limit option for pdiffs
2014-11-06  Michael VogtMerge remote-tracking branch 'mvo/feature/no-more-acqui...
2014-11-06  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-11-05  Michael VogtBump ABI to 4.15
2014-11-05  Michael Vogtprepare ABI for feature/socketpair
2014-11-05  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-11-05  Michael Vogtapt-pkg/deb/debindexfile.{cc,h}: kill GetIndexes()
2014-11-04  Michael Vogtapt-pkg/acquire-item.h: make friend declaration compati...
2014-11-04  Michael VogtCall "Dequeue()" for items in AbortTransaction() to...
2014-10-29  Michael VogtOnly support Translation-* that are listed in the ...
2014-10-26  David Kalnischkiesmove permission changing from -item to -worker
2014-10-26  David Kalnischkiesrewrite ReadMessages()
2014-10-24  David Kalnischkiespromote filesize to a hashstring
2014-10-23  Michael VogtFix incorrect comparison between signed/unsigned
2014-10-23  Michael VogtUse sysconf(_SC_ARG_MAX) to find the size of Dpkg:...
2014-10-22  David Kalnischkieschown finished partial files earlier
2014-10-21  David Kalnischkiescheck that auth.conf exists before chowning it
2014-10-21  Michael VogtEnsure /etc/apt/auth.conf has _apt:root owner
2014-10-20  David Kalnischkiestest if TMPDIR is accessible before using
2014-10-20  David Kalnischkiescheck for failure message in testsuccess/failure
2014-10-20  David Kalnischkiesuse c++ style instead of the last two c-arrays
2014-10-20  David Kalnischkiesaborted reverify restores file owner and permission
2014-10-20  David Kalnischkiesrun acquire transactions only once
2014-10-20  David Kalnischkiesmark --allow-insecure-repositories message as translateable
2014-10-15  David Kalnischkiesignore Acquire::GzipIndexes for cdrom sources
2014-10-15  David KalnischkiesMerge branch 'debian/sid' into debian/experimental
2014-10-15  David Kalnischkiesdon't cleanup cdrom files in apt-get update
2014-10-15  David Kalnischkiesset PR_SET_NO_NEW_PRIVS even if sandbox is disabled
2014-10-14  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-10-13  Michael VogtChange default of Acquire::AllowInsecureRepositories...
2014-10-13  David Kalnischkiesdo not load filesize in pkgAcqIndexTrans explicitly
2014-10-13  David Kalnischkiesfix compile and tests error
2014-10-13  Michael VogtFix backward compatiblity of the new pkgAcquireMethod...
2014-10-13  David Kalnischkiestrusted=yes sources are secure, we just don't know why
2014-10-13  David Kalnischkiesdo not inline virtual destructors with d-pointers
2014-10-13  David Kalnischkiesdisplay a warning for unsigned repos
2014-10-13  David Kalnischkiesmake --allow-insecure-repositories message an error
2014-10-10  David Kalnischkiesremove useless pdiff filename output
2014-10-08  Michael VogtOnly rename StatError files in AbortTransaction()
2014-10-08  Guillem JoverUpdate Status field values handling
2014-10-08  Michael VogtpkgAcqArchive::QueueNext(): change owner/permission...
2014-10-08  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-10-08  Michael VogtMerge remote-tracking branch 'mvo/feature/expected...
2014-10-08  Michael VogtMerge remote-tracking branch 'mvo/feature/acq-trans...
2014-10-08  Michael VogtMerge remote-tracking branch 'donkult/feature/acq-trans...
2014-10-07  David Kalnischkiesdo not show IP in output of testcases
2014-10-07  Michael VogtSend "Fail-Reason: MaximumSizeExceeded" from the method
2014-10-07  David Kalnischkiesset PR_SET_NO_NEW_PRIVS also if run as non-root
2014-10-07  David Kalnischkiesfix foldmarkers in fileutl.cc
2014-10-07  Michael VogtAdd new Acquire::MaxReleaseFileSize=10*1000*1000 option
2014-10-07  Michael VogtMerge branch 'feature/acq-trans' into feature/expected...
2014-10-07  Michael Vogtmake expected-size a maximum-size check as this is...
2014-10-07  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-10-07  Michael VogtUpperCase some functions for consistency
2014-10-07  Michael VogtIgnore EINVAL from prctl(PR_SET_NO_NEW_PRIVS)
2014-10-07  Michael VogtRename DropPrivs() to DropPrivileges()
2014-10-07  David Kalnischkiesdisplay errortext for all Err as well as Ign logs
2014-10-06  David Kalnischkiesuse _apt:root only for partial directories
2014-10-06  David Kalnischkiesensure partial dirs are 0700 and owned by _apt:root
2014-10-06  David Kalnischkiesfixup foldmarkers in acquire-item.cc
2014-10-06  Michael Vogtmake http size check work
2014-10-06  Michael Vogtfix warnings
2014-10-06  Michael Vogtrename StopAuthentication -> CheckStopAuthentication...
2014-10-06  joschimplement the updated build profile spec
2014-10-06  Michael Vogtrename AuthDone() -> CheckAuthDone()
2014-10-06  Michael Vogtcleanup pkgAcq*::Failed()
2014-10-06  Michael Vogtadd missing TransactionStageCopy() in pkgAcqDiffIndex...
2014-10-06  Michael VogtRework pkgAcqMeta{Index,Sig,ClearSig}::Done() for reada...
2014-10-06  Michael Vogtfix incorrect docstrings for AcqMetaBase::TransactionSt...
2014-10-06  Michael Vogtadd new "SetActiveSubprocess()
2014-10-02  Michael VogtBump library version to libapt-pkg4.14
2014-10-02  Michael Vogtreally do not download Release if InRelease does not...
2014-10-02  David Kalnischkiesimplement MarkAndSweep in cc instead of header
2014-10-02  David Kalnischkiesrename StringType VERSION to VERSIONNUMBER
2014-10-02  Michael Vogtcleanup around pkgAcqMetaSig and improved tests
2014-10-02  Michael Vogtadd a bunch of docstrings etc
2014-10-01  Michael Vogtfix crash
2014-10-01  Michael Vogtdonkults fixes
2014-10-01  Michael VogtCleanup pkgAcqIndex
2014-10-01  Michael Vogtrefactor and add pkgAcqIndex::ValidateFile()
2014-10-01  Michael Vogtfix leftover files from Acquire::GzipIndex
2014-10-01  Michael Vogthack around test-apt-update-unauth failure
2014-10-01  Michael Vogtupdate test/integration/test-releasefile-verification
2014-10-01  Michael VogtUse Acquire::Allow{InsecureRepositories,DowngradeToInse...
2014-10-01  Michael Vogtadd verify for the .diff/Index download and add FIXME...
2014-09-30  Michael VogtMerge remote-tracking branch 'donkult/debian/experiment...
next