Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8 from Inkeliz/masterHEADorigin/masterorigin/HEADmaster | Scott | 2017-05-04 | 1 | -7/+3 |
|\ | |||||
| * | Removed duplicated code. | Inkeliz | 2017-05-04 | 1 | -7/+3 |
|/ | |||||
* | Merge pull request #7 from fkooman/fix-6-master | Scott | 2017-04-20 | 1 | -1/+1 |
|\ | |||||
| * | fix Base64::decode method documentation | François Kooman | 2017-04-20 | 1 | -1/+1 |
|/ | |||||
* | Remove PHP 5.3 hacks | Scott | 2016-10-09 | 1 | -10/+1 |
* | Merge pull request #5 from hansott/fix-phpdocs | Scott | 2016-10-09 | 1 | -4/+4 |
|\ | |||||
| * | Fix PHPDoc's | Hans Ott | 2016-10-07 | 1 | -4/+4 |
|/ | |||||
* | Return type consistencyv2.0.3 | Paragon Initiative Enterprises | 2016-07-11 | 1 | -1/+3 |
* | Handle edge-case reported in #4v2.0.2 | Paragon Initiative Enterprises | 2016-06-12 | 3 | -24/+74 |
* | Add support for unpadded encoding | Paragon Initiative Enterprises | 2016-06-12 | 6 | -27/+52 |
* | Add type declarations to Binaryv2.0.1 | Paragon Initiative Enterprises | 2016-05-10 | 1 | -4/+4 |
* | Update README.md | Scott | 2016-04-18 | 1 | -1/+3 |
* | Remove HHVM for nowv2.0.0 | Scott | 2016-04-08 | 1 | -1/+0 |
* | Version 2.x requires PHP 7 and uses scalar type declarations | Scott | 2016-04-08 | 14 | -71/+78 |
* | Prepare for 1.0.0v1.0.0 | Scott | 2016-04-08 | 1 | -3/+3 |
* | Improved docblocks and test coverage | Scott | 2016-04-08 | 20 | -120/+634 |
* | Remove PHP 5.3/5.4 from Travis, but leave it in composer. | Scott | 2016-04-08 | 1 | -2/+0 |
* | Add version requirements notice | Scott | 2016-04-08 | 1 | -0/+6 |
* | Readme fix. Tagging v0.6.0v0.6.0 | Scott | 2016-04-08 | 1 | -1/+4 |
* | D.R.Y. | Paragon Initiative Enterprises | 2016-04-08 | 3 | -341/+268 |
* | Default to lowercase, unless using the RFC4648 interface. | Paragon Initiative Enterprises | 2016-04-08 | 5 | -43/+392 |
* | Update docblock. 0.5.1v0.5.1 | Scott | 2016-03-24 | 1 | -1/+1 |
* | Return false when non-base64 chars are used | Scott | 2016-03-24 | 1 | -3/+1 |
* | Update Base64.php | Scott | 2016-03-15 | 1 | -6/+0 |
* | * Add Base64UrlSafev0.5.0 | Paragon Initiative Enterprises | 2016-03-14 | 9 | -68/+387 |
* | Update composer.jsonv0.4.0 | Scott | 2016-03-13 | 1 | -2/+2 |
* | Experiment: Does this work in 5.3/5.4? | Scott | 2016-03-13 | 1 | -1/+3 |
* | Add Base32Hex, completing RFC 4648 coverage.v0.3.0 | Scott | 2016-03-12 | 7 | -87/+224 |
* | Refactor into classes | Scott | 2016-03-12 | 9 | -806/+746 |
* | Improve test coverage | Paragon Initiative Enterprises | 2016-03-12 | 3 | -80/+117 |
* | Update README.md | Scott | 2016-03-12 | 1 | -4/+0 |
* | Get rid of chr()/ord()v0.2.1 | Scott | 2016-03-12 | 2 | -162/+271 |
* | Update README.md | Scott | 2016-03-11 | 1 | -0/+6 |
* | Update README.md | Scott | 2016-03-11 | 1 | -0/+1 |
* | Add base32 example to readme | Scott | 2016-03-11 | 1 | -3/+5 |
* | RFC 4648 base64-encodingv0.2.0 | Paragon Initiative Enterprises | 2016-03-11 | 2 | -1/+382 |
* | Update readme0.1.0 | Paragon Initiative Enterprises | 2016-02-02 | 1 | -1/+7 |
* | Add hex encoding/decoding | Paragon Initiative Enterprises | 2016-02-02 | 1 | -1/+58 |
* | Add build status | Paragon Initiative Enterprises | 2016-02-02 | 1 | -0/+2 |
* | Add Travis file | Paragon Initiative Enterprises | 2016-02-02 | 1 | -0/+18 |
* | Add README | Paragon Initiative Enterprises | 2016-02-02 | 1 | -0/+31 |
* | Initial commit. | Paragon Initiative Enterprises | 2016-02-02 | 6 | -0/+632 |