summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-11-07dpkg: Call standard_shutdown after invoking the post hooksGuillem Jover1-2/+2
2009-11-07Use find with -L instead of deprecated -followGuillem Jover1-2/+2
2009-11-07dpkg: Do not bogusly ignore find exit code 1Guillem Jover1-1/+1
2009-11-07Use subproc_wait instead of directly calling waitpidGuillem Jover2-22/+6
2009-11-07Rename process description function arguments to descGuillem Jover2-13/+13
2009-11-07libdpkg: Rename and namespace subproc related functionsGuillem Jover3-7/+7
2009-10-26dpkg: Add JavaDoc comments for promptconfaction()Sean Finney1-2/+23
2009-10-26dpkg: Pass a pkginfo structure to promptconfaction()Sean Finney1-3/+4
2009-10-26Document some of the code with JavaDocGuillem Jover1-7/+30
2009-10-26Sort order of header includesGuillem Jover21-165/+162
2009-10-26Remove unused <fnmatch.h> includeGuillem Jover3-3/+0
2009-10-16dpkg: Remove unused variable current in pkg_files_add_file()Guillem Jover1-1/+1
2009-10-14dpkg: Remove unused head variable in getselections()Guillem Jover1-3/+1
2009-10-14dpkg-statoverride: Fallback to printing #<id> if db lookup failsGuillem Jover1-6/+10
2009-10-14dpkg-statoverride: Fix typo inverting the override exists checkGuillem Jover1-1/+1
2009-10-14dpkg-statoverride: Add missing values for option flagsGuillem Jover1-3/+3
2009-10-14dpkg-statoverride: Add missing newline in --version outputGuillem Jover1-1/+1
2009-10-14Use named intializers in structuresGuillem Jover3-10/+14
2009-10-14Do not use C++ style comments in C codeGuillem Jover1-1/+1
2009-10-14dpkg: Refactor file addition into package files to a new functionDavid Benjamin1-27/+50
2009-10-14dpkg: Split off emptying a package's file infoDavid Benjamin1-13/+34
2009-10-05libdpkg: Move copyfileperms to non-static file_copy_permsSean Finney1-26/+2
2009-10-05libdpkg: Change order and rename path_quote_filename argumentsGuillem Jover1-2/+2
2009-10-05libdpkg: Move quote_filename to the path module as path_quote_filenameSean Finney1-60/+5
2009-10-04libdpkg: Move pkg_sorter code to a new pkg moduleGuillem Jover1-5/+0
2009-10-04libdpkg: Rename pkglistqsortcmp to pkg_sorter_by_nameGuillem Jover3-4/+4
2009-10-04dpkg-statoverride: Add missing angle brackets in stringGuillem Jover1-1/+1
2009-09-30dpkg: Use stat size to varbuf_grow the buffer for readlinkGuillem Jover2-34/+27
2009-09-30libdpkg: Use varbuf_grow instead of increasing member usedGuillem Jover1-1/+2
2009-09-30dpkg-statoverride: Rewrite in CGuillem Jover3-1/+453
2009-09-30statdb: Do stricter parsing validationGuillem Jover1-7/+13
2009-09-30dpkg: Reduce variable scope in checkpathGuillem Jover1-3/+5
2009-09-30dpkg: Use size_t instead of long for path_len in checkpath()Guillem Jover1-2/+2
2009-09-30dpkg: Use more meaningful and clearer variable names in checkpath()Guillem Jover1-21/+26
2009-09-30Switch to use stdbool were appropriateGuillem Jover8-107/+164
2009-09-30dpkg-query: Do not use C99 style for-loop variable declarationsGuillem Jover1-1/+3
2009-09-30Remove helponly and versiononly functionsGuillem Jover3-18/+30
2009-09-30dpkg-trigger: Move functions and variables aroundGuillem Jover1-24/+25
2009-09-30dpkg-trigger: On --help print the default admindirGuillem Jover1-1/+1
2009-09-30Remove unused variablesGuillem Jover2-3/+0
2009-09-25Do not print redundant dpkg prefix and new line on undefined PATHGuillem Jover1-1/+2
2009-09-25Use warning() instead of fprintf() in checkpath()Guillem Jover1-1/+1
2009-09-25Clean up coding style for half compliant filesGuillem Jover1-219/+257
2009-09-24libdpkg: Do not allocate memory for buffer md5 hash resultGuillem Jover1-11/+12
2009-09-20Split deferred_configure conffile handling into its own functionGuillem Jover1-139/+148
2009-09-19Fix small leak when parsing ‘--ignore-depends’ option valuesGuillem Jover1-0/+2
2009-09-19dpkg-query: Remove unused f_ and fc_ variablesGuillem Jover1-7/+0
2009-09-15Move LISTFILE macro from libdpkg to dpkgGuillem Jover1-0/+2
2009-09-15Switch ad-hoc code to use struct pkg_list data typeGuillem Jover5-26/+21
2009-09-15Move pkg-array to libdpkgGuillem Jover5-120/+2