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
2014-10-06
dpkg: Factor out deb_parse_conffiles() from process_archive()
Guillem Jover
1
-74
/
+103
2014-10-06
dpkg: Rename newconff_append() to filenamenode_queue_push()
Guillem Jover
3
-13
/
+13
2014-10-06
dpkg: Use struct filelist instead of two fileinlist to track newconffiles
Guillem Jover
3
-13
/
+20
2014-10-06
dpkg: Add new struct filenamenode_queue
Guillem Jover
1
-0
/
+7
2014-10-06
dpkg: Remove static from pointer variables
Guillem Jover
1
-2
/
+3
2014-10-06
build: Split test_programs and test_scripts out of test_cases
Guillem Jover
1
-2
/
+3
2014-08-10
dpkg: Fix --add-architecture and --remove-architecture to take one argument
Guillem Jover
1
-4
/
+4
2014-08-09
dpkg: Try to preallocate the disk size for extracted files
Guillem Jover
1
-0
/
+5
2014-08-09
dpkg: On removal check Depends and Pre-Depends for unpacked packages
Guillem Jover
1
-3
/
+1
2014-08-09
Add versioned Provides support
Guillem Jover
5
-44
/
+85
2014-08-09
dpkg: Do not write to the available file when unpacking binary packages
Guillem Jover
1
-5
/
+11
2014-08-09
dpkg-statoverride: Do not abort when user and group names are unknown
Guillem Jover
4
-10
/
+45
2014-08-09
Replace obsolete <sys/fcntl.h> with <fcntl.h>
Fredrik Fornwall
1
-1
/
+1
2014-08-09
dpkg: Use filenamenodeflags enum instead of wrongly using fnnflags
Guillem Jover
3
-4
/
+4
2014-08-09
libcompat: Add a setexecfilecon() function out from dpkg code
Guillem Jover
1
-47
/
+1
2014-08-09
dpkg: Use SELinux setexecfilecon() if available instead of ad-hoc code
Guillem Jover
1
-0
/
+4
2014-06-02
libdpkg: Uppercase and namespace pkgstatus enum values
Guillem Jover
17
-173
/
+191
2014-06-02
libdpkg: Uppercase and namespace pkgpriority enum values
Guillem Jover
1
-1
/
+1
2014-06-02
libdpkg: Uppercase and namespace pkgeflag enum values
Guillem Jover
6
-15
/
+15
2014-06-02
libdpkg: Uppercase and namespace pkgwant enum values
Guillem Jover
8
-21
/
+24
2014-06-02
libdpkg: Uppercase and namespace pkgmultiarch enum values
Guillem Jover
5
-10
/
+10
2014-05-28
dpkg: Uppercase and namespace color cycle enum values
Guillem Jover
3
-8
/
+8
2014-05-28
libdpkg: Uppercase and reword pkg_spec_flags enum values
Guillem Jover
2
-3
/
+3
2014-05-28
dpkg-divert: Uppercase file_stat enum values
Guillem Jover
1
-13
/
+13
2014-05-28
dpkg: Uppercase pkg_infodb_format enum values
Guillem Jover
4
-15
/
+15
2014-05-28
dpkg: Uppercase and namespace filesdb_load_status enum and values
Guillem Jover
1
-11
/
+11
2014-05-28
dpkg: Uppercase, namespace and reword istobe enum type and values
Guillem Jover
10
-69
/
+86
2014-05-28
dpkg: Uppercase conffopt enum values and split words with underscore
Guillem Jover
1
-46
/
+46
2014-05-28
libdpkg: Uppercase trigdef enum values and separate words with underscores
Guillem Jover
1
-9
/
+9
2014-05-28
dpkg: Uppercase found_status enum values
Guillem Jover
1
-23
/
+23
2014-05-28
dpkg: Uppercase dep_check enum values
Guillem Jover
4
-21
/
+21
2014-05-28
libdpkg: Uppercase and expand atomic_file_flags enum values
Guillem Jover
2
-3
/
+3
2014-05-28
libdpkg: Uppercase dpkg_relation enum values
Guillem Jover
4
-10
/
+10
2014-05-28
libdpkg: Uppercase and namespace dpkg_arch_type enum values
Guillem Jover
4
-16
/
+17
2014-05-28
libdpkg: Uppercase tar related enum values
Guillem Jover
2
-34
/
+34
2014-06-02
Move enum definitions out of structs
Guillem Jover
2
-28
/
+38
2014-06-02
dpkg: Give names to anonymous public enums inside structs
Guillem Jover
2
-3
/
+4
2014-05-23
dpkg: Add support for per-package --audit
Guillem Jover
1
-10
/
+28
2014-05-23
libdpkg: Refactor dpkg_options_parse_pkgname()
Guillem Jover
4
-48
/
+9
2014-05-27
dpkg: Use badusage() on illegal package names in --ignore-depends
Guillem Jover
1
-3
/
+3
2014-05-23
dpkg: Rename audit variables to more generic names
Guillem Jover
1
-27
/
+28
2014-05-19
libdpkg, dpkg: Use new status to names mapping functions
Guillem Jover
5
-10
/
+11
2014-05-17
test: Add labels to Test::More tests
Guillem Jover
1
-4
/
+4
2014-05-17
dpkg: Switch an assert() on a volatile variable to an internerr()
Guillem Jover
1
-1
/
+2
2014-05-17
build: Switch to use libtool for the static libraries
Guillem Jover
1
-2
/
+1
2014-04-30
dpkg: Annotate case statements that fall through with a comment
Guillem Jover
2
-0
/
+2
2014-04-30
dpkg: Do not leak the filepackages_iterator in dir_is_used_by_others()
Guillem Jover
1
-0
/
+1
2014-04-21
dpkg: On --verify error out on not-installed packages
Guillem Jover
1
-1
/
+9
2014-04-21
dpkg: Add support for loading Packages-files from pipes or stdin
Guillem Jover
2
-5
/
+9
2014-04-21
dpkg-split, dpkg: Use new str_match_end() function instead of ad-hoc code
Guillem Jover
1
-7
/
+5
[next]