index
:
delta/lighttpd-git.git
master
personal/gstrauss/master
personal/stbuehler/1.4.48-mod-proxy-fix
personal/stbuehler/ci-build
personal/stbuehler/cleanup-build
personal/stbuehler/fix-fdevent
personal/stbuehler/leaks
personal/stbuehler/mod-csrf
personal/stbuehler/mod-csrf-old
git.lighttpd.net: lighttpd/lighttpd1.4.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
base64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[core] fix li_base64_dec() on whitespace
Glenn Strauss
2022-07-01
1
-7
/
+8
*
[core] base64url pad char is '='; change from '.'
Glenn Strauss
2021-09-08
1
-4
/
+4
*
[core] li_base64_dec()
Glenn Strauss
2021-08-27
1
-1
/
+1
*
[core] load padding char from base64_table
Glenn Strauss
2021-05-20
1
-12
/
+1
*
[core] li_base64_dec() on 4 bytes at a time
Glenn Strauss
2021-05-20
1
-68
/
+48
*
[core] merge base64 encoding to li_base64_enc()
Glenn Strauss
2021-05-19
1
-24
/
+18
*
[core] base64 encode w/ reduced data dependencies
Glenn Strauss
2021-05-19
1
-12
/
+13
*
[core] base64 encode round-up for required space
Glenn Strauss
2021-05-18
1
-11
/
+6
*
[core] consolidate overflow checks in li_to_base64
Glenn Strauss
2021-05-06
1
-3
/
+5
*
[core] base64_charset enum supports only 2 tables
Glenn Strauss
2021-05-06
1
-24
/
+6
*
[core] buffer_append_base64_encode_opt()
Glenn Strauss
2021-05-06
1
-15
/
+8
*
[core] li_to_base64 alt code to add padding
Glenn Strauss
2021-05-06
1
-28
/
+25
*
[core] li_base64_decode mark cold code path
Glenn Strauss
2021-05-06
1
-15
/
+13
*
[core] li_base64_decode similar to li_to_base64
Glenn Strauss
2021-05-06
1
-13
/
+21
*
[multiple] correct misspellings in comments
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[core] fix base64 decode when char is unsigned (fixes #2848)
Glenn Strauss
2017-12-21
1
-3
/
+3
*
[unittests] consolidate base64 test code
Glenn Strauss
2017-10-03
1
-6
/
+6
*
[base64] fix another crash due to broken force_assert conditions
Stefan Bühler
2016-03-25
1
-2
/
+2
*
[base64] fix crash due to broken force_assert
Andrey Mnatsakanov
2016-03-23
1
-1
/
+1
*
consistent inclusion of config.h at top of files (fixes #2073)
Glenn Strauss
2016-03-19
1
-0
/
+2
*
[core] refactor base64 functions into separate file
Stefan Bühler
2015-11-22
1
-0
/
+233