| Commit message (Expand) | Author | Files | Lines |
2002-11-06 | Use a switch instead of successive if (strcmp()) statments. | bug1 | 1 | -31/+50 |
2002-11-06 | Split deb_extract() into more generic functions | bug1 | 1 | -43/+76 |
2002-11-06 | Terminate the buffer with a '\0' | bug1 | 1 | -3/+5 |
2002-11-05 | typo in udhcpc help | russ | 1 | -1/+1 |
2002-11-05 | version number oops | russ | 3 | -1/+8 |
2002-11-05 | Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internally | bug1 | 1 | -16/+34 |
2002-11-05 | Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ... | bug1 | 7 | -5/+105 |
2002-11-05 | enable .tar.bz2 for dpkg-deb | bug1 | 7 | -24/+45 |
2002-11-04 | Change filter paramaters, filters can be more powefull now | bug1 | 7 | -25/+82 |
2002-11-03 | Call lseek directly rather than via data_align() | bug1 | 1 | -1/+1 |
2002-11-03 | Abstract read and seek in unarchiving code, convert bunzip to file descriptor... | bug1 | 28 | -330/+464 |
2002-11-03 | Fix #define syntax | bug1 | 2 | -2/+2 |
2002-11-03 | Move data_extract_all_prefix to dpkg, its only used there. | bug1 | 4 | -39/+15 |
2002-11-03 | Add copyright notice and license, use strcat+strcpy instead of sprintf | bug1 | 1 | -8/+21 |
2002-11-03 | Use xread_char to save a few bytes, fix indenting of comments | bug1 | 1 | -23/+12 |
2002-11-03 | Move bunzip2 idecompression code to libunarchive | bug1 | 4 | -1787/+1815 |
2002-11-03 | Test for holes in swapfiles | andersen | 1 | -0/+12 |
2002-11-01 | Make uncompress a seperate applet so it doesnt pull in all the gunzip code | bug1 | 9 | -9/+153 |
2002-11-01 | Allow short reads when filling compress buffer | bug1 | 2 | -2/+2 |
2002-11-01 | Allow the .Z prefix if compress support enabled | bug1 | 1 | -5/+9 |
2002-11-01 | Make it a fatal error if bad chksum or crc, if not we should return an error ... | bug1 | 1 | -2/+2 |
2002-11-01 | Report errror if the first magic character doesnt match | bug1 | 1 | -0/+3 |
2002-10-31 | sync to udhcp 0.9.8 | russ | 8 | -160/+243 |
2002-10-30 | Use a nifty macro to make testing gcc features simpler | andersen | 1 | -9/+8 |
2002-10-27 | Formatting | andersen | 1 | -5/+5 |
2002-10-27 | Update the webpage | andersen | 1 | -0/+40 |
2002-10-26 | last_patch64 from vodz: | andersen | 1 | -15/+17 |
2002-10-26 | A patch from Jouni Malinen to avoid some buffer overflows in vi, | andersen | 1 | -3/+9 |
2002-10-26 | Ivan Popov noticed that handling of PREFIX was bad. | andersen | 1 | -1/+1 |
2002-10-26 | A bugfix from Danny Lepage: | andersen | 1 | -1/+1 |
2002-10-25 | This patch from Magnus Damm fixed a long standing problem | andersen | 1 | -1/+1 |
2002-10-22 | Fix warning | andersen | 1 | -0/+1 |
2002-10-22 | mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h> | andersen | 2 | -4/+0 |
2002-10-22 | vodz forgot to include the suid field | andersen | 1 | -2/+2 |
2002-10-22 | Apply patch from bug #1278 -- fix usage message for the | andersen | 1 | -1/+1 |
2002-10-22 | vodz writes: | andersen | 2 | -14/+2 |
2002-10-22 | I committed the fflush in the wrong spot. I should go to bed | andersen | 1 | -1/+1 |
2002-10-22 | last_patch63 from vodz: add in crond and crontab applets | andersen | 9 | -15/+1588 |
2002-10-22 | Patch last_pach62 from vodz. This patch moves all the /proc parsing | andersen | 8 | -312/+220 |
2002-10-22 | Apply last_patch51_3 from vodz | andersen | 1 | -1/+15 |
2002-10-22 | Be absurdly careful about flushing stdout. | andersen | 1 | -2/+2 |
2002-10-22 | Move unzip.c uncompress.c from libbb to archiveal/libunarchive | bug1 | 4 | -1213/+4 |
2002-10-21 | gz_open is used anymore, use inflate directly, see how its done in get_header... | bug1 | 1 | -58/+0 |
2002-10-19 | Dont try and make the "/" directory | bug1 | 1 | -2/+2 |
2002-10-19 | Update dpkg to use new unarchive code | bug1 | 5 | -7/+85 |
2002-10-19 | Fix exclude/include problem | bug1 | 6 | -48/+36 |