0.2.9.3
  1. b4bfe2f Update status file by sgjesse@google.com · 13 years ago
  2. 6b4d4c0 Throttle intl file tests Review URL: https://codereview.chromium.org//11477014 by alanknight@google.com · 13 years ago
  3. 93514a3 Reapply "Stop working around issue 6984." by sgjesse@google.com · 13 years ago
  4. 56324ae pkg.gyp causes dartium build failure on windows by alanknight@google.com · 13 years ago
  5. 89dbb7b Add "toString()" to BaseRequest. by rnystrom@google.com · 13 years ago
  6. 46c1741 Have list_pkg_directories.py print something. by ahe@google.com · 13 years ago
  7. e3bc775 Revert "Add logging system to pub and sprinkle some logging in." by rnystrom@google.com · 13 years ago
  8. 578c415 Add logging system to pub and sprinkle some logging in. by rnystrom@google.com · 13 years ago
  9. 29318c2 Revert "Stop working around issue 6984." by nweiz@google.com · 13 years ago
  10. a6c56f8 Create mock pub links for all packages under pkg, not a hard-coded list by alanknight@google.com · 13 years ago
  11. 01dd8fc Stop working around issue 6984. by nweiz@google.com · 13 years ago
  12. 5df2b86 Initial version of a serialization framework by alanknight@google.com · 13 years ago
  13. 4ba4e92 Handle OAuth2 AuthorizationExceptions in pub. by nweiz@google.com · 13 years ago
  14. 00780eb Make the oauth2 lib handle OAuth2 401 errors. by nweiz@google.com · 13 years ago
  15. 1855849 No longer work around issue 7013 and 7014 in pkg/http. by nweiz@google.com · 13 years ago
  16. ab13795 remove htmlescape. by dgrove@google.com · 13 years ago
  17. c5fa064 Eliminate htmlescape package. by dgrove@google.com · 13 years ago
  18. eef3848 Rollback removing Skip for DartC by scheglov@google.com · 13 years ago
  19. 33abe0e Add authors and homepages to packages. by dgrove@google.com · 13 years ago
  20. e6640e3 Remove 'skip' status from some of the tests. by scheglov@google.com · 13 years ago
  21. 231fa25 Enable pkg/args_test on Dartium. by ahe@google.com · 13 years ago
  22. e85ec5c Fix package root deps to avoid cyclic dependencies when following symlinks. by ahe@google.com · 13 years ago
  23. 5c7323f Keep around a copy of the http.Request that triggered each Response. by nweiz@google.com · 13 years ago
  24. 2c1d51d Make pkg/http use HttpClient.shutdown(force: true). by nweiz@google.com · 13 years ago
  25. 558ffd1 Work around issue 6984. by nweiz@google.com · 13 years ago
  26. 295a066 Use Futures.forEach in http. by nweiz@google.com · 13 years ago
  27. 748bbee Add http and oauth2 as SDK packages. by nweiz@google.com · 13 years ago
  28. 06e7344 Make #maxRedirects and #followRedirects work for the dart:io HTTP client. by nweiz@google.com · 13 years ago
  29. 2688c60 Dartifying members. by blois@google.com · 13 years ago
  30. 34771fb Clean up svn:ignore property and .gitignore in dart, dart/pkg, dart/runtime, and dart/samples. by whesse@google.com · 13 years ago
  31. d5337f6 Mark flaky tests as such. by ahe@google.com · 13 years ago
  32. 5d7261d Issue 6790. Support for '--name=value' options style. by scheglov@google.com · 13 years ago
  33. 1277895 Issue 6836. Using undeclared identifier in static context is now warning. by scheglov@google.com · 13 years ago
  34. 7805f03 Generate an error for active connections when the HTTP client is shutdown by sgjesse@google.com · 13 years ago
  35. 22309b2 Remove NullPointerException. by lrn@google.com · 13 years ago
  36. 70e056e Refactor http.Client and http.BaseClient to allow http.Client in type annotations. by nweiz@google.com · 13 years ago
  37. 6b0b1fb Add TODOs about narrowing JSON catch clauses to the OAuth2 package. by nweiz@google.com · 13 years ago
  38. a99dde6 Fix OAuth2 tests, and disable them on non-dart:io platforms. by nweiz@google.com · 13 years ago
  39. ed9a474 Add a package for authenticating via OAuth2. by nweiz@google.com · 13 years ago
  40. 6535d87 Skip pkg/args_test on Dartium. by ahe@google.com · 13 years ago
  41. 31d6cd0 Add dependency on make_links.py. by ahe@google.com · 13 years ago
  42. f4ca954 Allow tests to specify a package root. by ahe@google.com · 13 years ago
  43. 88a9210 Revert "Allow tests to specify a package root." by ahe@google.com · 13 years ago
  44. adb2d59 Update status file because dartc doesn't implement --package-root option. by ahe@google.com · 13 years ago
  45. 0c8dce7 Revert "Remove NullPointerException." by lrn@google.com · 13 years ago
  46. 89cc5a2 Allow tests to specify a package root. by ahe@google.com · 13 years ago
  47. e211c2f Remove NullPointerException. by lrn@google.com · 13 years ago
  48. f4e557d Move CurlClient to Pub so that it can access resources. by nweiz@google.com · 13 years ago
  49. 3fb4170 Rename File.readAsText to File.readAsString. There is no Text type in Dart by ager@google.com · 13 years ago
  50. f1624e4 Make the HTTP MockClient work with GET requests. by nweiz@google.com · 13 years ago
  51. 8a94845 Revert "Re-enable test pkg/http/test/request_test Windows" by sgjesse@google.com · 13 years ago
  52. 3d83ee6 Re-enable test pkg/http/test/request_test Windows by sgjesse@google.com · 13 years ago
  53. 4a18bbf Remove deprecated exception classes. by lrn@google.com · 13 years ago
  54. ab69873 Make RegExp constructor non-const. by ajohnsen@google.com · 13 years ago
  55. ec9fee9 "Reverting 14829-14832" by ajohnsen@google.com · 13 years ago
  56. 8dc3edd Make RegExp's constructor non-const. by ajohnsen@google.com · 13 years ago
  57. 47393b6 Add an HTTP client based on Curl. by nweiz@google.com · 13 years ago
  58. e3deeef Change isFalse to test against false instead of against true. (Issue 6611). by gram@google.com · 13 years ago
  59. 8e6f238 a === b -> identical(a, b) by floitsch@google.com · 13 years ago
  60. 0166766 Update fixnum to new package guidelines. by rnystrom@google.com · 13 years ago
  61. cd8b10c Rearange the mock.dart comments for better doc formatting. by gram@google.com · 13 years ago
  62. 73f6d85 Hack fix to include Mock in the API documentation. by amouravski@google.com · 13 years ago
  63. 2948b9c Fix stale copy of unittest config. by efortuna@google.com · 13 years ago
  64. bf9cd05 Move html_individual_config to correct location after tree rearranging. by efortuna@google.com · 13 years ago
  65. 3476d1c Run large html tests individually. by efortuna@google.com · 13 years ago
  66. 7058600 Add a multipart HTTP request class. by nweiz@google.com · 13 years ago
  67. afd6a79 Update library syntax in pkg files. by gram@google.com · 13 years ago
  68. 65b06a1 Remove suppressions for now passing tests. by antonm@google.com · 13 years ago
  69. f12c9bc Correct entry in pkg.status file by sgjesse@google.com · 13 years ago
  70. 888322f Mark pkg/http/test/request_test flaky on Windows by sgjesse@google.com · 13 years ago
  71. ada7ba7 Add debug print to try to find the issue with test pkg/http/test/request_test.dart by sgjesse@google.com · 13 years ago
  72. d83354b Keep track of the request and response state in the HTTP client connection by sgjesse@google.com · 13 years ago
  73. 64c2c67 Add a mock HTTP client class. by nweiz@google.com · 13 years ago
  74. 1d310ff Report error for deprecated #library #import #source by scheglov@google.com · 13 years ago
  75. 9f1fa8b Suppress new pkg/http/http_test, it is flaky by ricow@google.com · 13 years ago
  76. 549efe3 Add an HTTP library that wraps dart:io. by nweiz@google.com · 13 years ago
  77. e6a33d2 Reverting 14496 by nweiz@google.com · 13 years ago
  78. f6f3e1d Add an HTTP library that wraps dart:io. by nweiz@google.com · 13 years ago
  79. f98f92b Fix mock library to use new noSuchMethod signature. by gram@google.com · 13 years ago
  80. 037b2f8 svn add sdk by dgrove@google.com · 13 years ago
  81. 2208fcd Change NotImplementedException to UnimplementedError. by lrn@google.com · 13 years ago
  82. d3a6c41 Temporarily reintroduce IndexOutOfRangeError matcher in unittests. by lrn@google.com · 13 years ago
  83. b0263c0 Merge SourceLocation and Source by johnniwinther@google.com · 13 years ago
  84. bff4aee Lightweight asynchronous test helper. by ahe@google.com · 13 years ago
  85. fdb33dc by gram@google.com · 13 years ago
  86. 981c4b1 Restructure pkg/unittest and pkg/webdriver to follow the pub conventions. by gram@google.com · 13 years ago
  87. 504b13a Fix test statuses of some tests that were marked as Fail but now pass as we by gram@google.com · 13 years ago
  88. 17cf77c Fix missing argument in unittest by sigmund@google.com · 13 years ago
  89. 594b09c Hopefully the last touch. by antonm@google.com · 13 years ago
  90. 9937d02 Splt dartium and drt expectations. by antonm@google.com · 13 years ago
  91. 350b034 Suppress test which were migrated to new library syntax. by antonm@google.com · 13 years ago
  92. 7e6ae8e Renaming IndexOutOfRangeException to RangeError. by lrn@google.com · 13 years ago
  93. 2a9517d List abstract classes separately in Dartdoc by johnniwinther@google.com · 13 years ago
  94. 30f5c62 Named arguments printed correctly by Dartdoc by johnniwinther@google.com · 13 years ago
  95. 7c260bb Update status file that was expecting intl tests to fail due to import directives by alanknight@google.com · 13 years ago
  96. 8352fb6 Update intl to new import syntax by alanknight@google.com · 13 years ago
  97. 07b92a1 "Reverting 14361" to fix a break. by amouravski@google.com · 13 years ago
  98. 806d61f Fix issue 6389; Asynchronous test failures cause cascading bugs in asynchronous tests. by gram@google.com · 13 years ago
  99. 29c1668 Prevent mutation of final variables by hausner@google.com · 13 years ago
  100. c9cb61c Cleanup run on DartDoc tests. by amouravski@google.com · 13 years ago