1. dd1eb0e migrate to pkg/test by Kevin Moore · 9 years ago
  2. 1e3eb5c Update dependencies, move to min SDK 1.9, eliminate Chain.track calls by Kevin Moore · 9 years ago
  3. 0f0a4a0 logger: add question mark for query strings by Michael Haubenwallner · 9 years ago 0.6.1+2
  4. 378db72 adding copyright to test/test_all.dart by Kevin Moore · 9 years ago
  5. 1a67e5a Fix null response handling. by Natalie Weizenbaum · 9 years ago 0.6.1+1
  6. 0828929 Add support for controlling HttpResponse.bufferOutput to shelf_io. by Natalie Weizenbaum · 9 years ago 0.6.1
  7. 57705e1 spelling fixes by Kevin Moore · 9 years ago
  8. f8d0e36 fix coveralls link in readme by Kevin Moore · 9 years ago
  9. 67a9b27 tiny reformatting by Kevin Moore · 9 years ago
  10. 3b206d3 support the latest version of args by Kevin Moore · 9 years ago
  11. 6eb4a7a Add support for shelf 0.6.0 by Kevin Moore · 9 years ago shelf_static-v0.2.2
  12. d8f85e7 ignore .pub dir by Kevin Moore · 9 years ago
  13. 116fb35 tweaks to readme and changelog by Kevin Moore · 9 years ago
  14. 957c196 Support on Travis CI and coverage by Kevin Moore · 9 years ago
  15. ba82de7 move syncFuture to test_util by Kevin Moore · 9 years ago
  16. 85593f7 remove usage of Chain.track by Kevin Moore · 9 years ago
  17. 18649f4 remove hop dependency by Kevin Moore · 9 years ago
  18. a5a3aff flagging 0.2.2-dev by Kevin Moore · 9 years ago
  19. c6b259a Mark as compatible with shelf 0.6.0. by Natalie Weizenbaum · 9 years ago shelf_web_socket-v0.0.1+2
  20. 11ea7e3 Mark as compatible with shelf 0.6.0. by Natalie Weizenbaum · 9 years ago shelf_proxy-v0.1.0+2
  21. 287d148 Overhaul the semantics of Request.handlerPath and Request.url. by Natalie Weizenbaum · 9 years ago 0.6.0
  22. 411da1f add travis and code coverage settings by Kevin Moore · 9 years ago
  23. 5066247 source formatting by Kevin Moore · 9 years ago
  24. c512795 Request now has the same body model as Response by Kevin Moore · 9 years ago 0.5.7
  25. a96e7cc pkg/shelf: formatted code by Kevin Moore · 9 years ago
  26. 1e87b79 Update the pubspec's homepage link. by Natalie Weizenbaum · 9 years ago
  27. d85dd29 Add gitignore, status, and codereview files. by Natalie Weizenbaum · 9 years ago
  28. ff170ce Properly skip tests in packages directories. by Natalie Weizenbaum · 9 years ago
  29. 7f5320c Update the pubspec's homepage link. by Natalie Weizenbaum · 9 years ago
  30. 7394eea Add gitignore, status, and codereview files. by Natalie Weizenbaum · 9 years ago
  31. 76b670c Fix shelf_web_socket's Connection handling. by nweiz@google.com · 9 years ago
  32. 9555195 pkg/shelf: handle errors when parsing HttpRequest in shelf_io by kevmoo@google.com · 9 years ago
  33. 1f860d9 Fix link to Shelf pub package homepage by Kathy Walrath · 10 years ago
  34. 8ca23e0 pkg/shelf: only catch errors in createMiddleware if an errorHandler is provided by kevmoo@google.com · 10 years ago
  35. 7903ca5 pkg/shelf: include the original `onHijack` callback for Request.change by kevmoo@google.com · 10 years ago
  36. a12900f Merge pull request #8 from sethladd/patch-1 by Kevin Moore · 10 years ago
  37. bf03e51 pkg/shelf Include default bodies for 'Not Found' and 'Forbidden' Response by kevmoo@google.com · 10 years ago
  38. 21f65b6 v0.2.1 by Kevin Moore · 10 years ago shelf_static-v0.2.1
  39. afe2d92 example: allow opt-out of logging (better for perf testing) by Kevin Moore · 10 years ago
  40. 23e3838 Removed unneeded Uri checks by Kevin Moore · 10 years ago
  41. 4094e92 pkg/shelf: fix README links in pkg/shelf by kevmoo@google.com · 10 years ago
  42. 7a64b9c Clean up after r39484 and r39486. by nweiz@google.com · 10 years ago
  43. 1b44e7e Update dart:collection to version 1.0.0 by lrn@google.com · 10 years ago
  44. 4ba3ac3 shelf_proxy: added a drone.io badge to readme by Kevin Moore · 10 years ago
  45. df5641b Fix typo by Seth Ladd · 10 years ago
  46. f432a2a pkg/shelf: Updated headers map to use pkg/collection CanonicalizedMap by kevmoo@google.com · 10 years ago
  47. f0cf769 use example.com for doc comments sample by Kevin Moore · 10 years ago
  48. 2a0a522 v0.1.0 by Kevin Moore · 10 years ago
  49. 2708565 v0.0.2 by Kevin Moore · 10 years ago
  50. b025c55 Improved docs on `createProxyHandler` method by Kevin Moore · 10 years ago
  51. 015354a readme update by Kevin Moore · 10 years ago
  52. b664560 dependency tweaks by Kevin Moore · 10 years ago
  53. 2e6f291 example of proxy using `pub serve` by Kevin Moore · 10 years ago
  54. 17a55f7 removed duplicate test by Kevin Moore · 10 years ago
  55. cd76835 v0.0.1 by Kevin Moore · 10 years ago
  56. 9da4853 content in the readme by Kevin Moore · 10 years ago
  57. ccfc7c7 only allow GET method to be proxied by Kevin Moore · 10 years ago
  58. aee1ddb testing arguments to createProxyHandler by Kevin Moore · 10 years ago
  59. 327b7ec fix test harness by Kevin Moore · 10 years ago
  60. 5cf576c selectively send contentLength, if defined in response by Kevin Moore · 10 years ago
  61. 045a96d kinda working by Kevin Moore · 10 years ago
  62. acb43d2 v0.2.0 by Kevin Moore · 10 years ago shelf_static-v0.2.0
  63. b313e64 fix mime type for default document by Kevin Moore · 10 years ago
  64. d337862 Throw a StateError if read()/readAsString() is called multiple times by kustermann@google.com · 10 years ago
  65. 434af42 shelf_proxy initial commit by Kevin Moore · 10 years ago
  66. 88d0eb2 move basic static logic into its own mini-lib by Kevin Moore · 10 years ago
  67. b4c9059 removed deprecated getHandler by Kevin Moore · 10 years ago
  68. 902e2e7 internal naming by Kevin Moore · 10 years ago
  69. 698f7c0 whitespace tweaks by Kevin Moore · 10 years ago
  70. 6d7864a Release stack_trace 1.0.0. by nweiz@google.com · 10 years ago
  71. f64a93e v0.1.4+6 by Kevin Moore · 10 years ago
  72. a360ff3 pkg/shelf: Fixed logic for setting Server header in `shelf_io` by kevmoo@google.com · 10 years ago
  73. c9a93fc pkg/shelf - send Date header in shelf_io by kevmoo@google.com · 10 years ago
  74. 9174145 v0.1.4+5 by Kevin Moore · 10 years ago shelf_static-v0.1.4+5
  75. 30156d2 Handle sub-second resolution in DateTime vs second-resolution in HTTP date by Kevin Moore · 10 years ago
  76. 8b2e4ec v0.1.4+4 by Kevin Moore · 10 years ago shelf_static-v0.1.4+4
  77. 949c95f pkg/shelf: added `url` and `scriptName` named params to Request.change by kevmoo@google.com · 10 years ago
  78. 7c331a6 Add a shelf_web_socket package. by nweiz@google.com · 10 years ago
  79. e4a2041 Bump shelf's version to 0.5.2. by nweiz@google.com · 10 years ago
  80. c48ee75 Support Request hijacking in Shelf, using a similar API to Rack. by nweiz@google.com · 10 years ago
  81. 195f5cb v0.1.4+3 by Kevin Moore · 10 years ago shelf_static-v0.1.4+3
  82. 9344d07 v0.1.4+2 by Kevin Moore · 10 years ago shelf_static-v0.1.4+2
  83. 051a553 v0.1.4+1 by Kevin Moore · 10 years ago
  84. 1dc0643 v0.1.4 - createStaticHandler learned defaultDocument by Kevin Moore · 10 years ago
  85. bf3a0c4 cleanup resolved TODOs by Kevin Moore · 10 years ago
  86. 43490d9 test: use contentLength helper by Kevin Moore · 10 years ago
  87. d5ed1ec test file cleanup by Kevin Moore · 10 years ago
  88. dda0314 v0.1.3 by Kevin Moore · 10 years ago
  89. 85e7474 v0.1.2 by Kevin Moore · 10 years ago
  90. 0df0e93 Added an image to the example page by Kevin Moore · 10 years ago
  91. a835876 deprecate getHandler in favor of createStaticHandler by Kevin Moore · 10 years ago
  92. 0dcb188 extension-based content-type population by Kevin Moore · 10 years ago
  93. eb7a30f Added example by Kevin Moore · 10 years ago
  94. dc3c213 Better error when getHandler is used with non-existing fileSystemPath by Kevin Moore · 10 years ago
  95. a979801 whitespace cleanup by Kevin Moore · 10 years ago
  96. 713e582 move sample files to example directory by Kevin Moore · 10 years ago
  97. edee806 bumped changelog by Kevin Moore · 10 years ago
  98. 62b06c7 support If-Modified-Since by Kevin Moore · 10 years ago
  99. 4d74b40 v0.1.1+1 by Kevin Moore · 10 years ago shelf_static-v0.1.1+1
  100. 24758b5 v0.1.1 by Kevin Moore · 10 years ago shelf_static-v0.1.1