0.5.4.0
  1. 8fbfc52 Use 'localhost' instead of '127.0.0.1', as IPv6 connections now can occur. by ajohnsen@google.com · 12 years ago
  2. 2fdb878 Change the signature for all network bind calls. by sgjesse@google.com · 12 years ago
  3. 0cea864 Only stop HTTP server if it was actually started. by kustermann@google.com · 12 years ago
  4. 55963a1 Add new InternetAddress class with a static lookup function (including IPv6 by ajohnsen@google.com · 12 years ago
  5. 60946b5 Revert "Add new InternetAddress class with a static lookup function (including IPv6 results)." by ajohnsen@google.com · 12 years ago
  6. 20d1f5d Add new InternetAddress class with a static lookup function (including IPv6 results). by ajohnsen@google.com · 12 years ago
  7. 431954b Rename dart:typeddata to dart:typed_data. by ager@google.com · 12 years ago
  8. 8fd2c2e5 add installation instructions to pkg packages by sethladd@google.com · 12 years ago
  9. 89cb31e Fix some warnings in pub and pkg packages. by nweiz@google.com · 12 years ago
  10. 466d667 Refactor Future constructors. by floitsch@google.com · 12 years ago
  11. 5431a5a Remove AsyncError with Expando. by floitsch@google.com · 12 years ago
  12. e2ee353 Rename unsubscribeOnError to cancelOnError. by floitsch@google.com · 12 years ago
  13. 67650cb Remove .writeStream, .consume and rewrite IOSink to correctly implement a (sane) well-defined behaviour of the .done future. by ajohnsen@google.com · 12 years ago
  14. dcaf527 Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink. by ajohnsen@google.com · 12 years ago
  15. 57161d6 Remove deprecated CollectionSink and Stream.pipeInto. by ajohnsen@google.com · 12 years ago
  16. 21451e1 Remove HttpClientRequest.response, as it's identical to HttpClientRequest.done. by ajohnsen@google.com · 12 years ago
  17. 97606a6 Fix pkg:http tests to include the accept-encoding header. by ajohnsen@google.com · 12 years ago
  18. 4911395 Normalize packages' library names. by nweiz@google.com · 12 years ago
  19. e72250e StreamConsumer has an addStream and a close functions. by floitsch@google.com · 12 years ago
  20. bef8ebb Add Iterable.fold (and Stream.fold) which replace `reduce`. by floitsch@google.com · 12 years ago
  21. 1241f2b Add optional writeAll separator argument. by floitsch@google.com · 12 years ago
  22. 5e3c5d5 Change http code in pkg to use dart:typeddata instead of dart:scalarlist by asiva@google.com · 12 years ago
  23. c590e8a Switch pkg packages, pub, and dartdoc to use package: imports. by nweiz@google.com · 12 years ago
  24. fb5790f Add a dependency on pathos from http. by nweiz@google.com · 12 years ago
  25. 6cd9cee Provisionally stop working around issues 9252 and 9253. by nweiz@google.com · 12 years ago
  26. 1d90135 Moved pkg pubspecs to use dev_dependencies where appropriate by kevmoo@j832.com · 12 years ago
  27. 8f7295d Work around issue 9252 in scheduled_test and pkg/http. by nweiz@google.com · 12 years ago
  28. f85fa4f Make argument to StringSink.writeln optional. by floitsch@google.com · 12 years ago
  29. a9a8d42 Add a SafeHttpServer shim to work around issue 9140. by nweiz@google.com · 12 years ago
  30. bead146 Renamed StreamSink to EventSink. Renamed signalError to addError. by lrn@google.com · 13 years ago
  31. b609684 Make IOSink implement StringSink by sgjesse@google.com · 13 years ago
  32. ff47888 Make instances of HeaderValue and ContentType immutable by sgjesse@google.com · 13 years ago
  33. a903dfd Remove the wrapStream workaround for issue 8310. by nweiz@google.com · 13 years ago
  34. 2846493 Fix the pkg/http multipart test to avoid a race condition. by nweiz@google.com · 13 years ago
  35. 755454d Fix the pkg/http multipart tests. by nweiz@google.com · 13 years ago
  36. 1ac65e0 Add a change for r19194 that got eaten in a merge. by nweiz@google.com · 13 years ago
  37. 63a8d12 Change MultipartFile.fromFile to MultipartFile.fromPath in pkg/http. by nweiz@google.com · 13 years ago
  38. f28a7cb Revert "Change MultipartFile.fromFile to MultipartFile.fromPath in pkg/http." by nweiz@google.com · 13 years ago
  39. e575394 Change MultipartFile.fromFile to MultipartFile.fromPath in pkg/http. by nweiz@google.com · 13 years ago
  40. 0a10733 Remove wrapInputStream and wrapOutputStream from pkg/http. by nweiz@google.com · 13 years ago
  41. 4eb2c68 Fix a dartc error for pkg/http/multipart_test. by nweiz@google.com · 13 years ago
  42. 6b4f4b1 Change new List(n) to return fixed length list. by lrn@google.com · 13 years ago
  43. 3c0ac36 Remove deprecated string features. by lrn@google.com · 13 years ago
  44. 488b016 Merge IO v2 branch to bleeding edge by sgjesse@google.com · 13 years ago
  45. ecce8a6 Remove deprecated Strings class. by floitsch@google.com · 13 years ago
  46. 03f5a66 Recommit changing List.skip/take/revert returns Iterable and remove mappedBy. by lrn@google.com · 13 years ago
  47. 0e0473d Unbreak pub: by rnystrom@google.com · 13 years ago
  48. 0672317 Remove deprecated mappedBy. by floitsch@google.com · 13 years ago
  49. ad839e6 Revert "Remove deprecated mappedBy." by floitsch@google.com · 13 years ago
  50. b371007 Remove deprecated mappedBy. by floitsch@google.com · 13 years ago
  51. cb10990e Remove Sink and move CollectionSink to async. by floitsch@google.com · 13 years ago
  52. dbb72ee Get the pub oauth2 test passing locally. by nweiz@google.com · 13 years ago
  53. cb1bff1 Revert "Remove Sink and move CollectionSink to async." by floitsch@google.com · 13 years ago
  54. 02f6b18 Remove Sink and move CollectionSink to async. by floitsch@google.com · 13 years ago
  55. 18d274d Use the dart:async Stream API thoroughly in Pub. by nweiz@google.com · 13 years ago
  56. 9b23dff Reapply "Rename mappedBy to map." by lrn@google.com · 13 years ago
  57. b1a118d Revert "Rename mappedBy to map." by floitsch@google.com · 13 years ago
  58. 0dc2f4b Rename mappedBy to map. by lrn@google.com · 13 years ago
  59. 8be5207 Roll back Pub stream changes. by nweiz@google.com · 13 years ago
  60. d56994e Use the dart:async Stream API thoroughly in Pub. by nweiz@google.com · 13 years ago
  61. b2a1303 Always treat headers as individual strings in pkg/http. by nweiz@google.com · 13 years ago
  62. aeca565 Fix build for throwsStateError: remove duplicate definitions in other tests. by sigmund@google.com · 13 years ago
  63. ed938af Rename new Uri.fromString to Uri.parse. by floitsch@google.com · 13 years ago
  64. a885f86 Fix map literals from change 17410 by hausner@google.com · 13 years ago
  65. dc3bf66 Stop supporting map literals with 1 type argument by hausner@google.com · 13 years ago
  66. 03244ff Stop treating StreamController as a Stream. by nweiz@google.com · 13 years ago
  67. 013b010 Add an ErrorGroup class to Pub. by nweiz@google.com · 13 years ago
  68. ef13a08 Make StreamController's unnamed constructor create a single-sub stream. by lrn@google.com · 13 years ago
  69. 0109fd9 No longer work around issue 7761. by nweiz@google.com · 13 years ago
  70. 4868ee2 Remove Futures class, move methods to Future. by lrn@google.com · 13 years ago
  71. fcff2fb Fix ALL the pub tests. by nweiz@google.com · 13 years ago
  72. 5741f61 Update pkg/http to use the new async APIs. by nweiz@google.com · 13 years ago
  73. 021b643 Commit Martin's patch for pub + lib_v2. by rnystrom@google.com · 13 years ago
  74. feda65b Update tests for pkg/http for new library by sgjesse@google.com · 13 years ago
  75. 32eeecd Fix tests for VM in checked mode. by ajohnsen@google.com · 13 years ago
  76. 4a7dfd2 Big merge from experimental to bleeding edge. by floitsch@google.com · 13 years ago
  77. ac04fc6 Convert pkg/http to use "package:" imports. by rnystrom@google.com · 13 years ago
  78. 205f8ee Use a semicolon as the separator for multipart form-data requests. by nweiz@google.com · 13 years ago
  79. 7e293aa Reapply "Fix URI encoding/decoding of + and space"" by sgjesse@google.com · 13 years ago
  80. beaf023 Change the HTTP Content-Length handling by sgjesse@google.com · 13 years ago
  81. de54a75 Code review change for r16238. by nweiz@google.com · 13 years ago
  82. 319d50e Make request_test wait for its results. by floitsch@google.com · 13 years ago
  83. a8eb61f Fix analyzer errors and warnings for pkg/http. by nweiz@google.com · 13 years ago
  84. 93514a3 Reapply "Stop working around issue 6984." by sgjesse@google.com · 13 years ago
  85. 89dbb7b Add "toString()" to BaseRequest. by rnystrom@google.com · 13 years ago
  86. e3bc775 Revert "Add logging system to pub and sprinkle some logging in." by rnystrom@google.com · 13 years ago
  87. 578c415 Add logging system to pub and sprinkle some logging in. by rnystrom@google.com · 13 years ago
  88. 29318c2 Revert "Stop working around issue 6984." by nweiz@google.com · 13 years ago
  89. 01dd8fc Stop working around issue 6984. by nweiz@google.com · 13 years ago
  90. 1855849 No longer work around issue 7013 and 7014 in pkg/http. by nweiz@google.com · 13 years ago
  91. 33abe0e Add authors and homepages to packages. by dgrove@google.com · 13 years ago
  92. 5c7323f Keep around a copy of the http.Request that triggered each Response. by nweiz@google.com · 13 years ago
  93. 2c1d51d Make pkg/http use HttpClient.shutdown(force: true). by nweiz@google.com · 13 years ago
  94. 558ffd1 Work around issue 6984. by nweiz@google.com · 13 years ago
  95. 295a066 Use Futures.forEach in http. by nweiz@google.com · 13 years ago
  96. 06e7344 Make #maxRedirects and #followRedirects work for the dart:io HTTP client. by nweiz@google.com · 13 years ago
  97. 7805f03 Generate an error for active connections when the HTTP client is shutdown by sgjesse@google.com · 13 years ago
  98. 70e056e Refactor http.Client and http.BaseClient to allow http.Client in type annotations. by nweiz@google.com · 13 years ago
  99. f4e557d Move CurlClient to Pub so that it can access resources. by nweiz@google.com · 13 years ago
  100. f1624e4 Make the HTTP MockClient work with GET requests. by nweiz@google.com · 13 years ago