1. 6ed59ef Support extensions with multiple periods in Transformer.allowedExtensions. by nweiz@google.com · 10 years ago
  2. 4bd74fc Move isPrimary computation from PhaseInput into TransformNode. by nweiz@google.com · 10 years ago
  3. 15551d6 Add BaseTransform.consumePrimary to barback. by nweiz@google.com · 10 years ago
  4. e848508 Refactor the Transform classes. by nweiz@google.com · 10 years ago
  5. d028d7c Avoid O(n^2) behavior in Barback. by nweiz@google.com · 10 years ago
  6. ba7b20a Fix a bug in barback caused by r33408. by nweiz@google.com · 10 years ago
  7. 909981b Make Phase.getInput in barback play nicely with the push model. by nweiz@google.com · 10 years ago
  8. a67e51c Roll forward commits r33138, r33135, and r33134. by nweiz@google.com · 10 years ago
  9. ea660d6 Move Barback to a more thoroughly push-based model. by nweiz@google.com · 10 years ago
  10. abdd80e Use zones to capture unexpected errors in barback. by nweiz@google.com · 10 years ago
  11. 6f213e5 Revert commits r33138, r33135, and r33134. by nweiz@google.com · 10 years ago
  12. 51bb7a3 Add a dependency on collection to barback's pubspec. by nweiz@google.com · 10 years ago
  13. 80f7646 Split barback's transform_test into multiple smaller test files. by nweiz@google.com · 10 years ago
  14. f772c03 Barback transforms now pass through the primary input by default. by nweiz@google.com · 10 years ago
  15. e508d69 Add support for a "fine" barback log level. by nweiz@google.com · 10 years ago
  16. 466ee99 Bump barback version to 0.11.1. by nweiz@google.com · 10 years ago
  17. 1d39a65 Change ScheduledProcess's output streams over to be ScheduledStreams. by nweiz@google.com · 10 years ago
  18. ab57663 Add an issue reference to a TODO in barback. by nweiz@google.com · 10 years ago
  19. 9b602c4 Add support for lazy transformers. by nweiz@google.com · 10 years ago
  20. 9833627 Fix a line of indentation in barback. by nweiz@google.com · 10 years ago
  21. f2b922d Add a bunch of toString methods to internal Barback classes. by nweiz@google.com · 10 years ago
  22. d605498 Wait for all log entries to be printed before exiting "pub build". by nweiz@google.com · 10 years ago
  23. a132dcd Update [getErrorMessage] to avoid throwing away useful information. by nweiz@google.com · 10 years ago
  24. 7414d6c Enable re-export in docgen. Work in progress. More to come. by efortuna@google.com · 10 years ago
  25. d507ba7 Fix the version number for barback. by nweiz@google.com · 10 years ago
  26. c4bb020 Increment pubspecs to reflect the changes in r31629. by nweiz@google.com · 10 years ago
  27. 811131c Add a ScheduledStream class and some stream matchers. by nweiz@google.com · 10 years ago
  28. 17ddbc2 Remove version bump comment from pkg/barback/pubspec.yaml. by nweiz@google.com · 10 years ago
  29. a14fa5a Add missing import of stack_trace to barback implementation. by whesse@google.com · 10 years ago
  30. 0b41433 Fewer iterations in barback test. Was timing out. by rnystrom@google.com · 10 years ago
  31. 553fcb9 Don't limit transformer parallelism in barback. by rnystrom@google.com · 10 years ago
  32. 8952475 Make pkg/path 1.0.0 and upgrade dependencies appropriately. by nweiz@google.com · 10 years ago
  33. 33f054f Bump the barback minor version. by nweiz@google.com · 10 years ago
  34. 751204b Increment package versions for stack trace changes. by nweiz@google.com · 10 years ago
  35. 8b98588 Increase barback scheduled_test timeout for many_parallel_transformers test. by whesse@google.com · 10 years ago
  36. 9b0a95e Pass logs through transformer groups. by rnystrom@google.com · 10 years ago
  37. 3518328 Implicitly constrain barback to versions pub supports. by rnystrom@google.com · 10 years ago
  38. 4250c04 Add chain support to barback. by nweiz@google.com · 10 years ago
  39. d1f5963 Use a pool to restrict access to file descriptors in pub. by nweiz@google.com · 10 years ago
  40. d7549e1 Revert "Use a pool to restrict access to file descriptors in pub." by nweiz@google.com · 10 years ago
  41. 149cd2d Use a pool to restrict access to file descriptors in pub. by nweiz@google.com · 10 years ago
  42. 850c72b Change other futures to also have timeout take a named parameter. by lrn@google.com · 10 years ago
  43. 8efc17c Add Future.timeout. by lrn@google.com · 10 years ago
  44. c37467e Fix an incorrect method invocation in barback. by nweiz@google.com · 10 years ago
  45. 7dafbd3 Fix publish_barback.py script. by rnystrom@google.com · 10 years ago
  46. db9809e Ensure that errors have stack traces attached. by nweiz@google.com · 10 years ago
  47. 97d4a63 Fix an analyzer error in http and barback. by nweiz@google.com · 10 years ago
  48. b913233 Serialize binary barback assets using typed arrays. by nweiz@google.com · 10 years ago
  49. 48809ce SDK constraint and README for barback. by rnystrom@google.com · 10 years ago
  50. 306c50b Fix a synchronous event bug in futureStream. by nweiz@google.com · 10 years ago
  51. dced14c Properly close watcher streams during tests. by nweiz@google.com · 10 years ago
  52. af76264 Work around issue 14971 in barback. by nweiz@google.com · 10 years ago
  53. ecaeee7 Serialize barback assets more efficiently. by nweiz@google.com · 10 years ago
  54. c5e48fb Re-land r29957 (add versions and constraints for packages and samples), with by dgrove@google.com · 10 years ago
  55. 2d29f23 Revert "add versions and constraints for packages and samples" by ajohnsen@google.com · 10 years ago
  56. 3d7d3d0 add versions and constraints for packages and samples by jmesserly@google.com · 10 years ago
  57. 64b5d90 Revise several already-committed CLs. by nweiz@google.com · 10 years ago
  58. d50780a Fix barback test. by rnystrom@google.com · 10 years ago
  59. 1b5e418 Pass in "mode" to transformer plugins. by rnystrom@google.com · 10 years ago
  60. 62e779e fix barback and polymer build warnings by jmesserly@google.com · 10 years ago
  61. 41bb2cd Remove deprecated parts of dart:async. by floitsch@google.com · 10 years ago
  62. 1b075a0 Revise barback logging patch. by rnystrom@google.com · 10 years ago
  63. dc45e77 Avoid sending needless data between isolates in "pub serve" and "pub build" by nweiz@google.com · 10 years ago
  64. 55de21d Don't return outputs from a removed PhaseInput. by nweiz@google.com · 11 years ago
  65. 17406dc Fix a synchrony bug in barback. by nweiz@google.com · 11 years ago
  66. 75ec954 Only run at most 10 transformers at once in barback. by nweiz@google.com · 11 years ago
  67. 98c478b Fix type errors detected with --error-on-bad-type. by sigmund@google.com · 11 years ago
  68. bc3ab19 Cap the number of FDs used by barback at 32. by nweiz@google.com · 11 years ago
  69. deafff1 Make sure barback's FilePool doesn't take up *all* the available FDs. by nweiz@google.com · 11 years ago
  70. 044c96a Make barback propagate logs synchronously. by nweiz@google.com · 11 years ago
  71. b5f449f fix for Set.add tweak in r28863 by kevmoo@j832.com · 11 years ago
  72. 2dbedd6 Use file pool to handle running out of file descriptors. by rnystrom@google.com · 11 years ago
  73. faaf9d4 Track the original assets more efficiently in Phase. by nweiz@google.com · 11 years ago
  74. 4b88b78 Rename runAsync to scheduleMicrotask. by floitsch@google.com · 11 years ago
  75. f1a6392 Redo StreamTransformers so they work with Stack traces. by floitsch@google.com · 11 years ago
  76. 9c7156f Make pub build use barback. by rnystrom@google.com · 11 years ago
  77. 4f64386 Adapt streams for additional stackTrace argument. by floitsch@google.com · 11 years ago
  78. 624c3db Add second argument to Future error handlers. by floitsch@google.com · 11 years ago
  79. aed5f34 Improve barback/pub logging. by rnystrom@google.com · 11 years ago
  80. 6d50b2e Make PhaseOutput emit a new AssetNode whenever it changes outputs. by nweiz@google.com · 11 years ago
  81. aa2c91d Fix an analyzer error in barback. by nweiz@google.com · 11 years ago
  82. 4b4436e Add support for transformer clusters to barback. by nweiz@google.com · 11 years ago
  83. 44c8cac Use our own DiagnosticHandler for dart2js. by rnystrom@google.com · 11 years ago
  84. 9a6a69b Support dart2js in pub serve. by rnystrom@google.com · 11 years ago
  85. c9aa94b Use Directory.systemTemp getter in pkg subdirectory of repository. by whesse@google.com · 11 years ago
  86. ae76d19 Fix a barback bug where a result could be emitted incorrectly. by nweiz@google.com · 11 years ago
  87. 7c28393 Support transformers that depend on other transformers. by nweiz@google.com · 11 years ago
  88. 3f01b17 Fix a subtle bug in barback. by nweiz@google.com · 11 years ago
  89. 651a269 Support loading transformer plugins from pub. by nweiz@google.com · 11 years ago
  90. 0e22f88 Make Transform a little more pleasant to use: by rnystrom@google.com · 11 years ago
  91. d05223d Fix a few warnings. by rnystrom@google.com · 11 years ago
  92. 79e1ad0 Use filtered stacks in pub, barback, and watcher tests. by nweiz@google.com · 11 years ago
  93. 177b047 Add an AssetStream class to Barback. by nweiz@google.com · 11 years ago
  94. 3640913 Some more removals of dart:utf. by floitsch@google.com · 11 years ago
  95. 46da7bb Remove Encoding-enum from dart:io and add interface in dart:convert. by floitsch@google.com · 11 years ago
  96. 6ee823f Support actually removing phases in barback. by nweiz@google.com · 11 years ago
  97. 58c385e Normalize incoming AssetID paths. by rnystrom@google.com · 11 years ago
  98. be35a96 Enable cross-package transforms to see new transformers in other packages. by nweiz@google.com · 11 years ago
  99. d3c2188 Factor a PhaseOutput class out of Phase. by nweiz@google.com · 11 years ago
  100. 44191c1 Factor out an input-handling class from Phase in barback. by nweiz@google.com · 11 years ago