aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/Base64.java
Commit message (Expand)AuthorAgeFilesLines
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-5/+4
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-5/+4
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-14/+8
* [findBugs] Remove reliance on default encoding in Base64Matthias Sohn2016-12-291-11/+3
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-5/+5
* Remove 86 boxing warningsKevin Sawicki2012-05-081-2/+2
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Base64: Reformat to match JGit styleShawn O. Pearce2010-11-121-369/+270
* Base64: Strip out code JGit doesn't useShawn O. Pearce2010-11-121-1094/+30
* Externalize strings from JGitSasa Zivkov2010-05-191-8/+11
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+1475