Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Dave Borowitz 6e4e34bb9e Report PackProtocolExceptions to client during receive-pack 9 роки тому
..
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 Externalize translatable texts in org.eclipse.jgit 9 роки тому
BaseConnection.java Support agent= capability in wire protocol 9 роки тому
BaseFetchConnection.java Allow users to show server messages while pushing 11 роки тому
BasePackConnection.java Support agent= capability in wire protocol 9 роки тому
BasePackFetchConnection.java UploadPack: Use reachable-sha1-in-want configuration 9 роки тому
BasePackPushConnection.java Better report too large pack-files from PushCommand 9 роки тому
BaseReceivePack.java Report PackProtocolExceptions to client during receive-pack 9 роки тому
BundleFetchConnection.java Use try-with-resource to close resources in BundleFetchConnection 9 роки тому
BundleWriter.java Fix public API issues introduced in I1baeedcc6946. 9 роки тому
ChainingCredentialsProvider.java Add chaining credentials provider 9 роки тому
Connection.java Support agent= capability in wire protocol 9 роки тому
CredentialItem.java Move JGitText to an internal package 12 роки тому
CredentialsProvider.java Reset SSH connection and credentials on "Auth fail" 12 роки тому
CredentialsProviderUserInfo.java Mark non-externalizable strings as such 11 роки тому
Daemon.java Drop warnings about unchecked casts in a few stable select places 9 роки тому
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 Support agent= capability in wire protocol 9 роки тому
FetchResult.java Remove trailing whitespace at end of line 14 роки тому
GitProtocolConstants.java UploadPack: Use reachable-sha1-in-want configuration 9 роки тому
HMACSHA1NonceGenerator.java Add tests for HMACSHA1NonceGenerator 9 роки тому
HttpAuthMethod.java Fix authentication type names broken by 0b5441a8 10 роки тому
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 Externalize translatable texts in org.eclipse.jgit 9 роки тому
LongMap.java Refactor IndexPack to not require local filesystem 13 роки тому
NetRC.java NetRC parser and credentials provider. 9 роки тому
NetRCCredentialsProvider.java NetRC parser and credentials provider. 9 роки тому
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 Restore checkObjectCollisions flag 9 роки тому
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 роки тому
PushCertificate.java PushCertificate: implement hashCode/equals/toString 9 роки тому
PushCertificateIdent.java Remove redundant @since tags in new signed push classes 9 роки тому
PushCertificateParser.java PushCertificateParser: Make pushee optional 9 роки тому
PushConnection.java Allow users to show server messages while pushing 11 роки тому
PushProcess.java Use AutoClosable to close resources in bundle org.eclipse.jgit 9 роки тому
PushResult.java Initial JGit contribution to eclipse.org 14 роки тому
ReceiveCommand.java Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructors 10 роки тому
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 Support refspecs with wildcard in middle (not only at end) 11 роки тому
RemoteConfig.java Mark non-externalizable strings as such 11 роки тому
RemoteRefUpdate.java Mark non-externalizable strings as such 11 роки тому
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 Allow users to show server messages while pushing 11 роки тому
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 Add an in-process pack transport for use in tests 9 роки тому
TrackingRefUpdate.java Expose ReceiveCommand version of TrackingRefUpdate 10 роки тому
TransferConfig.java UploadPack: Use reachable-sha1-in-want configuration 9 роки тому
Transport.java Allow configurable ObjectCheckers in fetch 9 роки тому
TransportAmazonS3.java AmazonS3: Buffer pushed pack content under $GIT_DIR 9 роки тому
TransportBundle.java Mark non-externalizable strings as such 11 роки тому
TransportBundleFile.java Implement open(URIish) for TransportLocal 10 роки тому
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 Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 роки тому
TransportHttp.java Support agent= capability in wire protocol 9 роки тому
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 Throw URISyntaxException for incorrect percent-encoding 9 роки тому
UploadPack.java Add the set of shallow commits to PackStatistics 9 роки тому
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 Mark non-externalizable strings as such 11 роки тому
WalkFetchConnection.java Externalize translatable texts in org.eclipse.jgit 9 роки тому
WalkPushConnection.java Use AutoClosable to close resources in bundle org.eclipse.jgit 9 роки тому
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 public API issues introduced in I1baeedcc6946. 9 роки тому
package-info.java Add Javadoc description for packages 11 роки тому