Guillem Jover
|
ffe852d215
Use m_malloc instead of malloc
|
18 年 前 |
Guillem Jover
|
7671a7a35a
Replace strdup plus error checking usage with a new m_strdup function
|
18 年 前 |
Guillem Jover
|
dc69e6c35c
Properly warn when the child process received a signal
|
19 年 前 |
Guillem Jover
|
4878ec9a70
Mark some strings as translatable (Changwoo Ryu). Closes: #256387
|
20 年 前 |
Scott James Remnant
|
00e5640a99
dpkg (1.13.2) experimental; urgency=low
|
21 年 前 |
Scott James Remnant
|
841a630143
dpkg (1.13.1.0.1) experimental; urgency=low
|
21 年 前 |
Scott James Remnant
|
11d17d10ff
Apply patch from Christian Haggstrom to fix #213038, #217286,
|
22 年 前 |
Adam Heath
|
f941ea4901
Change limit and the return value for buffer_copy to off_t, which fixes
|
23 年 前 |
Adam Heath
|
dbcb744998
Almost *EVERY* damn file was including config.h in the wrong spot. After
|
23 年 前 |
Adam Heath
|
9fab53b940
Merge 1.9 branch.
|
24 年 前 |
Wichert Akkerman
|
c01a401220
Perl sucks, fix Ian's email address
|
24 年 前 |
Wichert Akkerman
|
670f5646f1
Update Ian Jacksons' email address
|
24 年 前 |
Wichert Akkerman
|
c7ce386bd0
Improve error message
|
25 年 前 |
Wichert Akkerman
|
eda3be6285
Add setcloexec function to set close-on-exec flags, and use that everywhere
|
25 年 前 |
Adam Heath
|
d7e51ca0a5
EAGAIN patch from 1.8 branch was not applied to HEAD.
|
25 年 前 |
Adam Heath
|
f60b25e022
Modified mlib.c, to malloc enough space for the digest, instead of
|
25 年 前 |
Adam Heath
|
68b56dc4ed
Added new PROCNOERR flag, which disabled the error message that is
|
25 年 前 |
Adam Heath
|
d1fb4dd723
Convert waitsubproc and checksubprocerr to use a flags variable, instead of
|
25 年 前 |
Adam Heath
|
1555f1aa3c
Changed 0 to NULL.
|
25 年 前 |
Adam Heath
|
ea93ed48c1
Fixed up several warning types: const, casting, incorrect sizes,
|
25 年 前 |
Adam Heath
|
c9bef0784a
Added macro NONRETURNING to several functions.
|
25 年 前 |
Adam Heath
|
95e4aed8a7
* main/help.c, main/processarc.c, main/filesdb.c, main/configure.c,
|
25 年 前 |
Adam Heath
|
0bd125e548
If the buffer size is 0 in buffer_copy, then return, and do nothing.
|
25 年 前 |
Adam Heath
|
1223023a31
Fix -Wall messages. Also, fix handling of user-defined fields in
|
25 年 前 |
Adam Heath
|
32b4a31781
Add 'warn' parameter to waitsubproc and checksubprocerr, and also add a
|
25 年 前 |
Adam Heath
|
7bc3f3e19b
Added generic setup code to buffer copy loop.
|
25 年 前 |
Adam Heath
|
10a63dfaae
Moved md5 code into generic buffer_copy loop.
|
25 年 前 |
Adam Heath
|
647d79b9e0
Clean up a few gcc warnings. Note that the warning:
|
25 年 前 |
Adam Heath
|
1c78c24e34
Switch all size parameters to ssize_t. Also, return totalread, not
|
25 年 前 |
Adam Heath
|
296b46032b
Handle EINTR on reading and writting in buffer_copy.
|
25 年 前 |