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