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.
Shawn Pearce 2685f4b101 Fix cryptoVer constant name to CRYPTO_VER 7 vuotta sitten
..
http Don't use SSL anymore to avoid POODLE attack 9 vuotta sitten
resolver Tweak exception Javadoc to be eclipse-clean 9 vuotta sitten
AbstractAdvertiseRefsHook.java Factor a base class out of ReceivePack 12 vuotta sitten
AdvertiseRefsHook.java Factor a base class out of ReceivePack 12 vuotta sitten
AdvertiseRefsHookChain.java Factor a base class out of ReceivePack 12 vuotta sitten
AmazonS3.java AmazonS3: ensure that errorStream is closed 7 vuotta sitten
BaseConnection.java Support agent= capability in wire protocol 9 vuotta sitten
BaseFetchConnection.java Allow users to show server messages while pushing 11 vuotta sitten
BasePackConnection.java Fix InterruptTimer leak in BasePackConnection 8 vuotta sitten
BasePackFetchConnection.java Organize imports 7 vuotta sitten
BasePackPushConnection.java Push implementation of option strings 8 vuotta sitten
BaseReceivePack.java Fix wrong @since tags introduced by 1beb3ccd 7 vuotta sitten
BundleFetchConnection.java Fix TransportException when reading bundle 8 vuotta sitten
BundleWriter.java Fix public API issues introduced in I1baeedcc6946. 9 vuotta sitten
ChainingCredentialsProvider.java Prevent ChainingCredentialsProvider from adding delegated providers twice 8 vuotta sitten
Connection.java Transport: Implement AutoCloseable 8 vuotta sitten
CredentialItem.java Move JGitText to an internal package 12 vuotta sitten
CredentialsProvider.java NetRCCredentialsProvider should return false if any item is missing 8 vuotta sitten
CredentialsProviderUserInfo.java Mark non-externalizable strings as such 11 vuotta sitten
Daemon.java Fix a @since tag 8 vuotta sitten
DaemonClient.java Deprecate SafeBufferedOutputStream 7 vuotta sitten
DaemonService.java Organize imports 7 vuotta sitten
DefaultSshSessionFactory.java Create RemoteSession interface 13 vuotta sitten
FetchConnection.java Allow users to show server messages while pushing 11 vuotta sitten
FetchHeadRecord.java Mark non-externalizable strings as such 11 vuotta sitten
FetchProcess.java Don't use deprecated LockFile constructor 8 vuotta sitten
FetchResult.java Remove trailing whitespace at end of line 14 vuotta sitten
GitProtocolConstants.java Push implementation of option strings 8 vuotta sitten
HMACSHA1NonceGenerator.java Organize imports 7 vuotta sitten
HttpAuthMethod.java http transport does not use authentication fallback 8 vuotta sitten
HttpTransport.java Introduce an abstraction for HTTP connections 10 vuotta sitten
InsecureCipherFactory.java Extract insecure Cipher factory 7 vuotta sitten
InternalFetchConnection.java Extract classes for transport within a JGit process 9 vuotta sitten
InternalHttpServerGlue.java Support agent= capability in wire protocol 9 vuotta sitten
InternalPushConnection.java Extract classes for transport within a JGit process 9 vuotta sitten
JschConfigSessionFactory.java Add configureJSch method to allow configuration of JSch objects 8 vuotta sitten
JschSession.java Switch JSchSession to simple isolated OutputStream 7 vuotta sitten
LongMap.java Refactor IndexPack to not require local filesystem 13 vuotta sitten
NetRC.java NetRC parser and credentials provider. 10 vuotta sitten
NetRCCredentialsProvider.java NetRCCredentialsProvider should return false if any item is missing 8 vuotta sitten
NonceGenerator.java Add missing since tags for new API 9 vuotta sitten
ObjectCountCallback.java Add missing imports for javadoc to ObjectCountCallback 9 vuotta sitten
OpenSshConfig.java Allow retrying connecting SshSession in case of an exception 10 vuotta sitten
OperationResult.java Support agent= capability in wire protocol 9 vuotta sitten
PackParser.java Fix wrong @since tags introduced by 1beb3ccd 7 vuotta sitten
PackTransport.java Remove trailing whitespace at end of line 14 vuotta sitten
PackedObjectInfo.java ObjectIdOwnerMap: More lightweight map for ObjectIds 13 vuotta sitten
PacketLineIn.java Packet logging for JGit 7 vuotta sitten
PacketLineOut.java Packet logging for JGit 7 vuotta sitten
PostReceiveHook.java Initial JGit contribution to eclipse.org 14 vuotta sitten
PostReceiveHookChain.java Add simple chain implementations of transport hooks and loggers 12 vuotta sitten
PostUploadHook.java Introduce PostUploadHook to replace UploadPackLogger 9 vuotta sitten
PostUploadHookChain.java Introduce PostUploadHook to replace UploadPackLogger 9 vuotta sitten
PreReceiveHook.java Initial JGit contribution to eclipse.org 14 vuotta sitten
PreReceiveHookChain.java Add simple chain implementations of transport hooks and loggers 12 vuotta sitten
PreUploadHook.java Remove PreUploadHook.onPreAdvertiseRefs 12 vuotta sitten
PreUploadHookChain.java Remove PreUploadHook.onPreAdvertiseRefs 12 vuotta sitten
ProgressSpinner.java ProgressSpinner: Simple busy wait entertainment 8 vuotta sitten
PushCertificate.java PushCertificate: Omit null pushee from text representation 9 vuotta sitten
PushCertificateIdent.java Organize imports 7 vuotta sitten
PushCertificateParser.java PushCertificateParser: Add fromString method 9 vuotta sitten
PushCertificateStore.java DirCache: Add helper to read from a tree 8 vuotta sitten
PushConnection.java Allow users to show server messages while pushing 11 vuotta sitten
PushProcess.java Push implementation of option strings 8 vuotta sitten
PushResult.java Initial JGit contribution to eclipse.org 14 vuotta sitten
ReceiveCommand.java ReceiveCommand.abort(): Utility to mark batch of commands as failed 8 vuotta sitten
ReceivePack.java Implement auto gc 7 vuotta sitten
ReceivedPackStatistics.java Fix wrong @since tags introduced by 1beb3ccd 7 vuotta sitten
RefAdvertiser.java Optimize RefAdvertiser for wire protocol 8 vuotta sitten
RefFilter.java Add a RefFilter interface to ReceivePack and UploadPack 14 vuotta sitten
RefSpec.java RefSpec: Make WildcardMode public 7 vuotta sitten
RemoteConfig.java Mark non-externalizable strings as such 11 vuotta sitten
RemoteRefUpdate.java push: Do not blindly overwrite peer 8 vuotta sitten
RemoteSession.java Create RemoteSession interface 13 vuotta sitten
RequestNotYetReadException.java Add missing @since tags to mark API added in 2.0 12 vuotta sitten
ServiceMayNotContinueException.java Organize imports 7 vuotta sitten
SideBandInputStream.java Fix "remote: Counting objects: ..." formatting 8 vuotta sitten
SideBandOutputStream.java Fix variable name and error message for sideband testing 9 vuotta sitten
SideBandProgressMonitor.java Mark non-externalizable strings as such 11 vuotta sitten
SignedPushConfig.java SignedPushConfig: Allow setting a custom nonce generator impl 9 vuotta sitten
SshSessionFactory.java Create RemoteSession interface 13 vuotta sitten
SshTransport.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 vuotta sitten
TagOpt.java Mark non-externalizable strings as such 11 vuotta sitten
TcpTransport.java Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 vuotta sitten
TestProtocol.java [performance] Remove synthetic access$ methods in transport package 8 vuotta sitten
TrackingRefUpdate.java [performance] Remove synthetic access$ methods in transport package 8 vuotta sitten
TransferConfig.java ObjectChecker: honor some git-core fsck.* options 8 vuotta sitten
Transport.java Implement auto gc 7 vuotta sitten
TransportAmazonS3.java Null-annotated Repository class and fixed related compiler errors 8 vuotta sitten
TransportBundle.java Mark non-externalizable strings as such 11 vuotta sitten
TransportBundleFile.java TransportBundleFile: Resolve remote repository locally 7 vuotta sitten
TransportBundleStream.java Move JGitText to an internal package 12 vuotta sitten
TransportGitAnon.java Deprecate SafeBufferedOutputStream 7 vuotta sitten
TransportGitSsh.java Organize imports 7 vuotta sitten
TransportHttp.java http transport does not use authentication fallback 8 vuotta sitten
TransportLocal.java Deprecate SafeBufferedOutputStream 7 vuotta sitten
TransportProtocol.java Add Transport URI constructor without a repository 12 vuotta sitten
TransportSftp.java Silence unchecked conversion warning in TransportSftp 9 vuotta sitten
URIish.java Tests on Windows with URIish fail 8 vuotta sitten
UploadPack.java Organize imports 7 vuotta sitten
UploadPackInternalServerErrorException.java Fix compilation with Java 1.5 13 vuotta sitten
UploadPackLogger.java Suppress deprecation warnings related to UploadPackLogger 7 vuotta sitten
UploadPackLoggerChain.java Revert "Remove PackWriter.Statistics and other deprecated classes" 8 vuotta sitten
UserAgent.java Support agent= capability in wire protocol 9 vuotta sitten
UsernamePasswordCredentialsProvider.java Mark non-externalizable strings as such 11 vuotta sitten
WalkEncryption.java Fix cryptoVer constant name to CRYPTO_VER 7 vuotta sitten
WalkFetchConnection.java Delay inserter.flush in WalkFetchConnection 7 vuotta sitten
WalkPushConnection.java Deprecate SafeBufferedOutputStream 7 vuotta sitten
WalkRemoteObjectDatabase.java JGit 3.0: move internal classes into an internal subpackage 11 vuotta sitten
WalkTransport.java Remove trailing whitespace at end of line 14 vuotta sitten
WantNotValidException.java Introduce specific WantNotValidException for servers 8 vuotta sitten
WriteAbortedException.java Fix warnings about missing serialVersionUID 8 vuotta sitten
package-info.java Add Javadoc description for packages 11 vuotta sitten