aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* do not expose internal state of [g]zip unpacker.vda2007-01-052-39/+44
* Stopped doing assignments inside expressions.vda2007-01-052-58/+110
* decompress_unzip: preparatory patchvda2007-01-051-56/+56
* Stop tracking buffer size - it is a constant.vda2007-01-051-25/+34
* simplify access to buffer, making code a bit smallervda2007-01-051-80/+90
* - spelling fixaldot2007-01-041-1/+1
* extern variable declaration in a .c file is heresy - fixing itvda2007-01-032-5/+4
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-301-2/+4
* bb_xget[pw/gr]nam were horribly misnamed - fixed.vda2006-12-281-2/+2
* merge post-1.3.0 fixesvda2006-12-262-8/+19
* style fixesvda2006-12-264-40/+40
* remove useless casts (type*) xzalloc(...)vda2006-12-223-4/+4
* dpkg: getopt32-ification etc, -100 bytesvda2006-12-221-223/+170
* rpm: reformat. was really hard to readvda2006-12-221-121/+168
* removal of commented-out cruftvda2006-12-223-15/+3
* tar et al: die if bb_copyfd_size copies less than asked for.vda2006-12-228-41/+37
* remove casts from xmalloc()vda2006-12-191-3/+3
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-181-1/+1
* tar: report error if child dies while writing out the end of tarballvda2006-12-171-8/+39
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-167-8/+7
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gvda2006-12-161-1/+1
* - remove functions marked as LEGACY in SUSv3 and use their modern counterparts.aldot2006-12-121-5/+5
* fix support for globally disabling --long-options.vda2006-11-291-4/+3
* tar: fix misplaced --exclude long option definitionvda2006-11-271-4/+9
* style cleanup: return(a) -> return a, part 2vda2006-11-273-4/+4
* style cleanup: return(a) -> return a, part 1vda2006-11-278-23/+19
* small fixes:vda2006-11-261-1/+1
* tar: refuse to untar files with "/../" componentsvda2006-11-261-1/+6
* tar: correctly skip (and warn about) pax headers.vda2006-11-262-20/+35
* tar: add support for FEATURE_TAR_GNU_EXTENSIONS so than we can savevda2006-11-251-25/+98
* tar: small fix and small optimizationvda2006-11-252-12/+10
* tar: abort if tarring up file larger that 64Gbvda2006-11-251-42/+35
* tar: fix multiple -t and/or -v options handling.vda2006-11-241-36/+21
* tar: sanitize option handlingvda2006-11-242-125/+87
* tar: buglet fixvda2006-11-241-1/+1
* tar: fix and sanitize handling of long filenames/linknamesvda2006-11-242-21/+46
* tar: small fixes:vda2006-11-241-23/+23
* tar: cache [ug]id->username/groupname mappings. Cuts down amountvda2006-11-241-6/+3
* tar: cry murder and bail out if file shrinks under us while we tar it upvda2006-11-241-2/+12
* header_verbose_list: stop truncating file size in listingvda2006-11-243-28/+26
* tar:vda2006-11-242-179/+220
* insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close().vda2006-11-211-7/+6
* cpio: (allegedly) fix bug 0001095:vda2006-11-212-40/+55
* rename: compare_string_array -> index_in_str_arrayvda2006-11-051-1/+1
* recursive_action: add depth paramvda2006-10-271-2/+2
* last nail into error_msg() (de)capitalizationvda2006-10-271-8/+8
* rename functions to more understandable namesvda2006-10-261-2/+2
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-2015-24/+24
* add open_read_close() and similar stuffvda2006-10-143-10/+10
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-122-2/+2