Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Sign conversion fixes | Craig Tiller | 2015-09-10 |
| | |||
* | Fixing indentation. | Julien Boeuf | 2015-06-30 |
| | |||
* | Base64 decode improvements. | Julien Boeuf | 2015-06-25 |
| | | | | | - Allow ablity to specify the length for decoding. - Allow for non-padded encodings to be decoded properly. | ||
* | Removed incorrect cast | murgatroid99 | 2015-06-19 |
| | |||
* | Fixed integer conversion warnings in src/core/security | murgatroid99 | 2015-06-19 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Re-enabling errors on warning, disabling unused parameter warning, and ↵ | Nicolas "Pixel" Noble | 2015-01-30 |
| | | | | fixing all subsequent errors. | ||
* | Adding base utils for JWT service account workflow. OpenSSL base64 decoding is | jboeuf | 2014-12-12 |
a disaster and does not support url_safe which we need for the JWT. Change on 2014/12/12 by jboeuf <jboeuf@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82020601 |