Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-16 | stop displaying time of build in online help | Jérémy Bobbio | |
As part of the “reproducible builds” effort [1], we have noticed that apt could not be built reproducibly. One issue is that it uses the __DATE__ and __TIME__ macros of the C preprocessor to display the time of build in the online help. We believe this information not to be really useful to users as they can always look at the package data and metadata to figure it out. The attached patch simply removes this information. All non-documentation packages can then be built reproducibly with our current experimental framework. [David: changed the string slightly to be untranslateable as well] Closes: 774342 | |||
2014-11-09 | streamline display of --help in all tools | David Kalnischkies | |
By convention, if I run a tool with --help or --version I expect it to exit successfully with the usage, while if I do call it wrong (like without any parameters) I expect the usage message shown with a non-zero exit. | |||
2014-10-07 | Rename DropPrivs() to DropPrivileges() | Michael Vogt | |
Git-Dch: ignore | |||
2014-09-27 | mark pkg(All|Dist)Upgrade as deprecated | David Kalnischkies | |
The comment above their definition marks them already as such, so this is only a formalisation of the deprecation and fixes the occurances we have in our own code together with removing a magic number. Git-Dch: Ignore | |||
2014-06-18 | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: apt-private/private-install.cc | |||
2014-06-18 | show our broken packages message in 'apt' solver | David Kalnischkies | |
2014-06-11 | DropPrivs in the solvers (just to be on the safe side) | Michael Vogt | |
2014-05-30 | print error stack on failure of 'apt' solver | David Kalnischkies | |
Git-Dch: ignore | |||
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | |
Reported-By: gcc -Wunused-parameter Git-Dch: Ignore | |||
2014-03-13 | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations | |||
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt | |
2013-10-05 | * move upgrade releated code into upgrade.{cc,h} | Michael Vogt | |
The upgrade releated code is moved into upgrade.{cc,h} and all pkg*Upgrade* prototypes are included in algorihms.h to avoid breaking API (unless build with APT_9_CLEANER_HEADERS). | |||
2012-06-27 | fix two simple spelling issues found by Christian Perrier, | David Kalnischkies | |
updating all po's, but as it is a simple transformation no re-call and instead deal with them on merge | |||
2012-05-05 | ensure that apti18n.h is included last as advertised (Closes: #671623) | David Kalnischkies | |
2012-03-22 | the previously used VERSION didn't work everywhere so we are switching | David Kalnischkies | |
to the more standard PACKAGE_VERSION and make it work in every file | |||
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | |
2011-05-17 | rename option APT::Solver::Name to simply APT::Solver | David Kalnischkies | |
2011-05-07 | implement correct error reporting | David Kalnischkies | |
2011-05-03 | work on requests with the correct upgrade/dist-upgrade/else resolver | David Kalnischkies | |
2011-05-02 | implement optional Progress report in EDSP | David Kalnischkies | |
2011-04-25 | add scenario command to output a complete or limited scenario | David Kalnischkies | |
2011-04-19 | set hint flags for the problem resolver according to request | David Kalnischkies | |
2011-04-01 | add a small wrapper to use the internal apt solver as an external one | David Kalnischkies | |