202 Commits (767fb175edeb96ece4a2360796a82e85b0fa354e)

Author SHA1 Message Date
Shawn O. Pearce 466bec3cc9 ObjectIdSubclassMap: Correct Iterator to throw NoSuchElementException 15 years ago
Shawn O. Pearce 4cc7b1c5b0 ObjectIdSubclassMap: Add isEmpty() method 15 years ago
Shawn O. Pearce 06ee913c8d IndexPack: Correct thin pack fix using less than 20 bytes 15 years ago
Robin Rosenberg 6da38b9474 Optimize ref scanning 15 years ago
Jens Baumgart cc905e7d4b Make Repository.getConfig aware of changed config 15 years ago
Robin Rosenberg b919a94348 Speed up check for modifications of tracked resources 15 years ago
Robin Rosenberg fa4c3fe461 JGit plugin not compatible with Eclipse 3.4 15 years ago
Marc Strapetz 2b6c555aee Make parsing of PersonIdent from raw byte array fault-tolerant. 15 years ago
Shawn O. Pearce be86368976 Qualify post-0.7.1 builds 15 years ago
Shawn O. Pearce 22d712ba51 JGit 0.7.1 15 years ago
Shawn O. Pearce 0dc93a2f4a Fix EGit deadlock listing branches of SSH remote 15 years ago
Shawn O. Pearce 14e469c44e Qualify builds as 0.8.0 15 years ago
Shawn O. Pearce 7182fbc422 Qualify post-0.7.0 builds 15 years ago
Shawn O. Pearce 72b8fa786a JGit 0.7.0 15 years ago
Nico Sallembien 0f95d2d046 Add a paranoid 'must be provided' option to ReceivePack 15 years ago
Shawn O. Pearce 89cdc3b713 Reuse the line buffer between strings in PacketLineIn 15 years ago
Shawn O. Pearce 2156aa894c Reduce multi-level buffered streams in transport code 15 years ago
Shawn O. Pearce 882d03f70e Fix smart HTTP client buffer alignment 15 years ago
Shawn O. Pearce d8c3e98d73 Use "ERR message" for early ReceivePack problems 15 years ago
Shawn O. Pearce 1f4a30b80d Catch and report "ERR message" during remote advertisements 15 years ago
Shawn O. Pearce 243b0d64a6 Wait for EOF on stderr before finishing SSH channel 15 years ago
Shawn O. Pearce 673b3984bd Capture non-progress side band #2 messages and put in result 15 years ago
Shawn O. Pearce d33f939e8e ReceivePack: Enable side-band-64k capability for status reports 15 years ago
Shawn O. Pearce 4c44810df4 Use more restrictive patterns for sideband progress scraping 15 years ago
Shawn O. Pearce 3a9295b894 Prefix remote progress tasks with "remote: " 15 years ago
Shawn O. Pearce b7e8cefc92 Decode side-band channel number as unsigned integer 15 years ago
Shawn O. Pearce f2dc9f0bfe Refactor SideBandInputStream construction 15 years ago
Shawn O. Pearce 0af5944cac Refactor SideBandOutputStream to be buffered 15 years ago
Shawn O. Pearce 24875de6bd Fix NLS to build under Java 5 15 years ago
Karthik K 2c14e78a22 s/StringBuffer/StringBuilder as appropriate where no concurrency is needed 15 years ago
Shawn O. Pearce 4a73596ce4 eclipse-iplog: Skip the initial contribution 15 years ago
Sasa Zivkov 2ae9a85045 Provide NLS support in JGit. 15 years ago
Nico Sallembien 19126f70e9 Allow users of ReceivePack access to the objects being sent 15 years ago
Shawn O. Pearce dd931bd978 Don't doubly wrap TransportException in smart HTTP client 15 years ago
Nico Sallembien e54d33b687 Add a RefFilter interface to ReceivePack and UploadPack 15 years ago
Shawn O. Pearce efdcb16be3 Remove pointless boolean during native push 15 years ago
Robin Rosenberg 23827fefc0 Intermediate workaround for JGit's lack of core.autocrlf support 15 years ago
Shawn O. Pearce 76b9823005 Use keep(1) instead of add() when skipping an entry 15 years ago
Shawn O. Pearce 29b8fa84e6 Don't allow DirCacheEntry with mode of 0 15 years ago
Shawn O. Pearce 329abf7212 Disallow creating invalid DirCacheEntry records 15 years ago
Chris Aniszczyk ad94dca1ac Adding some Eclipse-related legal files to JGit 15 years ago
Shawn O. Pearce c581672557 Ensure RawText closes the FileInputStream when read is complete 15 years ago
Shawn O. Pearce 179a9ba4a2 Cleanup OSGi Import-Package specifications to use versions 15 years ago
Shawn O. Pearce 0e137c4d9e Micro-optimize CanonicalTreeParser next() for ObjectWalk 15 years ago
Shawn O. Pearce db54736e71 Fix ObjectWalk corruption when skipping over empty trees 15 years ago
Shawn O. Pearce 0d94a5ca66 Ensure the tree parser resets in ObjectWalk 15 years ago
Shawn O. Pearce 986d616ed4 Correct ObjectWalk error message when bad object is found 15 years ago
Shawn O. Pearce 784b24dde1 Correctly skip over unrecognized optional dircache extensions 15 years ago
Shawn O. Pearce efa8b52df5 Fix server side NPE during push to empty repository 15 years ago
Shawn O. Pearce 48e9a010ae Add unsetSection to Config to remove an entire block 15 years ago