Age | Commit message (Expand) | Author |
2013-07-27 | run "doxygen -u" to update doxygen config | David Kalnischkies |
2013-07-27 | update the symbol files to reflect current state | David Kalnischkies |
2013-07-26 | exclude config.{sub,guess} from source package | David Kalnischkies |
2013-07-26 | fix another missing va_end() | Michael Vogt |
2013-07-26 | fix missing va_end() | Michael Vogt |
2013-07-26 | fix some coverity chroot() releated warnings | Michael Vogt |
2013-07-26 | reenable automatic parallel build of APT | David Kalnischkies |
2013-07-26 | implement debian/rules build-{arch,indep} as required by policy 3.9.4 | David Kalnischkies |
2013-07-26 | correct management-typo in description found by lintian | David Kalnischkies |
2013-07-26 | add missing Turkish (tr) to po/LINGUAS | David Kalnischkies |
2013-07-26 | add missing test make | Michael Vogt |
2013-07-26 | remove ALL_LINGUAS as it is overruled by po/LINGUAS | David Kalnischkies |
2013-07-26 | make autoconf happy by "mv configure.{in,ac}" | David Kalnischkies |
2013-07-26 | ensure that FileFd::Size returns 0 in error cases | David Kalnischkies |
2013-07-26 | proper cleanup varargs in _error (uncovered by Coverity) | David Kalnischkies |
2013-07-26 | use FileFd::Write instead of fwrite for errors | David Kalnischkies |
2013-07-26 | add missing "make test" for travis | Michael Vogt |
2013-07-26 | update changelog for upload0.9.9.4 | Michael Vogt |
2013-07-26 | request absolute URIs from proxies again (0.9.9.3 regession) | David Kalnischkies |
2013-07-26 | build tree first | Michael Vogt |
2013-07-26 | make setup in travis.yml a bit more verbose | Michael Vogt |
2013-07-25 | pick up Translation-* even if only compressed available | David Kalnischkies |
2013-07-25 | fix travis.yml | Michael Vogt |
2013-07-25 | add missing "free(buffer) for allocated buffer | Michael Vogt |
2013-07-25 | fix potential GetLock() fd leak | Michael Vogt |
2013-07-25 | delete targets data | Michael Vogt |
2013-07-25 | fix resource leak when verification fails | Michael Vogt |
2013-07-25 | apt-pkg/indexcopy.cc: check for pending errors before calling fdopen() | Michael Vogt |
2013-07-25 | call fdopen() after FileFd was checked | Michael Vogt |
2013-07-25 | add .travis.yml | Michael Vogt |
2013-07-25 | fix resource leak (thanks coverity) | Michael Vogt |
2013-07-25 | rework the code in cdromutl.cc to make coverity (more) happy | Michael Vogt |
2013-07-25 | fix off-by-one error in HttpMethod::​AutoDetectProxy() | Michael Vogt |
2013-07-25 | fix off-by-one error and do not use magic constant of 100 when checking Stack... | Michael Vogt |
2013-07-25 | always "delete d" in FileFd::~FileFd to coverity happy | Michael Vogt |
2013-07-25 | skip all Description fields in apt-cache, not just first (Closes: 717254)0.9.9.3 | Michael Vogt |
2013-07-25 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt |
2013-07-24 | Merge remote-tracking branch 'upstream/debian/sid' | Michael Vogt |
2013-07-23 | debian/apt.postinst: | Michael Vogt |
2013-07-23 | debian/apt.auto-removal.sh: | Michael Vogt |
2013-07-23 | remove double list include | Michael Vogt |
2013-07-18 | fix 'apt-cache search' crash with missing description | David Kalnischkies |
2013-07-18 | skip all Description fields in apt-cache, not just first | David Kalnischkies |
2013-07-17 | Merge remote-tracking branch 'geissert/proxy-keep-alive' into debian/sid | Michael Vogt |
2013-07-17 | fix if-clause to generate hook-info for 'rc' packages (Closes: 717006)0.9.9.2 | Michael Vogt |
2013-07-17 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt |
2013-07-16 | fix if-clause to generate hook-info for 'rc' packages | David Kalnischkies |
2013-07-16 | Vietnamese updated by Tran Ngoc Quan. Closes: #717016 | Christian PERRIER |
2013-07-14 | Do not send a connection: keep-alive, at all | Raphael Geissert |
2013-07-11 | Add DPkgPM::Progress for terminal install progress | Michael Vogt |