Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Shawn Pearce 2685f4b101 Fix cryptoVer constant name to CRYPTO_VER 7 лет назад
..
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 AmazonS3: ensure that errorStream is closed 7 лет назад
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 Organize imports 7 лет назад
BasePackPushConnection.java Push implementation of option strings 8 лет назад
BaseReceivePack.java Fix wrong @since tags introduced by 1beb3ccd 7 лет назад
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 Deprecate SafeBufferedOutputStream 7 лет назад
DaemonService.java Organize imports 7 лет назад
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 Push implementation of option strings 8 лет назад
HMACSHA1NonceGenerator.java Organize imports 7 лет назад
HttpAuthMethod.java http transport does not use authentication fallback 8 лет назад
HttpTransport.java Introduce an abstraction for HTTP connections 10 лет назад
InsecureCipherFactory.java Extract insecure Cipher factory 7 лет назад
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 Add configureJSch method to allow configuration of JSch objects 8 лет назад
JschSession.java Switch JSchSession to simple isolated OutputStream 7 лет назад
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 Fix wrong @since tags introduced by 1beb3ccd 7 лет назад
PackTransport.java Remove trailing whitespace at end of line 14 лет назад
PackedObjectInfo.java ObjectIdOwnerMap: More lightweight map for ObjectIds 13 лет назад
PacketLineIn.java Packet logging for JGit 7 лет назад
PacketLineOut.java Packet logging for JGit 7 лет назад
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 Organize imports 7 лет назад
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 Push implementation of option strings 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 Implement auto gc 7 лет назад
ReceivedPackStatistics.java Fix wrong @since tags introduced by 1beb3ccd 7 лет назад
RefAdvertiser.java Optimize RefAdvertiser for wire protocol 8 лет назад
RefFilter.java Add a RefFilter interface to ReceivePack and UploadPack 14 лет назад
RefSpec.java RefSpec: Make WildcardMode public 7 лет назад
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 Organize imports 7 лет назад
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 Implement auto gc 7 лет назад
TransportAmazonS3.java Null-annotated Repository class and fixed related compiler errors 8 лет назад
TransportBundle.java Mark non-externalizable strings as such 11 лет назад
TransportBundleFile.java TransportBundleFile: Resolve remote repository locally 7 лет назад
TransportBundleStream.java Move JGitText to an internal package 12 лет назад
TransportGitAnon.java Deprecate SafeBufferedOutputStream 7 лет назад
TransportGitSsh.java Organize imports 7 лет назад
TransportHttp.java http transport does not use authentication fallback 8 лет назад
TransportLocal.java Deprecate SafeBufferedOutputStream 7 лет назад
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 Organize imports 7 лет назад
UploadPackInternalServerErrorException.java Fix compilation with Java 1.5 13 лет назад
UploadPackLogger.java Suppress deprecation warnings related to UploadPackLogger 7 лет назад
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 Fix cryptoVer constant name to CRYPTO_VER 7 лет назад
WalkFetchConnection.java Delay inserter.flush in WalkFetchConnection 7 лет назад
WalkPushConnection.java Deprecate SafeBufferedOutputStream 7 лет назад
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 лет назад