0.3.7.1
  1. db82ff1 Fix pub on windows. by rnystrom@google.com · 13 years ago
  2. b12e27a Get rid of join() and encapsulate File and Directory in io.dart. by rnystrom@google.com · 13 years ago
  3. 10f7ad9 Clean up some warnings and deprecated calls. by rnystrom@google.com · 13 years ago
  4. ba326cd Get rid of old redundant methods in io.dart. by rnystrom@google.com · 13 years ago
  5. c83eac0 Add mdn docs to json, tag which classes are throwable, and provide additional information about parameter elements, and store FunctionTypeElements. by jacobr@google.com · 13 years ago
  6. 96697d6 Fix path tests on windows. by rnystrom@google.com · 13 years ago
  7. 76ec804 Auto-reinstall broken packages in the system cache. by rnystrom@google.com · 13 years ago
  8. bd0d874 Take Sam Elkhateeb's path for "path" dependencies and clean it up some. by rnystrom@google.com · 13 years ago
  9. acd03ab dart:io: Use PathBuffer class for Directory.list on Windows platform. by whesse@google.com · 13 years ago
  10. 71cace7 Generate separate json files for each library and include the version #. by jacobr@google.com · 13 years ago
  11. 83eec70 Work around issue 8512 in pub. by nweiz@google.com · 13 years ago
  12. 7c2e379 Add --force to pub lish. by rnystrom@google.com · 13 years ago
  13. 1b15bef Mark oauth2 and pub_uploader as flaky. :( by rnystrom@google.com · 13 years ago
  14. ea861b9 add --preview flag to publish command by keertip@google.com · 13 years ago
  15. 3f71467 Rework Timer interface. by floitsch@google.com · 13 years ago
  16. 03aecdb Delete unused file. by amouravski@google.com · 13 years ago
  17. c6e2418 Added support for 'description' in pubspec.yaml. by amouravski@google.com · 13 years ago
  18. 8f3ec6b Add a scheduled test library. by nweiz@google.com · 13 years ago
  19. 90fd9e9 Call init test config for generating human-friendly test results. by pquitslund@google.com · 13 years ago
  20. 9f21b53 Make createTempDir() synchronous. by rnystrom@google.com · 13 years ago
  21. ec020bb Handle circular dependencies on the root package when checking SDK constraints. by rnystrom@google.com · 13 years ago
  22. fd3cfd2 Don't allow pub to run on XP. by rnystrom@google.com · 13 years ago
  23. 12dd25f Drain HTTP request input streams before responding. by rnystrom@google.com · 13 years ago
  24. cd51673 Removed some cruft from ApiDoc. by amouravski@google.com · 13 years ago
  25. cb10990e Remove Sink and move CollectionSink to async. by floitsch@google.com · 13 years ago
  26. fcab5f5 Fix hosted tests on Windows. by rnystrom@google.com · 13 years ago
  27. cf69714 Get most pub IO tests passing on Windows. by rnystrom@google.com · 13 years ago
  28. 193eac0 Un-mark {pub_{uploader,lish},oauth2}_test as flaky. by nweiz@google.com · 13 years ago
  29. dbb72ee Get the pub oauth2 test passing locally. by nweiz@google.com · 13 years ago
  30. 57c9b64 Wait until file list is available before printing it. by rnystrom@google.com · 13 years ago
  31. dfb2a2f Mark pub hosted tests as flaky on Windows. by nweiz@google.com · 13 years ago
  32. b3606c9 Tweak SDK constraint checking a bit. by rnystrom@google.com · 13 years ago
  33. b6d5dc7 Make a bunch of stuff in pub synchronous. by rnystrom@google.com · 13 years ago
  34. 31c93ee Fix a few breakages with Pub's oauth2 test. by nweiz@google.com · 13 years ago
  35. 4a9cc0f Validate packages against their SDK constraints. by rnystrom@google.com · 13 years ago
  36. 342e7a4 Don't mark the few passing hosted pub tests as failing. by nweiz@google.com · 13 years ago
  37. 6565bb8 Stop using cURL in Pub. by nweiz@google.com · 13 years ago
  38. 6c3535d Fix the Pub status file. by nweiz@google.com · 13 years ago
  39. aac9fcd Mark pub hosted tests as failing. by nweiz@google.com · 13 years ago
  40. 18d274d Use the dart:async Stream API thoroughly in Pub. by nweiz@google.com · 13 years ago
  41. 474994a Add a validator that tests the size of pub packages. by nweiz@google.com · 13 years ago
  42. 796a9f6 add a comment to the generated lock file by keertip@google.com · 13 years ago
  43. f181fdc Add a Pub validator for READMEs that are invalid utf-8. by nweiz@google.com · 13 years ago
  44. dd763be Add a pub validator for compiled dartdoc output. by nweiz@google.com · 13 years ago
  45. de9fbf0 Renaming dart:html library from 'html' to 'dart.html' by blois@google.com · 13 years ago
  46. 9b23dff Reapply "Rename mappedBy to map." by lrn@google.com · 13 years ago
  47. b1a118d Revert "Rename mappedBy to map." by floitsch@google.com · 13 years ago
  48. 0dc2f4b Rename mappedBy to map. by lrn@google.com · 13 years ago
  49. 74d03a2 Fix small bugs in dartdoc/apidoc. by johnniwinther@google.com · 13 years ago
  50. b410b64 Mark pub/oauth2_test as timeout as well as pass,fail by ricow@google.com · 13 years ago
  51. b0779d1 Remove invalid sanity check. by rnystrom@google.com · 13 years ago
  52. 8be5207 Roll back Pub stream changes. by nweiz@google.com · 13 years ago
  53. f73ee27 Fix issue where failing pub tests confused unittest. by rnystrom@google.com · 13 years ago
  54. 5552aff Fix a use of a StreamController as a Stream. by nweiz@google.com · 13 years ago
  55. d56994e Use the dart:async Stream API thoroughly in Pub. by nweiz@google.com · 13 years ago
  56. aeca565 Fix build for throwsStateError: remove duplicate definitions in other tests. by sigmund@google.com · 13 years ago
  57. 63eac3f Handle parsing the "version" file better. by rnystrom@google.com · 13 years ago
  58. d313a12 1. Change option --use_script_snapshot to --use-script-snapshot (easier to type). by asiva@google.com · 13 years ago
  59. 61c97e7 Restructure YAML package suitable for pub lish by jmesserly@google.com · 13 years ago
  60. 079402c Get rid of RootSource. by rnystrom@google.com · 13 years ago
  61. e9e57f1 Removed Disqus comments. by amouravski@google.com · 13 years ago
  62. d2a79c9 First half of the new HTML json docs. by amouravski@google.com · 13 years ago
  63. 1f05296 Change singleSubscription/multiSubscription to normal/broadcast. by lrn@google.com · 13 years ago
  64. ed938af Rename new Uri.fromString to Uri.parse. by floitsch@google.com · 13 years ago
  65. fb7b9e3 Rename Date to DateTime. by floitsch@google.com · 13 years ago
  66. 344249b Get rid of unneeded Future.immediate() calls. by rnystrom@google.com · 13 years ago
  67. 7ec5b82 Make pub use the SDK's "version" file for its version. by rnystrom@google.com · 13 years ago
  68. edf7ca2 Add support for specifying SDK version constraints in pubspecs. by rnystrom@google.com · 13 years ago
  69. f053f35 Clean up code that locates SDK and SDK version. by rnystrom@google.com · 13 years ago
  70. a885f86 Fix map literals from change 17410 by hausner@google.com · 13 years ago
  71. dc3bf66 Stop supporting map literals with 1 type argument by hausner@google.com · 13 years ago
  72. 1febeb6 Move some core classes to collection library. by floitsch@google.com · 13 years ago
  73. d160b37 Clean up a few static warnings. by rnystrom@google.com · 13 years ago
  74. 4573dcd Create a unit test config for the pub tests that's prettier. by rnystrom@google.com · 13 years ago
  75. 97af32b Make integration tests a bit cleaner. by rnystrom@google.com · 13 years ago
  76. 842a06c Remove utils/archive. It is not used at this point. by ager@google.com · 13 years ago
  77. bd8be55 Remove the old hand-written HTML doc format, which has not worked for months. by amouravski@google.com · 13 years ago
  78. af34284 Remove CommentMap from all DartDoc code. by amouravski@google.com · 13 years ago
  79. 03244ff Stop treating StreamController as a Stream. by nweiz@google.com · 13 years ago
  80. 038af96 Changed @domName annotation in comment to full fledge @DomName annotation. by amouravski@google.com · 13 years ago
  81. e0867a9 Mark pub tests as flaky. by nweiz@google.com · 13 years ago
  82. 013b010 Add an ErrorGroup class to Pub. by nweiz@google.com · 13 years ago
  83. ef13a08 Make StreamController's unnamed constructor create a single-sub stream. by lrn@google.com · 13 years ago
  84. 59cbc77 Increase the step timeout in scheduled pub tests. by nweiz@google.com · 13 years ago
  85. 30d2e78 Stop working around issue 7781 in Pub. by nweiz@google.com · 13 years ago
  86. 0109fd9 No longer work around issue 7761. by nweiz@google.com · 13 years ago
  87. 3696154 Default constructor for dart:io Path now handles native Windows paths. Path() now does the same as Path.fromNative(). Path.fromNative() is removed, and all uses of it replaced by Path(). by whesse@google.com · 13 years ago
  88. e5b51f0 Mark pub/pub_uploader_test as flaky. by ricow@google.com · 13 years ago
  89. 4868ee2 Remove Futures class, move methods to Future. by lrn@google.com · 13 years ago
  90. 4774c5b Un-mark pub_lish_test as flaky now that socket issues are resolved. by nweiz@google.com · 13 years ago
  91. 9c8eb66 Don't die because we write empty arrays to cURL. by nweiz@google.com · 13 years ago
  92. 31ff3b9 Stop working around issue 7790 in pub. by nweiz@google.com · 13 years ago
  93. fd8f8fe Fix pub tests. by lrn@google.com · 13 years ago
  94. 2f12808 Mark pub/pub_lish_test as flaky on linux. by ricow@google.com · 13 years ago
  95. 7259a9d This change does a couple fixes to configurations: by sigmund@google.com · 13 years ago
  96. fcff2fb Fix ALL the pub tests. by nweiz@google.com · 13 years ago
  97. 75c8f42 Update remaining usages of Completer.completeException. by ager@google.com · 13 years ago
  98. 907f515 Fix chainToCompleter. by rnystrom@google.com · 13 years ago
  99. b60575a Get more pub tests working. by rnystrom@google.com · 13 years ago
  100. 8c2cbb8 Unwrap AsyncErrors to find real error. by rnystrom@google.com · 13 years ago