aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* More size shrinkage.landley2006-05-296-52/+14
* Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valueslandley2006-05-291-4/+2
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-262-3/+2
* - use ATTRIBUTE_ALWAYS_INLINE if requestedaldot2006-05-261-37/+6
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1
* Patch from Vladamir Oleynik, reducing memory consumption.landley2006-05-111-1/+1
* Patch from Dennis Vlasenko to add the option to compress help text.landley2006-04-271-0/+1
* Busybox is under the GPL.landley2006-04-141-7/+6
* - remove unneeded include, use shorter boilerplate while at it and alsoaldot2006-04-134-63/+17
* Patch from Rob Sullivan to consolidate crc32 table generation.landley2006-04-102-45/+12
* - include proper headers.aldot2006-04-052-28/+8
* - 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-021-2/+2
* - revert back to r14406aldot2006-03-131-47/+53
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-101-1/+1
* 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-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-0628-31/+31
* Patch from Robert P. Day, moving byte order checks to use platform.h macros.landley2006-03-041-2/+2
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
* - fixes parallel builds (make -j)aldot2006-03-011-54/+42
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)landley2006-03-011-1/+1
* use bb_xstrndup vs strndup. Thanks rfelker.vodz2006-03-011-1/+1
* 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-021-3/+2
* 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
* just whitespacetimr2006-01-254-19/+19
* - add platform.h.aldot2006-01-221-1/+1
* Patch from Aurelien Jacobs to add unlzma. (A new decompression type,landley2006-01-205-0/+535
* - shared libbusybox.aldot2006-01-151-18/+16
* Don't return 0 when there's an error.landley2006-01-101-0/+2
* - silence warning about unused paramaldot2005-12-291-2/+1
* 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-271-2/+6
* - typo in makefile variable: s/archvial/archival/aldot2005-10-131-1/+1
* There doesn't seem to be a standard header for makedev(), but this is close.landley2005-10-111-0/+1
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...aldot2005-10-071-2/+2
* Stop gcc4 from nit-picking about signedness of char *.landley2005-09-251-1/+2
* 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-111-1/+0
* typo, thanks, Bernhard Fischervodz2005-09-061-1/+1
* Anand Avati hit an integer overflow problem in our unzip code.landley2005-08-311-1/+1
* Bernhard Fischer says: use xmalloc() instead of malloc()vapier2005-08-161-1/+1