aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/io
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Remove deprecated security managerIvan Frade2024-11-011-6/+1
* Remove deprecated AutoLFInputStream constructorsMatthias Sohn2024-09-031-38/+0
* Do not use ArrayList when there will be deletionsjackdt@google.com2024-05-161-4/+3
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-2/+3
* ByteBufferInputStream: add missing @since 6.8Thomas Wolf2023-09-261-0/+2
* WorkingTreeIterator: directly filter input streamMatthias Sohn2023-09-251-0/+135
* [errorprone] InterruptTimer#terminate: ensure Thread#join succeedsMatthias Sohn2023-09-251-3/+13
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-1616-66/+16
* AutoCRLFOutputStream: use BufferedOutputStreamJörg Kubitz2022-09-201-1/+4
* BinaryHunkInputStream: accept CR-LFThomas Wolf2022-01-301-2/+6
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-314-16/+19
* Make the buffer size for text/binary detection configurableThomas Wolf2021-10-304-22/+19
* Fix checkout of files with mixed line endings on text=auto eol=crlfThomas Wolf2021-10-271-0/+3
* [errorprone] Fix warning InputStreamSlowMultibyteReadMatthias Sohn2021-06-072-0/+10
* ApplyCommand: add a stream to apply a delta patchThomas Wolf2021-05-261-0/+206
* ApplyCommand: add streams to read/write binary patch hunksThomas Wolf2021-05-262-0/+229
* Keep line endings for text files committed with CR/LF on text=autoThomas Wolf2020-08-173-66/+157
* Ignore core.eol if core.autocrlf=inputThomas Wolf2020-05-221-0/+2
* Attributes: fix handling of text=auto in combination with eolThomas Wolf2020-05-221-7/+10
* Remove use of org.bouncycastle.util.io.TeeOutputStreamMichael Dardis2020-02-211-0/+74
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-272-13/+19
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0418-684/+90
* Replace chain of if statements with switchCarsten Hammer2019-12-142-6/+14
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-8/+10
* Convert to lambda or member referenceCarsten Hammer2019-05-162-30/+16
* Remove unnecessary type specificationsCarsten Hammer2019-04-111-1/+1
* Fix core.autocrlf for non-normalized indexThomas Wolf2019-02-262-4/+22
* Fix handling of core.eol=native and of crlf attributeThomas Wolf2018-10-041-41/+42
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-1511-13/+13
* Add SilentFileInputStream to allow ignoring exceptions raised by close()David Pursehouse2018-03-151-0/+75
* Remove deprecated StreamCopyThread#flushMatthias Sohn2018-03-101-14/+0
* Remove deprecated SafeBufferedOutputStreamMatthias Sohn2018-03-101-78/+0
* Remove deprecated EolCanonicalizingInputStreamMatthias Sohn2018-03-101-102/+0
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-0/+1
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-2020-65/+203
* Ensure EOL stream type is DIRECT when -text attribute is presentThomas Wolf2017-08-111-6/+10
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-193-0/+3
* Add missing @since tags for new APIMatthias Sohn2016-11-141-0/+2
* Deprecate SafeBufferedOutputStreamShawn Pearce2016-11-141-18/+2
* StreamCopyThread: Remove unused AtomicInteger importJonathan Nieder2016-11-131-1/+0
* StreamCopyThread: flush cannot interrupt a writeJonathan Nieder2016-11-131-13/+3
* StreamCopyThread: Remove unnecessary flushCountJonathan Nieder2016-11-131-12/+1
* Switch JSchSession to simple isolated OutputStreamShawn Pearce2016-11-132-0/+242
* StreamCopyThread: Do not drop data when flush is observed before writingJonathan Nieder2016-11-041-5/+1
* StreamCopyThread: Do not let flush interrupt a writeJonathan Nieder2016-11-041-17/+29
* Fix flush call race condition in StreamCopyThreadZhen Chen2016-10-311-1/+7
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-076-109/+693