Glenn Strauss
|
c752d4696e
|
[multiple] correct misspellings in comments
x-ref:
"Script for fixing spelling errors with codespell"
https://redmine.lighttpd.net/boards/3/topics/8947
|
2020-07-08 19:54:30 -04:00 |
Glenn Strauss
|
d4083effab
|
[core] fix base64 decode when char is unsigned (fixes #2848)
thx, codehero
x-ref:
"buffer_append_base64_decode() broken on compilers where char is assumed unsigned"
https://redmine.lighttpd.net/issues/2848
|
2017-12-21 17:41:17 -05:00 |
Glenn Strauss
|
7aff5046ac
|
[unittests] consolidate base64 test code
consolidate base64 test code
use char type for tables to reduce memory use
(potentially increase cache hits)
|
2017-10-03 22:21:53 -04:00 |
Stefan Bühler
|
82bee8d5c3
|
[base64] fix another crash due to broken force_assert conditions
From: Stefan Bühler <stbuehler@web.de>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3119 152afb58-edef-0310-8abb-c4023f1b3aa9
|
2016-03-25 16:58:14 +00:00 |
Andrey Mnatsakanov
|
7b983ae054
|
[base64] fix crash due to broken force_assert
if the input to `li_to_base64_no_padding` has length 3*n,
`out_tuple_remainder` = `in_tuple_remainder` = 0, and `4*full_tuples
== 4*full_tuples + out_tuple_remainder`
From: Andrey Mnatsakanov <andrey.mnatsakanov@gmail.com>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3117 152afb58-edef-0310-8abb-c4023f1b3aa9
|
2016-03-23 20:25:29 +00:00 |
Glenn Strauss
|
8abd06a7ff
|
consistent inclusion of config.h at top of files (fixes #2073)
From: Glenn Strauss <gstrauss@gluelogic.com>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3113 152afb58-edef-0310-8abb-c4023f1b3aa9
|
2016-03-19 15:14:35 +00:00 |
Stefan Bühler
|
b0a4421272
|
[core] refactor base64 functions into separate file
Differential Revision: https://review.lighttpd.net/D6
From: Stefan Bühler <stbuehler@web.de>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3053 152afb58-edef-0310-8abb-c4023f1b3aa9
|
2015-11-22 22:22:20 +00:00 |