Age | Commit message (Expand) | Author | Files | Lines |
2006-02-12 | Remove all the generated files so we don't need to track changes in them. | Frank Lichtenheld | 1 | -502/+0 |
2006-02-10 | Improve processing of disappearing conffiles (Ian Jackson). | Frank Lichtenheld | 3 | -9/+41 |
2006-02-06 | Mark some strings as translatable (Changwoo Ryu). Closes: #256387 | Guillem Jover | 3 | -8/+11 |
2006-01-22 | When linking statically, explicitly add libsepol, even if its only a | Guillem Jover | 1 | -3/+1 |
2006-01-18 | Actually import 1.13.11.1, not 1.13.11, D'oh! | Frank Lichtenheld | 1 | -2/+2 |
2006-01-18 | Import latest release as a temporary trunk which should be | Frank Lichtenheld | 2 | -2/+3 |
2005-06-28 | dpkg (1.13.10) unstable; urgency=low | Scott James Remnant | 4 | -238/+4 |
2005-06-12 | dpkg (1.13.9) unstable; urgency=low | Scott James Remnant | 6 | -46/+120 |
2005-06-10 | dpkg (1.13.8) experimental; urgency=low | Scott James Remnant | 1 | -9/+15 |
2005-03-21 | dpkg (1.13.3) experimental; urgency=low | Scott James Remnant | 1 | -1/+1 |
2005-03-18 | dpkg (1.13.2) experimental; urgency=low | Scott James Remnant | 6 | -13/+36 |
2005-03-11 | dpkg (1.13.1.0.1) experimental; urgency=low | Scott James Remnant | 13 | -77/+1580 |
2005-05-26 | dpkg (1.10.28) unstable; urgency=low | Scott James Remnant | 1 | -0/+37 |
2004-10-27 | dpkg (1.10.24) unstable; urgency=low | Scott James Remnant | 3 | -5/+212 |
2004-06-02 | Release 1.10.22 | Scott James Remnant | 1 | -0/+1 |
2004-05-06 | Remove restriction that package names be at least two characters long. | Scott James Remnant | 1 | -1/+0 |
2004-04-25 | Tollef and I gorged on low hanging fruit and got our hands sticky. | Scott James Remnant | 3 | -1/+17 |
2004-03-08 | Apply patch from mrvn to fix #228253; keep architecture in the | Scott James Remnant | 1 | -2/+0 |
2004-03-08 | Apply patch from Christian Haggstrom to fix #213038, #217286, | Scott James Remnant | 1 | -1/+1 |
2004-03-08 | Apply patch to fix #232025; the tar spec doesn't require a 100-char filename | Scott James Remnant | 1 | -2/+19 |
2003-10-25 | Change limit and the return value for buffer_copy to off_t, which fixes | Adam Heath | 1 | -16/+16 |
2003-10-25 | Almost *EVERY* damn file was including config.h in the wrong spot. After | Adam Heath | 17 | -17/+18 |
2003-09-20 | * lib/varbuf.c, configure.in: Fix va_copy detection. | Adam Heath | 1 | -5/+1 |
2003-09-13 | Support OpenBSD. | Adam Heath | 1 | -0/+4 |
2003-09-13 | Change use of strncpy in parsedb to memcpy. | Adam Heath | 1 | -1/+1 |
2003-09-13 | Apply patch to change hashing function, and increase bin size, for the | Adam Heath | 1 | -74/+21 |
2003-09-13 | Fix inverted test of eof in parsedb, while looking for eof after field | Adam Heath | 1 | -1/+1 |
2003-09-13 | Change standard_startup and standard_shutdown into macros. | Adam Heath | 2 | -66/+1 |
2003-09-13 | s/SYS_SIGLIST_DECLARED/HAVE_DECL_SYS_SIGLIST/ | Adam Heath | 1 | -1/+1 |
2002-09-03 | Fix double free in modstatdb_init, in the case that modstatdb_shutdown was | Adam Heath | 1 | -9/+13 |
2002-09-03 | Protect duplicate calls to obstack_free(), as obstack_free segfaults when | Adam Heath | 1 | -2/+4 |
2002-09-01 | Don't call nffreeall, in any of the c/c++ programs. It appears dselect | Adam Heath | 1 | -2/+3 |
2002-08-29 | Fix several minor memleaks. | Adam Heath | 5 | -4/+8 |
2002-08-29 | Fix corruption of available file, caused by use of memory that was | Adam Heath | 1 | -3/+1 |
2002-08-29 | Check for eof before we getc(), not after. | Adam Heath | 1 | -1/+1 |
2002-08-24 | Allow spaces between the end of a version, and the trailing ')'. | Adam Heath | 1 | -1/+1 |
2002-08-23 | Fix several read pass buffer bugs, and a memleak. | Adam Heath | 3 | -2/+3 |
2002-08-23 | Fix read past buffer in lib/nfmalloc.c. | Adam Heath | 1 | -5/+2 |
2002-07-02 | check for malloc failure and actually look in /home/wichert for file instead ... | Wichert Akkerman | 1 | -3/+5 |
2002-05-26 | dpkg now reorders symlinks when extracting debs. However, this is also | Adam Heath | 1 | -10/+51 |
2002-05-26 | Merge 1.9 branch. | Adam Heath | 1 | -0/+1 |
2002-05-24 | New functions, standard_startup, standard_shutdown, that contain the most | Adam Heath | 3 | -1/+84 |
2002-05-24 | Use setcloexec wrapper instead of calling fcntl directly. | Adam Heath | 1 | -1/+1 |
2002-05-23 | Always set CLOEXEC on the lock fd. | Adam Heath | 1 | -2/+1 |
2002-05-22 | Remove hash.c from SOURCES, as it is a test file. | Adam Heath | 1 | -1/+1 |
2002-05-20 | Even more gcc warning fixes. | Adam Heath | 1 | -1/+1 |
2002-05-20 | Add rules to Makefile.conf, to rebuild Makefile if $(srcdir)/Makefile.in is | Adam Heath | 1 | -0/+1 |
2002-05-20 | Several more gcc -W<foo> fixes. | Adam Heath | 2 | -10/+12 |
2002-05-06 | Perl sucks, fix Ian's email address | Wichert Akkerman | 17 | -17/+17 |
2002-05-06 | Update Ian Jacksons' email address | Wichert Akkerman | 17 | -17/+17 |