Age | Commit message (Expand) | Author |
2016-10-05 | VersionHash: Do not skip too long dependency lines | Julian Andres Klode |
2016-10-05 | Fix segfault and out-of-bounds read in Binary fields | Julian Andres Klode |
2016-10-05 | Ignore SIGINT and SIGQUIT for Pre-Install hooks | Julian Andres Klode |
2016-10-05 | pass --force-remove-essential to dpkg only if needed | David Kalnischkies |
2016-08-31 | reinstalling local deb file is no downgrade | David Kalnischkies |
2016-08-31 | write auto-bits before calling dpkg & again after if needed | David Kalnischkies |
2016-08-31 | Fix buffer overflow in debListParser::VersionHash() | Julian Andres Klode |
2016-06-22 | ensure filesize of deb is included in the hashes list | David Kalnischkies |
2016-06-01 | prevent C++ locale number formatting in text APIs | David Kalnischkies |
2016-04-03 | don't leak on error in listparser creation | David Kalnischkies |
2016-03-25 | drop confusing comma from no strong hash message | David Kalnischkies |
2016-03-14 | enforce verify of filesize in 'apt-get source' | David Kalnischkies |
2016-03-14 | streamline dpkgpm cleanup-handling | David Kalnischkies |
2016-03-07 | Fix several typos | Veres Lajos |
2016-03-06 | get group again after potential remap in Source: parse | David Kalnischkies |
2016-02-26 | Add missing numeric includes in files using std::accumulate() | Julian Andres Klode |
2016-01-27 | only warn about missing/invalid Date field for now | David Kalnischkies |
2016-01-26 | convert Version() and Architecture() to APT::StringView | David Kalnischkies |
2016-01-26 | remove unused Description methods in listparsers | David Kalnischkies |
2016-01-26 | parse version correctly from binary Source field | David Kalnischkies |
2016-01-25 | reimplement build-dep via apts normal resolver | David Kalnischkies |
2016-01-25 | treat an empty dependency field just like it doesn't exist | David Kalnischkies |
2016-01-25 | Use c++11 for loop in AptHistoryRequestingUser | Michael Vogt |
2016-01-25 | Store "Requested-By" user in history.log in a simpler format | Michael Vogt |
2016-01-25 | Log calling SUDO_USER or PKEXEC_UID in history.log | Michael Vogt |
2016-01-15 | use APT::StringView for GrabWord | David Kalnischkies |
2016-01-14 | fix M-A:foreign provides creation for unknown archs | David Kalnischkies |
2016-01-08 | debListParser: Convert another ParseDepends to StringView | Julian Andres Klode |
2016-01-08 | keep compressed indexes in a low-cost format | David Kalnischkies |
2016-01-08 | AvailableDescriptionLanguages: Use one string for all iterations | Julian Andres Klode |
2016-01-08 | Replace compare() == 0 checks with this == other checks | Julian Andres Klode |
2016-01-07 | Switch performance critical code to use APT::StringView | Julian Andres Klode |
2016-01-02 | support comments in debian/control parsing | David Kalnischkies |
2015-12-27 | allow repositories to forbid arch:all for specific index targets | David Kalnischkies |
2015-12-27 | ParseDepends: Mark branches for build-dep parsing as unlikely | Julian Andres Klode |
2015-12-27 | debListParser: Do not validate Description-md5 for correctness twice | Julian Andres Klode |
2015-12-27 | debListParser: ParseDepends: Only query native arch if needed | Julian Andres Klode |
2015-12-27 | Convert most callers of isspace() to isspace_ascii() | Julian Andres Klode |
2015-12-14 | show a more descriptive error for weak Release files | David Kalnischkies |
2015-12-11 | Convert package names from Packages files to lower case | Julian Andres Klode |
2015-12-07 | Avoid overflow when summing up file sizes | Julian Andres Klode |
2015-12-01 | require explicit paths to dsc/control as we do for deb files | David Kalnischkies |
2015-11-27 | add messages to our deprecation warnings in libapt | David Kalnischkies |
2015-11-21 | review of new/changed translatable program strings | Justin B Rye |
2015-11-05 | apply various suggestions made by cppcheck | David Kalnischkies |
2015-11-05 | do not use read() returned value unconditionally | David Kalnischkies |
2015-11-04 | wrap every unlink call to check for != /dev/null | David Kalnischkies |
2015-11-04 | ignore newlines in dpkg-deb control output for installing debs | David Kalnischkies |
2015-11-04 | support arch:all data e.g. in separate Packages file | David Kalnischkies |
2015-11-04 | sanify API to get 'the' candidate version | David Kalnischkies |