summaryrefslogtreecommitdiff
path: root/src/statcmd.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-06libdpkg: Make the uname and gname file_stat members non-constGuillem Jover1-2/+2
2014-08-09dpkg-statoverride: Do not abort when user and group names are unknownGuillem Jover1-1/+13
2014-05-28libdpkg: Uppercase and expand atomic_file_flags enum valuesGuillem Jover1-2/+2
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-11-23libdpkg: New dpkg_locales_init()Guillem Jover1-4/+1
2013-10-14libdpkg: Rename and namespace option parsing and loading functionsGuillem Jover1-1/+1
2013-10-14libdpkg: Add dpkg-based program startup and shutdown functionsGuillem Jover1-4/+2
2013-10-14libdpkg: Refactor report output buffering setup into a new functionGuillem Jover1-2/+1
2013-04-04dpkg-statoverride: Refer to path instead of fileGuillem Jover1-5/+5
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-2/+2
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-5/+5
2012-03-31Rename file iterator variables to iterGuillem Jover1-8/+8
2012-03-31Rename iterfiles*() functions to files_db_iter_*()Guillem Jover1-6/+6
2012-03-14Rework common badusage strings to allow for possible translation reuseGuillem Jover1-1/+1
2012-02-01Move copyright information from --version output to file comment headersGuillem Jover1-4/+0
2012-01-02Use the new atomic file API instead of ad-hoc codeGuillem Jover1-24/+9
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-07-07Fix printforhelp string in dpkg-divert and dpkg-statoverrideGuillem Jover1-1/+1
2011-07-07Use new dpkg_set_progname and dpkg_get_progname instead of thisnameGuillem Jover1-3/+4
2011-07-07libdpkg: Do not require programs to define printforhelpGuillem Jover1-2/+3
2011-04-02Rename struct cmdinfo member arg_func to action and call it directlyGuillem Jover1-3/+1
2011-04-02Use new action_func typedef instead of ad-hoc function castsGuillem Jover1-2/+2
2011-04-02Make all command line action functions return intGuillem Jover1-2/+2
2011-03-14Make admindir file local everywhereGuillem Jover1-2/+2
2011-03-14Use dpkg_db_set_dir() instead of pkgadmindir_init()Guillem Jover1-2/+2
2011-03-14Use dpkg_db_get_path() instead of using m_asprintf() and admindirGuillem Jover1-1/+1
2011-02-11libdpkg: Rename cmdinfo arg membersGuillem Jover1-1/+1
2011-01-16Propagate --admindir to programs run from maintainer scriptsGuillem Jover1-1/+3
2011-01-16Use m_asprintf() instead of building the strings piece by pieceGuillem Jover1-24/+14
2011-01-16libdpkg: Rename varbufaddstr() to varbuf_add_str()Guillem Jover1-6/+6
2011-01-16libdpkg: Rename varbufaddc() to varbuf_add_char()Guillem Jover1-3/+3
2010-11-19libdpkg: Rename path_rtrim_slash_slashdot to path_trim_slash_slashdotGuillem Jover1-1/+1
2010-11-19Cleanup white spacesGuillem Jover1-1/+0
2010-11-19Use push_error_context() instead of ad-hoc codeGuillem Jover1-2/+1
2010-11-19Move action and obsolete related functionality to the myopt moduleGuillem Jover1-14/+0
2010-11-19Refactor file_stat codeGuillem Jover1-7/+7
2010-08-13Merge branch 'sid' (through tag '1.15.8.4')Guillem Jover1-2/+2
2010-08-13dpkg-statoverride: Fix typosGuillem Jover1-2/+2
2010-08-03Move glob module to libdpkgGuillem Jover1-1/+1
2010-06-02Refactor glob functions into its own moduleGuillem Jover1-28/+1
2010-03-21dpkg-statoverride: Fix bogus arguments in ACTION macrosGuillem Jover1-3/+3
2010-03-12Do an fsync on database directoriesGuillem Jover1-0/+3
2010-03-12Use License instead of Licence in stringsGuillem Jover1-1/+1
2010-03-06Do an fsync on files written to diskGuillem Jover1-0/+4
2010-02-25Remove --license and --licence options from toolsGuillem Jover1-7/+1
2010-02-19Mark several functions with DPKG_ATTR_NORETGuillem Jover1-2/+2
2010-01-28libdpkg: Rename varbuffree to varbuf_destroyGuillem Jover1-3/+3
2010-01-28Do not include unneeded <signal.h>Guillem Jover1-1/+0
2009-12-31Use stat instead of access to check for file existenceGuillem Jover1-1/+3
2009-12-31Remove unneeded static modifier from function variablesGuillem Jover1-1/+1