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
/
libbb
/
uuencode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
base32/64: "truncated base64 input" -> "truncated input"
Denys Vlasenko
2020-11-28
1
-6
/
+7
*
libbb: change decode_base32/64 API to return the end of _dst_, not _src_.
Denys Vlasenko
2020-11-28
1
-14
/
+15
*
libbb: trim base32/64 tables
Denys Vlasenko
2020-11-28
1
-13
/
+11
*
base32/64: code shrink
Denys Vlasenko
2020-11-28
1
-29
/
+37
*
base32/64: code shrink
Denys Vlasenko
2020-11-28
1
-32
/
+43
*
libbb: faster and smaller decode_base32()
Denys Vlasenko
2020-11-27
1
-50
/
+34
*
libbb: smaller and faster decode_base64()
Denys Vlasenko
2020-11-27
1
-64
/
+36
*
base32: new applet
Denys Vlasenko
2020-11-26
1
-3
/
+81
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-1
/
+1
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-1
/
+0
*
libbb: shrink base64 decoding a bit
Denys Vlasenko
2011-10-28
1
-19
/
+23
*
whitespace fixes
Denys Vlasenko
2011-10-28
1
-1
/
+1
*
libbb: split decode_base64 off read_base64
Leonid Lisovskiy
2011-10-28
1
-25
/
+100
*
move read_base64 to libbb/uuencode.c
Denys Vlasenko
2010-09-16
1
-1
/
+75
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-2
/
+2
*
bb_uudecode: now this is the more thorough fix... I hope...
Denis Vlasenko
2007-08-06
1
-2
/
+2
*
bb_uuencode: fix obscure case where we were using data past last byte of source
Denis Vlasenko
2007-08-06
1
-16
/
+22
*
uuencode: shrink
Denis Vlasenko
2007-06-26
1
-2
/
+3
*
uudecode: nuke duplicate base64_table[]. saves 65 bytes
Denis Vlasenko
2007-06-12
1
-2
/
+3
*
uuencode: common implementation for wget and uuencode (closing bug 694)
Denis Vlasenko
2006-09-03
1
-0
/
+63