Age | Commit message (Expand) | Author |
2014-11-05 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-11-04 | apt-pkg/acquire-item.h: make friend declaration compatible with older gcc | Michael Vogt |
2014-11-04 | Call "Dequeue()" for items in AbortTransaction() to fix race | Michael Vogt |
2014-10-26 | move permission changing from -item to -worker | David Kalnischkies |
2014-10-26 | rewrite ReadMessages() | David Kalnischkies |
2014-10-24 | promote filesize to a hashstring | David Kalnischkies |
2014-10-23 | Fix incorrect comparison between signed/unsigned | Michael Vogt |
2014-10-23 | Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytes | Michael Vogt |
2014-10-23 | chown finished partial files earlier | David Kalnischkies |
2014-10-22 | check that auth.conf exists before chowning it | David Kalnischkies |
2014-10-21 | Ensure /etc/apt/auth.conf has _apt:root owner | Michael Vogt |
2014-10-20 | test if TMPDIR is accessible before using | David Kalnischkies |
2014-10-20 | check for failure message in testsuccess/failure | David Kalnischkies |
2014-10-20 | use c++ style instead of the last two c-arrays | David Kalnischkies |
2014-10-20 | aborted reverify restores file owner and permission | David Kalnischkies |
2014-10-20 | run acquire transactions only once | David Kalnischkies |
2014-10-20 | mark --allow-insecure-repositories message as translateable | David Kalnischkies |
2014-10-15 | ignore Acquire::GzipIndexes for cdrom sources | David Kalnischkies |
2014-10-15 | Merge branch 'debian/sid' into debian/experimental | David Kalnischkies |
2014-10-15 | don't cleanup cdrom files in apt-get update | David Kalnischkies |
2014-10-15 | set PR_SET_NO_NEW_PRIVS even if sandbox is disabled | David Kalnischkies |
2014-10-14 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-10-13 | Change default of Acquire::AllowInsecureRepositories to "true" | Michael Vogt |
2014-10-13 | do not load filesize in pkgAcqIndexTrans explicitly | David Kalnischkies |
2014-10-13 | fix compile and tests error | David Kalnischkies |
2014-10-13 | Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie() | Michael Vogt |
2014-10-13 | trusted=yes sources are secure, we just don't know why | David Kalnischkies |
2014-10-13 | do not inline virtual destructors with d-pointers | David Kalnischkies |
2014-10-13 | display a warning for unsigned repos | David Kalnischkies |
2014-10-13 | make --allow-insecure-repositories message an error | David Kalnischkies |
2014-10-10 | remove useless pdiff filename output | David Kalnischkies |
2014-10-08 | Only rename StatError files in AbortTransaction() | Michael Vogt |
2014-10-08 | Update Status field values handling | Guillem Jover |
2014-10-08 | pkgAcqArchive::QueueNext(): change owner/permission of DestFile | Michael Vogt |
2014-10-08 | Merge remote-tracking branch 'mvo/feature/expected-size' into debian/experime... | Michael Vogt |
2014-10-08 | Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimental | Michael Vogt |
2014-10-08 | Merge remote-tracking branch 'donkult/feature/acq-trans' into feature/expecte... | Michael Vogt |
2014-10-07 | do not show IP in output of testcases | David Kalnischkies |
2014-10-07 | Send "Fail-Reason: MaximumSizeExceeded" from the method | Michael Vogt |
2014-10-07 | set PR_SET_NO_NEW_PRIVS also if run as non-root | David Kalnischkies |
2014-10-07 | fix foldmarkers in fileutl.cc | David Kalnischkies |
2014-10-07 | Add new Acquire::MaxReleaseFileSize=10*1000*1000 option | Michael Vogt |
2014-10-07 | Merge branch 'feature/acq-trans' into feature/expected-size | Michael Vogt |
2014-10-07 | make expected-size a maximum-size check as this is what we want at this point | Michael Vogt |
2014-10-07 | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-... | Michael Vogt |
2014-10-07 | UpperCase some functions for consistency | Michael Vogt |
2014-10-07 | Ignore EINVAL from prctl(PR_SET_NO_NEW_PRIVS) | Michael Vogt |
2014-10-07 | Rename DropPrivs() to DropPrivileges() | Michael Vogt |
2014-10-07 | display errortext for all Err as well as Ign logs | David Kalnischkies |
2014-10-07 | use _apt:root only for partial directories | David Kalnischkies |