您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
David Pursehouse e96cb22a43 Don't use deprecated LockFile constructor 8 年前
..
http Don't use SSL anymore to avoid POODLE attack 9 年前
resolver Tweak exception Javadoc to be eclipse-clean 9 年前
AbstractAdvertiseRefsHook.java Factor a base class out of ReceivePack 12 年前
AdvertiseRefsHook.java Factor a base class out of ReceivePack 12 年前
AdvertiseRefsHookChain.java Factor a base class out of ReceivePack 12 年前
AmazonS3.java [performance] Remove synthetic access$ methods in transport package 8 年前
BaseConnection.java Support agent= capability in wire protocol 9 年前
BaseFetchConnection.java Allow users to show server messages while pushing 11 年前
BasePackConnection.java Fix InterruptTimer leak in BasePackConnection 8 年前
BasePackFetchConnection.java Null-annotated Ref class and fixed related compiler errors 8 年前
BasePackPushConnection.java Fix possible arithmetic overflow when setting a timeout 8 年前
BaseReceivePack.java ReceiveCommand.abort(): Utility to mark batch of commands as failed 8 年前
BundleFetchConnection.java Fix TransportException when reading bundle 8 年前
BundleWriter.java Fix public API issues introduced in I1baeedcc6946. 9 年前
ChainingCredentialsProvider.java NetRCCredentialsProvider should return false if any item is missing 8 年前
Connection.java Transport: Implement AutoCloseable 8 年前
CredentialItem.java Move JGitText to an internal package 12 年前
CredentialsProvider.java NetRCCredentialsProvider should return false if any item is missing 8 年前
CredentialsProviderUserInfo.java Mark non-externalizable strings as such 11 年前
Daemon.java [performance] Remove synthetic access$ methods in transport package 8 年前
DaemonClient.java Make sure all bytes are written to files on close, or get an error. 12 年前
DaemonService.java Mark non-externalizable strings as such 11 年前
DefaultSshSessionFactory.java Create RemoteSession interface 13 年前
FetchConnection.java Allow users to show server messages while pushing 11 年前
FetchHeadRecord.java Mark non-externalizable strings as such 11 年前
FetchProcess.java Don't use deprecated LockFile constructor 8 年前
FetchResult.java Remove trailing whitespace at end of line 14 年前
GitProtocolConstants.java UploadPack: Use reachable-sha1-in-want configuration 9 年前
HMACSHA1NonceGenerator.java Null-annotated Repository class and fixed related compiler errors 8 年前
HttpAuthMethod.java Fix NPE in HttpAuthMethod 8 年前
HttpTransport.java Introduce an abstraction for HTTP connections 10 年前
InternalFetchConnection.java Extract classes for transport within a JGit process 9 年前
InternalHttpServerGlue.java Support agent= capability in wire protocol 9 年前
InternalPushConnection.java Extract classes for transport within a JGit process 9 年前
JschConfigSessionFactory.java Allow retrying connecting SshSession in case of an exception 10 年前
JschSession.java Close copy threads in case of errors 8 年前
LongMap.java Refactor IndexPack to not require local filesystem 13 年前
NetRC.java NetRC parser and credentials provider. 10 年前
NetRCCredentialsProvider.java NetRCCredentialsProvider should return false if any item is missing 8 年前
NonceGenerator.java Add missing since tags for new API 9 年前
ObjectCountCallback.java Add missing imports for javadoc to ObjectCountCallback 9 年前
OpenSshConfig.java Allow retrying connecting SshSession in case of an exception 10 年前
OperationResult.java Support agent= capability in wire protocol 9 年前
PackParser.java ObjectChecker: honor some git-core fsck.* options 8 年前
PackTransport.java Remove trailing whitespace at end of line 14 年前
PackedObjectInfo.java ObjectIdOwnerMap: More lightweight map for ObjectIds 13 年前
PacketLineIn.java Mark non-externalizable strings as such 11 年前
PacketLineOut.java smart-http: Support progress in ReceivePack 13 年前
PostReceiveHook.java Initial JGit contribution to eclipse.org 14 年前
PostReceiveHookChain.java Add simple chain implementations of transport hooks and loggers 12 年前
PostUploadHook.java Introduce PostUploadHook to replace UploadPackLogger 9 年前
PostUploadHookChain.java Introduce PostUploadHook to replace UploadPackLogger 9 年前
PreReceiveHook.java Initial JGit contribution to eclipse.org 14 年前
PreReceiveHookChain.java Add simple chain implementations of transport hooks and loggers 12 年前
PreUploadHook.java Remove PreUploadHook.onPreAdvertiseRefs 12 年前
PreUploadHookChain.java Remove PreUploadHook.onPreAdvertiseRefs 12 年前
ProgressSpinner.java ProgressSpinner: Simple busy wait entertainment 8 年前
PushCertificate.java PushCertificate: Omit null pushee from text representation 9 年前
PushCertificateIdent.java Remove redundant @since tags in new signed push classes 9 年前
PushCertificateParser.java PushCertificateParser: Add fromString method 9 年前
PushCertificateStore.java DirCache: Add helper to read from a tree 8 年前
PushConnection.java Allow users to show server messages while pushing 11 年前
PushProcess.java Null-annotated Ref class and fixed related compiler errors 8 年前
PushResult.java Initial JGit contribution to eclipse.org 14 年前
ReceiveCommand.java ReceiveCommand.abort(): Utility to mark batch of commands as failed 8 年前
ReceivePack.java Document empty catch block to silence warning 9 年前
RefAdvertiser.java Support agent= capability in wire protocol 9 年前
RefFilter.java Add a RefFilter interface to ReceivePack and UploadPack 14 年前
RefSpec.java Refspec: loosen restrictions on wildcard "*" 8 年前
RemoteConfig.java Mark non-externalizable strings as such 11 年前
RemoteRefUpdate.java push: Do not blindly overwrite peer 8 年前
RemoteSession.java Create RemoteSession interface 13 年前
RequestNotYetReadException.java Add missing @since tags to mark API added in 2.0 12 年前
ServiceMayNotContinueException.java Add / fix @since tags 10 年前
SideBandInputStream.java Fix "remote: Counting objects: ..." formatting 8 年前
SideBandOutputStream.java Fix variable name and error message for sideband testing 9 年前
SideBandProgressMonitor.java Mark non-externalizable strings as such 11 年前
SignedPushConfig.java SignedPushConfig: Allow setting a custom nonce generator impl 9 年前
SshSessionFactory.java Create RemoteSession interface 13 年前
SshTransport.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 年前
TagOpt.java Mark non-externalizable strings as such 11 年前
TcpTransport.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 年前
TestProtocol.java [performance] Remove synthetic access$ methods in transport package 8 年前
TrackingRefUpdate.java [performance] Remove synthetic access$ methods in transport package 8 年前
TransferConfig.java ObjectChecker: honor some git-core fsck.* options 8 年前
Transport.java Transport: Implement AutoCloseable 8 年前
TransportAmazonS3.java Null-annotated Repository class and fixed related compiler errors 8 年前
TransportBundle.java Mark non-externalizable strings as such 11 年前
TransportBundleFile.java Implement open(URIish) for TransportLocal 11 年前
TransportBundleStream.java Move JGitText to an internal package 12 年前
TransportGitAnon.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 年前
TransportGitSsh.java Null-annotated Repository class and fixed related compiler errors 8 年前
TransportHttp.java [performance] Remove synthetic access$ methods in transport package 8 年前
TransportLocal.java Extract classes for transport within a JGit process 9 年前
TransportProtocol.java Add Transport URI constructor without a repository 12 年前
TransportSftp.java Silence unchecked conversion warning in TransportSftp 9 年前
URIish.java Merge branch 'stable-4.2' 8 年前
UploadPack.java UploadPack: Verify clients send only commits for shallow lines 8 年前
UploadPackInternalServerErrorException.java Fix compilation with Java 1.5 13 年前
UploadPackLogger.java Introduce PostUploadHook to replace UploadPackLogger 9 年前
UploadPackLoggerChain.java Introduce PostUploadHook to replace UploadPackLogger 9 年前
UserAgent.java Support agent= capability in wire protocol 9 年前
UsernamePasswordCredentialsProvider.java Mark non-externalizable strings as such 11 年前
WalkEncryption.java Adding JGitV1 and JGitV2 Walk Encryption 8 年前
WalkFetchConnection.java ObjectChecker: allow some objects to skip errors 8 年前
WalkPushConnection.java [performance] Remove synthetic access$ methods in transport package 8 年前
WalkRemoteObjectDatabase.java JGit 3.0: move internal classes into an internal subpackage 11 年前
WalkTransport.java Remove trailing whitespace at end of line 14 年前
WriteAbortedException.java Fix warnings about missing serialVersionUID 8 年前
package-info.java Add Javadoc description for packages 11 年前