Age | Commit message (Expand) | Author |
2015-12-22 | shuffle compressor-specific code into private subclasses | David Kalnischkies |
2015-12-19 | Do not try to read in FileFd::Read() if Size is 0 | Julian Andres Klode |
2015-12-19 | Do nothing in FileFd::Write() if Size is 0 | Julian Andres Klode |
2015-12-19 | CopyFile: avoid failing on EOF on some systems | Pino Toscano |
2015-12-19 | CopyFile: fix BufSize to a sane value | Pino Toscano |
2015-12-13 | fix typos and docs in GlobalError documentation | David Kalnischkies |
2015-12-11 | mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCE | Julian Andres Klode |
2015-11-29 | doc: VerifyFile checks all hashes instead of best only | David Kalnischkies |
2015-11-28 | Revert "Revert "appease adequate with some weak symbols for -private"" | Julian Andres Klode |
2015-11-28 | Revert "appease adequate with some weak symbols for -private" | Julian Andres Klode |
2015-11-28 | disable privilege-drop verification by default as fakeroot trips over it | David Kalnischkies |
2015-11-28 | show the group we failed to drop via setgroups | David Kalnischkies |
2015-11-27 | add messages to our deprecation warnings in libapt | David Kalnischkies |
2015-11-27 | appease adequate with some weak symbols for -private | David Kalnischkies |
2015-11-21 | review of new/changed translatable program strings | Justin B Rye |
2015-11-20 | do not segfault in cache generation on mmap failure | David Kalnischkies |
2015-11-19 | support setting empty values (sanely) & removing support for | David Kalnischkies |
2015-11-19 | do not use _apt for file/copy sources if it isn't world-accessible | David Kalnischkies |
2015-11-05 | encode UTF-8 characters correctly in QuoteString | David Kalnischkies |
2015-11-04 | wrap every unlink call to check for != /dev/null | David Kalnischkies |
2015-11-04 | ensure FileFd doesn't try to open /dev/null as atomic and co | David Kalnischkies |
2015-11-04 | move apts cmdline helper type into -private | David Kalnischkies |
2015-11-04 | new quiet level -qq for apt to hide progress output | David Kalnischkies |
2015-11-04 | deduplicate main methods | David Kalnischkies |
2015-11-04 | split up help messages for simpler reuse | David Kalnischkies |
2015-11-04 | add binary-specific options via Binary scope | David Kalnischkies |
2015-10-30 | srvrec: Do not expose C++11 tuple use in header | Julian Andres Klode |
2015-10-30 | GetSrvRecords: Make thread-safe | Julian Andres Klode |
2015-09-14 | srv test: do 100 pulls twice and compare list | David Kalnischkies |
2015-09-14 | avoid using global PendingError to avoid failing too often too soon | David Kalnischkies |
2015-09-14 | copy ReadWrite-error to the bottom to make clang happy | David Kalnischkies |
2015-09-14 | implement CopyFile without using FileFd::Size() | David Kalnischkies |
2015-09-02 | avoid triggering the c++11 erase api change on travis | David Kalnischkies |
2015-09-01 | use clock() as source for SRV randomness | David Kalnischkies |
2015-09-01 | use unusable-for-security hashes for integrity checks | David Kalnischkies |
2015-09-01 | Consider md5sum no longer a usable hash | Michael Vogt |
2015-09-01 | improve CheckDropPrivsMustBeDisabled further | David Kalnischkies |
2015-08-31 | ignore for _apt inaccessible TMPDIR in pkgAcqChangelog | David Kalnischkies |
2015-08-27 | Always close compressed files in FileFd | Julian Andres Klode |
2015-08-20 | Add basic (non weight adjusted) shuffling for SrvRecords selection | Michael Vogt |
2015-08-18 | apt-pkg/contrib/srvrec.cc: res_query() should not generate a _error->Warning() | Michael Vogt |
2015-08-18 | cleanup | Michael Vogt |
2015-08-18 | Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-... | Michael Vogt |
2015-08-18 | Merge branch 'debian/experimental' into feature/srv-records | Michael Vogt |
2015-08-14 | Also add 'in combination with the other options.' to another error | Julian Andres Klode |
2015-08-14 | Say "in combination with the other options" if an option is not understood | Julian Andres Klode |
2015-08-13 | Use setresuid() and setresgid() where available | Julian Andres Klode |
2015-08-13 | Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]> | Julian Andres Klode |
2015-08-13 | Mark SPtr as deprecated, and convert users to std::unique_ptr | Julian Andres Klode |
2015-08-11 | Annotate more methods with APT_OVERRIDE | Julian Andres Klode |