index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-12
Mark and coalesce similar strings for translation
Guillem Jover
1
-6
/
+7
2008-05-12
Refactor subprocess signal setup
Guillem Jover
1
-34
/
+2
2008-05-11
Activate triggers when a file is removed in a shared directory
Raphael Hertzog
1
-3
/
+5
2008-04-12
Fix a double-free by setting scontext to NULL after calling freecon
Guillem Jover
1
-0
/
+1
2008-04-10
Fix another typo
Sven Joachim
1
-1
/
+1
2008-04-01
Fix typos (processesing -> processing)
Guillem Jover
1
-2
/
+2
2008-03-31
Add dpkg-trigger to .gitignore
Guillem Jover
1
-0
/
+1
2008-03-30
Implement triggers support
Ian Jackson
16
-27
/
+910
2008-03-30
Refactor returning code in deppossi_ok_found
Ian Jackson
1
-8
/
+13
2008-03-30
Improve depisok error message when the package involved is installed
Ian Jackson
1
-2
/
+3
2008-03-30
Cleanup on maintainer script failures
Ian Jackson
1
-2
/
+15
2008-03-30
Refactor postinst maintainer script handling
Guillem Jover
4
-45
/
+80
2008-03-30
Refactor post postinst script tasks into a new function
Guillem Jover
4
-10
/
+14
2008-03-30
Fix typos
Guillem Jover
1
-1
/
+1
2008-03-30
Improve Breaks status message
Ian Jackson
1
-1
/
+1
2008-03-25
Improve log and status-fd output
Ian Jackson
5
-1
/
+5
2008-03-25
Refactor status-fd duplicate output code into a new function
Guillem Jover
2
-34
/
+2
2008-03-25
Refactor package queue handling into generic queue functions
Guillem Jover
2
-22
/
+54
2008-03-25
Move duplicate ensure_package_clientdata functions to src/filesdb.c
Guillem Jover
5
-17
/
+13
2008-03-25
libdpkg: Remove unused argument from unlockdatabase
Guillem Jover
1
-1
/
+1
2008-03-22
Sort entries in enum pkgstatus
Ian Jackson
4
-7
/
+7
2008-03-22
Few file descriptor cleanup and error handling fixes
Ian Jackson
2
-4
/
+6
2008-03-20
Move duplicate pkgadminfile functions to lib/dbmodify.c
Ian Jackson
3
-25
/
+0
2008-03-20
Move duplicate cleanup close functions to lib/cleanup.c
Guillem Jover
3
-40
/
+0
2008-03-11
Move command line common option utilities to lib/myopt-util.c
Guillem Jover
2
-22
/
+12
2008-03-11
Refactor fgets checking code into fgets_must and fgets_checked functions
Ian Jackson
1
-22
/
+3
2008-03-06
Fix small memory leaks
Sean Finney
1
-0
/
+1
2008-02-04
Use functions from libcompat when those are not provided by the system
Guillem Jover
1
-2
/
+6
2008-01-21
Use m_malloc instead of malloc
Guillem Jover
2
-12
/
+4
2008-01-21
Replace strdup plus error checking usage with a new m_strdup function
Guillem Jover
3
-12
/
+11
2008-01-21
Fix incorrect sizeof in a memset call
Ian Jackson
1
-1
/
+1
2008-01-21
Use external gettext intl library
Guillem Jover
1
-1
/
+1
2008-01-18
Additionally check if errno is EEXIST after rmdir(2)
Guillem Jover
2
-3
/
+3
2008-01-16
Use NULL instead of 0
Guillem Jover
12
-190
/
+220
2008-01-07
Use arglist instead of narglist
Guillem Jover
1
-13
/
+12
2008-01-07
Fix signed vs unsigned value comparisons
Guillem Jover
2
-3
/
+3
2008-01-02
Add a 'struct stat' forward declaration to fix a compilation warning
Guillem Jover
1
-0
/
+2
2008-01-01
Do not use strdup for execvp arguments
Guillem Jover
1
-8
/
+11
2007-11-29
Move extern declarations to header files and stop defining them as extern
Guillem Jover
3
-6
/
+0
2007-11-29
Define several private functions and variables as static
Guillem Jover
1
-4
/
+4
2007-09-18
Remove duplicate nested conditional and move its cotents to the outer one
Guillem Jover
1
-11
/
+8
2007-09-15
Fix failed install followed by failed remove resulting in installed state
Brian M. Carlson
2
-2
/
+7
2007-08-14
Do not compose strings from translated substrings.
Guillem Jover
2
-20
/
+26
2007-08-14
Mark strings for translation.
Guillem Jover
1
-3
/
+4
2007-08-11
Do not treat two symlinks to the same directory as a file conflict.
Ian Jackson
1
-0
/
+43
2007-08-10
Add *.o to .gitignore.
Guillem Jover
1
-0
/
+1
2007-08-08
Do not print empty lines after 'Setting up ...' output.
Guillem Jover
1
-8
/
+6
2007-08-08
Use NULL instead of '(char *)0'.
Guillem Jover
5
-27
/
+27
2007-08-08
Fix Breaks commit.
Guillem Jover
4
-42
/
+49
2007-08-07
Fix pattern matching in dpkg-query -l and -W.
Guillem Jover
1
-30
/
+52
[next]