Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-12-31IndexPack: Use stack-based recursion for delta resolutionroberto1-52/+131
2010-12-16Move TransferConfig to transport packageShawn O. Pearce2-1/+72
2010-12-15Support GIT_SSH=tortoiseplinkShawn O. Pearce1-1/+1
2010-12-15Correct plink -batch optionShawn O. Pearce1-1/+1
2010-12-13Fix HTTP digest authenticationShawn O. Pearce1-16/+52
2010-12-09IndexPack: Remove blob-streaming size thresholdroberto1-8/+1
2010-12-08IndexPack: Use streaming for large whole blobsShawn O. Pearce1-6/+87
2010-12-08Refactor IndexPack to use InputStream for inflationShawn O. Pearce1-59/+122
2010-12-08[findbugs] Do not ignore exceptional return valueMatthias Sohn4-10/+20
2010-12-04Honor GIT_SSH when opening SSH connectionsShawn O. Pearce1-0/+89
2010-12-04Abstract SSH setup to support GIT_SSHShawn O. Pearce1-89/+126
2010-11-10Support CredentialsProvider for SSH connectionsShawn O. Pearce7-4/+235
2010-11-10Define a default CredentialsProviderShawn O. Pearce2-0/+18
2010-11-10Enable providing credentials for HTTP authenticationShawn O. Pearce6-4/+514
2010-11-10Fix WWW-Authenticate auth-scheme comparisonStefan Lay1-2/+2
2010-11-09Merge "Revert "[findBugs] Silence DM_STRING_CTOR on PacketLineIn""Matthias Sohn1-1/+2
2010-11-09Fix URIish parsing of absolute scp-style URIsShawn O. Pearce1-7/+25
2010-11-08Revert "[findBugs] Silence DM_STRING_CTOR on PacketLineIn"Shawn O. Pearce1-1/+2
2010-10-23[findbugs] Fix illegal format specifierMatthias Sohn1-1/+1
2010-10-18IndexPack: Make translated progress messages non-staticShawn O. Pearce1-8/+3
2010-10-08Add support for single-slash URIChristian Halstrick1-19/+36
2010-10-08Refactored URI parsing to detect wrong URIsChristian Halstrick1-28/+76
2010-10-08Fixed URI regexp regarding user/password partChristian Halstrick1-1/+2
2010-10-08Introduce commented constants for the segments of an URI regexChristian Halstrick1-6/+51
2010-10-07Externalize strings in TransportHttpMatthias Sohn1-30/+32
2010-10-07Merge "Support HTTP basic and digest authentication"Chris Aniszczyk2-24/+364
2010-10-06Split URI regex strings differentlyChristian Halstrick1-10/+17
2010-09-28Support HTTP basic and digest authenticationShawn O. Pearce2-24/+364
2010-09-10Allow ../relative paths in remotesChris West (Faux)1-1/+6
2010-09-06Fix checkReferencedIsReachable to use correct base listShawn O. Pearce1-9/+20
2010-09-06Discard object bodies when checking connectivityShawn O. Pearce1-0/+2
2010-09-03ReceivePack: Rethrow exceptions caught during indexingShawn O. Pearce1-0/+4
2010-08-30IndexPack: Use byte limited form of getCachedBytesShawn O. Pearce1-2/+2
2010-08-30Undo translation of protocol string 'unpack error'Shawn O. Pearce1-1/+1
2010-08-23Fully implement SHA-1 abbreviationsShawn O. Pearce1-2/+2
2010-08-21Expose pack fetch/push connections for subclassingShawn O. Pearce2-5/+41
2010-08-21Implement async/batch lookup of object dataShawn O. Pearce1-81/+131
2010-08-19Remove unnecessary ObjectId.copy() callsShawn O. Pearce1-2/+2
2010-08-10TransportHttp does not honor timeout settingMathias Kinzler1-0/+2
2010-07-28Pass PackConfig down to PackWriter when packingShawn O. Pearce6-14/+100
2010-07-28Simplify UploadPack use of options during writingShawn O. Pearce1-4/+2
2010-07-27Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2-2/+3
2010-07-22Merge branch 'delta'Shawn O. Pearce19-299/+358
2010-07-20IndexPack: Fix spurious pack file corruption errorsShawn O. Pearce1-3/+3
2010-07-16Fix infinite loop in IndexPackShawn O. Pearce1-146/+102
2010-07-14Handle the tilde notation (~user) of git urlRobin Rosenberg1-0/+3
2010-07-02Support large loose objects as streamsShawn O. Pearce1-3/+4
2010-06-29Ensure RevWalk is released when doneShawn O. Pearce6-79/+110
2010-06-29Use one ObjectReader for WalkFetchConnectionShawn O. Pearce1-8/+30
2010-06-29Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2-5/+8

Back to the top