index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
archival
Age
Commit message (
Expand
)
Author
2007-01-05
Stop tracking buffer size - it is a constant.
Denis Vlasenko
2007-01-05
simplify access to buffer, making code a bit smaller
Denis Vlasenko
2007-01-04
- spelling fix
Bernhard Reutner-Fischer
2007-01-03
extern variable declaration in a .c file is heresy - fixing it
Denis Vlasenko
2006-12-30
done a dozen of randconfig test. guess what? ALL failed...
Denis Vlasenko
2006-12-28
bb_xget[pw/gr]nam were horribly misnamed - fixed.
Denis Vlasenko
2006-12-26
merge post-1.3.0 fixes
Denis Vlasenko
2006-12-26
style fixes
Denis Vlasenko
2006-12-22
remove useless casts (type*) xzalloc(...)
Denis Vlasenko
2006-12-22
dpkg: getopt32-ification etc, -100 bytes
Denis Vlasenko
2006-12-22
rpm: reformat. was really hard to read
Denis Vlasenko
2006-12-22
removal of commented-out cruft
Denis Vlasenko
2006-12-22
tar et al: die if bb_copyfd_size copies less than asked for.
Denis Vlasenko
2006-12-19
remove casts from xmalloc()
Denis Vlasenko
2006-12-18
A bunch of defined(__GLIBC__) added. static-linking warning expanded
Denis Vlasenko
2006-12-17
tar: report error if child dies while writing out the end of tarball
Denis Vlasenko
2006-12-16
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-12-16
s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
Denis Vlasenko
2006-12-12
- remove functions marked as LEGACY in SUSv3 and use their modern counterparts.
Bernhard Reutner-Fischer
2006-11-29
fix support for globally disabling --long-options.
Denis Vlasenko
2006-11-27
tar: fix misplaced --exclude long option definition
Denis Vlasenko
2006-11-27
style cleanup: return(a) -> return a, part 2
Denis Vlasenko
2006-11-27
style cleanup: return(a) -> return a, part 1
Denis Vlasenko
2006-11-26
small fixes:
Denis Vlasenko
2006-11-26
tar: refuse to untar files with "/../" components
Denis Vlasenko
2006-11-26
tar: correctly skip (and warn about) pax headers.
Denis Vlasenko
2006-11-25
tar: add support for FEATURE_TAR_GNU_EXTENSIONS so than we can save
Denis Vlasenko
2006-11-25
tar: small fix and small optimization
Denis Vlasenko
2006-11-25
tar: abort if tarring up file larger that 64Gb
Denis Vlasenko
2006-11-24
tar: fix multiple -t and/or -v options handling.
Denis Vlasenko
2006-11-24
tar: sanitize option handling
Denis Vlasenko
2006-11-24
tar: buglet fix
Denis Vlasenko
2006-11-24
tar: fix and sanitize handling of long filenames/linknames
Denis Vlasenko
2006-11-24
tar: small fixes:
Denis Vlasenko
2006-11-24
tar: cache [ug]id->username/groupname mappings. Cuts down amount
Denis Vlasenko
2006-11-24
tar: cry murder and bail out if file shrinks under us while we tar it up
Denis Vlasenko
2006-11-24
header_verbose_list: stop truncating file size in listing
Denis Vlasenko
2006-11-24
tar:
Denis Vlasenko
2006-11-21
insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close().
Denis Vlasenko
2006-11-21
cpio: (allegedly) fix bug 0001095:
Denis Vlasenko
2006-11-05
rename: compare_string_array -> index_in_str_array
Denis Vlasenko
2006-10-27
recursive_action: add depth param
Denis Vlasenko
2006-10-27
last nail into error_msg() (de)capitalization
Denis Vlasenko
2006-10-26
rename functions to more understandable names
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-14
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-12
bb_get_[chomped]line_from_file wasn't descriptive enough.
Denis Vlasenko
2006-10-12
style fixes
Denis Vlasenko
2006-10-12
small style fixes
Denis Vlasenko
2006-10-10
od: provide full-blown od from coreutils if CONFIG_DESKTOP
Denis Vlasenko
[next]