aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2002-11-06Split deb_extract() into more generic functionsbug11-43/+76
2002-11-06Terminate the buffer with a '\0'bug11-3/+5
2002-11-05typo in udhcpc helpruss1-1/+1
2002-11-05version number oopsruss3-1/+8
2002-11-05Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internallybug11-16/+34
2002-11-05Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...bug17-5/+105
2002-11-05enable .tar.bz2 for dpkg-debbug17-24/+45
2002-11-04Change filter paramaters, filters can be more powefull nowbug17-25/+82
2002-11-03Call lseek directly rather than via data_align()bug11-1/+1
2002-11-03Abstract read and seek in unarchiving code, convert bunzip to file descriptor...bug128-330/+464
2002-11-03Fix #define syntaxbug12-2/+2
2002-11-03Move data_extract_all_prefix to dpkg, its only used there.bug14-39/+15
2002-11-03Add copyright notice and license, use strcat+strcpy instead of sprintfbug11-8/+21
2002-11-03Use xread_char to save a few bytes, fix indenting of commentsbug11-23/+12
2002-11-03Move bunzip2 idecompression code to libunarchivebug14-1787/+1815
2002-11-03Test for holes in swapfilesandersen1-0/+12
2002-11-01Make uncompress a seperate applet so it doesnt pull in all the gunzip codebug19-9/+153
2002-11-01Allow short reads when filling compress bufferbug12-2/+2
2002-11-01Allow the .Z prefix if compress support enabledbug11-5/+9
2002-11-01Make it a fatal error if bad chksum or crc, if not we should return an error ...bug11-2/+2
2002-11-01Report errror if the first magic character doesnt matchbug11-0/+3
2002-10-31sync to udhcp 0.9.8russ8-160/+243
2002-10-30Use a nifty macro to make testing gcc features simplerandersen1-9/+8
2002-10-27Formattingandersen1-5/+5
2002-10-27Update the webpageandersen1-0/+40
2002-10-26last_patch64 from vodz:andersen1-15/+17
2002-10-26A patch from Jouni Malinen to avoid some buffer overflows in vi,andersen1-3/+9
2002-10-26Ivan Popov noticed that handling of PREFIX was bad.andersen1-1/+1
2002-10-26A bugfix from Danny Lepage:andersen1-1/+1
2002-10-25This patch from Magnus Damm fixed a long standing problemandersen1-1/+1
2002-10-22Fix warningandersen1-0/+1
2002-10-22mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>andersen2-4/+0
2002-10-22vodz forgot to include the suid fieldandersen1-2/+2
2002-10-22Apply patch from bug #1278 -- fix usage message for theandersen1-1/+1
2002-10-22vodz writes:andersen2-14/+2
2002-10-22I committed the fflush in the wrong spot. I should go to bedandersen1-1/+1
2002-10-22last_patch63 from vodz: add in crond and crontab appletsandersen9-15/+1588
2002-10-22Patch last_pach62 from vodz. This patch moves all the /proc parsingandersen8-312/+220
2002-10-22Apply last_patch51_3 from vodzandersen1-1/+15
2002-10-22Be absurdly careful about flushing stdout.andersen1-2/+2
2002-10-22Move unzip.c uncompress.c from libbb to archiveal/libunarchivebug14-1213/+4
2002-10-21gz_open is used anymore, use inflate directly, see how its done in get_header...bug11-58/+0
2002-10-19Dont try and make the "/" directorybug11-2/+2
2002-10-19Update dpkg to use new unarchive codebug15-7/+85
2002-10-19Fix exclude/include problembug16-48/+36