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 55bf06b43d Allow RepositoryResolver to throw ServiceMayNotContinueException 12 년 전
..
resolver Allow RepositoryResolver to throw ServiceMayNotContinueException 12 년 전
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 Move JGitText to an internal package 12 년 전
BaseConnection.java Move JGitText to an internal package 12 년 전
BaseFetchConnection.java Initial JGit contribution to eclipse.org 14 년 전
BasePackConnection.java Move JGitText to an internal package 12 년 전
BasePackFetchConnection.java Enable smart HTTP transport to place EOF at end of pack 12 년 전
BasePackPushConnection.java Move JGitText to an internal package 12 년 전
BundleFetchConnection.java Move JGitText to an internal package 12 년 전
BundleWriter.java Move JGitText to an internal package 12 년 전
Connection.java Capture non-progress side band #2 messages and put in result 14 년 전
CredentialItem.java Move JGitText to an internal package 12 년 전
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 Allow RepositoryResolver to throw ServiceMayNotContinueException 12 년 전
DaemonClient.java Make sure all bytes are written to files on close, or get an error. 12 년 전
DaemonService.java Allow RepositoryResolver to throw ServiceMayNotContinueException 12 년 전
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 Move JGitText to an internal package 12 년 전
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 Move JGitText to an internal package 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 Move JGitText to an internal package 12 년 전
PackTransport.java Remove trailing whitespace at end of line 14 년 전
PackedObjectInfo.java ObjectIdOwnerMap: More lightweight map for ObjectIds 13 년 전
PacketLineIn.java Move JGitText to an internal package 12 년 전
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 Move JGitText to an internal package 12 년 전
PushResult.java Initial JGit contribution to eclipse.org 14 년 전
ReceiveCommand.java Move JGitText to an internal package 12 년 전
ReceivePack.java Properly parse first line in ReceivePack with no '\0' 12 년 전
RefAdvertiser.java Fix ReceivePack connectivity validation with alternates 13 년 전
RefFilter.java Add a RefFilter interface to ReceivePack and UploadPack 14 년 전
RefSpec.java Move JGitText to an internal package 12 년 전
RemoteConfig.java Support insteadOf and pushInsteadOf URL replacement 12 년 전
RemoteRefUpdate.java Move JGitText to an internal package 12 년 전
RemoteSession.java Create RemoteSession interface 13 년 전
RequestNotYetReadException.java Try to send HTTP error messages over sideband 12 년 전
ServiceMayNotContinueException.java Modify refs in UploadPack/ReceivePack using a hook interface 12 년 전
SideBandInputStream.java Move JGitText to an internal package 12 년 전
SideBandOutputStream.java Move JGitText to an internal package 12 년 전
SideBandProgressMonitor.java ProgressMonitor: Refactor to use background alarms 13 년 전
SshSessionFactory.java Create RemoteSession interface 13 년 전
SshTransport.java Move JGitText to an internal package 12 년 전
TagOpt.java Move JGitText to an internal package 12 년 전
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 Ignore trailing comments in transport SPI parsing 12 년 전
TransportAmazonS3.java Move JGitText to an internal package 12 년 전
TransportBundle.java Initial JGit contribution to eclipse.org 14 년 전
TransportBundleFile.java Move JGitText to an internal package 12 년 전
TransportBundleStream.java Move JGitText to an internal package 12 년 전
TransportGitAnon.java Move JGitText to an internal package 12 년 전
TransportGitSsh.java Move JGitText to an internal package 12 년 전
TransportHttp.java Enable smart HTTP transport to place EOF at end of pack 12 년 전
TransportLocal.java Move JGitText to an internal package 12 년 전
TransportProtocol.java TransportProtocol: Allow null Repository in canHandle() 13 년 전
TransportSftp.java Move JGitText to an internal package 12 년 전
URIish.java Move JGitText to an internal package 12 년 전
UploadPack.java Move JGitText to an internal package 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 Move JGitText to an internal package 12 년 전
WalkFetchConnection.java Move JGitText to an internal package 12 년 전
WalkPushConnection.java Move JGitText to an internal package 12 년 전
WalkRemoteObjectDatabase.java Move JGitText to an internal package 12 년 전
WalkTransport.java Remove trailing whitespace at end of line 14 년 전