summaryrefslogtreecommitdiff
path: root/src/base64.h
Commit message (Collapse)AuthorAgeFilesLines
* [multiple] __attribute_nonnull__ now takes paramsGlenn Strauss2021-10-051-1/+1
| | | | | | | | | define __attribute_nonnull__(params) with params to match recent changes in glibc development (targetting glibc 2.35 in Feb 2022) x-ref: new __attribute_nonnull__(params) conflicts with third-party https://sourceware.org/bugzilla/show_bug.cgi?id=28425
* [core] li_base64_dec()Glenn Strauss2021-08-271-0/+2
| | | | (make public in base64.h, like li_base64_enc())
* [core] merge base64 encoding to li_base64_enc()Glenn Strauss2021-05-191-16/+10
| | | | single func with option to add padding or not
* [core] buffer_append_base64_encode_opt()Glenn Strauss2021-05-061-2/+14
| | | | | | | | with option to include or omit padding single func to handle both: - buffer_append_base64_encode_no_padding - buffer_append_base64_encode
* [multiple] mark addtl funcs attr returns_nonnullGlenn Strauss2021-03-261-0/+3
|
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+1
| | | | | | 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
* [core] refactor base64 functions into separate fileStefan Bühler2015-11-221-0/+19
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