summaryrefslogtreecommitdiff
path: root/ext/standard/base64.c
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-4/+2
* More precise ifunc resolver return typeNikita Popov2020-04-151-2/+5
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Merge branch 'PHP-7.4'George Peter Banyard2019-08-201-33/+0
|\
| * Remove dead code in base64.cGeorge Peter Banyard2019-08-201-33/+0
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-111-0/+169
|\ \ | |/
| * neon vectorization for base64Sebastian Pop2019-07-111-0/+169
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-281-0/+2
|\ \ | |/
| * Mark ifunc resolver functions as unusedNikita Popov2019-06-281-0/+2
* | Update more func info information for ext/standardNikita Popov2019-05-291-1/+1
|/
* Make ABI of SIMD optimized functions independent of compiler flagsNikita Popov2019-02-141-8/+15
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Merge branch 'PHP-7.3'Nikita Popov2019-01-181-0/+2
|\
| * Add additional no_sanitize_address attributesNikita Popov2019-01-181-0/+2
* | Remove unnecessary base64_encode() return value checkbugreportuser2018-09-231-5/+1
|/
* Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-3/+3
* Combines common codesXinchen Hui2018-03-021-93/+53
* Attempt to fix build againXinchen Hui2018-03-011-29/+31
* Attempt to fix build reported fails in containersXinchen Hui2018-03-011-2/+3
* Fix possible int overflow on vars used in loop with size_t counterAnatol Belski2018-02-181-1/+2
* Update author infoXinchen Hui2018-02-121-0/+1
* Optimized base64_encode/decode with SIMD instructionsXinchen Hui2018-02-121-78/+692
* year++Xinchen Hui2018-01-021-1/+1
* Provide zend_string wrappers for php_base64_(en|de)codeSara Golemon2017-07-161-6/+0
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in standardSara Golemon2016-12-301-6/+10
* Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-171-1/+1
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-08-171-1/+1
| |\
| | * Fix TSRM buildStanislav Malyshev2016-08-161-0/+1
| | * Fix bug #72836 - integer overflow in base64_decode caused heap corruptionStanislav Malyshev2016-08-161-0/+5
| * | base64_decode: fix bug #72264 ('VV= =' shouldn't fail in strict mode)Lauri Kenttä2016-07-071-17/+17
| * | base64_decode: remove redundant codeLauri Kenttä2016-07-071-15/+1
| * | base64_decode: fix bug #72263 (skips char after padding)Lauri Kenttä2016-07-071-2/+3
| * | base64_decode: fix bug #72152 (fail on NUL bytes in strict mode)Lauri Kenttä2016-07-071-1/+6
| * | base64_decode: remove redundant checkLauri Kenttä2016-07-071-5/+6
| * | base64_decode: reorder to fix out of bounds readLauri Kenttä2016-07-071-9/+12
* | | Make base64_decode() in non-strict mode binary safeNikita Popov2016-07-221-4/+0
* | | base64_decode: Handle all invalid padding equallyLauri Kenttä2016-07-221-5/+0
* | | base64_decode: strict: Fail on excessive paddingLauri Kenttä2016-07-221-0/+5
* | | base64_decode: strict: Fail on truncated inputLauri Kenttä2016-07-221-0/+4
* | | base64_decode: Avoid code duplication in failuresLauri Kenttä2016-07-221-4/+6
* | | base64_decode: fix bug #72264 ('VV= =' shouldn't fail in strict mode)Lauri Kenttä2016-07-051-17/+17
* | | base64_decode: remove redundant codeLauri Kenttä2016-07-051-15/+1
* | | base64_decode: fix bug #72263 (skips char after padding)Lauri Kenttä2016-07-051-2/+3
* | | base64_decode: fix bug #72152 (fail on NUL bytes in strict mode)Lauri Kenttä2016-07-051-1/+6
* | | base64_decode: remove redundant checkLauri Kenttä2016-07-051-5/+6
* | | base64_decode: reorder to fix out of bounds readLauri Kenttä2016-07-051-9/+12
|/ /