205 Commits (4da6c49b048691282c79a731b69517be088d938e)

Author SHA1 Message Date
  Stefan Bodewig 4da6c49b04 BZ 65499 avoid getCanonicalFile in many cases 4 years ago
  Stefan Bodewig 87ac51d3c2 fallback to a separate owner-only tempdir if possible 5 years ago
  Stefan Bodewig a8645a151b use nio.Files.createTempFile rather than File.createTempFile 5 years ago
  Stefan Bodewig fe7e9617ed Merge branch '1.9.x' 5 years ago
  Stefan Bodewig 9c1f4d905d provide a magic property that overrides temp directory 5 years ago
  jkf ceb39e2179 removed http links from java sources to the extent possible 6 years ago
  jkf 3a4980e3c4 updated reference to license from http to https using 6 years ago
  Gintas Grigelionis bd82d189ad Remove unused imports 7 years ago
  Gintas Grigelionis 1e30b48a0e Use try-with-resources 7 years ago
  Jaikiran Pai 65cd88f59c bz-62890 don't cache the case sensitivity of the filesystem. 7 years ago
  Jaikiran Pai 8ae8894fc2 bz-62890 fix the newly added test in SyncTest. Also, in the implementation of FileUtils#isCaseSensitiveFileSystem, take into account Files.isSame can throw NoSuchFileException in the absence of either of the paths being checked 7 years ago
  Jaikiran Pai 52c8c5a079 bz-62890 Make sure the sync task considers the case sensitivity of the destination directory's filesystem while looking for orphan files to delete 7 years ago
  Gintas Grigelionis 551cb55e32 Revert last 5 commits 7 years ago
  Gintas Grigelionis e2dd6ec79a SonarQube: unnecessary parentheses is a major code smell 7 years ago
  Gintas Grigelionis 790e27474f Revert "Check spelling" 7 years ago
  Gintas Grigelionis 54b6df2f44 Check spelling 7 years ago
  Gintas Grigelionis fffc2fde16 Redundant string length computations 7 years ago
  Stefan Bodewig 142c2e796d Merge branch '1.9.x' 7 years ago
  Stefan Bodewig 5addfa6319 use getParent in isLeadingPath rather than string comparisons 7 years ago
  Stefan Bodewig 3c7377ec60 Merge branch '1.9.x' 7 years ago
  Stefan Bodewig 6a41d62cb9 add additional isLeadingPath method that resolves symlinks 7 years ago
  Stefan Bodewig d064f5f7d3 ensure isLeadingPath cannot be subverted by too many double-dots 7 years ago
  Stefan Bodewig 8cfee71c77 document what FileUtils#normalize does in a certain edge case 7 years ago
  Stefan Bodewig 29d13b436a clarify handling of symbolic links 7 years ago
  Gintas Grigelionis 5f4c43ddc3 Checkstyle/spelling 7 years ago
  Gintas Grigelionis 96ed9bdfd0 Inline/whitespace/format 7 years ago
  Gintas Grigelionis 30f52135af Use null-or-empty pattern 7 years ago
  Gintas Grigelionis cda6c91cf8 Unwrap some logic; uniform checks of StringBuilder size 7 years ago
  Gintas Grigelionis 095aaaef75 Chop extraneous parentheses 7 years ago
  Gintas Grigelionis dccbf1fcec Checkstyle and simplify, next iteration 7 years ago
  Gintas Grigelionis 9a8a441655 Simplify logic 7 years ago
  Gintas Grigelionis 95495d57aa Remove extraneous casts and (un)boxing, tersify logic 7 years ago
  Jaikiran Pai 242d661161 Deprecate SymbolicLinkUtils in favour of Java 7 java.nio.file.Files APIs 8 years ago
  Gintas Grigelionis 6656db28bb Let’s use doclint 8 years ago
  Gintas Grigelionis 67f29ce0c2 Let’s use doclint 8 years ago
  Matt Benson b7d1e9bde4 java 5-8 8 years ago
  Stefan Bodewig af74d1f6b8 reduce GC pressure by replacing File(In|Out)putStream 8 years ago
  Stefan Bodewig 5e0632687f Merge branch '1.9.x' 9 years ago
  Stefan Bodewig 18877234f2 accept generic exceptions because of backwards compatibility 9 years ago
  Stefan Bodewig 89b267eff1 Merge branch '1.9.x' 9 years ago
  Stefan Bodewig ac1b7652dd Sonar false positives for resource leaks 9 years ago
  Stefan Bodewig 4af291c580 embrace AutoCloseable 9 years ago
  Ville Skyttä 8a597546b8 PR 56749 Javadoc 1.8 fixes, submitted by Ville Skyttä 11 years ago
  Stefan Bodewig 326b38f701 assorted micro-optimizations by Adrian Nistor - 13 different Bugzilla issues 12 years ago
  Stefan Bodewig 234c1d9ff4 weed out race-condition in mkdirs calls inspired by PR 55290 and Matthias Bhend's suggestion 12 years ago
  Nicolas Lalevee b031b8766d getAbsoluteFile is useless since as the javadoc of File.toURI clearly explain, produced URIs are absolute 13 years ago
  Nicolas Lalevee 62ebdd1f76 organize imports 13 years ago
  Stefan Bodewig ececc5c3e3 Add an option to <delete> to run the GC before retrying a failed build on non-Windows OSes as well. Might fix the NFS problem described in PR 45786 14 years ago
  Stefan Bodewig 5f20b99140 microoptimizations. PR 50716 15 years ago
  Stefan Bodewig a28f64f5cf fix a bunch of warnings you get when building on Harmony which uses Eclipse's compiler. There are still lots (more than 100) of deprecation warnings and warnings about missing serialversionids that I have ignored. 15 years ago