aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/RawParseUtils.java
Commit message (Expand)AuthorAgeFilesLines
* RawParseUtils: Default to UTC in invalid timezonesIvan Frade2024-12-091-2/+8
* RawParseUtils: Use java.time API to build PersonIdentsIvan Frade2024-12-051-14/+39
* Remove deprecated RawParseUtils#UTF8_CHARSETMatthias Sohn2024-09-031-8/+0
* RawParseUtils.nextLfSkippingSplitLines: fulfil contract as statedThomas Wolf2024-02-011-1/+1
* RawParseUtils: utility method to get a header valueThomas Wolf2024-02-011-0/+33
* RawParseUtils: Add missing @since tag for new API methodMatthias Sohn2024-01-231-0/+1
* FooterLines: handle extraction from messages without headersNitzan Gur-Furman2024-01-091-7/+57
* [errorprone] RawParseUtils@parseHexInt64: suppress IntLongMathMatthias Sohn2023-09-251-0/+1
* Add missing @since tagsMatthias Sohn2023-08-021-1/+2
* Move footer-line parsing methods from RevCommit to FooterLineNitzan Gur-Furman2023-08-011-0/+19
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-311-17/+12
* Don't rely on an implicit default character setThomas Wolf2021-10-261-1/+1
* Using for-each loop in jdtLars Vogel2020-02-281-2/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* RawParseUtils: Avoid import of java.nio.charset.StandardCharsetsDavid Pursehouse2019-01-201-2/+1
* Deprecate RawParseUtils.UTF8-CHARSETMichael Keppler2019-01-041-0/+3
* Undo treating blobs with NULs as a single lineThomas Wolf2018-11-261-12/+5
* Format @Nullable on return value as method annotationJonathan Nieder2018-10-091-1/+2
* Parse signature of GPG-signed commitsDavid Turner2018-09-041-0/+56
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-24/+24
* Fixup javadoc and formatting in RawText and RawParseUtilsHan-Wen Nienhuys2018-05-141-11/+15
* RawParseUtils#lineMap: Simplify by using null sentinel internallyJonathan Nieder2018-05-141-13/+11
* Introduce new RawText constructor and RawParseUtils.lineMapOrBinaryHan-Wen Nienhuys2018-05-121-7/+38
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-10/+14
* Revert "Throw BinaryBlobException from RawParseUtils#lineMap."Han-Wen NIenhuys2017-10-241-4/+11
* Throw BinaryBlobException from RawParseUtils#lineMap.Han-Wen Nienhuys2017-10-241-11/+4
* Treat RawText of binary data as file with one single line.Han-Wen Nienhuys2017-08-011-5/+24
* Implement SHA-256 abstractionMatthias Sohn2016-02-041-0/+66
* RevCommit: Better support invalid encoding headersShawn Pearce2016-01-111-29/+62
* Fix encoding problem from curl repostory on githubEryk Szymanski2015-12-301-0/+1
* Add a separate type for the identity in a push certificateDave Borowitz2015-06-181-2/+33
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Recognize CRLF when parsing the short message of a commit or tagRobin Rosenberg2013-06-141-3/+5
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* Add missing @since tags to mark API added in 2.2Matthias Sohn2012-11-161-0/+2
* FileBasedConfig supports UTF-8 byte order markerMarc Strapetz2012-09-241-0/+5
* Fix IndexOutOfBoundsException when parsing PersonIdentMarc Strapetz2011-06-141-2/+2
* Hande latin-1 encodingLeonard Broman2011-04-111-1/+27
* Fix RawParseUtils.formatBase10 to work with negative valuesMarc Strapetz2010-08-311-0/+2
* Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-261-18/+54
* Make parsing of PersonIdent from raw byte array fault-tolerant.Marc Strapetz2010-03-231-1/+13
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-17/+17
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+1016