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-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
2007-08-07
Implement support for Breaks field.
Ian Jackson
10
-52
/
+241
2007-08-07
Change formatting to match the rest of the file.
Ian Jackson
1
-32
/
+32
2007-05-08
Add missing svn:ignore entries.
Guillem Jover
1
-0
/
+2
2007-03-21
Show the epoch (if present) when displaying package versions.
Guillem Jover
3
-11
/
+8
2007-03-20
Update svn:ignore attributes.
Guillem Jover
1
-0
/
+2
2007-02-13
Exit with an error instead of an assert if the number of conflictors is
Guillem Jover
1
-6
/
+7
2007-02-10
Use l10n-friendlier strings to describe dependencies. Closes: #390916
Guillem Jover
1
-10
/
+33
2007-01-15
Add a missing newline to a warning message in dpkg. Closes: #390914
Guillem Jover
1
-1
/
+1
2007-01-11
Do not bail out in dpkg when building without start-stop-daemon support,
Guillem Jover
1
-1
/
+1
2006-08-08
Add initial support for the Breaks field, by parsing but rejecting it.
Guillem Jover
3
-2
/
+27
2006-06-17
Set all svn:ignore.
Guillem Jover
1
-0
/
+1
2006-06-04
Fix dependency cycle breaking in the case when every link involves
Guillem Jover
1
-3
/
+2
2006-06-02
Disambiguate error message about conflicting command line actions by
Guillem Jover
2
-2
/
+4
2006-05-31
Update the Section and Priority fields in the status file from the
Guillem Jover
1
-1
/
+1
2006-05-30
Print the bogus version and prefix the error message with 'dpkg: '
Guillem Jover
1
-2
/
+4
2006-05-19
Don't drop directories that contain our conffiles too early from
Frank Lichtenheld
3
-1
/
+30
2006-05-19
Update archtable to reflect current archive: Add amd64 and remove
Frank Lichtenheld
2
-0
/
+6
2006-05-16
Fix the --force-depends-version option. This closes #57104.
Nicolas FRANCOIS
1
-1
/
+1
2006-05-16
Flush the terminal's input before prompting the user.
Nicolas FRANCOIS
1
-0
/
+5
2006-05-15
Try harder to detect dependency cycles that contain Provides
Frank Lichtenheld
1
-0
/
+1
2006-05-13
Fix --ignore-depends argument value parsing. Closes: #169125
Frank Lichtenheld
1
-3
/
+3
2006-05-02
Split usage strings to make it easier for translators when those change.
Guillem Jover
2
-54
/
+79
2006-04-29
Fix a typo in an error message (unexecpted -> unexpected).
Nicolas FRANCOIS
1
-1
/
+1
2006-04-21
Fix strings so that they can be more easily translated. Closes: #134358
Guillem Jover
3
-27
/
+40
2006-04-21
* src/main.c (printforhelp, setdebug, setforce): Quote each string
Guillem Jover
1
-54
/
+57
2006-04-10
Fix typo in variable name. If hit, this could lead to a
Frank Lichtenheld
1
-4
/
+4
2006-04-09
Add new '--clear-selections' option to dpkg (Andrew Suffield).
Guillem Jover
3
-1
/
+26
[next]