146 Commits (9c4d42e94dbf199a9cef46a4b9286552c8633f4f)

Author SHA1 Message Date
  Shawn O. Pearce 9c4d42e94d Factor out duplicate Inflater setup in WindowCursor 14 years ago
  Shawn O. Pearce d8f20745bf Squash OffsetCache into WindowCache 14 years ago
  Shawn O. Pearce 3cb59216f5 Avoid unnecessary second read on OBJ_OFS_DELTA headers 14 years ago
  Shawn O. Pearce 3cba5377df Fix hang when fetching over SSH 14 years ago
  Shawn O. Pearce f999b4aa63 Fix interrupted write in StreamCopyThread 14 years ago
  Dmitry Neverov 3f143b8d6b Fix missing flush in StreamCopyThread 14 years ago
  Christian Halstrick f3fb5824ba Add builder-style API to jgit and Commit & Log cmd 14 years ago
  Robin Rosenberg a496410df9 A stages field and getter for GitIndex entry introduced 14 years ago
  Christian Halstrick b9ab040b45 Added MERGING_RESOLVED repository state 14 years ago
  Shawn O. Pearce dd63f5cfc1 Fix FooterLine.matches(FooterKey) on same length keys 14 years ago
  Robin Rosenberg c10e134157 Fix handling of corruption for truncated objects 14 years ago
  Shawn O. Pearce 374c28057a Don't insert the same pack twice into a pack list 14 years ago
  Shawn O. Pearce a0a52897ed Favor earlier PackFile instances over later duplicates 14 years ago
  Shawn O. Pearce eeed0abd16 Cleanup duplicated object reuse code in PackWriter 14 years ago
  Shawn O. Pearce dafa8fbff4 Fix NPE during InflaterCache return after corrupt loose object 14 years ago
  Shawn O. Pearce 585dcb7a1c ReceivePack: Clarify the check reachable option 14 years ago
  Shawn O. Pearce a770205070 ReceivePack: Micro-optimize object lookup when checking connectivity 14 years ago
  Shawn O. Pearce 6029bb24ad ReceivePack: Correct type of not provided object 14 years ago
  Shawn O. Pearce 2bb8defa54 IndexPack: Tighten up new and base object bookkeeping 14 years ago
  Shawn O. Pearce 329a0e1689 ReceivePack: Remove need new,base object id properties 14 years ago
  Shawn O. Pearce 8279361de8 ReceivePack: Discard IndexPack as soon as possible 14 years ago
  Shawn O. Pearce 7a91b180c1 ReceivePack: fix ensureProvidedObjectsVisible on thin packs 14 years ago
  Shawn O. Pearce 466bec3cc9 ObjectIdSubclassMap: Correct Iterator to throw NoSuchElementException 14 years ago
  Shawn O. Pearce 4cc7b1c5b0 ObjectIdSubclassMap: Add isEmpty() method 14 years ago
  Shawn O. Pearce 06ee913c8d IndexPack: Correct thin pack fix using less than 20 bytes 14 years ago
  Robin Rosenberg 6da38b9474 Optimize ref scanning 14 years ago
  Jens Baumgart cc905e7d4b Make Repository.getConfig aware of changed config 14 years ago
  Robin Rosenberg b919a94348 Speed up check for modifications of tracked resources 14 years ago
  Marc Strapetz 2b6c555aee Make parsing of PersonIdent from raw byte array fault-tolerant. 14 years ago
  Shawn O. Pearce 0dc93a2f4a Fix EGit deadlock listing branches of SSH remote 14 years ago
  Nico Sallembien 0f95d2d046 Add a paranoid 'must be provided' option to ReceivePack 14 years ago
  Shawn O. Pearce 89cdc3b713 Reuse the line buffer between strings in PacketLineIn 14 years ago
  Shawn O. Pearce 2156aa894c Reduce multi-level buffered streams in transport code 14 years ago
  Shawn O. Pearce 882d03f70e Fix smart HTTP client buffer alignment 14 years ago
  Shawn O. Pearce d8c3e98d73 Use "ERR message" for early ReceivePack problems 14 years ago
  Shawn O. Pearce 1f4a30b80d Catch and report "ERR message" during remote advertisements 14 years ago
  Shawn O. Pearce 243b0d64a6 Wait for EOF on stderr before finishing SSH channel 14 years ago
  Shawn O. Pearce 673b3984bd Capture non-progress side band #2 messages and put in result 14 years ago
  Shawn O. Pearce d33f939e8e ReceivePack: Enable side-band-64k capability for status reports 14 years ago
  Shawn O. Pearce 4c44810df4 Use more restrictive patterns for sideband progress scraping 14 years ago
  Shawn O. Pearce 3a9295b894 Prefix remote progress tasks with "remote: " 14 years ago
  Shawn O. Pearce b7e8cefc92 Decode side-band channel number as unsigned integer 14 years ago
  Shawn O. Pearce f2dc9f0bfe Refactor SideBandInputStream construction 14 years ago
  Shawn O. Pearce 0af5944cac Refactor SideBandOutputStream to be buffered 14 years ago
  Shawn O. Pearce 24875de6bd Fix NLS to build under Java 5 14 years ago
  Karthik K 2c14e78a22 s/StringBuffer/StringBuilder as appropriate where no concurrency is needed 14 years ago
  Shawn O. Pearce 4a73596ce4 eclipse-iplog: Skip the initial contribution 14 years ago
  Sasa Zivkov 2ae9a85045 Provide NLS support in JGit. 14 years ago
  Nico Sallembien 19126f70e9 Allow users of ReceivePack access to the objects being sent 14 years ago
  Shawn O. Pearce dd931bd978 Don't doubly wrap TransportException in smart HTTP client 14 years ago