1. 74d714c Issue 552: (step 1) move core code to its own subdirectory by mcculls · 14 years ago
  2. 2acabce Update JSR 330 support. by limpbizkit · 15 years ago
  3. 365f834 First effort at support for JSR 330. by limpbizkit · 15 years ago
  4. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 16 years ago
  5. 210bf43 Replace ReferenceCache w/ MapMaker. by crazyboblee · 16 years ago
  6. 28b1e68 Removed old Javadocs. by limpbizkit · 16 years ago
  7. b206d20 Removed old Javadocs. by limpbizkit · 16 years ago
  8. 43ed8e5 Removed old Javadocs. by limpbizkit · 16 years ago
  9. 4c01fd7 Hopefully the last of the big exceptions refactorings. I went through all of the places we're adding context to our Errors object and made sure we're never doubling-up -- specifing the same injection point or key multiple times. by limpbizkit · 16 years ago
  10. daf35a9 Removed old Javadocs. by limpbizkit · 16 years ago
  11. 869a3c0 Stuart McCulloch contributed a custom classloader that fixes the memory leak and supports OSGi-style classloaders (plus any other form of non-delegation). by limpbizkit · 16 years ago
  12. 1601ae5 Adopt latest google collections snapshot (partially); some style cleanup by kevinb9n · 16 years ago
  13. 349f6f2 Fixing cglib location in the Guice module file. by limpbizkit · 16 years ago
  14. 5019270 New multibindings extension. by limpbizkit · 16 years ago
  15. 3d58d6b Big change - changing BinderImpl to use commands/ by limpbizkit · 17 years ago
  16. d4b1bf7 Renamed 'visitable' to 'commands' by limpbizkit · 17 years ago
  17. e451ef7 Adding AssistedInject and ThrowingProviders as Guice extensions. by limpbizkit · 17 years ago
  18. 5ec23f9 fix IDEA .iml file by kevinb9n · 17 years ago
  19. 3b08d4d Updated IntelliJ project. by crazyboblee · 18 years ago
  20. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 18 years ago
  21. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 18 years ago
  22. 0dfec97 Moved servlet package into its own module. by crazyboblee · 18 years ago
  23. 7173353 Updated remaining Javadocs for query->matcher rename. Reformatted LineNumbers and added Chris's name to it (gotta give credit). Added asm-3.0.jar to IDEA project. by crazyboblee · 18 years ago
  24. 954d70d update idea project settings by kevinb9n · 18 years ago
  25. 3a09e29 Added servlet scopes. by crazyboblee · 18 years ago
  26. 80d0ba5 Updated project. by crazyboblee · 18 years ago
  27. f0043b7 Modified build script to use jar jar to copy cglib into our package. by crazyboblee · 18 years ago
  28. 1b82a8f Implemented ProxyFactory. by crazyboblee · 18 years ago
  29. 235d068 Further improved the up front error reporting. Hid ErrorMessage and source() logic from the public API for the time being. Removed javadocs. by crazyboblee · 18 years ago
  30. 664a82e Used cglib for critical constructor and method invocations boosting overall performance by about 40%. by crazyboblee · 18 years ago
  31. 07e4182 Added type conversion for constants. Optimized ReferenceCache. by crazyboblee · 18 years ago
  32. 66b415a Initial checkin. by crazyboblee · 18 years ago