1. 3f0b86f Modernize the style. by Natalie Weizenbaum · 9 years ago
  2. 0589889 Async-ify. by Natalie Weizenbaum · 9 years ago
  3. c1caa2f Upgrade to the new test runner. by Natalie Weizenbaum · 9 years ago
  4. 1bff41f Update the pubspec's homepage link. by Natalie Weizenbaum · 9 years ago
  5. 6c7068d Add gitignore, status, and codereview files. by Natalie Weizenbaum · 9 years ago
  6. 9c0b554 Mark oauth2 as running outside of dart:io contexts. by nweiz@google.com · 10 years ago
  7. dc49122 Rip out dart:io from pkg/http wherever possible. by nweiz@google.com · 10 years ago
  8. c16d766 Move the oauth2 library documentation to a README. by nweiz@google.com · 10 years ago
  9. e062b7f Make BaseRequest.contentType use null rather than -1 as a flag value. by nweiz@google.com · 10 years ago
  10. 857f0d2 pkg/oauth2 bringing tests into 2014 by kevmoo@google.com · 10 years ago
  11. 044ca94 Added text/javascript as a possible content-type response to the _validate method by nweiz@google.com · 10 years ago
  12. e301b4d pkg/unittest: added LICENSE by kevmoo@google.com · 10 years ago
  13. 057bfe1 Update oauth2's dependency on http. by nweiz@google.com · 10 years ago
  14. f1415df Mention that OAuth2 currently only works with dart:io. by nweiz@google.com · 10 years ago
  15. 0458a0b Add utility methods for sending non-form data in pkg/http. by nweiz@google.com · 10 years ago
  16. 6c52010 Re-land r29957 (add versions and constraints for packages and samples), with by dgrove@google.com · 11 years ago
  17. 7d42f4d Revert "add versions and constraints for packages and samples" by ajohnsen@google.com · 11 years ago
  18. 6fe339d add versions and constraints for packages and samples by jmesserly@google.com · 11 years ago
  19. 662c552 Remove usage of dart:json. by floitsch@google.com · 11 years ago
  20. 3379c0c Stop working around issue 6775. by nweiz@google.com · 11 years ago
  21. ed5f8bd pkg: analysis aided cleanup by kevmoo@j832.com · 11 years ago
  22. 8d98d74 Change MatchState to Map. by gram@google.com · 11 years ago
  23. d6f509f Stop working around issue 2644. by nweiz@google.com · 11 years ago
  24. 5da95b7 Remove the HttpRequest.queryParameters getter by sgjesse@google.com · 11 years ago
  25. 24f5d88 Remove library dart:crypto by sgjesse@google.com · 11 years ago
  26. b67abfd Merge the dart:uri library into dart:core and update the Uri class by sgjesse@google.com · 11 years ago
  27. 528d1ed Change fromString constructor to parse static method by sgjesse@google.com · 11 years ago
  28. 186d082 Fix a broken oauth2 test. by nweiz@google.com · 11 years ago
  29. f3d4e6f Adding Uri.parse to AuthorizationException by nweiz@google.com · 11 years ago
  30. b2d3976 add installation instructions to pkg packages by sethladd@google.com · 11 years ago
  31. aec1dba Refactor Future constructors. by floitsch@google.com · 11 years ago
  32. 239aa56 Remove AsyncError with Expando. by floitsch@google.com · 11 years ago
  33. d105dc5 Normalize packages' library names. by nweiz@google.com · 11 years ago
  34. ec4086c Switch pkg packages, pub, and dartdoc to use package: imports. by nweiz@google.com · 11 years ago
  35. 6554d17 Fix an outdated method call in example code for oauth2. by nweiz@google.com · 11 years ago
  36. df9c5b3 Moved pkg pubspecs to use dev_dependencies where appropriate by kevmoo@j832.com · 11 years ago
  37. 16a744c Import packages outside oauth2 via ../../.../pkg/ . This allows packages by dgrove@google.com · 11 years ago
  38. eae3898 Make oauth2 warning-clean. by nweiz@google.com · 11 years ago
  39. 1e80add Remove deprecated Strings class. by floitsch@google.com · 11 years ago
  40. 4c5eba9 Change Future.delayed to take a Duration. by floitsch@google.com · 11 years ago
  41. 40966a9 Reapply "Rename mappedBy to map." by lrn@google.com · 11 years ago
  42. 6476486 Revert "Rename mappedBy to map." by floitsch@google.com · 11 years ago
  43. 7cdf0cb Rename mappedBy to map. by lrn@google.com · 11 years ago
  44. 1fc0cf3 Fix build for throwsStateError: remove duplicate definitions in other tests. by sigmund@google.com · 11 years ago
  45. d5eeb1d Rename new Uri.fromString to Uri.parse. by floitsch@google.com · 11 years ago
  46. 7af4a43 Rename Date to DateTime. by floitsch@google.com · 11 years ago
  47. c954fed Fix map literals from change 17410 by hausner@google.com · 11 years ago
  48. 3bce2f2 Stop supporting map literals with 1 type argument by hausner@google.com · 11 years ago
  49. d516461 Move some core classes to collection library. by floitsch@google.com · 11 years ago
  50. e82fd3a Fix the OAuth2 documentation to use then rather than chain/transform. by nweiz@google.com · 11 years ago
  51. d0ae650 Fix tests for VM in checked mode. by ajohnsen@google.com · 11 years ago
  52. 595efdd Big merge from experimental to bleeding edge. by floitsch@google.com · 11 years ago
  53. ef61995 Reapply "Fix URI encoding/decoding of + and space"" by sgjesse@google.com · 11 years ago
  54. b74ea89 Handle OAuth2 AuthorizationExceptions in pub. by nweiz@google.com · 11 years ago
  55. e5fd462 Make the oauth2 lib handle OAuth2 401 errors. by nweiz@google.com · 11 years ago
  56. d3b6bb2 Add authors and homepages to packages. by dgrove@google.com · 11 years ago
  57. c5caa17 Add http and oauth2 as SDK packages. by nweiz@google.com · 11 years ago
  58. 8afe811 Refactor http.Client and http.BaseClient to allow http.Client in type annotations. by nweiz@google.com · 11 years ago
  59. 254ddd7 Add TODOs about narrowing JSON catch clauses to the OAuth2 package. by nweiz@google.com · 11 years ago
  60. 0642077 Fix OAuth2 tests, and disable them on non-dart:io platforms. by nweiz@google.com · 11 years ago
  61. 1d9764b Add a package for authenticating via OAuth2. by nweiz@google.com · 11 years ago