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-10-06
libdpkg: Namespace and reword subproc flags
Guillem Jover
5
-22
/
+31
2014-10-06
libdpkg: Add new alias subproc_signals_restore() for pop_cleanup()
Guillem Jover
3
-0
/
+8
2014-10-06
libdpkg: Rename subproc_signals_setup() to subproc_signals_ignore()
Guillem Jover
3
-3
/
+3
2014-10-06
libdpkg: Refactor setting and resetting a single signal into new functions
Guillem Jover
1
-10
/
+24
2014-10-06
libdpkg: Rename subproc_wait_check() to subproc_reap()
Guillem Jover
7
-15
/
+15
2014-10-06
libdpkg: Make subproc_wait() and subproc_check() private
Guillem Jover
3
-6
/
+2
2014-10-06
libdpkg, dpkg: Switch subproc_wait() calls to subproc_wait_check()
Guillem Jover
3
-3
/
+9
2014-10-06
libdpkg: Fix error message from buffer_copy() read and write function
Guillem Jover
1
-2
/
+2
2014-10-06
libdpkg: Rename pkg_db_iter_next_pkg() local variable r to pkg
Guillem Jover
1
-7
/
+7
2014-10-06
build: Split test_programs and test_scripts out of test_cases
Guillem Jover
1
-3
/
+1
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
[next]