103 Commits (stable-0.7)

Autor SHA1 Mensaje Fecha
  Shawn O. Pearce 0dc93a2f4a Fix EGit deadlock listing branches of SSH remote hace 14 años
  Shawn O. Pearce 89cdc3b713 Reuse the line buffer between strings in PacketLineIn hace 14 años
  Shawn O. Pearce 2156aa894c Reduce multi-level buffered streams in transport code hace 14 años
  Shawn O. Pearce 882d03f70e Fix smart HTTP client buffer alignment hace 14 años
  Shawn O. Pearce d8c3e98d73 Use "ERR message" for early ReceivePack problems hace 14 años
  Shawn O. Pearce 1f4a30b80d Catch and report "ERR message" during remote advertisements hace 14 años
  Shawn O. Pearce 243b0d64a6 Wait for EOF on stderr before finishing SSH channel hace 14 años
  Shawn O. Pearce 673b3984bd Capture non-progress side band #2 messages and put in result hace 14 años
  Shawn O. Pearce d33f939e8e ReceivePack: Enable side-band-64k capability for status reports hace 14 años
  Shawn O. Pearce 4c44810df4 Use more restrictive patterns for sideband progress scraping hace 14 años
  Shawn O. Pearce 3a9295b894 Prefix remote progress tasks with "remote: " hace 14 años
  Shawn O. Pearce b7e8cefc92 Decode side-band channel number as unsigned integer hace 14 años
  Shawn O. Pearce f2dc9f0bfe Refactor SideBandInputStream construction hace 14 años
  Shawn O. Pearce 0af5944cac Refactor SideBandOutputStream to be buffered hace 14 años
  Shawn O. Pearce 24875de6bd Fix NLS to build under Java 5 hace 14 años
  Shawn O. Pearce 4a73596ce4 eclipse-iplog: Skip the initial contribution hace 14 años
  Sasa Zivkov 2ae9a85045 Provide NLS support in JGit. hace 14 años
  Nico Sallembien 19126f70e9 Allow users of ReceivePack access to the objects being sent hace 14 años
  Shawn O. Pearce dd931bd978 Don't doubly wrap TransportException in smart HTTP client hace 14 años
  Nico Sallembien e54d33b687 Add a RefFilter interface to ReceivePack and UploadPack hace 14 años
  Shawn O. Pearce efdcb16be3 Remove pointless boolean during native push hace 14 años
  Robin Rosenberg 23827fefc0 Intermediate workaround for JGit's lack of core.autocrlf support hace 14 años
  Shawn O. Pearce 76b9823005 Use keep(1) instead of add() when skipping an entry hace 14 años
  Shawn O. Pearce 29b8fa84e6 Don't allow DirCacheEntry with mode of 0 hace 14 años
  Shawn O. Pearce 329abf7212 Disallow creating invalid DirCacheEntry records hace 14 años
  Shawn O. Pearce c581672557 Ensure RawText closes the FileInputStream when read is complete hace 14 años
  Shawn O. Pearce 0e137c4d9e Micro-optimize CanonicalTreeParser next() for ObjectWalk hace 14 años
  Shawn O. Pearce db54736e71 Fix ObjectWalk corruption when skipping over empty trees hace 14 años
  Shawn O. Pearce 0d94a5ca66 Ensure the tree parser resets in ObjectWalk hace 14 años
  Shawn O. Pearce 986d616ed4 Correct ObjectWalk error message when bad object is found hace 14 años
  Shawn O. Pearce 784b24dde1 Correctly skip over unrecognized optional dircache extensions hace 14 años
  Shawn O. Pearce efa8b52df5 Fix server side NPE during push to empty repository hace 14 años
  Shawn O. Pearce 48e9a010ae Add unsetSection to Config to remove an entire block hace 14 años
  Shawn O. Pearce 869c8434f6 Don't confuse empty configuration variables with booleans hace 14 años
  Shawn O. Pearce e905d93f9f Disable the JRE HTTP cache, if any hace 14 años
  Shawn O. Pearce 08a77c04b4 Check for remote server exec failures and report hace 14 años
  Shawn O. Pearce 7c82df1114 Relax ObjectChecker to permit missing tagger lines hace 14 años
  Shawn O. Pearce 36f05a9c27 Optimize RefAdvertiser performance by avoiding sorting hace 14 años
  Shawn O. Pearce 73b6efc928 Replace writeSymref with RefUpdate.link hace 14 años
  Shawn O. Pearce 01b5392cdb Rewrite reference handling to be abstract and accurate hace 14 años
  Shawn O. Pearce ab697ff18b Create new RefList and RefMap utility types hace 14 años
  Constantine Plotnikov cc64794b24 Added caching for loose object lookup during pack indexing hace 14 años
  Robin Rosenberg 1c785d6902 Introduce a named constant for the ".git" directory extension hace 14 años
  Robin Rosenberg 0b8b6b5309 Introduce a named constant for the .git directory. hace 14 años
  Shawn O. Pearce f5eb0d9366 Add JUnit tests for HTTP transport hace 14 años
  Shawn O. Pearce d5bc8be743 Download HEAD by itself if not in info/refs hace 14 años
  Shawn O. Pearce 8c836c6f21 client side smart HTTP hace 14 años
  Shawn O. Pearce 5e33a1de83 Simple dumb HTTP server for Git hace 14 años
  Shawn O. Pearce 71b3484729 Expose PacketLineOut for reuse outside of the transport package hace 14 años
  Shawn O. Pearce 7ed6805425 Expose RefAdvertiser for reuse outside of the transport package hace 14 años