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.
Jonathan Nieder 54b195ad3e Clarify description of ServiceNotAuthorizedException 9 years ago
..
http Don't use SSL anymore to avoid POODLE attack 9 years ago
resolver Clarify description of ServiceNotAuthorizedException 9 years ago
AbstractAdvertiseRefsHook.java Factor a base class out of ReceivePack 12 years ago
AdvertiseRefsHook.java Factor a base class out of ReceivePack 12 years ago
AdvertiseRefsHookChain.java Factor a base class out of ReceivePack 12 years ago
AmazonS3.java Externalize translatable texts in org.eclipse.jgit 9 years ago
BaseConnection.java Support agent= capability in wire protocol 9 years ago
BaseFetchConnection.java Allow users to show server messages while pushing 11 years ago
BasePackConnection.java Support agent= capability in wire protocol 9 years ago
BasePackFetchConnection.java Support agent= capability in wire protocol 9 years ago
BasePackPushConnection.java Better report too large pack-files from PushCommand 9 years ago
BaseReceivePack.java Fix that exceptions in ReceivePack cause Invalid Channel 101 exceptions 9 years ago
BundleFetchConnection.java Use try-with-resource to close resources in BundleFetchConnection 9 years ago
BundleWriter.java Use try-with-resource to close resources in BundleWriter 9 years ago
ChainingCredentialsProvider.java Add chaining credentials provider 9 years ago
Connection.java Support agent= capability in wire protocol 9 years ago
CredentialItem.java Move JGitText to an internal package 12 years ago
CredentialsProvider.java Reset SSH connection and credentials on "Auth fail" 12 years ago
CredentialsProviderUserInfo.java Mark non-externalizable strings as such 11 years ago
Daemon.java Drop warnings about unchecked casts in a few stable select places 9 years ago
DaemonClient.java Make sure all bytes are written to files on close, or get an error. 12 years ago
DaemonService.java Mark non-externalizable strings as such 11 years ago
DefaultSshSessionFactory.java Create RemoteSession interface 13 years ago
FetchConnection.java Allow users to show server messages while pushing 11 years ago
FetchHeadRecord.java Mark non-externalizable strings as such 11 years ago
FetchProcess.java Support agent= capability in wire protocol 9 years ago
FetchResult.java Remove trailing whitespace at end of line 14 years ago
GitProtocolConstants.java ReceivePack: support quiet capability 9 years ago
HMACSHA1NonceGenerator.java Fix an invalid format string 9 years ago
HttpAuthMethod.java Fix authentication type names broken by 0b5441a8 10 years ago
HttpTransport.java Introduce an abstraction for HTTP connections 10 years ago
InternalFetchConnection.java Extract classes for transport within a JGit process 9 years ago
InternalHttpServerGlue.java Support agent= capability in wire protocol 9 years ago
InternalPushConnection.java Extract classes for transport within a JGit process 9 years ago
JschConfigSessionFactory.java Allow retrying connecting SshSession in case of an exception 10 years ago
JschSession.java Externalize translatable texts in org.eclipse.jgit 9 years ago
LongMap.java Refactor IndexPack to not require local filesystem 13 years ago
NetRC.java NetRC parser and credentials provider. 10 years ago
NetRCCredentialsProvider.java NetRC parser and credentials provider. 10 years ago
NonceGenerator.java Add missing since tags for new API 9 years ago
OpenSshConfig.java Allow retrying connecting SshSession in case of an exception 10 years ago
OperationResult.java Support agent= capability in wire protocol 9 years ago
PackParser.java Silence non-externalized string warning in PackParser 9 years ago
PackTransport.java Remove trailing whitespace at end of line 14 years ago
PackedObjectInfo.java ObjectIdOwnerMap: More lightweight map for ObjectIds 13 years ago
PacketLineIn.java Mark non-externalizable strings as such 11 years ago
PacketLineOut.java smart-http: Support progress in ReceivePack 13 years ago
PostReceiveHook.java Initial JGit contribution to eclipse.org 14 years ago
PostReceiveHookChain.java Add simple chain implementations of transport hooks and loggers 12 years ago
PreReceiveHook.java Initial JGit contribution to eclipse.org 14 years ago
PreReceiveHookChain.java Add simple chain implementations of transport hooks and loggers 12 years ago
PreUploadHook.java Remove PreUploadHook.onPreAdvertiseRefs 12 years ago
PreUploadHookChain.java Remove PreUploadHook.onPreAdvertiseRefs 12 years ago
PushCertificate.java Cleanup some push certificate related javadoc 9 years ago
PushCertificateParser.java PushCertificateParser: Fix check for blank line after header 9 years ago
PushConnection.java Allow users to show server messages while pushing 11 years ago
PushProcess.java Use AutoClosable to close resources in bundle org.eclipse.jgit 9 years ago
PushResult.java Initial JGit contribution to eclipse.org 14 years ago
ReceiveCommand.java Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructors 10 years ago
ReceivePack.java Fix that exceptions in ReceivePack cause Invalid Channel 101 exceptions 9 years ago
RefAdvertiser.java Support agent= capability in wire protocol 9 years ago
RefFilter.java Add a RefFilter interface to ReceivePack and UploadPack 14 years ago
RefSpec.java Support refspecs with wildcard in middle (not only at end) 11 years ago
RemoteConfig.java Mark non-externalizable strings as such 11 years ago
RemoteRefUpdate.java Mark non-externalizable strings as such 11 years ago
RemoteSession.java Create RemoteSession interface 13 years ago
RequestNotYetReadException.java Add missing @since tags to mark API added in 2.0 12 years ago
ServiceMayNotContinueException.java Add / fix @since tags 10 years ago
SideBandInputStream.java Allow users to show server messages while pushing 11 years ago
SideBandOutputStream.java Fix variable name and error message for sideband testing 9 years ago
SideBandProgressMonitor.java Mark non-externalizable strings as such 11 years ago
SshSessionFactory.java Create RemoteSession interface 13 years ago
SshTransport.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 years ago
TagOpt.java Mark non-externalizable strings as such 11 years ago
TcpTransport.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 years ago
TestProtocol.java Add an in-process pack transport for use in tests 9 years ago
TrackingRefUpdate.java Expose ReceiveCommand version of TrackingRefUpdate 10 years ago
TransferConfig.java Add fsck.allowInvalidPersonIdent to accept invalid author/committers 9 years ago
Transport.java Allow configurable ObjectCheckers in fetch 9 years ago
TransportAmazonS3.java AmazonS3: Buffer pushed pack content under $GIT_DIR 9 years ago
TransportBundle.java Mark non-externalizable strings as such 11 years ago
TransportBundleFile.java Implement open(URIish) for TransportLocal 11 years ago
TransportBundleStream.java Move JGitText to an internal package 12 years ago
TransportGitAnon.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 years ago
TransportGitSsh.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 years ago
TransportHttp.java Support agent= capability in wire protocol 9 years ago
TransportLocal.java Extract classes for transport within a JGit process 9 years ago
TransportProtocol.java Add Transport URI constructor without a repository 12 years ago
TransportSftp.java Silence unchecked conversion warning in TransportSftp 9 years ago
URIish.java Throw URISyntaxException for incorrect percent-encoding 9 years ago
UploadPack.java Fix hidden field warnings in bundle org.eclipse.jgit 9 years ago
UploadPackInternalServerErrorException.java Fix compilation with Java 1.5 13 years ago
UploadPackLogger.java Fix @since tags in JGit, version 2.4 never existed 11 years ago
UploadPackLoggerChain.java Add missing @since tags 11 years ago
UploadPackMayNotContinueException.java Modify refs in UploadPack/ReceivePack using a hook interface 12 years ago
UserAgent.java Support agent= capability in wire protocol 9 years ago
UsernamePasswordCredentialsProvider.java Mark non-externalizable strings as such 11 years ago
WalkEncryption.java Mark non-externalizable strings as such 11 years ago
WalkFetchConnection.java Externalize translatable texts in org.eclipse.jgit 9 years ago
WalkPushConnection.java Use AutoClosable to close resources in bundle org.eclipse.jgit 9 years ago
WalkRemoteObjectDatabase.java JGit 3.0: move internal classes into an internal subpackage 11 years ago
WalkTransport.java Remove trailing whitespace at end of line 14 years ago
package-info.java Add Javadoc description for packages 11 years ago