1. a40a946 Remove wrapInputStream and wrapOutputStream from pkg/http. by nweiz@google.com · 11 years ago
  2. af58084 Fix a dartc error for pkg/http/multipart_test. by nweiz@google.com · 11 years ago
  3. 7a101c0 Change new List(n) to return fixed length list. by lrn@google.com · 11 years ago
  4. cf7657f Remove deprecated string features. by lrn@google.com · 11 years ago
  5. 2236295 Merge IO v2 branch to bleeding edge by sgjesse@google.com · 11 years ago
  6. 1f39a17 Remove deprecated Strings class. by floitsch@google.com · 11 years ago
  7. 6357f54 Recommit changing List.skip/take/revert returns Iterable and remove mappedBy. by lrn@google.com · 11 years ago
  8. 26f8bce Unbreak pub: by rnystrom@google.com · 11 years ago
  9. 382c9df Remove deprecated mappedBy. by floitsch@google.com · 11 years ago
  10. 9474558 Revert "Remove deprecated mappedBy." by floitsch@google.com · 11 years ago
  11. d9d405a Remove deprecated mappedBy. by floitsch@google.com · 11 years ago
  12. a8c87f6 Remove Sink and move CollectionSink to async. by floitsch@google.com · 11 years ago
  13. 0c9d078 Get the pub oauth2 test passing locally. by nweiz@google.com · 11 years ago
  14. d6fb34d Revert "Remove Sink and move CollectionSink to async." by floitsch@google.com · 11 years ago
  15. 7760a35 Remove Sink and move CollectionSink to async. by floitsch@google.com · 11 years ago
  16. 7719d48 Use the dart:async Stream API thoroughly in Pub. by nweiz@google.com · 11 years ago
  17. eeb56e5 Reapply "Rename mappedBy to map." by lrn@google.com · 11 years ago
  18. fa676ff Revert "Rename mappedBy to map." by floitsch@google.com · 11 years ago
  19. 653b51a Rename mappedBy to map. by lrn@google.com · 11 years ago
  20. f7696a2 Roll back Pub stream changes. by nweiz@google.com · 11 years ago
  21. 8c369f3 Use the dart:async Stream API thoroughly in Pub. by nweiz@google.com · 11 years ago
  22. eaf40ba Always treat headers as individual strings in pkg/http. by nweiz@google.com · 11 years ago
  23. ec1c7f2 Fix build for throwsStateError: remove duplicate definitions in other tests. by sigmund@google.com · 11 years ago
  24. 35924c3 Rename new Uri.fromString to Uri.parse. by floitsch@google.com · 11 years ago
  25. 09d705a Fix map literals from change 17410 by hausner@google.com · 11 years ago
  26. a9f653c Stop supporting map literals with 1 type argument by hausner@google.com · 11 years ago
  27. f234eca Stop treating StreamController as a Stream. by nweiz@google.com · 11 years ago
  28. 2ff40da Add an ErrorGroup class to Pub. by nweiz@google.com · 11 years ago
  29. 519dcd8 Make StreamController's unnamed constructor create a single-sub stream. by lrn@google.com · 11 years ago
  30. 79180bc No longer work around issue 7761. by nweiz@google.com · 11 years ago
  31. b0dd1a7 Remove Futures class, move methods to Future. by lrn@google.com · 11 years ago
  32. b53d81d Fix ALL the pub tests. by nweiz@google.com · 11 years ago
  33. 31adacc Update pkg/http to use the new async APIs. by nweiz@google.com · 11 years ago
  34. 3a9b90d Commit Martin's patch for pub + lib_v2. by rnystrom@google.com · 11 years ago
  35. 6ea6db8 Update tests for pkg/http for new library by sgjesse@google.com · 11 years ago
  36. df9d9f8 Fix tests for VM in checked mode. by ajohnsen@google.com · 11 years ago
  37. 30d3119 Big merge from experimental to bleeding edge. by floitsch@google.com · 11 years ago
  38. 4a1399a Convert pkg/http to use "package:" imports. by rnystrom@google.com · 11 years ago
  39. b569476 Use a semicolon as the separator for multipart form-data requests. by nweiz@google.com · 11 years ago
  40. 089d31c Reapply "Fix URI encoding/decoding of + and space"" by sgjesse@google.com · 11 years ago
  41. a6ea649 Change the HTTP Content-Length handling by sgjesse@google.com · 11 years ago
  42. 2b7168f Code review change for r16238. by nweiz@google.com · 11 years ago
  43. da47ee1 Make request_test wait for its results. by floitsch@google.com · 11 years ago
  44. 951b964 Fix analyzer errors and warnings for pkg/http. by nweiz@google.com · 11 years ago
  45. 1e2c754 Reapply "Stop working around issue 6984." by sgjesse@google.com · 11 years ago
  46. 8b95a7d Add "toString()" to BaseRequest. by rnystrom@google.com · 11 years ago
  47. d42102a Revert "Add logging system to pub and sprinkle some logging in." by rnystrom@google.com · 11 years ago
  48. 048811a Add logging system to pub and sprinkle some logging in. by rnystrom@google.com · 11 years ago
  49. 91a7890 Revert "Stop working around issue 6984." by nweiz@google.com · 11 years ago
  50. e3a567c Stop working around issue 6984. by nweiz@google.com · 11 years ago
  51. 3cbee5e No longer work around issue 7013 and 7014 in pkg/http. by nweiz@google.com · 11 years ago
  52. fa59b74 Add authors and homepages to packages. by dgrove@google.com · 11 years ago
  53. f508d43 Keep around a copy of the http.Request that triggered each Response. by nweiz@google.com · 11 years ago
  54. 06247bc Make pkg/http use HttpClient.shutdown(force: true). by nweiz@google.com · 11 years ago
  55. f7d99c7 Work around issue 6984. by nweiz@google.com · 11 years ago
  56. 1a96588 Use Futures.forEach in http. by nweiz@google.com · 11 years ago
  57. b670ab4 Make #maxRedirects and #followRedirects work for the dart:io HTTP client. by nweiz@google.com · 11 years ago
  58. 02c74e0 Generate an error for active connections when the HTTP client is shutdown by sgjesse@google.com · 11 years ago
  59. ff12174 Refactor http.Client and http.BaseClient to allow http.Client in type annotations. by nweiz@google.com · 11 years ago
  60. 7b15385 Move CurlClient to Pub so that it can access resources. by nweiz@google.com · 11 years ago
  61. a5e4996 Make the HTTP MockClient work with GET requests. by nweiz@google.com · 11 years ago
  62. 927914e Make RegExp constructor non-const. by ajohnsen@google.com · 11 years ago
  63. 7e98a48 "Reverting 14829-14832" by ajohnsen@google.com · 11 years ago
  64. f3a176a Make RegExp's constructor non-const. by ajohnsen@google.com · 11 years ago
  65. 4ed64f6 Add an HTTP client based on Curl. by nweiz@google.com · 11 years ago
  66. 5d78b59 Add a multipart HTTP request class. by nweiz@google.com · 11 years ago
  67. 764c062 Add debug print to try to find the issue with test pkg/http/test/request_test.dart by sgjesse@google.com · 11 years ago
  68. b5a1b04 Add a mock HTTP client class. by nweiz@google.com · 11 years ago
  69. 9cd3f4c Add an HTTP library that wraps dart:io. by nweiz@google.com · 12 years ago