aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/PacketLineIn.java
Commit message (Expand)AuthorAgeFilesLines
* PacketLineIn: make deprecated #END and #DELIM privateMatthias Sohn2024-09-031-13/+2
* Remove redundant type argumentsThomas Wolf2021-09-301-1/+2
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-0/+32
* PacketLineIn: ensure that END != DELIMThomas Wolf2020-11-191-5/+5
* Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-18/+2
* Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-2/+18
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+7
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* | Replace chain of if statements with switchCarsten Hammer2019-12-141-3/+7
|/
* PacketLineIn: Suppress comparison warnings for END and DELIMDavid Pursehouse2019-06-171-0/+2
* PacketLineIn: Deprecate the END constantDavid Pursehouse2019-06-031-1/+9
* PacketLineIn: Add an iterator over strings in the input streamDavid Pursehouse2019-06-031-0/+58
* Replace most usages of PacketLineIn.END with PacketLineIn.end()David Pursehouse2019-06-031-0/+11
* PacketLineIn: Deprecate DELIM constantDavid Pursehouse2019-06-031-0/+14
* PacketLineIn: Rename isDelim to isDelimiterDavid Pursehouse2019-06-021-1/+1
* PacketLineIn: Add helper methods to check for END and DELIMDavid Pursehouse2019-05-301-0/+24
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+4
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* PacketLineIn, PacketLineOut: Add support for delim-pktJonathan Tan2018-04-201-0/+14
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-2/+2
* Limit receive commandsShawn Pearce2017-02-111-12/+58
* Packet logging for JGitDan Wang2016-08-241-5/+21
* ReceivePack: report protocol parsing failures on channel 3Shawn Pearce2016-07-051-0/+10
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-8/+8
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Make PacketLineIn publicShawn O. Pearce2011-04-011-6/+44
* Handle "ERR %s" when ACK/NAK is expectedShawn O. Pearce2011-03-171-0/+2
* PacketLineIn: Reuse internal lineBuffer for small stringsShawn O. Pearce2011-03-171-1/+6
* Revert "[findBugs] Silence DM_STRING_CTOR on PacketLineIn"Shawn O. Pearce2010-11-081-1/+2
* Externalize strings from JGitSasa Zivkov2010-05-191-5/+7
* Reuse the line buffer between strings in PacketLineInShawn O. Pearce2010-03-121-8/+13
* Refactor SideBandInputStream constructionShawn O. Pearce2010-03-121-5/+0
* Implement multi_ack_detailed protocol extensionShawn O. Pearce2010-01-121-3/+14
* Move pure IO utility functions to a utility class of its own.Robin Rosenberg2009-10-311-5/+5
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+139