index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
md5_sha1_sum.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usage.c: remove reference to busybox.h
vda
2007-05-26
1
-1
/
+1
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
vda
2007-04-11
1
-2
/
+1
*
suppress warnings about easch <applet>_main() having
vda
2007-02-03
1
-0
/
+1
*
preparatory patch for -Wwrite-strings #1
vda
2007-01-29
1
-1
/
+1
*
random small size optimizations
vda
2007-01-12
1
-5
/
+3
*
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
vda
2006-12-16
1
-2
/
+2
*
md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".
vda
2006-11-23
1
-20
/
+24
*
rename functions to more understandable names
vda
2006-10-26
1
-1
/
+1
*
bb_get_[chomped]line_from_file wasn't descriptive enough.
vda
2006-10-12
1
-1
/
+1
*
getopt_ulflags -> getopt32.
vda
2006-10-03
1
-1
/
+1
*
Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c
vda
2006-09-28
1
-11
/
+9
*
Teach md5sum and sha1sum to work the way other applets do so I don't have to
landley
2006-08-06
1
-16
/
+6
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
landley
2006-08-03
1
-9
/
+1
*
Patch from Shaun Jackman, set optind by hand if we don't call getopt.
landley
2006-07-26
1
-0
/
+1
*
Make md5 calculation always go through an the buffer so that A) we don't
landley
2006-05-16
1
-1
/
+1
*
- typo in error-message: s/algotithm/algorithm
aldot
2006-05-10
1
-16
/
+16
*
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked
landley
2006-02-21
1
-24
/
+53
*
Eliminate unnecessary allocation from md5sum that was leaked without ever bei...
landley
2005-12-15
1
-9
/
+0
*
- Matthias Wenzel writes:
aldot
2005-10-27
1
-15
/
+5
*
tweak signed/unsigned char usage to avoid mismatches
vapier
2005-06-24
1
-4
/
+4
*
On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote:
landley
2005-04-30
1
-26
/
+13
*
Patch from Bernhard Fischer to make a bunch of symbols static
andersen
2005-04-16
1
-1
/
+1
*
Larry Doolittle writes:
andersen
2004-04-14
1
-1
/
+1
*
s/fileno\(stdin\)/STDIN_FILENO/g
andersen
2004-03-27
1
-1
/
+1
*
Remove trailing whitespace. Update copyright to include 2004.
andersen
2004-03-15
1
-2
/
+2
*
Return 1 upon failure
bug1
2004-02-22
1
-1
/
+2
*
Fix up the -s option, and make usage consitent with behaviour,
bug1
2003-11-20
1
-7
/
+6
*
woops, we needed that function
bug1
2003-11-18
1
-18
/
+35
*
Only use getopt and associated flags if checking is enabled
bug1
2003-11-18
1
-44
/
+36
*
Merge common parts of sha1sum and md5sum, which is everything except the
bug1
2003-11-10
1
-0
/
+195