Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-14 | dpkg: untangle onerr_abort from too many errors condition | Guillem Jover | 4 | -6/+12 | |
Give the “too many errors” while processing packages or archives condition a different flag than the more serious onerr_abort condition from unrecoverable fatal errors. This is needed so that we can do a proper abort and stop dpkg completely in case of an actual fatal error, without affecting the normal loop processing error handling. | |||||
2008-10-17 | dpkg-query: stop needlessly using functionality from error.c | Guillem Jover | 4 | -12/+7 | |
The file was being pulled only because dpkg-query was using nerrs. | |||||
2008-09-14 | dpkg: Remove left over debug printf in --command-fd code | Guillem Jover | 1 | -1/+0 | |
2008-09-14 | libdpkg: Move loadcfgfile from standard_startup to its callers | Guillem Jover | 3 | -3/+4 | |
2008-09-14 | libdpkg: Move myopt from standard_startup to each program main | Guillem Jover | 4 | -3/+10 | |
2008-09-14 | libdpkg: Do not pass any argument to standard_shutdown | Guillem Jover | 3 | -3/+3 | |
2008-09-14 | libdpkg: Move stdlib.h inclusion to its direct includers | Guillem Jover | 4 | -0/+4 | |
2008-09-14 | libcompat: Add new compat.h header | Guillem Jover | 19 | -0/+19 | |
2008-09-14 | Move locale.h inclusion and locale setup to each program main | Guillem Jover | 3 | -0/+24 | |
2008-09-14 | libdpkg: Move gettext related definitions to a new dpkg-i18n.h | Guillem Jover | 18 | -0/+36 | |
2008-08-26 | Merge branch 'lenny' (through tag '1.14.21') | Guillem Jover | 3 | -9/+14 | |
Conflicts: ChangeLog configure.ac debian/changelog lib/fields.c man/ChangeLog man/dpkg-buildpackage.1 man/po/de.po man/po/dpkg-man.pot man/po/es.po man/po/fr.po man/po/hu.po man/po/ja.po man/po/pl.po man/po/pt_BR.po man/po/ru.po man/po/sv.po po/ChangeLog po/ja.po po/ko.po po/ro.po src/main.c | |||||
2008-08-18 | Remove wrong or redundant information from comment headers | Guillem Jover | 2 | -17/+0 | |
2008-08-16 | Close --status-fd file descriptors on exec | Guillem Jover | 1 | -0/+2 | |
This avoids those being inherited by the childs. Closes: #471488, #487684 | |||||
2008-08-15 | dpkg: Do not assert when configure or remove produced too many errors | Ian Jackson | 1 | -1/+2 | |
Closes: #483655 | |||||
2008-08-15 | Fix --no-act in triggers related code | Guillem Jover | 2 | -8/+12 | |
Closes: #495097 | |||||
2008-08-15 | Revert "Handle correctly packages in triggers-awaited state during recovery" | Guillem Jover | 1 | -15/+4 | |
This reverts commit 4c57b1459ee88b06947d6e1afc2a93a67d2c2ed9. | |||||
2008-08-04 | dpkg: Use blankpackageperfile instead of manually blanking the members | Guillem Jover | 2 | -17/+3 | |
2008-08-04 | Unify usage of FIXME in comments | Guillem Jover | 3 | -4/+4 | |
2008-08-04 | Assign directly to l_r instead of a temporary variable | Guillem Jover | 1 | -3/+2 | |
2008-07-26 | Move duplicate limiteddescription functions to src/pkg-show.c | Guillem Jover | 5 | -26/+52 | |
2008-07-22 | Move duplicate pkglistqsortcmp functions to src/pkg-list.c | Guillem Jover | 4 | -13/+40 | |
2008-07-22 | Move struct pkg_deconf_list declaration to archives.h | Guillem Jover | 2 | -6/+6 | |
2008-07-22 | Rename struct packageinlist to pkg_deconf_list | Guillem Jover | 4 | -7/+7 | |
2008-07-22 | Give a proper type and name to the xinfo member in packageinlist | Guillem Jover | 3 | -3/+3 | |
This struct is being used privately by the deconfiguring code, so we can give a proper type and name to the member. | |||||
2008-07-22 | Change some variables from struct packageinlist to pkginqueue | Guillem Jover | 3 | -5/+5 | |
Those are not using the xinfo member, which is the only difference between the types. | |||||
2008-07-22 | dpkg-query: Remove unused variable ignoredependss | Guillem Jover | 1 | -1/+0 | |
2008-07-10 | Use new min and max macros instead of hardcoded tests | Guillem Jover | 4 | -4/+7 | |
2008-07-10 | Do not leave new conffile as .dpkg-new when it has been diverted | Guillem Jover | 1 | -7/+16 | |
Also properly activate the file trigger for the diverted conffile. Based on a patch by Timothy G Abbott. Closes: #58735, #476899 | |||||
2008-07-10 | dpkg: Move trig_file_activate call from namenodetouse to its callers | Guillem Jover | 5 | -10/+25 | |
2008-07-05 | dpkg: Do not mark debug message for translation | Guillem Jover | 1 | -2/+1 | |
2008-07-04 | Handle correctly packages in triggers-awaited state during recovery | Raphael Hertzog | 1 | -4/+15 | |
* src/packages.c (process_queue): packages which are in triggers-awaited state without any corresponding triggers-pending can be configured and can thus satisfy dependencies of other packages. The core of the problem was that if dpkg is interrupted, you can have the following situation: Package: a Triggers-Awaited: b Package: b Status: ... installed This is as expected but I obviously hadn't properly tested the recovery, which is to do a no-op trigger processing step for b. The machinery in packages.c would be unimpressed by b's appearance in progress_bytrigproc. | |||||
2008-07-02 | Use NULL instead of 0 | Guillem Jover | 3 | -21/+23 | |
2008-07-02 | Remove wrong comment not matching the code | Guillem Jover | 1 | -1/+1 | |
2008-07-02 | Make tarfile_skip_one_forward static | Guillem Jover | 1 | -1/+1 | |
2008-07-01 | dpkg: Use the debug function instead of reimplementing its logic | Guillem Jover | 2 | -6/+19 | |
2008-07-01 | dpkg: Properly lstat the correct file when using --root on upgrades | Egmont Koblinger | 1 | -1/+10 | |
Closes: #281057 | |||||
2008-07-01 | dpkg: Do not allocate memory when lstat fails while upgrading | Guillem Jover | 1 | -5/+11 | |
2008-06-30 | Switch to use UTF-8 copyright symbol and add missing ones | Guillem Jover | 20 | -24/+24 | |
Some 'Copyright <year>' entries didn't have a copyright symbol. Add it and switch the rest from '(C)' to '©', but we don't do this on program output which for now should remain pure ascii. | |||||
2008-06-30 | libdpkg: Constify strings members for package db structs | Guillem Jover | 1 | -2/+4 | |
2008-06-28 | Move "skip a file forward" into its own function | Tollef Fog Heen | 1 | -14/+29 | |
2008-06-28 | libdpkg: Move skip_slash_dotslash from parsehelp.c to path.c | Guillem Jover | 1 | -0/+1 | |
And from dpkg-db.h dpkg-priv.h. | |||||
2008-06-28 | dpkg-query: Remove trailing newlines from badusage output | Guillem Jover | 1 | -2/+1 | |
2008-06-28 | Fix localized strings | Guillem Jover | 2 | -8/+7 | |
2008-06-19 | Add a few more comment around obscure bits of trigger handling code | Colin Watson | 1 | -0/+3 | |
2008-06-18 | Merge lenny branch (through the tag '1.14.20') | Raphael Hertzog | 1 | -0/+1 | |
Conflicts: ChangeLog configure.ac debian/changelog man/ChangeLog man/dpkg.1 man/po/de.po | |||||
2008-06-09 | dpkg-query: Use VARBUF_INIT to initialize path instead of vb | Guillem Jover | 1 | -2/+2 | |
Thinko introduced in eb483c17ebb9a47c8b99b4319e682ab685213090. | |||||
2008-06-04 | Close --status-fd file descriptors on exec | Guillem Jover | 1 | -0/+2 | |
This avoids those being inherited by the childs. Closes: #471488 | |||||
2008-06-04 | Replace realloc plus error checking usage with m_realloc | Guillem Jover | 1 | -1/+1 | |
2008-06-04 | Use new VARBUF_INIT macro instead of varbufinit to initialize variables | Guillem Jover | 8 | -28/+13 | |
2008-06-04 | dpkg: Fix memory leaks if archivefiles is called more than once | Guillem Jover | 1 | -3/+5 | |
Use varbufreset instead of varbufinit, as the variables are global. |