Guillem Jover
|
829326ae59
dpkg-deb: Promote a print to a warning for missing control files
|
8 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
|
f85e380f63
debian: Update my copyright years
|
9 years ago |
Guillem Jover
|
d465dca48f
Consistently use proper quotation marks all over the place
|
10 years ago |
Guillem Jover
|
d6aeb1f2b3
dpkg-deb: Use path_remove_tree() instead of direcly calling «rm -rf»
|
10 years ago |
Guillem Jover
|
2aeff6e069
dpkg-deb, libdpkg: Fix short-lived memory leaks
|
10 years ago |
Guillem Jover
|
45dcca46d8
Switch code to use the new C locale character type functions
|
10 years ago |
Guillem Jover
|
59427cc7a4
libdpkg: Rename subproc_wait_check() to subproc_reap()
|
10 years ago |
Guillem Jover
|
589602c780
dpkg-deb: Use parsedb() instead of an ad-hoc deb822 parser
|
10 years ago |
Guillem Jover
|
ae25c683c0
Use https:// URLs instead of http:// when possible
|
11 years ago |
Guillem Jover
|
36a15fee66
Remove Emacs and vim modelines
|
11 years ago |
Guillem Jover
|
9a98858f89
dpkg-deb: Use an enum instead of a literal string to pass tar options
|
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
|
bae98fb22f
libdpkg: Change pkg_format_parse() to take a dpkg_error argument
|
12 years ago |
Guillem Jover
|
6431c053b7
Use cmp() == 0 instead of !cmp()
|
13 years ago |
Guillem Jover
|
ff5ac5ced0
Rework common badusage strings to allow for possible translation reuse
|
13 years ago |
Guillem Jover
|
fdc613b3d8
libdpkg: Refactor parsedb flags for standard operations into new aliases
|
13 years ago |
Guillem Jover
|
8da2fd1a89
dpkg-deb: Fix short-lived pkg_format_node leak in --show
|
13 years ago |
Guillem Jover
|
9b22745f0a
dpkg-deb: Construct control components paths with printf variants
|
13 years ago |
Guillem Jover
|
dac802bce2
dpkg-deb: Use CONTROLFILE instead of a literal string
|
13 years ago |
Raphaël Hertzog
|
2533ebc755
dpkg-deb: adjust code now that extracthalf() no longer chdir() as a side-effect
|
13 years ago |
Guillem Jover
|
cf22cf6118
libdpkg: Rename myopt module to options
|
13 years ago |
Guillem Jover
|
8780916333
dpkg-deb: Always chdir(2) in the childs to not change the global state
|
13 years ago |
Guillem Jover
|
ba372a8c55
Make all command line action functions return int
|
14 years ago |
Guillem Jover
|
86cbf575b1
Use off_t and %jd or %jx to handle file sizes and offsets
|
14 years ago |
Guillem Jover
|
f1bccd4763
Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls
|
14 years ago |
Guillem Jover
|
44e022a801
Use pid instead of c1 for variable name
|
14 years ago |
Guillem Jover
|
91c3515c24
libdpkg: Rename varbufaddstr() to varbuf_add_str()
|
14 years ago |