summaryrefslogtreecommitdiff
path: root/lib/mlib.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-06Mark some strings as translatable (Changwoo Ryu). Closes: #256387Guillem Jover1-2/+2
2005-03-18dpkg (1.13.2) experimental; urgency=lowScott James Remnant1-1/+1
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant1-1/+1
2004-03-08Apply patch from Christian Haggstrom to fix #213038, #217286,Scott James Remnant1-1/+1
2003-10-25Change limit and the return value for buffer_copy to off_t, which fixesAdam Heath1-16/+16
2003-10-25Almost *EVERY* damn file was including config.h in the wrong spot. AfterAdam Heath1-1/+1
2002-05-26Merge 1.9 branch.Adam Heath1-0/+1
2002-05-06Perl sucks, fix Ian's email addressWichert Akkerman1-1/+1
2002-05-06Update Ian Jacksons' email addressWichert Akkerman1-1/+1
2001-09-12Improve error messageWichert Akkerman1-1/+1
2001-06-08Add setcloexec function to set close-on-exec flags, and use that everywhereWichert Akkerman1-0/+11
2001-04-30EAGAIN patch from 1.8 branch was not applied to HEAD.Adam Heath1-3/+3
2001-04-26Modified mlib.c, to malloc enough space for the digest, instead ofAdam Heath1-9/+14
2001-04-23Added new PROCNOERR flag, which disabled the error message that isAdam Heath1-4/+6
2001-04-23Convert waitsubproc and checksubprocerr to use a flags variable, instead ofAdam Heath1-6/+6
2001-04-23Changed 0 to NULL.Adam Heath1-2/+2
2001-04-23Fixed up several warning types: const, casting, incorrect sizes,Adam Heath1-1/+1
2001-04-22Added macro NONRETURNING to several functions.Adam Heath1-0/+1
2001-04-21 * main/help.c, main/processarc.c, main/filesdb.c, main/configure.c,Adam Heath1-37/+54
2001-04-19If the buffer size is 0 in buffer_copy, then return, and do nothing.Adam Heath1-0/+2
2001-01-14Fix -Wall messages. Also, fix handling of user-defined fields inAdam Heath1-0/+1
2001-01-04Add 'warn' parameter to waitsubproc and checksubprocerr, and also add aAdam Heath1-7/+14
2000-12-25Added generic setup code to buffer copy loop.Adam Heath1-32/+49
2000-12-25Moved md5 code into generic buffer_copy loop.Adam Heath1-1/+35
2000-12-24Clean up a few gcc warnings. Note that the warning:Adam Heath1-2/+2
2000-12-21Switch all size parameters to ssize_t. Also, return totalread, notAdam Heath1-11/+10
2000-12-21Handle EINTR on reading and writting in buffer_copy.Adam Heath1-16/+29
2000-12-17More Adam stuff:Wichert Akkerman1-25/+58
2000-12-09More doogie-patchesWichert Akkerman1-4/+4
2000-12-09fd copy loop generalizationsWichert Akkerman1-29/+23
2000-12-04fix typoWichert Akkerman1-1/+1
2000-12-04include/dpkg.h.in: remove defines for cat and dpkg-safelist since they are no...Wichert Akkerman1-47/+76
2000-12-03fix typoWichert Akkerman1-1/+1
2000-11-23lib/mlib.c: fix error reporting for reading data in do_fd_copyWichert Akkerman1-22/+30
1999-12-24From the ChangeLogWichert Akkerman1-0/+44
1999-01-29dpkg 1.4.1Guy Maor1-13/+13
1996-04-04dpkg (1.1.4); priority=MEDIUMIan Jackson1-0/+124