Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Matthias Sohn 4c236ff4bb Replace use of deprecated method Repository.getRef() 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 Better report on client side if push failed due to too large object 8 лет назад
BaseReceivePack.java Make BaseReceivePack.setAtomic public 8 лет назад
BundleFetchConnection.java Fix TransportException when reading bundle 8 лет назад
BundleWriter.java Fix public API issues introduced in I1baeedcc6946. 9 лет назад
ChainingCredentialsProvider.java Prevent ChainingCredentialsProvider from adding delegated providers twice 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 Fix a @since tag 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 ReceivePack: Pass atomic setting from client to BatchRefUpdate 8 лет назад
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 Replace use of deprecated method Repository.getRef() 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 Allow to reuse disableSslVerify method, move it to HttpSupport 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 Tests on Windows with URIish fail 8 лет назад
UploadPack.java Make UploadPack observe exceptions reading refs 8 лет назад
UploadPackInternalServerErrorException.java Fix compilation with Java 1.5 13 лет назад
UploadPackLogger.java Revert "Remove PackWriter.Statistics and other deprecated classes" 8 лет назад
UploadPackLoggerChain.java Revert "Remove PackWriter.Statistics and other deprecated classes" 8 лет назад
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 лет назад
WantNotValidException.java Introduce specific WantNotValidException for servers 8 лет назад
WriteAbortedException.java Fix warnings about missing serialVersionUID 8 лет назад
package-info.java Add Javadoc description for packages 11 лет назад