aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs/UnixGlob.java
Commit message (Expand)AuthorAge
* Automated [] rollback of commit 846a5ab98fc26d72024890fdb79a5d3bc6a5a1ba + ma...Gravatar Nathan Harmata2016-08-23
* Rollback of commit bb5d5efb4b50710241b5b374eb67084f4bf08278.Gravatar Tobias Werth2016-08-23
* RELNOTES: The string list returned by the skylark 'glob' function is now sort...Gravatar Nathan Harmata2016-08-18
* Refactor UnixGlob by consolidating the context of a glob subtask into a GlobT...Gravatar Nathan Harmata2016-06-07
* Remove the dead UnixGlob#Builder#addExcludes and move some existing tests aro...Gravatar Nathan Harmata2016-06-07
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* In GlobVisitor, use a ConcurrentHashSet and sort the results at the end rathe...Gravatar Nathan Harmata2015-08-31
* Refactor the legacy globbing thread pool to make use of more modern concurren...Gravatar Eric Fellheimer2015-06-29
* Minor cleanup: Unnecessary "static" on interface.Gravatar Eric Fellheimer2015-06-18
* Deal properly with IOExceptions when globbing in a single thread.Gravatar Janak Ramakrishnan2015-06-17
* Change UnixGlob#matcher to treat "**/" and "/**" as matching zero or more di...Gravatar Janak Ramakrishnan2015-05-18
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25