Age | Commit message (Expand) | Author |
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 |
2015-08-11 | ExecFork: Use /proc/self/fd to determine which files to close | Julian Andres Klode |
2015-08-10 | change to libapt-pkg abi 5.0 with versioned symbols | David Kalnischkies |
2015-08-10 | elimate duplicated code in pkgIndexFile subclasses | David Kalnischkies |
2015-08-10 | remove the compatibility markers for 4.13 abi | David Kalnischkies |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies |
2015-08-10 | implement reverse_iterators for cachesets | David Kalnischkies |
2015-08-10 | implement Signed-By option for sources.list | David Kalnischkies |
2015-08-10 | fix memory leaks reported by -fsanitize | David Kalnischkies |
2015-08-10 | some CXXFLAGS housekeeping | David Kalnischkies |
2015-08-10 | make all d-pointer * const pointers | David Kalnischkies |
2015-08-10 | apply various style suggestions by cppcheck | David Kalnischkies |
2015-06-11 | show URI.Path in all acquire item descriptions | David Kalnischkies |
2015-06-09 | configureable acquire targets to download additional files | David Kalnischkies |
2015-06-09 | support hashes for compressed pdiff files | David Kalnischkies |
2015-06-09 | rework hashsum verification in the acquire system | David Kalnischkies |
2015-05-22 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2015-05-22 | Merge remote-tracking branch 'upstream/debian/jessie' into debian/sid | Michael Vogt |
2015-05-12 | implement VerifyFile as all-hashes check | David Kalnischkies |
2015-05-11 | fix macro definition for very old GCC < 3 | David Kalnischkies |
2015-04-28 | Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscalls | Michael Vogt |
2015-04-19 | Merge branch 'debian/jessie' into debian/experimental | David Kalnischkies |
2015-04-19 | ensure lists/ files have correct permissions after apt-cdrom add | David Kalnischkies |
2015-04-19 | calculate only expected hashes in methods | David Kalnischkies |
2015-04-19 | if we can, use gccs __builtin_swap methods | David Kalnischkies |
2015-04-10 | reimplement the last uses of sprintf | David Kalnischkies |
2015-04-07 | demote VectorizeString gcc attribute from const to pure | David Kalnischkies |