Guillem Jover
|
6e5862ef6e
dpkg-split: Make the deb-split(5) generation reproducible
|
8 years ago |
Guillem Jover
|
31d3ed6268
dpkg-split: Do not emit epochs for unambiguous versions in deb-split header
|
8 years ago |
Guillem Jover
|
a15e095201
libdpkg: Add new struct dpkg_ar and basic operations
|
13 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
|
ce4f0311e6
dpkg-split: Parse deb control file directly from stdin
|
10 years ago |
Guillem Jover
|
45dcca46d8
Switch code to use the new C locale character type functions
|
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
|
3c05293dac
dpkg-split: Fix short lived memory leaks in mksplit()
|
10 years ago |
Guillem Jover
|
97ffe228c9
dpkg-split, dpkg: Use new str_match_end() function instead of ad-hoc code
|
11 years ago |
Guillem Jover
|
ae25c683c0
Use https:// URLs instead of http:// when possible
|
11 years ago |
Guillem Jover
|
a57bcb1d88
dpkg-split: Remove redundant call to setvbuf()
|
11 years ago |
Jonathan Nieder
|
9308127a8f
Avoid full stop and double newline at the end of errors and warnings
|
12 years ago |
Guillem Jover
|
bd0da280d1
libdpkg: Switch buffer I/O code to use struct dpkg_error
|
13 years ago |
Guillem Jover
|
6431c053b7
Use cmp() == 0 instead of !cmp()
|
12 years ago |
Guillem Jover
|
49a0022b72
libdpkg: Refactor path basename code into new path_basename function
|
13 years ago |
Guillem Jover
|
cf22cf6118
libdpkg: Rename myopt module to options
|
13 years ago |
Guillem Jover
|
e71ae2eac5
dpkg-split: Generate filenames following current conventions on --join
|
13 years ago |
Guillem Jover
|
438e5813ca
dpkg-split: Correctly set the last part split size
|
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
|
f4b0dd0456
Use m_asprintf() instead varbuf_printf() for one-off strings
|
14 years ago |
Guillem Jover
|
af47d0660e
libdpkg: Rename varbufprintf() to varbuf_printf()
|
14 years ago |
Guillem Jover
|
064d5f21ab
libdpkg: Rename varbufaddc() to varbuf_add_char()
|
14 years ago |
Guillem Jover
|
4ea08bff42
libdpkg: Rename varbufreset() to varbuf_reset()
|
14 years ago |
Guillem Jover
|
942be7d09f
Remove unneeded <errno.h> include
|
14 years ago |