index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
uuencode.c
Age
Commit message (
Expand
)
Author
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2011-10-28
libbb: shrink base64 decoding a bit
Denys Vlasenko
2011-10-28
whitespace fixes
Denys Vlasenko
2011-10-28
libbb: split decode_base64 off read_base64
Leonid Lisovskiy
2010-09-16
move read_base64 to libbb/uuencode.c
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-06
bb_uudecode: now this is the more thorough fix... I hope...
Denis Vlasenko
2007-08-06
bb_uuencode: fix obscure case where we were using data past last byte of source
Denis Vlasenko
2007-06-26
uuencode: shrink
Denis Vlasenko
2007-06-12
uudecode: nuke duplicate base64_table[]. saves 65 bytes
Denis Vlasenko
2006-09-03
uuencode: common implementation for wget and uuencode (closing bug 694)
Denis Vlasenko