aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patch from Denis Vlasenko to constify things and fix a few typos.landley2006-02-222-3/+6
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-0/+2
* Bug 640: a filename of length exactly 100 could bleed into the next field onlandley2006-02-201-19/+11
* The gentoo security guys found another way to segfault busybox's decompressionlandley2006-02-201-1/+1
* Fix for an integer overflow bug that could cause a segfault on certainlandley2006-02-171-1/+1
* The tendency of vi to auto-indent can be really annoying at times.landley2006-02-171-75/+75
* More whitespace than you can possibly imagine...landley2006-02-171-18/+145
* make the build system puuuuuuuuuuurtyvapier2006-02-022-6/+4
* passing around an int as a void* is a very bad ideaandersen2006-01-301-10/+5
* sort out yet more type issuesandersen2006-01-301-1/+1
* fixup a few types to prevent gcc (rightfully) whining about mixingandersen2006-01-301-4/+4
* - add some ATTRIBUTE_UNUSED.aldot2006-01-302-29/+4
* just whitespacetimr2006-01-2511-53/+53
* - add platform.h.aldot2006-01-222-19/+6
* Patch from Aurelien Jacobs to add unlzma. (A new decompression type,landley2006-01-209-4/+663
* - shared libbusybox.aldot2006-01-152-19/+22
* Don't return 0 when there's an error.landley2006-01-101-0/+2
* Bug 547: writing out the tar file header before we confirm we can actuallylandley2006-01-091-11/+14
* use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550)vapier2006-01-041-1/+1
* - silence warning about unused paramaldot2005-12-291-2/+1
* Bug 601: When we fork an archiver and feed stuff to it through a pipe, iflandley2005-12-161-3/+4
* - typo: s/sucess/success/galdot2005-12-121-1/+1
* reduce 3 warning if compile with -Wvodz2005-12-061-2/+5
* I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it.landley2005-11-121-1/+1
* Add --no-same-owner and --no-same-permissions options to tar.landley2005-10-272-37/+58
* The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859,landley2005-10-161-2/+2
* Whitespace and curly bracket cleanup (our tabstop is 4 in busybox),landley2005-10-161-188/+146
* llist must initialize, add loses ifdef, small indent correctionvodz2005-10-151-30/+33
* Add --exclude option (to make uClibc-0.9.28 headers install using busybox tar).landley2005-10-151-20/+24
* - new bb_opt_complementally syntax, use [-:?] only - 'free' charsvodz2005-10-143-15/+6
* - typo in makefile variable: s/archvial/archival/aldot2005-10-131-1/+1
* usage bb_dev_nullvodz2005-10-121-1/+1
* Prepend '-' to the first argument if required, more const, indentvodz2005-10-121-7/+12
* new featured bb_opt_complementally, correct argc checkingvodz2005-10-121-14/+6
* There doesn't seem to be a standard header for makedev(), but this is close.landley2005-10-111-0/+1
* - use complementally '!' to '?' - 'ask' is best 'free' char for this.vodz2005-10-113-3/+3
* bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.vodz2005-10-101-4/+0
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...aldot2005-10-073-4/+4
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-291-6/+2
* Stop gcc4 from nit-picking about signedness of char *.landley2005-09-251-1/+2
* use the shorter license headervapier2005-09-241-15/+2
* use brief license linevapier2005-09-241-15/+2
* - rename libbb's password helpers as suggested in libbb.haldot2005-09-202-4/+4
* Patch from Berhnard Fischer to keep duplicate objects out of the library.landley2005-09-141-0/+1
* remove unrequired dependencesvodz2005-09-142-3/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-118-17/+9
* typo, thanks, Bernhard Fischervodz2005-09-061-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-053-9/+5
* Fix for bug 383: attempting to "tar c /" would error out because strippinglandley2005-09-011-1/+1
* Anand Avati hit an integer overflow problem in our unzip code.landley2005-08-311-1/+1