You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dave Borowitz 6e4e34bb9e Report PackProtocolExceptions to client during receive-pack 9 yıl önce
..
http Don't use SSL anymore to avoid POODLE attack 9 yıl önce
resolver Tweak exception Javadoc to be eclipse-clean 9 yıl önce
AbstractAdvertiseRefsHook.java Factor a base class out of ReceivePack 12 yıl önce
AdvertiseRefsHook.java Factor a base class out of ReceivePack 12 yıl önce
AdvertiseRefsHookChain.java Factor a base class out of ReceivePack 12 yıl önce
AmazonS3.java Externalize translatable texts in org.eclipse.jgit 9 yıl önce
BaseConnection.java Support agent= capability in wire protocol 9 yıl önce
BaseFetchConnection.java Allow users to show server messages while pushing 11 yıl önce
BasePackConnection.java Support agent= capability in wire protocol 9 yıl önce
BasePackFetchConnection.java UploadPack: Use reachable-sha1-in-want configuration 9 yıl önce
BasePackPushConnection.java Better report too large pack-files from PushCommand 9 yıl önce
BaseReceivePack.java Report PackProtocolExceptions to client during receive-pack 9 yıl önce
BundleFetchConnection.java Use try-with-resource to close resources in BundleFetchConnection 9 yıl önce
BundleWriter.java Fix public API issues introduced in I1baeedcc6946. 9 yıl önce
ChainingCredentialsProvider.java Add chaining credentials provider 9 yıl önce
Connection.java Support agent= capability in wire protocol 9 yıl önce
CredentialItem.java Move JGitText to an internal package 12 yıl önce
CredentialsProvider.java Reset SSH connection and credentials on "Auth fail" 12 yıl önce
CredentialsProviderUserInfo.java Mark non-externalizable strings as such 11 yıl önce
Daemon.java Drop warnings about unchecked casts in a few stable select places 9 yıl önce
DaemonClient.java Make sure all bytes are written to files on close, or get an error. 12 yıl önce
DaemonService.java Mark non-externalizable strings as such 11 yıl önce
DefaultSshSessionFactory.java Create RemoteSession interface 13 yıl önce
FetchConnection.java Allow users to show server messages while pushing 11 yıl önce
FetchHeadRecord.java Mark non-externalizable strings as such 11 yıl önce
FetchProcess.java Support agent= capability in wire protocol 9 yıl önce
FetchResult.java Remove trailing whitespace at end of line 14 yıl önce
GitProtocolConstants.java UploadPack: Use reachable-sha1-in-want configuration 9 yıl önce
HMACSHA1NonceGenerator.java Add tests for HMACSHA1NonceGenerator 9 yıl önce
HttpAuthMethod.java Fix authentication type names broken by 0b5441a8 10 yıl önce
HttpTransport.java Introduce an abstraction for HTTP connections 10 yıl önce
InternalFetchConnection.java Extract classes for transport within a JGit process 9 yıl önce
InternalHttpServerGlue.java Support agent= capability in wire protocol 9 yıl önce
InternalPushConnection.java Extract classes for transport within a JGit process 9 yıl önce
JschConfigSessionFactory.java Allow retrying connecting SshSession in case of an exception 10 yıl önce
JschSession.java Externalize translatable texts in org.eclipse.jgit 9 yıl önce
LongMap.java Refactor IndexPack to not require local filesystem 13 yıl önce
NetRC.java NetRC parser and credentials provider. 9 yıl önce
NetRCCredentialsProvider.java NetRC parser and credentials provider. 9 yıl önce
NonceGenerator.java Add missing since tags for new API 9 yıl önce
ObjectCountCallback.java Add missing imports for javadoc to ObjectCountCallback 9 yıl önce
OpenSshConfig.java Allow retrying connecting SshSession in case of an exception 10 yıl önce
OperationResult.java Support agent= capability in wire protocol 9 yıl önce
PackParser.java Restore checkObjectCollisions flag 9 yıl önce
PackTransport.java Remove trailing whitespace at end of line 14 yıl önce
PackedObjectInfo.java ObjectIdOwnerMap: More lightweight map for ObjectIds 13 yıl önce
PacketLineIn.java Mark non-externalizable strings as such 11 yıl önce
PacketLineOut.java smart-http: Support progress in ReceivePack 13 yıl önce
PostReceiveHook.java Initial JGit contribution to eclipse.org 14 yıl önce
PostReceiveHookChain.java Add simple chain implementations of transport hooks and loggers 12 yıl önce
PostUploadHook.java Introduce PostUploadHook to replace UploadPackLogger 9 yıl önce
PostUploadHookChain.java Introduce PostUploadHook to replace UploadPackLogger 9 yıl önce
PreReceiveHook.java Initial JGit contribution to eclipse.org 14 yıl önce
PreReceiveHookChain.java Add simple chain implementations of transport hooks and loggers 12 yıl önce
PreUploadHook.java Remove PreUploadHook.onPreAdvertiseRefs 12 yıl önce
PreUploadHookChain.java Remove PreUploadHook.onPreAdvertiseRefs 12 yıl önce
PushCertificate.java PushCertificate: implement hashCode/equals/toString 9 yıl önce
PushCertificateIdent.java Remove redundant @since tags in new signed push classes 9 yıl önce
PushCertificateParser.java PushCertificateParser: Make pushee optional 9 yıl önce
PushConnection.java Allow users to show server messages while pushing 11 yıl önce
PushProcess.java Use AutoClosable to close resources in bundle org.eclipse.jgit 9 yıl önce
PushResult.java Initial JGit contribution to eclipse.org 14 yıl önce
ReceiveCommand.java Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructors 10 yıl önce
ReceivePack.java Document empty catch block to silence warning 9 yıl önce
RefAdvertiser.java Support agent= capability in wire protocol 9 yıl önce
RefFilter.java Add a RefFilter interface to ReceivePack and UploadPack 14 yıl önce
RefSpec.java Support refspecs with wildcard in middle (not only at end) 11 yıl önce
RemoteConfig.java Mark non-externalizable strings as such 11 yıl önce
RemoteRefUpdate.java Mark non-externalizable strings as such 11 yıl önce
RemoteSession.java Create RemoteSession interface 13 yıl önce
RequestNotYetReadException.java Add missing @since tags to mark API added in 2.0 12 yıl önce
ServiceMayNotContinueException.java Add / fix @since tags 10 yıl önce
SideBandInputStream.java Allow users to show server messages while pushing 11 yıl önce
SideBandOutputStream.java Fix variable name and error message for sideband testing 9 yıl önce
SideBandProgressMonitor.java Mark non-externalizable strings as such 11 yıl önce
SignedPushConfig.java SignedPushConfig: Allow setting a custom nonce generator impl 9 yıl önce
SshSessionFactory.java Create RemoteSession interface 13 yıl önce
SshTransport.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 yıl önce
TagOpt.java Mark non-externalizable strings as such 11 yıl önce
TcpTransport.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 yıl önce
TestProtocol.java Add an in-process pack transport for use in tests 9 yıl önce
TrackingRefUpdate.java Expose ReceiveCommand version of TrackingRefUpdate 10 yıl önce
TransferConfig.java UploadPack: Use reachable-sha1-in-want configuration 9 yıl önce
Transport.java Allow configurable ObjectCheckers in fetch 9 yıl önce
TransportAmazonS3.java AmazonS3: Buffer pushed pack content under $GIT_DIR 9 yıl önce
TransportBundle.java Mark non-externalizable strings as such 11 yıl önce
TransportBundleFile.java Implement open(URIish) for TransportLocal 10 yıl önce
TransportBundleStream.java Move JGitText to an internal package 12 yıl önce
TransportGitAnon.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 yıl önce
TransportGitSsh.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 yıl önce
TransportHttp.java Support agent= capability in wire protocol 9 yıl önce
TransportLocal.java Extract classes for transport within a JGit process 9 yıl önce
TransportProtocol.java Add Transport URI constructor without a repository 12 yıl önce
TransportSftp.java Silence unchecked conversion warning in TransportSftp 9 yıl önce
URIish.java Throw URISyntaxException for incorrect percent-encoding 9 yıl önce
UploadPack.java Add the set of shallow commits to PackStatistics 9 yıl önce
UploadPackInternalServerErrorException.java Fix compilation with Java 1.5 13 yıl önce
UploadPackLogger.java Introduce PostUploadHook to replace UploadPackLogger 9 yıl önce
UploadPackLoggerChain.java Introduce PostUploadHook to replace UploadPackLogger 9 yıl önce
UserAgent.java Support agent= capability in wire protocol 9 yıl önce
UsernamePasswordCredentialsProvider.java Mark non-externalizable strings as such 11 yıl önce
WalkEncryption.java Mark non-externalizable strings as such 11 yıl önce
WalkFetchConnection.java Externalize translatable texts in org.eclipse.jgit 9 yıl önce
WalkPushConnection.java Use AutoClosable to close resources in bundle org.eclipse.jgit 9 yıl önce
WalkRemoteObjectDatabase.java JGit 3.0: move internal classes into an internal subpackage 11 yıl önce
WalkTransport.java Remove trailing whitespace at end of line 14 yıl önce
WriteAbortedException.java Fix public API issues introduced in I1baeedcc6946. 9 yıl önce
package-info.java Add Javadoc description for packages 11 yıl önce