summaryrefslogtreecommitdiff
path: root/src/packages.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-04-02Make all command line action functions return intGuillem Jover1-1/+3
2011-03-14Do not pass admindir to database initialization functionsGuillem Jover1-2/+1
2011-03-14libdpkg: Rename modstatdb_init() to modstatdb_open()Guillem Jover1-1/+1
2011-03-14Do not read the available file unnecessarilyGuillem Jover1-3/+3
2011-03-14Switch the logic from msdbrw_noavail to msdbrw_availableGuillem Jover1-3/+3
2011-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-2/+2
2011-02-11libdpkg: Rename cmdinfo arg membersGuillem Jover1-8/+8
2011-01-16libdpkg: Rename varbufprintf() to varbuf_printf()Guillem Jover1-37/+34
2011-01-16libdpkg: Rename varbufaddstr() to varbuf_add_str()Guillem Jover1-6/+6
2011-01-16libdpkg: Rename varbufaddc() to varbuf_add_char()Guillem Jover1-2/+2
2011-01-16libdpkg: Rename varbufreset() to varbuf_reset()Guillem Jover1-1/+1
2010-11-19Use new enum for dependency found statusGuillem Jover1-30/+40
2010-11-19Use new enum for dependency check result valuesGuillem Jover1-20/+27
2010-11-19Cleanup white spacesGuillem Jover1-5/+5
2010-11-19Cleanup and improve source code commentsGuillem Jover1-22/+30
2010-11-19libdpkg: Namespace package database functions with pkg_db_ prefixGuillem Jover1-4/+4
2010-11-19libdpkg: Use push_error_context_jump() instead of push_error_handler()Guillem Jover1-1/+2
2010-11-19libdpkg: Rename error_unwind() to pop_error_context()Guillem Jover1-2/+3
2010-11-19Move error context display handler reset to error_unwind()Guillem Jover1-1/+1
2010-07-16Switch variables from int to bool where appropriateGuillem Jover1-7/+9
2010-06-27Use consistent naming for linked lists membersGuillem Jover1-2/+2
2010-06-27libdpkg: Remove 'valid' member from struct pkginfoperfileGuillem Jover1-13/+12
2010-04-14dpkg: Factor out extension into its own variable in enqueue_specified()Guillem Jover1-3/+3
2010-04-14dpkg: Factor out package-listing functions from packages()Jonathan Nieder1-48/+64
2010-02-25dpkg: Switch code to use “struct pkg_queue” instead of “struct pkgqueue”Guillem Jover1-39/+6
2010-01-28libdpkg: Rename varbuffree to varbuf_destroyGuillem Jover1-2/+2
2009-11-08Unify text in license headersGuillem Jover1-5/+5
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-10-26Sort order of header includesGuillem Jover1-9/+8
2009-09-15Switch ad-hoc code to use struct pkg_list data typeGuillem Jover1-8/+8
2009-09-06Use m_output instead of fflush, ferror and werrGuillem Jover1-2/+2
2009-08-16Set action_todo as volatile to avoid possible clobbering on longjmpGuillem Jover1-1/+1
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-3/+3
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2008-12-09Improve internerr output messages and print the invalid valueGuillem Jover1-5/+6
2008-11-18Merge branch 'lenny' (through tag '1.14.23')Guillem Jover1-1/+4
2008-11-14dpkg: untangle onerr_abort from too many errors conditionGuillem Jover1-1/+4
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+1
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-08-26Merge branch 'lenny' (through tag '1.14.21')Guillem Jover1-1/+2
2008-08-15dpkg: Do not assert when configure or remove produced too many errorsIan Jackson1-1/+2
2008-08-15Revert "Handle correctly packages in triggers-awaited state during recovery"Guillem Jover1-15/+4
2008-07-04Handle correctly packages in triggers-awaited state during recoveryRaphael Hertzog1-4/+15
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-1/+1
2008-06-04Use new VARBUF_INIT macro instead of varbufinit to initialize variablesGuillem Jover1-4/+2
2008-03-30Implement triggers supportIan Jackson1-11/+111
2008-03-30Refactor returning code in deppossi_ok_foundIan Jackson1-8/+13
2008-03-30Fix typosGuillem Jover1-1/+1
2008-03-25Improve log and status-fd outputIan Jackson1-0/+1