]> err.no Git - dpkg/history - src
Merge commit 'err.no/master'
[dpkg] / src /
2008-03-10 Tollef Fog HeenMerge commit 'err.no/master' master
2008-03-10 Tollef Fog HeenMerge commit 'origin/master'
2008-03-05 Sean FinneyFix small memory leaks
2008-02-04 Guillem JoverUse functions from libcompat when those are not provide...
2008-01-26 Raphael HertzogMerge branch 'stable'
2008-01-24 Raphael HertzogMerge branch 'stable'
2008-01-23 Guillem JoverMerge branch 'stable'
2008-01-22 Guillem JoverMerge branch 'stable'
2008-01-22 Guillem JoverMerge branch 'stable'
2008-01-21 Frank LichtenheldMerge branch 'stable'
2008-01-21 Guillem JoverUse m_malloc instead of malloc
2008-01-21 Guillem JoverReplace strdup plus error checking usage with a new...
2008-01-21 Ian JacksonFix incorrect sizeof in a memset call
2008-01-21 Guillem JoverUse external gettext intl library
2008-01-20 Tollef Fog HeenFix loadfilter prototype and make it static
2008-01-20 Tollef Fog HeenMake "gobble replaced file" into something a bit more...
2008-01-20 Tollef Fog HeenMake "gobble replaced file" into something a bit more...
2008-01-20 Tollef Fog HeenDo not return NULL from a void function
2008-01-20 Tollef Fog HeenFactor skipping files into its own function
2008-01-20 Tollef Fog HeenMore m_malloc
2008-01-20 Tollef Fog HeenMove filtering function to filters.c
2008-01-20 Tollef Fog HeenRefactor, move filtering functions to their own file.
2008-01-20 Tollef Fog HeenMove loadfilters to dpkg's main function
2008-01-18 Guillem JoverAdditionally check if errno is EEXIST after rmdir(2)
2008-01-16 Guillem JoverUse NULL instead of 0
2008-01-08 Raphael HertzogMerge branch 'controllib-removal'
2008-01-07 Guillem JoverUse arglist instead of narglist
2008-01-07 Guillem JoverFix signed vs unsigned value comparisons
2008-01-02 Guillem JoverAdd a 'struct stat' forward declaration to fix a compil...
2008-01-01 Raphael HertzogMerge branch 'parsechangelog' into controllib-removal
2008-01-01 Guillem JoverDo not use strdup for execvp arguments
2007-12-26 Tollef Fog HeenHandle inclusion properly
2007-12-26 Tollef Fog HeenConfiguration for filters added
2007-12-26 Tollef Fog HeenInitial prototype for excluding parts of packages
2007-11-29 Guillem JoverMove extern declarations to header files and stop defin...
2007-11-29 Guillem JoverDefine several private functions and variables as static
2007-09-27 Robert LuberdaMerge branch 'master' of ssh://git.debian.org/git/dpkg...
2007-09-23 Peter KarlssonUpdated ChangeLog
2007-09-22 Frank LichtenheldMerge branch 'master' into dpkg-shlibdeps-buxy
2007-09-18 Guillem JoverRemove duplicate nested conditional and move its cotent...
2007-09-15 Brian M. CarlsonFix failed install followed by failed remove resulting...
2007-08-14 Guillem JoverDo not compose strings from translated substrings.
2007-08-14 Guillem JoverMark strings for translation.
2007-08-11 Ian JacksonDo not treat two symlinks to the same directory as...
2007-08-10 Guillem JoverAdd *.o to .gitignore.
2007-08-08 Guillem JoverDo not print empty lines after 'Setting up ...' output.
2007-08-08 Guillem JoverUse NULL instead of '(char *)0'.
2007-08-08 Guillem JoverFix Breaks commit.
2007-08-07 Guillem JoverFix pattern matching in dpkg-query -l and -W.
2007-08-07 Ian JacksonImplement support for Breaks field.
2007-08-07 Ian JacksonChange formatting to match the rest of the file.
2007-05-08 Guillem JoverAdd missing svn:ignore entries.
2007-03-21 Guillem JoverShow the epoch (if present) when displaying package...
2007-03-20 Guillem JoverUpdate svn:ignore attributes.
2007-02-13 Guillem JoverExit with an error instead of an assert if the number...
2007-02-10 Guillem JoverUse l10n-friendlier strings to describe dependencies...
2007-01-15 Guillem JoverAdd a missing newline to a warning message in dpkg...
2007-01-11 Guillem JoverDo not bail out in dpkg when building without start...
2006-08-08 Guillem JoverAdd initial support for the Breaks field, by parsing...
2006-06-17 Guillem JoverSet all svn:ignore.
2006-06-04 Guillem JoverFix dependency cycle breaking in the case when every...
2006-06-02 Guillem JoverDisambiguate error message about conflicting command...
2006-05-31 Guillem JoverUpdate the Section and Priority fields in the status...
2006-05-30 Guillem JoverPrint the bogus version and prefix the error message...
2006-05-19 Frank LichtenheldDon't drop directories that contain our conffiles too...
2006-05-19 Frank LichtenheldUpdate archtable to reflect current archive: Add amd64...
2006-05-16 Nicolas FRANCOISFix the --force-depends-version option. This closes...
2006-05-16 Nicolas FRANCOISFlush the terminal's input before prompting the user.
2006-05-15 Frank LichtenheldTry harder to detect dependency cycles that contain...
2006-05-13 Frank LichtenheldFix --ignore-depends argument value parsing. Closes...
2006-05-02 Guillem JoverSplit usage strings to make it easier for translators...
2006-04-29 Nicolas FRANCOISFix a typo in an error message (unexecpted -> unexpected).
2006-04-21 Guillem JoverFix strings so that they can be more easily translated...
2006-04-21 Guillem Jover * src/main.c (printforhelp, setdebug, setforce): Quote...
2006-04-10 Frank LichtenheldFix typo in variable name. If hit, this could lead...
2006-04-09 Guillem JoverAdd new '--clear-selections' option to dpkg (Andrew...
2006-04-09 Guillem JoverObsolete force/refuse 'auto-select' dpkg option.
2006-04-09 Guillem JoverPass '--admindir' option over to dpkg-query when passin...
2006-03-30 Guillem JoverAdd a '[!]' in --force-all help denoting that it is...
2006-02-13 Guillem JoverAdd a missing closing parenthesis in a dpkg string...
2006-02-12 Frank LichtenheldRemove all the generated files so we don't need to...
2006-02-11 Frank LichtenheldAdd cfof_userrmd flag which was forgotten in a previous...
2006-02-10 Frank LichtenheldImprove processing of disappearing conffiles (Ian Jackson).
2006-02-10 Frank LichtenheldOn package configuration, differentiate between modifie...
2006-02-06 Guillem JoverCleanup and unify program usage and version output...
2006-01-22 Guillem JoverWhen linking statically, explicitly add libsepol, even...
2006-01-22 Christian PerrierCorrect typo in dpkg help message (thanks Clytie) and...
2006-01-18 Frank LichtenheldActually import 1.13.11.1, not 1.13.11, D'oh!
2006-01-18 Frank LichtenheldImport latest release as a temporary trunk which should be
2005-06-28 Scott James Remnantdpkg (1.13.10) unstable; urgency=low
2005-06-12 Scott James Remnantdpkg (1.13.9) unstable; urgency=low
2005-06-09 Scott James Remnantdpkg (1.13.7) experimental; urgency=low
2005-06-06 Scott James Remnantdpkg (1.13.5) experimental; urgency=low
2005-03-21 Scott James Remnantdpkg (1.13.3) experimental; urgency=low
2005-03-18 Scott James Remnantdpkg (1.13.2) experimental; urgency=low
2005-03-11 Scott James Remnantdpkg (1.13.1.0.1) experimental; urgency=low