aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Busybox is under the GPL.landley2006-04-141-7/+6
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't havelandley2006-04-131-17/+17
* - remove unneeded include, use shorter boilerplate while at it and alsoaldot2006-04-134-63/+17
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-131-1/+1
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-123-21/+9
* - patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot2006-04-121-2/+2
* Patch from Rob Sullivan to consolidate crc32 table generation.landley2006-04-103-70/+22
* - include proper headers.aldot2006-04-052-28/+8
* - move buffer allocation schemes to libbb.haldot2006-04-031-14/+2
* - include proper prototypes in libunarchive.aldot2006-04-023-14/+8
* - janitorial: huft_build is never used outside of decompress_unzip.c and has noaldot2006-04-021-0/+1
* - typos: s/compatability/compatibility/g;s/compatable/compatible/g;aldot2006-04-023-4/+4
* ensure that corrupted file extraction causes both a message andpgf2006-03-271-4/+11
* - revert back to r14406aldot2006-03-132-54/+68
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-131-3/+1
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-102-6/+8
* Patch from Denis Vlasenko to make unlzma smaller.landley2006-03-091-9/+29
* - backout using features which are not available with the previous stablealdot2006-03-092-4/+12
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-0635-38/+38
* Patch from Robert P. Day, moving byte order checks to use platform.h macros.landley2006-03-042-9/+9
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-022-0/+8
* - fixes parallel builds (make -j)aldot2006-03-012-68/+44
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)landley2006-03-013-6/+5
* use bb_xstrndup vs strndup. Thanks rfelker.vodz2006-03-011-1/+1
* 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