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 година
..
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 пре 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 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 година