aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* Enhance FS.runProcess() to support stdin-redirection and binary dataChristian Halstrick2015-11-021-40/+71
* Cleaned up various readPipe() threading issuesAndrey Loskutov2015-11-011-25/+24
* Don't report errors logged by FS with "debug" levelAndrey Loskutov2015-10-311-21/+7
* JGit CLI should check if calling itself when invoking native git exeKaloyan Raev2015-10-291-0/+8
* [performance] Remove synthetic access$ methods in lib, util and dircacheAndrey Loskutov2015-10-285-17/+17
* Add best-effort variant of File.getCanonicalFile()Thomas Wolf2015-10-221-0/+25
* Delete non empty directories before checkout a pathAndrey Loskutov2015-10-091-4/+9
* Use java.nio.file consistently in FSMatthias Sohn2015-09-274-150/+9
* Deprecate FileUtil and move the code to FileUtilsAndrey Loskutov2015-09-275-132/+285
* [performance] Cache platform name in SystemReaderAndrey Loskutov2015-09-271-14/+26
* Fix warnings on FileUtils.isStaleFileHandle()Matthias Sohn2015-08-261-1/+3
* Deprecate redundant FileUtil.delete(File), use FileUtils insteadAndrey Loskutov2015-08-265-20/+4
* Add public isStaleFileHandle() API, improve detection.Martin Fick2015-08-251-0/+11
* Restored obsoleted createSymLink/readSymLink in FileUtilAndrey Loskutov2015-08-181-0/+25
* Use NIO2 to implement FileUtils.rename() and expose optionsMatthias Sohn2015-08-171-14/+55
* Move createSymLink/readSymLink to FileUtilsAndrey Loskutov2015-08-176-75/+27
* Change FS not to throw NPE when facing InMemory databasesChristian Halstrick2015-08-162-1/+7
* Cleanup Attributes and remove obsoleted Java7BasicAttributes classAndrey Loskutov2015-08-132-32/+14
* Fixed @since tags on new APIAndrey Loskutov2015-07-121-2/+3
* IO: Add a method for reading linesDave Borowitz2015-07-081-0/+69
* Add a separate type for the identity in a push certificateDave Borowitz2015-06-181-2/+33
* Delete deprecated TemporaryBuffer.LocalFile constructorsMatthias Sohn2015-06-031-23/+0
* Delete deprecated FileUtils.setExecute(File, boolean)Matthias Sohn2015-06-031-14/+0
* FS: Extract GobblerThread into a private static classDave Borowitz2015-05-271-33/+57
* Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-262-3/+5
* FS: Allow to manually set the path to the Git system config fileSebastian Schuberth2015-05-252-1/+29
* FS: Fix a minor typo in runInShell() docsSebastian Schuberth2015-05-251-1/+1
* FS: Improve javadoc of some recently introduced methodsSebastian Schuberth2015-05-251-2/+4
* FS: Remove the gitprefix logicSebastian Schuberth2015-05-221-35/+0
* SystemReader: Use discoverGitSystemConfig() in openSystemConfig()Sebastian Schuberth2015-05-221-5/+3
* FS: Add a method to discover the system-wide config fileSebastian Schuberth2015-05-221-0/+27
* FS: Extend readPipe() to optionally take additional environmentSebastian Schuberth2015-05-211-1/+26
* FS: Document readpipe()'s encoding parameterSebastian Schuberth2015-05-211-0/+1
* Split discoverGitPrefix() code out into discoverGitExe()Sebastian Schuberth2015-05-213-35/+38
* Equalize discoverGitPrefix() implementations between POSIX and Win32Sebastian Schuberth2015-05-212-16/+18
* Move resolveGrandparentFile() to the base class for wider useSebastian Schuberth2015-05-213-14/+17
* FS_POSIX: Rework umask detection to make it settableShawn Pearce2015-05-101-154/+72
* FS_Win32: Avoid an IOException on Windows if bash is not in PATHSebastian Schuberth2015-05-071-11/+13
* Support agent= capability in wire protocolShawn Pearce2015-04-301-0/+6
* Merge "FS.readPipe() shouldn't log IOException as an error"Shawn Pearce2015-04-081-1/+1
|\
| * FS.readPipe() shouldn't log IOException as an errorMatthias Sohn2015-03-281-1/+1
* | Fix resource leak in ChangeIdUtilMatthias Sohn2015-04-021-2/+4
* | Buffer overflow output streamShawn Pearce2015-04-011-1/+2
|/
* Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn2015-03-237-260/+817
* TemporaryBuffer: Clear block pointer list instead of reallocatingDave Borowitz2015-03-181-6/+4
* TemporaryBuffer: Allow presizing block pointer listDave Borowitz2015-03-181-5/+42
* Fix compile error due to missing dependencies and since tagsMarkus Duft2015-03-121-0/+1
* Merge "ArchiveCommand: Allow to pass options to underlying stream"Shawn Pearce2015-03-111-0/+25
|\
| * ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky2015-02-201-0/+25
* | Refactored pre-commit hook to make it less invasive.Laurent Delaigue2015-03-025-178/+40