summaryrefslogtreecommitdiff
path: root/src/base64.h
Commit message (Expand)AuthorAgeFilesLines
* src: avoid implicit type conversionsMichaël Zasso2021-02-071-3/+3
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-3/+31
* src: move all base64.h inline methods into -inl.h header fileAnna Henningsen2020-10-031-74/+4
* src: create helper for reading Uint32BEJuan José Arboleda2020-09-301-75/+3
* src: remove unnecessary calculation in base64.hsapics2020-06-251-40/+26
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-2/+2
* src: change macro to fnGino Notto2018-10-151-4/+6
* src: make base64.h self-containedDaniel Bevenius2017-11-271-0/+1
* src: fix decoding base64 with whitespaceNikolai Vavilov2017-06-161-2/+1
* buffer: optimize decoding wrapped base64 dataAlexey Orlenko2017-04-041-34/+35
* src: fix base64 decodingNikolai Vavilov2017-03-311-2/+2
* string_bytes: Make base64 encode/decode reusableEugene Ostroukhov2016-05-231-0/+194