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.
Robin Rosenberg 4e5944fbf8 Removed unused parameters from private methods 12 yıl önce
..
resolver Allow RepositoryResolver to throw ServiceMayNotContinueException 12 yıl önce
AbstractAdvertiseRefsHook.java Factor a base class out of ReceivePack 12 yıl önce
AdvertiseRefsHook.java Factor a base class out of ReceivePack 12 yıl önce
AdvertiseRefsHookChain.java Factor a base class out of ReceivePack 12 yıl önce
AmazonS3.java Remove 86 boxing warnings 12 yıl önce
BaseConnection.java Move JGitText to an internal package 12 yıl önce
BaseFetchConnection.java Initial JGit contribution to eclipse.org 14 yıl önce
BasePackConnection.java Move JGitText to an internal package 12 yıl önce
BasePackFetchConnection.java Add missing @since tags to mark API added in 2.0 12 yıl önce
BasePackPushConnection.java Add missing @since tags to mark API added in 2.0 12 yıl önce
BaseReceivePack.java Factor a base class out of ReceivePack 12 yıl önce
BundleFetchConnection.java Move JGitText to an internal package 12 yıl önce
BundleWriter.java Move JGitText to an internal package 12 yıl önce
Connection.java Capture non-progress side band #2 messages and put in result 14 yıl önce
CredentialItem.java Move JGitText to an internal package 12 yıl önce
CredentialsProvider.java Reset SSH connection and credentials on "Auth fail" 12 yıl önce
CredentialsProviderUserInfo.java Use the stored password instead of prompting for it all the time 13 yıl önce
Daemon.java Allow RepositoryResolver to throw ServiceMayNotContinueException 12 yıl önce
DaemonClient.java Make sure all bytes are written to files on close, or get an error. 12 yıl önce
DaemonService.java Allow RepositoryResolver to throw ServiceMayNotContinueException 12 yıl önce
DefaultSshSessionFactory.java Create RemoteSession interface 13 yıl önce
FetchConnection.java Move FileRepository to storage.file.FileRepository 14 yıl önce
FetchHeadRecord.java Initial JGit contribution to eclipse.org 14 yıl önce
FetchProcess.java Move JGitText to an internal package 12 yıl önce
FetchResult.java Remove trailing whitespace at end of line 14 yıl önce
HttpAuthMethod.java Fix HTTP digest authentication 13 yıl önce
HttpTransport.java Initial JGit contribution to eclipse.org 14 yıl önce
JschConfigSessionFactory.java Don't swallow JSchException "Auth fail" exception 12 yıl önce
JschSession.java Create RemoteSession interface 13 yıl önce
LongMap.java Refactor IndexPack to not require local filesystem 13 yıl önce
OpenSshConfig.java Add constant for default name for the Git repo configuration 12 yıl önce
OperationResult.java Capture non-progress side band #2 messages and put in result 14 yıl önce
PackParser.java Remove 86 boxing warnings 12 yıl önce
PackTransport.java Remove trailing whitespace at end of line 14 yıl önce
PackedObjectInfo.java ObjectIdOwnerMap: More lightweight map for ObjectIds 13 yıl önce
PacketLineIn.java Move JGitText to an internal package 12 yıl önce
PacketLineOut.java smart-http: Support progress in ReceivePack 13 yıl önce
PostReceiveHook.java Initial JGit contribution to eclipse.org 14 yıl önce
PostReceiveHookChain.java Add simple chain implementations of transport hooks and loggers 12 yıl önce
PreReceiveHook.java Initial JGit contribution to eclipse.org 14 yıl önce
PreReceiveHookChain.java Add simple chain implementations of transport hooks and loggers 12 yıl önce
PreUploadHook.java Remove PreUploadHook.onPreAdvertiseRefs 12 yıl önce
PreUploadHookChain.java Remove PreUploadHook.onPreAdvertiseRefs 12 yıl önce
PushConnection.java Remove trailing whitespace at end of line 14 yıl önce
PushProcess.java Move JGitText to an internal package 12 yıl önce
PushResult.java Initial JGit contribution to eclipse.org 14 yıl önce
ReceiveCommand.java Factor a base class out of ReceivePack 12 yıl önce
ReceivePack.java Factor a base class out of ReceivePack 12 yıl önce
RefAdvertiser.java Fix ReceivePack connectivity validation with alternates 13 yıl önce
RefFilter.java Add a RefFilter interface to ReceivePack and UploadPack 14 yıl önce
RefSpec.java Move JGitText to an internal package 12 yıl önce
RemoteConfig.java Support insteadOf and pushInsteadOf URL replacement 12 yıl önce
RemoteRefUpdate.java Move JGitText to an internal package 12 yıl önce
RemoteSession.java Create RemoteSession interface 13 yıl önce
RequestNotYetReadException.java Add missing @since tags to mark API added in 2.0 12 yıl önce
ServiceMayNotContinueException.java Add missing @since tags to mark API added in 2.0 12 yıl önce
SideBandInputStream.java Remove 86 boxing warnings 12 yıl önce
SideBandOutputStream.java Add missing @since tags to mark API added in 2.0 12 yıl önce
SideBandProgressMonitor.java ProgressMonitor: Refactor to use background alarms 13 yıl önce
SshSessionFactory.java Create RemoteSession interface 13 yıl önce
SshTransport.java Move JGitText to an internal package 12 yıl önce
TagOpt.java Move JGitText to an internal package 12 yıl önce
TcpTransport.java Initial JGit contribution to eclipse.org 14 yıl önce
TrackingRefUpdate.java Remove trailing whitespace at end of line 14 yıl önce
TransferConfig.java Move TransferConfig to transport package 13 yıl önce
Transport.java Ignore trailing comments in transport SPI parsing 12 yıl önce
TransportAmazonS3.java Move JGitText to an internal package 12 yıl önce
TransportBundle.java Initial JGit contribution to eclipse.org 14 yıl önce
TransportBundleFile.java Move JGitText to an internal package 12 yıl önce
TransportBundleStream.java Move JGitText to an internal package 12 yıl önce
TransportGitAnon.java Move JGitText to an internal package 12 yıl önce
TransportGitSsh.java Move JGitText to an internal package 12 yıl önce
TransportHttp.java Remove 86 boxing warnings 12 yıl önce
TransportLocal.java Move JGitText to an internal package 12 yıl önce
TransportProtocol.java TransportProtocol: Allow null Repository in canHandle() 13 yıl önce
TransportSftp.java Remove 4 unboxed warnings 12 yıl önce
URIish.java Removed unused parameters from private methods 12 yıl önce
UploadPack.java Move JGitText to an internal package 12 yıl önce
UploadPackInternalServerErrorException.java Fix compilation with Java 1.5 13 yıl önce
UploadPackLogger.java Add a no-op UploadPackLogger and use it by default 12 yıl önce
UploadPackLoggerChain.java Add simple chain implementations of transport hooks and loggers 12 yıl önce
UploadPackMayNotContinueException.java Modify refs in UploadPack/ReceivePack using a hook interface 12 yıl önce
UsernamePasswordCredentialsProvider.java UnsupportedCredentialItem with password authentication 12 yıl önce
WalkEncryption.java Move JGitText to an internal package 12 yıl önce
WalkFetchConnection.java Remove 86 boxing warnings 12 yıl önce
WalkPushConnection.java Move JGitText to an internal package 12 yıl önce
WalkRemoteObjectDatabase.java Move JGitText to an internal package 12 yıl önce
WalkTransport.java Remove trailing whitespace at end of line 14 yıl önce