index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-19
libcompat: Only test the strerror() if sys_errlist and sys_nerr are present
Guillem Jover
2
-2
/
+7
2014-08-15
libdpkg: Set close-on-exec for the debug output
Guillem Jover
2
-2
/
+6
2014-08-15
libdpkg: Set the appropriate report buffer for the debug output
Guillem Jover
1
-0
/
+2
2014-08-15
libcompat: Only build the compatibility selinux code if requested
Guillem Jover
1
-1
/
+6
2014-08-09
libdpkg: Remove unused pkglibdir variable from libdpkg.pc.in
Guillem Jover
1
-1
/
+0
2014-08-09
dpkg: Try to preallocate the disk size for extracted files
Guillem Jover
3
-0
/
+79
2014-08-09
libdpkg: Add db:Status-Want, db:Status-Status and db:Status-Eflag fields
Guillem Jover
1
-0
/
+36
2014-08-09
libdpkg: Use varbuf used member instead of strlen() over the buffer
Guillem Jover
1
-1
/
+1
2014-08-09
libdpkg: Add new varbuf_add_arbfield()
Guillem Jover
3
-4
/
+19
2014-08-09
libdpkg: Refactor field search functions
Guillem Jover
3
-21
/
+37
2014-08-09
Add versioned Provides support
Guillem Jover
2
-0
/
+44
2014-08-09
dpkg-statoverride: Do not abort when user and group names are unknown
Guillem Jover
1
-0
/
+5
2014-08-09
libdpkg: Fix file triggers/Unincorp descriptor leak on subprocesses
Guillem Jover
1
-0
/
+4
2014-08-09
Replace obsolete <sys/fcntl.h> with <fcntl.h>
Fredrik Fornwall
1
-1
/
+2
2014-08-09
libcompat: Add a setexecfilecon() function out from dpkg code
Guillem Jover
3
-0
/
+90
2014-08-09
libdpkg: Add DPKG_ATTR_THROW and DPKG_ATTR_NOEXCEPT macros
Guillem Jover
1
-0
/
+8
2014-08-09
libcompat: Do not run qsort over the scandir list if it is NULL
Guillem Jover
1
-1
/
+1
2014-08-09
libcompat: Mark compat functions with attribute printf and vprintf
Guillem Jover
1
-4
/
+16
2014-08-09
libdpkg: Move __func__ and nullptr definitions to libcompat
Guillem Jover
2
-13
/
+21
2014-08-09
libcompat: Make the library testable
Guillem Jover
12
-22
/
+86
2014-06-02
libdpkg: Uppercase and namespace pkgstatus enum values
Guillem Jover
10
-88
/
+89
2014-06-02
libdpkg: Uppercase and namespace pkgpriority enum values
Guillem Jover
7
-23
/
+23
2014-06-02
libdpkg: Uppercase and namespace pkgeflag enum values
Guillem Jover
6
-16
/
+16
2014-06-02
libdpkg: Uppercase and namespace pkgwant enum values
Guillem Jover
6
-22
/
+22
2014-06-02
libdpkg: Uppercase and namespace pkgmultiarch enum values
Guillem Jover
6
-21
/
+21
2014-05-28
libdpkg: Uppercase and reword pkg_spec_flags enum values
Guillem Jover
2
-14
/
+14
2014-05-28
libdpkg: Uppercase trig_options enum values
Guillem Jover
2
-12
/
+13
2014-05-28
libdpkg: Uppercase trigdef enum values and separate words with underscores
Guillem Jover
3
-38
/
+40
2014-05-28
libdpkg: Uppercase and expand atomic_file_flags enum values
Guillem Jover
3
-5
/
+5
2014-05-28
libdpkg: Uppercase dpkg_relation enum values
Guillem Jover
5
-45
/
+46
2014-05-28
libdpkg: Uppercase and namespace dpkg_arch_type enum values
Guillem Jover
11
-97
/
+102
2014-05-28
libdpkg: Uppercase tar related enum values
Guillem Jover
2
-41
/
+41
2014-05-28
libdpkg: Uppercase handler_type enum values
Guillem Jover
1
-6
/
+7
2014-05-28
libdpkg: Uppercase compressor enum values
Guillem Jover
2
-45
/
+45
2014-06-02
Move enum definitions out of structs
Guillem Jover
3
-49
/
+69
2014-05-23
libdpkg: Add new pkg_array_init_from_names() function
Guillem Jover
3
-2
/
+31
2014-05-23
libdpkg: Refactor dpkg_options_parse_pkgname()
Guillem Jover
4
-0
/
+60
2014-05-31
libdpkg: Add new pkg_priority_name() function
Guillem Jover
4
-3
/
+20
2014-05-19
libdpkg, dpkg: Use new status to names mapping functions
Guillem Jover
4
-11
/
+10
2014-05-19
libdpkg: Add status to name mapping functions
Guillem Jover
3
-2
/
+48
2014-05-19
libdpkg: Move package name/value mappings to a new pkg-namevalue module
Guillem Jover
3
-52
/
+79
2014-05-17
libdpkg: Fix TOCTOU race in triggers database loading
Guillem Jover
1
-14
/
+13
2014-05-17
libdpkg: Improve branch coverage for string module
Guillem Jover
1
-7
/
+16
2014-05-17
libdpkg: Fix memory leaks in buffer_copy() on error conditions
Guillem Jover
1
-5
/
+7
2014-05-17
libdpkg: Swap deb name and member name in dpkg_ar_member_get_size()
Guillem Jover
1
-1
/
+1
2014-05-17
libdpkg: Make dpkg_locales_init() a public symbol
Guillem Jover
1
-2
/
+3
2014-05-17
libdpkg: Add missing dpkg_program_ symbols to the version script
Guillem Jover
1
-0
/
+4
2014-05-17
build: Switch to use libtool for the static libraries
Guillem Jover
3
-19
/
+33
2014-04-30
libdpkg: Mark the command_get_pager() tests on a tty as TODO
Guillem Jover
1
-8
/
+10
2014-04-30
libdpkg: Do not leak long tar names on bogus tar archives
Guillem Jover
1
-0
/
+4
[next]