Jaywalker
|
59714c9a85
Changes needed for tvOS compilation
|
7 years ago |
Guillem Jover
|
534510ae79
libdpkg: Use our own dpkg_ar_hdr instead of relying on the system one
|
8 years ago |
Guillem Jover
|
f10a135c0e
Cast off_t variables to intmax_t when printing them with %jd
|
8 years ago |
Guillem Jover
|
a15e095201
libdpkg: Add new struct dpkg_ar and basic operations
|
13 years ago |
Hanno Böck
|
c66cdd38c1
dpkg-deb: Fix off-by-one write access on ctrllenbuf variable
|
9 years ago |
Guillem Jover
|
0db77512a1
Use new str_fmt() instead of m_asprintf()
|
9 years ago |
Guillem Jover
|
afbbf703eb
Update Ian Jackson's email address
|
9 years ago |
Guillem Jover
|
e65aa3db04
dpkg-deb: Fix off-by-one write access on versionbuf variable
|
9 years ago |
Niels Thykier
|
4d7f9ffbef
Remove some unnecessary includes of assert.h
|
9 years ago |
Guillem Jover
|
d465dca48f
Consistently use proper quotation marks all over the place
|
10 years ago |
Guillem Jover
|
d3d8d778d7
dpkg-deb: Add support for reading the archive from standard input
|
10 years ago |
Guillem Jover
|
83e8c53c46
Remove unused <ctype.h> includes
|
10 years ago |
Guillem Jover
|
b8a6ab4c5c
libdpkg: Namespace and reword subproc flags
|
10 years ago |
Guillem Jover
|
59427cc7a4
libdpkg: Rename subproc_wait_check() to subproc_reap()
|
10 years ago |
Guillem Jover
|
03c0873bd7
dpkg-deb: Add new --ctrl-tarfile command
|
10 years ago |
Guillem Jover
|
eb3c2635f9
libdpkg: Uppercase compressor enum values
|
10 years ago |
Guillem Jover
|
c17be3cbfc
dpkg-deb: Accept other compressions for control.tar .deb member
|
11 years ago |
Guillem Jover
|
ae25c683c0
Use https:// URLs instead of http:// when possible
|
11 years ago |
Guillem Jover
|
0df9b56bb8
dpkg-deb: Clarify --extract bad usage error message on missing arguments
|
11 years ago |
Guillem Jover
|
44489a5543
dpkg-deb: Inline controlextractvextract() into call sites
|
11 years ago |
Guillem Jover
|
ae0e9e0592
dpkg-deb: Use badusage() instead of ohshit() for usage errors
|
11 years ago |
Guillem Jover
|
547dca4c3f
dpkg-deb: Do not accept deb packages with data and control members swapped
|
11 years ago |
Guillem Jover
|
cb8ed03bbf
dpkg-deb: Be more precise on deb member errors
|
11 years ago |
Guillem Jover
|
d33cf5c4aa
Avoid assignments in C conditionals
|
12 years ago |
Guillem Jover
|
9a98858f89
dpkg-deb: Use an enum instead of a literal string to pass tar options
|
12 years ago |
Guillem Jover
|
f754c4bc86
dpkg-deb: Switch extracthalf() to use struct command
|
12 years ago |
Guillem Jover
|
1b1bbb35f9
dpkg-deb: Do not initialize variable that gets a subsequent value
|
12 years ago |
Guillem Jover
|
5a5203e9aa
Switch to new notice() output function
|
12 years ago |
Guillem Jover
|
bd0da280d1
libdpkg: Switch buffer I/O code to use struct dpkg_error
|
13 years ago |
Guillem Jover
|
f2199100c9
dpkg-deb: Rename string variable from err to errstr
|
12 years ago |