Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Dave Borowitz d2787d481e Extract the capability parsing logic in {Upload,Receive}Pack 12 лет назад
..
resolver daemon: Use HTTP's resolver and factory pattern 13 лет назад
AbstractAdvertiseRefsHook.java Modify refs in UploadPack/ReceivePack using a hook interface 12 лет назад
AdvertiseRefsHook.java Modify refs in UploadPack/ReceivePack using a hook interface 12 лет назад
AdvertiseRefsHookChain.java Add an AdvertiseRefsHookChain, similar to the other hook chains 12 лет назад
AmazonS3.java Check connection's error stream before reading from it 12 лет назад
BaseConnection.java Externalize strings from JGit 14 лет назад
BaseFetchConnection.java Initial JGit contribution to eclipse.org 14 лет назад
BasePackConnection.java Externalize strings from JGit 14 лет назад
BasePackFetchConnection.java Make capability strings in BasePack{Fetch,Push}Connection public 12 лет назад
BasePackPushConnection.java Make capability strings in BasePack{Fetch,Push}Connection public 12 лет назад
BundleFetchConnection.java Refactor IndexPack to not require local filesystem 13 лет назад
BundleWriter.java PackWriter: Avoid CRC-32 validation when feeding IndexPack 13 лет назад
Connection.java Capture non-progress side band #2 messages and put in result 14 лет назад
CredentialItem.java Use the stored password instead of prompting for it all the time 13 лет назад
CredentialsProvider.java Reset SSH connection and credentials on "Auth fail" 12 лет назад
CredentialsProviderUserInfo.java Use the stored password instead of prompting for it all the time 13 лет назад
Daemon.java Remove calls to printStackTrace in catch blocks 12 лет назад
DaemonClient.java Make sure all bytes are written to files on close, or get an error. 12 лет назад
DaemonService.java daemon: Use HTTP's resolver and factory pattern 13 лет назад
DefaultSshSessionFactory.java Create RemoteSession interface 13 лет назад
FetchConnection.java Move FileRepository to storage.file.FileRepository 14 лет назад
FetchHeadRecord.java Initial JGit contribution to eclipse.org 14 лет назад
FetchProcess.java Report progress while updating references 13 лет назад
FetchResult.java Remove trailing whitespace at end of line 14 лет назад
HttpAuthMethod.java Fix HTTP digest authentication 13 лет назад
HttpTransport.java Initial JGit contribution to eclipse.org 14 лет назад
JschConfigSessionFactory.java Reset SSH connection and credentials on "Auth fail" 12 лет назад
JschSession.java Create RemoteSession interface 13 лет назад
LongMap.java Refactor IndexPack to not require local filesystem 13 лет назад
OpenSshConfig.java Add constant for default name for the Git repo configuration 12 лет назад
OperationResult.java Capture non-progress side band #2 messages and put in result 14 лет назад
PackParser.java maxObjectSizeLimit for receive-pack. 12 лет назад
PackTransport.java Remove trailing whitespace at end of line 14 лет назад
PackedObjectInfo.java ObjectIdOwnerMap: More lightweight map for ObjectIds 13 лет назад
PacketLineIn.java Make PacketLineIn public 13 лет назад
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 лет назад
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 лет назад
PushConnection.java Remove trailing whitespace at end of line 14 лет назад
PushProcess.java Ensure RevWalk is released when done 14 лет назад
PushResult.java Initial JGit contribution to eclipse.org 14 лет назад
ReceiveCommand.java Extract filterCommands as a static method on ReceiveCommand 12 лет назад
ReceivePack.java Extract the capability parsing logic in {Upload,Receive}Pack 12 лет назад
RefAdvertiser.java Fix ReceivePack connectivity validation with alternates 13 лет назад
RefFilter.java Add a RefFilter interface to ReceivePack and UploadPack 14 лет назад
RefSpec.java Make ObjectId, RefSpec, RemoteConfig, URIish serializable 14 лет назад
RemoteConfig.java Support insteadOf and pushInsteadOf URL replacement 12 лет назад
RemoteRefUpdate.java RemoteRefUpdate: Accept Ref and ObjectId arguments for source 13 лет назад
RemoteSession.java Create RemoteSession interface 13 лет назад
ServiceMayNotContinueException.java Modify refs in UploadPack/ReceivePack using a hook interface 12 лет назад
SideBandInputStream.java Externalize strings from JGit 14 лет назад
SideBandOutputStream.java smart-http: Support progress in ReceivePack 13 лет назад
SideBandProgressMonitor.java ProgressMonitor: Refactor to use background alarms 13 лет назад
SshSessionFactory.java Create RemoteSession interface 13 лет назад
SshTransport.java Create RemoteSession interface 13 лет назад
TagOpt.java Externalize strings from JGit 14 лет назад
TcpTransport.java Initial JGit contribution to eclipse.org 14 лет назад
TrackingRefUpdate.java Remove trailing whitespace at end of line 14 лет назад
TransferConfig.java Move TransferConfig to transport package 13 лет назад
Transport.java TransportProtocol: Allow null Repository in canHandle() 13 лет назад
TransportAmazonS3.java TransportProtocol: Allow null Repository in canHandle() 13 лет назад
TransportBundle.java Initial JGit contribution to eclipse.org 14 лет назад
TransportBundleFile.java TransportProtocol: Allow null Repository in canHandle() 13 лет назад
TransportBundleStream.java Externalize strings from JGit 14 лет назад
TransportGitAnon.java Make sure all bytes are written to files on close, or get an error. 12 лет назад
TransportGitSsh.java Prevent NPE during fetch and push via SSH 13 лет назад
TransportHttp.java Fix smart HTTP client stream alignment errors 12 лет назад
TransportLocal.java Make sure all bytes are written to files on close, or get an error. 12 лет назад
TransportProtocol.java TransportProtocol: Allow null Repository in canHandle() 13 лет назад
TransportSftp.java Create RemoteSession interface 13 лет назад
URIish.java Add percent-encoding of reserved characters in URIish 12 лет назад
UploadPack.java Extract the capability parsing logic in {Upload,Receive}Pack 12 лет назад
UploadPackInternalServerErrorException.java Fix compilation with Java 1.5 13 лет назад
UploadPackLogger.java Add a no-op UploadPackLogger and use it by default 12 лет назад
UploadPackLoggerChain.java Add simple chain implementations of transport hooks and loggers 12 лет назад
UploadPackMayNotContinueException.java Modify refs in UploadPack/ReceivePack using a hook interface 12 лет назад
UsernamePasswordCredentialsProvider.java Support CredentialsProvider for SSH connections 13 лет назад
WalkEncryption.java Externalize strings from JGit 14 лет назад
WalkFetchConnection.java Refactor IndexPack to not require local filesystem 13 лет назад
WalkPushConnection.java Make sure all bytes are written to files on close, or get an error. 12 лет назад
WalkRemoteObjectDatabase.java Move FileRepository to storage.file.FileRepository 14 лет назад
WalkTransport.java Remove trailing whitespace at end of line 14 лет назад