1. 77c0edd Allow the visitor to visit a subset of its children instead of all of them. by Roy Williams · 11 years ago
  2. b5387bd Log the appropriate RuleKey with --verbose 5. by Michael Bolin · 11 years ago
  3. ba975d2 Fix an Eclipse warning about an unused param by documenting it. by Michael Bolin · 11 years ago
  4. 3569446 Moving files from the parser package to rules. by Simon Stewart · 11 years ago
  5. 99362a7 Limit how big buck-cache can grow. by Roy Williams · 11 years ago
  6. b9aef60 Create SizeUnit class. by Roy Williams · 11 years ago
  7. 829f5bb Changed Paths.computeRelativePath to use java.nio.file.Path standard method and moved to MorePaths. by Eugene Susla · 11 years ago
  8. 014f9f0 Use try-with-resources to ensure inputStream gets closed. by Michael Bolin · 11 years ago
  9. ad7ed28 Introduce ArrayIterable. by Michael Bolin · 11 years ago
  10. f40cc7c Intellij doesn't like trailing newlines; removed from neo4j.xml. by Edward Gan · 11 years ago
  11. 99cbebd Add RuleKey to ArtifactCache events. by Roy Williams · 11 years ago
  12. e68f5f8 Expose BuckConfig.getArtifactCacheModes(). by Roy Williams · 11 years ago
  13. 52e287e Add remote branch to .buckversion. by Roy Williams · 11 years ago
  14. 70689ea Make MoreFutures.isSuccess not throw when it is interrupted. by David Reiss · 11 years ago
  15. a206a10 Invert a test to reduce indent. by David Reiss · 11 years ago
  16. 215d604 Added Intellij files for neo4j jars. by Edward Gan · 11 years ago
  17. 632f585 Interrupt command processing on client disconnect. by Jim Purbrick · 11 years ago
  18. a3d1863 Cache InputFile content hashes. by Jim Purbrick · 11 years ago
  19. 10dfadf Merge string resources for region specific locales. by Natthu Bharambe · 11 years ago
  20. d1d73ed Added support for merging <meta-data> elements from <application> in AndroidManifest. by Ievgenii Nazaruk · 11 years ago
  21. 2d63b10 Fixed manifest merging when activity-alias are used. by Ievgenii Nazaruk · 11 years ago
  22. 8afa182 Remove unnecessary check to strip trailing '/' from native library path. by Natthu Bharambe · 11 years ago
  23. 5a99962 Imported unit tests for ManifestMerger from AOSP. by Ievgenii Nazaruk · 11 years ago
  24. d01160c Introduce BlockingHttpEndpoint. by Roy Williams · 11 years ago
  25. 7968dd5 Fix connecting to Cassandra to still connect in parallel with parsing. by Roy Williams · 11 years ago
  26. 3e56955 Close a ZipFile that was not getting closed. by Michael Bolin · 11 years ago
  27. 784165f Declare param as Collection<Path> instead of Iterable<Path>. by Michael Bolin · 11 years ago
  28. d872eeb `buck query` for paths and deps backed by neo4j. by Edward Gan · 11 years ago
  29. 8f050f1 Print command errors to console.stderr instead of to the bare stderr. by Roy Williams · 11 years ago
  30. c5a95f5 Fix https://github.com/facebook/buck/issues/58. by Roy Williams · 11 years ago
  31. ceb5817 Fixes to `buck quickstart` so the project builds in IntelliJ out of the box. by Michael Bolin · 11 years ago
  32. 9c64514 Fix red background issue with buck project output. by Natthu Bharambe · 11 years ago
  33. 9189797 Option in android_binary rule to store non-english strings as assets. by Natthu Bharambe · 11 years ago
  34. bb6474c Remove two more instances of garbage being left in tmp. by Roy Williams · 11 years ago
  35. 7a66ae3 Limit a genrule's runtime environment variables to those that appear in the command string. by Michael Bolin · 11 years ago
  36. db4e2a9 Get rid of a few BashSteps. by Natthu Bharambe · 11 years ago
  37. eccf258 Put proguard command parameters in a file. by Michael Bolin · 11 years ago
  38. 423405e Add quickstart command to Buck. by Tim Bauman · 11 years ago
  39. 7777588 Specify `-Dsun.zip.disableMemoryMapping=true` for Buck's own tests. by Michael Bolin · 11 years ago
  40. 98d6e8f Clean up temp files if there is no cache result. by Simon Stewart · 11 years ago
  41. 7a32577 Replace usages of File.mkdir() with Java 7's Files.createDirectories(). by Simon Stewart · 11 years ago
  42. d0de4df Introduce MorePaths.createRelativeSymlink(). by Michael Bolin · 11 years ago
  43. 958b3d9 Switch to using a varargs syntax in CommandRunner. by Simon Stewart · 11 years ago
  44. 8ae8a7a Store non-english string files as assets. by Natthu Bharambe · 11 years ago
  45. 2e42dab buck install support for installing via external storage. by Vlad Albulescu · 11 years ago
  46. 6cc9a88 Delete the temporary AndroidManifest.xml file after aapt finishes running. by Roy Williams · 11 years ago
  47. 7b42b6b Remove normalizePathSeparators from com.facebook.buck.android. by Devon Harris · 11 years ago
  48. f17e5ec Enable minimizing the primary dex with DalvikAwareZipSplitter. by David Reiss · 11 years ago
  49. e5ecfef Stop expecting ".class" in primary-dex-classes.txt by David Reiss · 11 years ago
  50. 45d01b1 Add missing @Override annotation. by Michael Bolin · 11 years ago
  51. 2d18cca Make the PathRelativizer return Paths. by Simon Stewart · 11 years ago
  52. 2d85617 Use static imports for Assume.assumeTrue() throughout the codebase. by Michael Bolin · 11 years ago
  53. b6019e2 Output traces to a buck-logs directory and save the last 25 of them by default. by Roy Williams · 11 years ago
  54. 0256f69 Don't attempt to write to the distributed cache on an ABI cache hit. by Roy Williams · 11 years ago
  55. bc8c693 Collapse the inheritance hierarchy of javac classes. by Simon Stewart · 11 years ago
  56. f969b5a Introduce CopyStep(Path, Path). by Matt Mackall · 11 years ago
  57. fcc809f Start removing Paths.normalizePathSeparators. by Devon Harris · 11 years ago
  58. cec690e followlinks in os.walk calls in buck.py to support builds with symlinks. by Roy Williams · 11 years ago
  59. 18038f7 Show incremental progress of unit test. by Carbo Kuo · 11 years ago
  60. 6e502a5 Add unit test support of IntelliJ plugin. by Carbo Kuo · 11 years ago
  61. b706c23 Replace com.facebook.buck.util.Paths.getParentPath. by Devon Harris · 11 years ago
  62. 24e8fc1 Fix Buck for empty test rules. by Dipanshu · 11 years ago
  63. a584658 Distinguish between cached and non-cached test runs. by Dipanshu · 11 years ago
  64. 9955bad Fix test caching behavior of Buck. by Dipanshu · 11 years ago
  65. 80f6b90 Make 'buck project' not process annotations by default. by Michael Marucheck · 11 years ago
  66. 602c90c Move common class file utilities from com.facebook.buck.dalvik to com.facebook.buck.java.classes. by Michael Bolin · 11 years ago
  67. d15a371 Add an integration test for "genrule() should fail if any command fails". by Michael Bolin · 11 years ago
  68. a9ae261 genrule() should fail if any command fails. by Shawn Pearce · 11 years ago
  69. 2aef431 Strip '-Werror' from build.xml in the public version of Buck. by Shawn Pearce · 11 years ago
  70. 02dc55b Add support for tab completion in bash. by David Pursehouse · 11 years ago
  71. a4fa691 Reset compressed size when combining JAR/ZIP archives. by Shawn Pearce · 11 years ago
  72. 7153ace Don't nowrap() empty lines. by Jack O'Connor · 11 years ago
  73. 2f60ea4 Introduce RuleKeyBuilderFactory so that all RuleKeys can be seeded with common data. by Michael Bolin · 11 years ago
  74. 243a70f Make sure ZipFile resource gets closed. by Michael Bolin · 11 years ago
  75. 6493fa5 Somehow some merge garbage got into the repo. by Michael Bolin · 11 years ago
  76. b075038 Close some previously unclosed resources. by Warren Turkal · 11 years ago
  77. 30e3c35 Remove usages of guava's Closer. by Simon Stewart · 11 years ago
  78. e184736 Reimplement EventSerializationTest using map comparison. by Carbo Kuo · 11 years ago
  79. 158eccd Group targets listed in IntelliJ by type. by Carbo Kuo · 11 years ago
  80. 3b8c5d7 Fix lint errors of IntelliJ plguin. by Carbo Kuo · 11 years ago
  81. 98fe623 Fix absolute path in ShellStepTest. by Carbo Kuo · 11 years ago
  82. 29ec6c7 Add more information when XmlTestResultParser.parse() fails. by Michael Bolin · 11 years ago
  83. f4d0dca Stop output wrapping in SuperConsoleEventBusListener. by Jack O'Connor · 11 years ago
  84. 0415279 Modify PrebuiltJarRule so that its ABI is the hash of the binary_jar file. by Michael Bolin · 11 years ago
  85. 6b3583d Update getAbiKey() and getAbiKeyForDeps() to return non-null values instead of Optional. by Michael Bolin · 11 years ago
  86. 5d73825 Introduce ArtifactCache#isStoreSupported(). by Michael Bolin · 11 years ago
  87. 185565e Compute the RuleKey with and without deps simultaneously. by Michael Bolin · 11 years ago
  88. 4d3aa4e Remove unused RuleKey logic. by Michael Bolin · 11 years ago
  89. f8ebca6 Remove unused method in DalvikAwareOutputStreamHelper. by Michael Bolin · 11 years ago
  90. 39483ac Downgrade IntelliJ plugin to Java 6. by Carbo Kuo · 11 years ago
  91. 567fbb1 Use java.nio.file.Files.mkdirs rather than Files.mkdirs for robustness. by Simon Stewart · 11 years ago
  92. e82a84a Add @SuppressWarnings("serial") to an Exception. by Michael Bolin · 11 years ago
  93. ebb51bb Fix directory separator problem in FilterResourcesStepTest. by Carbo Kuo · 11 years ago
  94. 204aa65 Fetch targets when Buck tool window firstly shown. by Carbo Kuo · 11 years ago
  95. a505261 Fetch targets by running buck target --json. by Carbo Kuo · 11 years ago
  96. 960128d Implement a message window that reports the build progress in IntelliJ. by Carbo Kuo · 11 years ago
  97. eeba5ea Fix BuckRunner of IntelliJ plugin. by Carbo Kuo · 11 years ago
  98. 50572ba Implement a tool window on the right in IntelliJ. by Carbo Kuo · 11 years ago
  99. 7153657 Build target in IntelliJ. by Carbo Kuo · 11 years ago
  100. 5835ec8 Clean built targets in IntelliJ. by Carbo Kuo · 11 years ago