Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
0c6914e50c913b54632b7279dbe3544ca7e633d0
/
archival
/
rpm.c
5e34ff2
*: mass renaming of USE_XXXX to IF_XXXX
by Denis Vlasenko
· 16 years ago
1a9e9bd
gunzip: restore mtime. approx +80 bytes of code
by Denis Vlasenko
· 16 years ago
aa9eb1f
rpm: fix incompatibilities which prevented rpm -i foo.src.rpm
by Denis Vlasenko
· 16 years ago
e9ad84d
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
by Denis Vlasenko
· 16 years ago
b605272
open_transformer: do not return fd, it does not change
by Denis Vlasenko
· 16 years ago
deeed59
libbb: introduce and use xrealloc_vector
by Denis Vlasenko
· 16 years ago
a60936d
libunarchive: stop using static data in archivers - archive_handle_t
by Denis Vlasenko
· 16 years ago
defc1ea
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
by Denis Vlasenko
· 16 years ago
059c917
open_transformer: do not duplicate "<program> -cf -"
by Denis Vlasenko
· 17 years ago
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
5dd8a03
gunzip: support concatenated gz files.
by Denis Vlasenko
· 17 years ago
211f7f8
tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yahoo.com>)
by Denis Vlasenko
· 17 years ago
c14d39e
rmp: add optional support for bz2 data. +50 bytes of code
by Denis Vlasenko
· 18 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
ac678ec
style fixes, no code changes
by Denis Vlasenko
· 18 years ago
ab9eef2
bunzip2/gunzip/uncompress/unlzma: merge into common code -
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
9a44c4f
bb_xget[pw/gr]nam were horribly misnamed - fixed.
by Denis Vlasenko
· 18 years ago
f4c52b3
rpm: reformat. was really hard to read
by Denis Vlasenko
· 18 years ago
e1a0d48
message string changes, mostly for consistency, also -32 bytes in .rodata
by Denis Vlasenko
· 18 years ago
1385899
attempt to regularize atoi mess.
by Denis Vlasenko
· 18 years ago
cf94446
random style fixes
by Denis Vlasenko
· 18 years ago
9cac521
using [xa]sprintf for string concatenation is neat and saves
by Denis Vlasenko
· 18 years ago
d591a36
- merge -r15463:15564 from busybox_scratch branch through these changesets:
by Bernhard Reutner-Fischer
· 18 years ago
d921b2e
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
by Rob Landley
· 18 years ago
5343747
Cleaup read() and write() variants, plus a couple of new functions like
by Rob Landley
· 18 years ago
44e216f
- use bb_xchdir instead of ignoring eventual errors of chdir
by Bernhard Reutner-Fischer
· 19 years ago
1ec5b29
More size shrinkage.
by Rob Landley
· 19 years ago
2cdd4d5
passing around an int as a void* is a very bad idea
by Eric Andersen
· 19 years ago
20f4000
- add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it.
by Bernhard Reutner-Fischer
· 19 years ago
c1ef7bd
just whitespace
by Tim Riker
· 19 years ago
5990efb
use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550)
by Mike Frysinger
· 19 years ago
d5bd137
- rename libbb's password helpers as suggested in libbb.h
by Bernhard Reutner-Fischer
· 19 years ago
1eef0c4
Bernhard Fischer says: use xmalloc() instead of malloc()
by Mike Frysinger
· 19 years ago
19d7021
add comments about ignoring some warnings which are OK
by Mike Frysinger
· 20 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
dfcb5b0
s/u_int/uint/g
by Eric Andersen
· 21 years ago
5699b85
Move from read_gz to the pipe()+fork() method.
by Glenn L McGrath
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
38386d7
include busybox after libc includes
by Glenn L McGrath
· 22 years ago
b72a735
rpm applet by Laurence Anderson
by Glenn L McGrath
· 22 years ago