summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-05-12Mark and coalesce similar strings for translationGuillem Jover1-6/+7
2008-05-12Refactor subprocess signal setupGuillem Jover1-34/+2
2008-05-11Activate triggers when a file is removed in a shared directoryRaphael Hertzog1-3/+5
2008-04-12Fix a double-free by setting scontext to NULL after calling freeconGuillem Jover1-0/+1
2008-04-10Fix another typoSven Joachim1-1/+1
2008-04-01Fix typos (processesing -> processing)Guillem Jover1-2/+2
2008-03-31Add dpkg-trigger to .gitignoreGuillem Jover1-0/+1
2008-03-30Implement triggers supportIan Jackson16-27/+910
2008-03-30Refactor returning code in deppossi_ok_foundIan Jackson1-8/+13
2008-03-30Improve depisok error message when the package involved is installedIan Jackson1-2/+3
2008-03-30Cleanup on maintainer script failuresIan Jackson1-2/+15
2008-03-30Refactor postinst maintainer script handlingGuillem Jover4-45/+80
2008-03-30Refactor post postinst script tasks into a new functionGuillem Jover4-10/+14
2008-03-30Fix typosGuillem Jover1-1/+1
2008-03-30Improve Breaks status messageIan Jackson1-1/+1
2008-03-25Improve log and status-fd outputIan Jackson5-1/+5
2008-03-25Refactor status-fd duplicate output code into a new functionGuillem Jover2-34/+2
2008-03-25Refactor package queue handling into generic queue functionsGuillem Jover2-22/+54
2008-03-25Move duplicate ensure_package_clientdata functions to src/filesdb.cGuillem Jover5-17/+13
2008-03-25libdpkg: Remove unused argument from unlockdatabaseGuillem Jover1-1/+1
2008-03-22Sort entries in enum pkgstatusIan Jackson4-7/+7
2008-03-22Few file descriptor cleanup and error handling fixesIan Jackson2-4/+6
2008-03-20Move duplicate pkgadminfile functions to lib/dbmodify.cIan Jackson3-25/+0
2008-03-20Move duplicate cleanup close functions to lib/cleanup.cGuillem Jover3-40/+0
2008-03-11Move command line common option utilities to lib/myopt-util.cGuillem Jover2-22/+12
2008-03-11Refactor fgets checking code into fgets_must and fgets_checked functionsIan Jackson1-22/+3
2008-03-06Fix small memory leaksSean Finney1-0/+1
2008-02-04Use functions from libcompat when those are not provided by the systemGuillem Jover1-2/+6
2008-01-21Use m_malloc instead of mallocGuillem Jover2-12/+4
2008-01-21Replace strdup plus error checking usage with a new m_strdup functionGuillem Jover3-12/+11
2008-01-21Fix incorrect sizeof in a memset callIan Jackson1-1/+1
2008-01-21Use external gettext intl libraryGuillem Jover1-1/+1
2008-01-18Additionally check if errno is EEXIST after rmdir(2)Guillem Jover2-3/+3
2008-01-16Use NULL instead of 0Guillem Jover12-190/+220
2008-01-07Use arglist instead of narglistGuillem Jover1-13/+12
2008-01-07Fix signed vs unsigned value comparisonsGuillem Jover2-3/+3
2008-01-02Add a 'struct stat' forward declaration to fix a compilation warningGuillem Jover1-0/+2
2008-01-01Do not use strdup for execvp argumentsGuillem Jover1-8/+11
2007-11-29Move extern declarations to header files and stop defining them as externGuillem Jover3-6/+0
2007-11-29Define several private functions and variables as staticGuillem Jover1-4/+4
2007-09-18Remove duplicate nested conditional and move its cotents to the outer oneGuillem Jover1-11/+8
2007-09-15Fix failed install followed by failed remove resulting in installed stateBrian M. Carlson2-2/+7
2007-08-14Do not compose strings from translated substrings.Guillem Jover2-20/+26
2007-08-14Mark strings for translation.Guillem Jover1-3/+4
2007-08-11Do not treat two symlinks to the same directory as a file conflict.Ian Jackson1-0/+43
2007-08-10Add *.o to .gitignore.Guillem Jover1-0/+1
2007-08-08Do not print empty lines after 'Setting up ...' output.Guillem Jover1-8/+6
2007-08-08Use NULL instead of '(char *)0'.Guillem Jover5-27/+27
2007-08-08Fix Breaks commit.Guillem Jover4-42/+49
2007-08-07Fix pattern matching in dpkg-query -l and -W.Guillem Jover1-30/+52