aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java
Commit message (Expand)AuthorAgeFilesLines
* Use try-with-resource to close resources in DirCacheMatthias Sohn2015-04-031-4/+1
* DirCache: Buffer TREE extension to $GIT_DIRShawn Pearce2014-11-251-10/+15
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-9/+9
* Add @since tag to new DirCache#findEntryRobin Rosenberg2014-03-081-0/+1
* DirCache.findEntry(byte[], in) made publicMarc Strapetz2014-02-241-8/+20
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-2/+2
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* Improve performance of persisting an index by magnitudesstable-2.0Christian Halstrick2012-06-281-0/+11
* Update smudged entries when writing indexKevin Sawicki2012-05-281-1/+100
* Smudge index entries on first write (too), as well when readingRobin Rosenberg2012-05-211-17/+28
* Remove 86 boxing warningsKevin Sawicki2012-05-081-5/+9
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-151-2/+2
* Add exception class for when locking a file failsKevin Sawicki2011-12-181-1/+2
* Fire IndexChangedEvent on DirCache.commit()Matthias Sohn2011-09-301-4/+59
* Fix DirCache,getEntriesWithin for empty string arguemntRobin Rosenberg2011-09-251-0/+5
* Fix DirCache.isModified()Philipp Thun2011-04-041-1/+1
* Fix possible NPE in DirCache.isModified()Philipp Thun2011-03-281-1/+1
* Fix DirCache re-read.Robin Rosenberg2011-03-041-11/+13
* Add isOutdated method to DirCacheJens Baumgart2011-02-091-0/+10
* Partial support for index file format "3".Marc Strapetz2010-08-311-8/+16
* Fixed typo in DirCache documentationBenjamin Muskalla2010-08-251-1/+1
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-271-8/+22
* Move DirCache factory methods to RepositoryShawn O. Pearce2010-06-301-51/+0
* Create NoWorkTreeException for bare repositoriesShawn O. Pearce2010-06-301-4/+5
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-1/+1
* Start using ObjectInserter instead of ObjectWriterShawn O. Pearce2010-06-251-3/+5
* DirCache must use getIndexFileShawn O. Pearce2010-06-251-2/+6
* Externalize strings from JGitSasa Zivkov2010-05-191-19/+18
* Added MERGING_RESOLVED repository stateChristian Halstrick2010-05-081-0/+16
* Correctly skip over unrecognized optional dircache extensionsShawn O. Pearce2010-02-021-11/+41
* Refactor TemporaryBuffer to support reuse in other contextsShawn O. Pearce2010-01-121-1/+1
* Move pure IO utility functions to a utility class of its own.Robin Rosenberg2009-10-311-5/+6
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+756