index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
transport
/
PacketLineIn.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
PacketLineIn: make deprecated #END and #DELIM private
Matthias Sohn
2024-09-03
1
-13
/
+2
*
Remove redundant type arguments
Thomas Wolf
2021-09-30
1
-1
/
+2
*
Client-side protocol V2 support for fetching
Thomas Wolf
2021-01-01
1
-0
/
+32
*
PacketLineIn: ensure that END != DELIM
Thomas Wolf
2020-11-19
1
-5
/
+5
*
Revert "Client-side protocol V2 support for fetching"
Thomas Wolf
2020-11-03
1
-18
/
+2
*
Client-side protocol V2 support for fetching
Thomas Wolf
2020-10-29
1
-2
/
+18
*
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-22
1
-1
/
+1
|
\
|
*
Remove redundant "static" qualifier from enum declarations
David Pursehouse
2020-02-19
1
-1
/
+1
*
|
ErrorProne: Enable and fix UnusedException check
David Pursehouse
2020-01-27
1
-1
/
+7
*
|
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
|
Replace chain of if statements with switch
Carsten Hammer
2019-12-14
1
-3
/
+7
|
/
*
PacketLineIn: Suppress comparison warnings for END and DELIM
David Pursehouse
2019-06-17
1
-0
/
+2
*
PacketLineIn: Deprecate the END constant
David Pursehouse
2019-06-03
1
-1
/
+9
*
PacketLineIn: Add an iterator over strings in the input stream
David Pursehouse
2019-06-03
1
-0
/
+58
*
Replace most usages of PacketLineIn.END with PacketLineIn.end()
David Pursehouse
2019-06-03
1
-0
/
+11
*
PacketLineIn: Deprecate DELIM constant
David Pursehouse
2019-06-03
1
-0
/
+14
*
PacketLineIn: Rename isDelim to isDelimiter
David Pursehouse
2019-06-02
1
-1
/
+1
*
PacketLineIn: Add helper methods to check for END and DELIM
David Pursehouse
2019-05-30
1
-0
/
+24
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
1
-3
/
+4
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
1
-1
/
+1
*
PacketLineIn, PacketLineOut: Add support for delim-pkt
Jonathan Tan
2018-04-20
1
-0
/
+14
*
Fix javadoc in org.eclipse.jgit transport package
Matthias Sohn
2017-12-20
1
-2
/
+2
*
Limit receive commands
Shawn Pearce
2017-02-11
1
-12
/
+58
*
Packet logging for JGit
Dan Wang
2016-08-24
1
-5
/
+21
*
ReceivePack: report protocol parsing failures on channel 3
Shawn Pearce
2016-07-05
1
-0
/
+10
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-8
/
+8
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
1
-1
/
+1
*
Make PacketLineIn public
Shawn O. Pearce
2011-04-01
1
-6
/
+44
*
Handle "ERR %s" when ACK/NAK is expected
Shawn O. Pearce
2011-03-17
1
-0
/
+2
*
PacketLineIn: Reuse internal lineBuffer for small strings
Shawn O. Pearce
2011-03-17
1
-1
/
+6
*
Revert "[findBugs] Silence DM_STRING_CTOR on PacketLineIn"
Shawn O. Pearce
2010-11-08
1
-1
/
+2
*
Externalize strings from JGit
Sasa Zivkov
2010-05-19
1
-5
/
+7
*
Reuse the line buffer between strings in PacketLineIn
Shawn O. Pearce
2010-03-12
1
-8
/
+13
*
Refactor SideBandInputStream construction
Shawn O. Pearce
2010-03-12
1
-5
/
+0
*
Implement multi_ack_detailed protocol extension
Shawn O. Pearce
2010-01-12
1
-3
/
+14
*
Move pure IO utility functions to a utility class of its own.
Robin Rosenberg
2009-10-31
1
-5
/
+5
*
Initial JGit contribution to eclipse.org
Git Development Community
2009-09-29
1
-0
/
+139