1. 5a209e9 Update version to 4.0 by Colin Decker · 9 years ago
  2. 646e174 Add more missing @since 4.0 and remove references to *-3.0.jar in extensions' package-info.java files. by cgdecker · 9 years ago
  3. bac730f Add missing @since tags for 4.0 by Ben McCann · 9 years ago
  4. 136bc20 Remove all .iml and .ipr IntelliJ project files and add IntelliJ project files and directories to .gitignore. by cgdecker · 10 years ago
  5. 3d49442 Fix RequestDispatcherRequestWrapper inconsistency between `getRequestURI` and `getRequestURL` by Bruno Bieth · 10 years ago
  6. 41c126f Issue #745: PathInfo not encoded by Tamas Cservenak · 10 years ago
  7. 6247159 Results of 'mvn license:format -N' plus some minor tweaking by Stuart McCulloch · 10 years ago
  8. 9923333 Move the references to javax.servlet into the anonymous class by Jonathan Haber · 10 years ago
  9. 0558b32 Update references in code & configuration to point to github instead of by Sam Berlin · 10 years ago
  10. c00df28 Automated code cleanups by internal tool. by Sam Berlin · 10 years ago
  11. 8d88344 Test for issue #571 by Dhanji R. Prasanna · 10 years ago
  12. 0c69c36 Fix for build break from servlets patch by Dhanji R. Prasanna · 10 years ago
  13. f39b8fd Review comments by Dhanji R. Prasanna · 10 years ago
  14. 3b02622 Snapshot cookies in continuing request to prevent mutation side effects by Dhanji R. Prasanna · 10 years ago
  15. 4a4d825 Block when transferring request scope instead of checking owners & throwing exceptions. This lets users delete hacky spin loops. by Sam Berlin · 10 years ago
  16. 269f2f6 Fix issue 379 -- strip the query off the URI when checking to see if the by Sam Berlin · 10 years ago
  17. f1abba3 On second thought, according to the javadocs @ http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html#getPathInfo() .. this is probably more correct, and still better than what it was before. by Sam Berlin · 10 years ago
  18. c35ebc2 Fix external issue 372 -- only scrub the pathInfo if the servletPath actually by Sam Berlin · 10 years ago
  19. b6c35cd Update the opensource jars to asm 5.0, fix up the POMs & ant scripts. by Sam Berlin · 10 years ago
  20. c33e73c Improve OutOfScopeException so that it tells you which key it was trying to by Sam Berlin · 10 years ago
  21. 883fe03 Make ServletScopes#scopeRequest slightly more efficient for larger seed maps. by Sam Berlin · 10 years ago
  22. 41c1c29 Add ignores for ant build spam. by Christian Edward Gruber · 10 years ago
  23. 3236b10 Replace guava 11 with 16 and extract Guava as a separate dependency. by Christian Edward Gruber · 10 years ago
  24. 7246088 Fix typo, alertnative -> alternative. (Issue 777.) by Sam Berlin · 10 years ago
  25. 5e5e2f5 Don't unnecessarily invoke Key#toString() when running in non-HTTP based RequestScope. Key#toString() is not memoized (unlike hashCode) and these allocations end up being consistently visible in our garbage sampling. by Sam Berlin · 10 years ago
  26. a0e7344 Restore versions to 4.0-SNAPSHOT by Christian Edward Gruber · 11 years ago
  27. ce48fa8 Bump version numbers to release 4.0-beta. by Christian Edward Gruber · 11 years ago
  28. 9e2d95b Clean up some formatting (includes some format artifacts from internal changes), and remove executable bit from several files which do not need them. by Christian Edward Gruber · 11 years ago
  29. 882330d HttpServletRequest#getCookies() can return null; checks that in ContinuingHttpServletRequest. by Christian Edward Gruber · 11 years ago
  30. e5ed5b4 Add an @Inject constructor to DefaultFilterPipeline so services which depend upon it can be used with Modules.requireAtInjectOnConstructorsModule() by Christian Edward Gruber · 11 years ago
  31. 9111f48 Add a ISE exception subclass for scoping exceptions by Christian Edward Gruber · 11 years ago
  32. 7d72771 Actually pom versions should really be 3.1.0 to reflect the addition of a couple of new features (ProvisionListener SPI) by Stuart McCulloch · 12 years ago
  33. 7f6a136 Bump pom versions towards next maintenance release by Stuart McCulloch · 12 years ago
  34. 2804e19 Add explicit @Inject. by Sam Berlin · 12 years ago
  35. 389cb71 Fixed exception in contextpath string manipulation. by Sam Berlin · 12 years ago
  36. 1db3e79 Follow-up cleanup CL, removing an unnecessary parameter and strengthening typing. by Sam Berlin · 12 years ago
  37. 997ae12 Reduce stack size and simplify control flow in FilterChainInvocation. by Sam Berlin · 12 years ago
  38. 7dc62e5 Add a new transferRequest method to ServletScopes which propagates all existing scoped objects. Allows servlet engines to detach & reattach threads (while waiting for a request to receive results from RPCs). by Sam Berlin · 12 years ago
  39. 04cdfd9 Remove duplicate code & instead delegate to Scopes.isScoped method. by Sam Berlin · 12 years ago
  40. b2f5582 Add ServletScopes.isRequestScoped. by Sam Berlin · 12 years ago
  41. fee2d23 Ensure servlets & filters are processed in the correct order in all scenarios. Fix so that code like: by Sam Berlin · 13 years ago
  42. 9afcdd8 Prune all the billions of c.g.i.servlet.Filter{ChainInvocation,Definition}.doFilter elements from the stack traces. by Sam Berlin · 13 years ago
  43. f74ee67 Better errors when using binder(), etc. outside of configure(). by Sam Berlin · 13 years ago
  44. fbbb52d by guice.mirrorbot@gmail.com · 13 years ago
  45. 8c92236 by guice.mirrorbot@gmail.com · 13 years ago
  46. b405e04 by guice.mirrorbot@gmail.com · 13 years ago
  47. fb66c42 fix issue 636, GuiceFilter should keep a strong ref to its logger. by sberlin · 13 years ago
  48. 05bf8e5 by guice.mirrorbot@gmail.com · 13 years ago
  49. e09d8bf by guice.mirrorbot@gmail.com · 13 years ago
  50. ab8f0c6 by guice.mirrorbot@gmail.com · 13 years ago
  51. 0b26f78 by guice.mirrorbot@gmail.com · 13 years ago
  52. b7a02b0 by sberlin · 13 years ago
  53. ec76179 by sberlin · 13 years ago
  54. a23937e by sberlin · 13 years ago
  55. 4e11457 fixup whitespace by sberlin · 13 years ago
  56. d9c913a switch Guice from manually repackaging Guava to depending on Guava. it's still jarjar'd right now, which is causing a ~400k increase in guice-snapshot.jar. next step is to switch to ProGuard to remove the unnecessary code and cut it back down (even further?!). this will let people build from Guice source and depend directly on Guava code without having to worry about hiding internal/util. by sberlin · 13 years ago
  57. 5b73df6 rm @Override to maintain source compatibility. by sberlin · 13 years ago
  58. e133f5f Make the @RequestParameteters Map derive its values from the existing by isaac.q.shum · 13 years ago
  59. 4e10dab issue 418 - make sure servlet extension works with context paths. thanks to Henning for provided the patches. by sberlin · 13 years ago
  60. 8b64d45 Remove InjectorBuilder in favor of methods in Binder. by sberlin · 13 years ago
  61. b886ce3 rm ServletScopes.nullObject -- use a null value in the map to seed a key with null. by sberlin · 13 years ago
  62. 2196786 allow scopeRequest/continueRequest to seed with a null value, and also type-check the values immediately. by sberlin · 13 years ago
  63. 0e9a2c5 add @since tag. by sberlin · 14 years ago
  64. a5c13e2 simplify servlet SPI test. by sberlin · 14 years ago
  65. 71fe73e issue 570 & issue 569 -- share a hierarchy for servlet module bindings, expose a method to see if the binding will match against a URI. by sberlin · 14 years ago
  66. 845fc0e fix @since version. by sberlin · 14 years ago
  67. 8846db3 Update Maven poms to use new jarjar processing rules, allow jarjar and munge profiles to be turned off, and synchronize bundle headers in Ant and Maven builds by mcculls · 14 years ago
  68. c13b545 adding more missing @since 3.0 tags. by sberlin · 14 years ago
  69. 6e37096 issue 16. hide internal things (that can be hidden). need to followup to limit visibility on internal things that need to stay pseudo-open and really close the rest. by sberlin · 14 years ago
  70. 103af50 update extension package-info.java files to reference 3.0 instead of 2.0, also fix issue 563 -- assistedinject package-info referenced the wrong jar name. by sberlin · 14 years ago
  71. bc7e150 Issue 552: add buildable maven poms by mcculls · 14 years ago
  72. 97adab5 Tentative fix for string index out of bounds exception in issue #560 by dhanji · 14 years ago
  73. 2873555 flip the order of the type parameters in ProviderWithExtensionVisitor to match the order in the BindingTargetVisitor. by sberlin · 14 years ago
  74. 2a031c0 fix issue 544 -- allow ServletModules to be reused w/o reconstructing new ones. also fixes a bug where a ServletModule that contained only filters would have run each filter twice if the module was being reused (or three times if it was being used a third time, etc..). thanks to mathiue.carbou for pointing out the problem. by sberlin · 14 years ago
  75. 9ae3c2d add toString impls to each servletmodule binding. by sberlin · 14 years ago
  76. b8d2574 Comment wording changed. by dhanji · 14 years ago
  77. 0693a15 Support for custom request scopes overloaded onto the @RequestScoped annotation. by dhanji · 14 years ago
  78. e511cf4 remove unused imports. by sberlin · 14 years ago
  79. 10925e4 sberlin review for the previous CL. by dhanji · 14 years ago
  80. 7ebe5f6 More tests for the continuing request idiom. by dhanji · 14 years ago
  81. 1848a29 Early support for thread-continuation of servlet request. by dhanji · 14 years ago
  82. 99ca2d6 update parameter names to reflect what they are. by sberlin · 14 years ago
  83. b4b7f72 issue 524 part 2 -- add an SPI to the servlet extension to be able to introspect on its bindings. by sberlin · 14 years ago
  84. f8537ea move extensions that weren't under extensions/ into that directory. simplify paths so everything is uniform for extensions. by sberlin · 14 years ago