Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed duplicated code. | Inkeliz | 2017-05-04 | 1 | -7/+3 |
* | 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 |
* | 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 | 2 | -23/+32 |
* | Add support for unpadded encoding | Paragon Initiative Enterprises | 2016-06-12 | 5 | -27/+46 |
* | Add type declarations to Binaryv2.0.1 | Paragon Initiative Enterprises | 2016-05-10 | 1 | -4/+4 |
* | Version 2.x requires PHP 7 and uses scalar type declarations | Scott | 2016-04-08 | 11 | -63/+74 |
* | Improved docblocks and test coverage | Scott | 2016-04-08 | 11 | -12/+318 |
* | D.R.Y. | Paragon Initiative Enterprises | 2016-04-08 | 2 | -341/+248 |
* | Default to lowercase, unless using the RFC4648 interface. | Paragon Initiative Enterprises | 2016-04-08 | 3 | -5/+286 |
* | 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 | 7 | -41/+296 |
* | Add Base32Hex, completing RFC 4648 coverage.v0.3.0 | Scott | 2016-03-12 | 6 | -87/+176 |
* | Refactor into classes | Scott | 2016-03-12 | 7 | -792/+718 |
* | Improve test coverage | Paragon Initiative Enterprises | 2016-03-12 | 1 | -66/+74 |
* | Get rid of chr()/ord()v0.2.1 | Scott | 2016-03-12 | 1 | -160/+270 |
* | RFC 4648 base64-encodingv0.2.0 | Paragon Initiative Enterprises | 2016-03-11 | 1 | -1/+227 |
* | Add hex encoding/decoding | Paragon Initiative Enterprises | 2016-02-02 | 1 | -1/+58 |
* | Initial commit. | Paragon Initiative Enterprises | 2016-02-02 | 1 | -0/+498 |