Denis Vlasenko
|
023dc6798e
fix warnings about pointer signedness
|
před 16 roky |
Denis Vlasenko
|
8ee649a02e
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
|
před 16 roky |
Denis Vlasenko
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
před 16 roky |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
před 17 roky |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
před 17 roky |
Denis Vlasenko
|
d166f83d74
md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)
|
před 17 roky |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
před 17 roky |
Denis Vlasenko
|
50f7f446ec
bb_full_fd_action: remove potential xmalloc from NOFORK path
|
před 17 roky |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
před 18 roky |
Denis Vlasenko
|
a41fdf331a
preparatory patch for -Wwrite-strings #1
|
před 18 roky |
Denis Vlasenko
|
3a34d0c08a
random small size optimizations
|
před 18 roky |
Denis Vlasenko
|
9f739445cd
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
|
před 18 roky |
Denis Vlasenko
|
14621929a1
md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".
|
před 18 roky |
Denis Vlasenko
|
ddec5af6b0
rename functions to more understandable names
|
před 18 roky |
Denis Vlasenko
|
2d5ca60bfb
bb_get_[chomped]line_from_file wasn't descriptive enough.
|
před 18 roky |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
před 18 roky |
Denis Vlasenko
|
524176680d
Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c
|
před 18 roky |
Rob Landley
|
236c6755d2
Teach md5sum and sha1sum to work the way other applets do so I don't have to
|
před 18 roky |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
před 18 roky |
Rob Landley
|
7cc6b69bb0
Patch from Shaun Jackman, set optind by hand if we don't call getopt.
|
před 18 roky |
Rob Landley
|
34b5319d86
Make md5 calculation always go through an the buffer so that A) we don't
|
před 18 roky |
Bernhard Reutner-Fischer
|
eba32f429b
- typo in error-message: s/algotithm/algorithm
|
před 18 roky |
Rob Landley
|
5cf7c2df66
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked
|
před 19 roky |
Rob Landley
|
164c5c80ba
Eliminate unnecessary allocation from md5sum that was leaked without ever being used.
|
před 19 roky |
Bernhard Reutner-Fischer
|
47ea7b7f96
- Matthias Wenzel writes:
|
před 19 roky |
Mike Frysinger
|
9e164578f2
tweak signed/unsigned char usage to avoid mismatches
|
před 19 roky |
Rob Landley
|
6624daeb4d
On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote:
|
před 19 roky |
Eric Andersen
|
14f5c8d764
Patch from Bernhard Fischer to make a bunch of symbols static
|
před 19 roky |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
před 20 roky |
Eric Andersen
|
70060d25d2
s/fileno\(stdin\)/STDIN_FILENO/g
|
před 20 roky |