Age | Commit message (Expand) | Author | Files | Lines |
2010-03-12 | Do an fsync on database directories | Guillem Jover | 1 | -0/+2 |
2010-03-06 | Do an fsync on files written to disk | Guillem Jover | 2 | -0/+9 |
2010-02-25 | Remove --license and --licence options from tools | Guillem Jover | 1 | -5/+1 |
2010-02-19 | Mark several functions with DPKG_ATTR_NORET | Guillem Jover | 1 | -2/+2 |
2010-01-28 | Normalize ar member names when reading | Guillem Jover | 2 | -2/+9 |
2010-01-28 | Do not include the ar magic in the deb and deb-split magic macros | Guillem Jover | 2 | -6/+7 |
2010-01-28 | libdpkg: Rename sizeof_array to array_count | Guillem Jover | 1 | -1/+1 |
2009-11-09 | dpkg-split: Fix a directory stream leak | Raphael Geissert | 1 | -0/+1 |
2009-11-08 | Unify format in license headers | Guillem Jover | 1 | -10/+10 |
2009-11-08 | Fix copyright statements | Guillem Jover | 1 | -1/+1 |
2009-11-08 | Unify text in license headers | Guillem Jover | 7 | -35/+35 |
2009-11-08 | Replace FSF address by pointing to the gnu.org URL | Guillem Jover | 7 | -21/+14 |
2009-10-26 | Sort order of header includes | Guillem Jover | 5 | -31/+33 |
2009-09-30 | Remove helponly and versiononly functions | Guillem Jover | 1 | -6/+10 |
2009-09-15 | Make the build silent by default | Guillem Jover | 1 | -2/+2 |
2009-09-15 | Move PARTSDIR macro from libdpkg to dpkg-split | Guillem Jover | 1 | -0/+2 |
2009-09-06 | Use m_output instead of checking printing functions return code | Guillem Jover | 1 | -15/+19 |
2009-09-06 | Use m_output instead of fflush, ferror and werr | Guillem Jover | 3 | -5/+5 |
2009-08-15 | Use AM_CPPFLAGS instead of deprecated INCLUDES in Makefile.am files | Guillem Jover | 1 | -1/+1 |
2009-08-13 | Use MD5HASHLEN instead of literals | Guillem Jover | 2 | -7/+9 |
2009-07-15 | Disable default automake preprocessor include paths | Guillem Jover | 6 | -16/+20 |
2009-07-15 | libdpkg: Rename dpkg-i18n.h to i18n.h | Guillem Jover | 5 | -5/+5 |
2009-07-15 | libdpkg: Move C language definition macros to macros.h | Guillem Jover | 1 | -1/+1 |
2009-07-15 | libdpkg: Rename and namespace compiler attributes | Guillem Jover | 1 | -3/+3 |
2009-07-15 | Move libraries to subdirectories under lib/ | Guillem Jover | 1 | -3/+4 |
2009-07-13 | dpkg-split: Properly check error condition on open when splitting | Guillem Jover | 1 | -1/+2 |
2009-07-12 | Remove unused assert.h includes | Guillem Jover | 1 | -1/+0 |
2009-06-26 | dpkg-split: Use the correct units (KiB) when referring to partsize | Guillem Jover | 1 | -1/+1 |
2009-06-19 | Use NUL character instead of 0 | Guillem Jover | 3 | -6/+7 |
2009-03-27 | Global review of error checking associated to strtol functions | Raphael Hertzog | 2 | -1/+3 |
2009-01-23 | Cleanup .gitignore files | Guillem Jover | 1 | -4/+0 |
2009-01-04 | libdpkg: Move macros from dpkg.h to more specialized headers | Guillem Jover | 1 | -0/+4 |
2009-01-03 | libdpkg: Move basusage from ehandle to myopt | Guillem Jover | 1 | -0/+1 |
2008-12-09 | Mark strings for translation | Guillem Jover | 3 | -14/+18 |
2008-12-09 | Improve internerr output messages and print the invalid value | Guillem Jover | 1 | -1/+2 |
2008-09-14 | libdpkg: Move loadcfgfile from standard_startup to its callers | Guillem Jover | 1 | -1/+1 |
2008-09-14 | libdpkg: Move myopt from standard_startup to each program main | Guillem Jover | 4 | -1/+6 |
2008-09-14 | libdpkg: Do not pass any argument to standard_shutdown | Guillem Jover | 1 | -1/+1 |
2008-09-14 | libcompat: Add new compat.h header | Guillem Jover | 5 | -0/+5 |
2008-09-14 | Move locale.h inclusion and locale setup to each program main | Guillem Jover | 1 | -0/+8 |
2008-09-14 | libdpkg: Move gettext related definitions to a new dpkg-i18n.h | Guillem Jover | 5 | -0/+10 |
2008-06-30 | Switch to use UTF-8 copyright symbol and add missing ones | Guillem Jover | 6 | -6/+6 |
2008-05-24 | Coalesce similar badusage() strings for translation | Guillem Jover | 3 | -3/+8 |
2008-05-24 | Use sizeof_array instead of ad-hoc calculation | Guillem Jover | 1 | -1/+2 |
2008-05-19 | Fix link order when using libcompat.a and libintl.a | Guillem Jover | 1 | -2/+2 |
2008-03-11 | Move command line common option utilities to lib/myopt-util.c | Guillem Jover | 1 | -11/+6 |
2008-02-04 | Use functions from libcompat when those are not provided by the system | Guillem Jover | 1 | -1/+5 |
2008-01-21 | Use external gettext intl library | Guillem Jover | 1 | -1/+1 |
2008-01-16 | Use NULL instead of 0 | Guillem Jover | 2 | -2/+4 |
2008-01-07 | Fix signed vs unsigned value comparisons | Guillem Jover | 1 | -3/+3 |