| Commit message (Expand) | Author | Age | Files | Lines |
* | 266220: generic aspect subtypes in aop.xml | aclement | 2009-02-25 | 1 | -19/+52 |
* | 124460: moving xml parser and structure across to weaver from loadtime | aclement | 2009-01-31 | 1 | -147/+0 |
* | 124460: moving xml parser and structure across to weaver from loadtime | aclement | 2009-01-31 | 2 | -419/+0 |
* | 246125: c16 | aclement | 2008-10-21 | 2 | -6/+6 |
* | 248814: perclassloaderdumpdir | aclement | 2008-09-27 | 2 | -2/+4 |
* | 248814: perclassloaderdumpdir | aclement | 2008-09-27 | 3 | -0/+31 |
* | 246918: perclause: | aclement | 2008-09-11 | 4 | -215/+236 |
* | 246125: moving bcel types to bcel package | aclement | 2008-09-05 | 1 | -1/+1 |
* | 246125: comment 3: reworked AnnotationX - got rid of the thing | aclement | 2008-09-05 | 1 | -48/+97 |
* | fixed eclipse warnings | aclement | 2008-08-28 | 5 | -1630/+1598 |
* | eclipse: unnecessary cast | aclement | 2008-08-23 | 1 | -2/+2 |
* | 238666: Allow the ltw configuration to be directly specified rather than disc... | aclement | 2008-08-06 | 1 | -15/+32 |
* | organized imports | aclement | 2008-05-30 | 1 | -3/+0 |
* | 231396: Comment #4: Big Refactoring | aclement | 2008-05-28 | 2 | -20/+15 |
* | 210470: preventing weaver leaks: big changes to better manage the lifecycle o... | aclement | 2008-05-27 | 1 | -20/+128 |
* | 210470: preventing weaver leaks: use a weak classloader ref | aclement | 2008-05-27 | 1 | -0/+1 |
* | 210470: preventing weaver leaks: use a weak classloader ref | aclement | 2008-05-27 | 1 | -21/+28 |
* | 210470: preventing weaver leaks: implement new IWeavingContext method | aclement | 2008-05-27 | 1 | -6/+14 |
* | remove useless message | aclement | 2008-05-05 | 1 | -1/+1 |
* | 210470: remove thread reference stored in CompilationAndWeavingContext static... | aclement | 2008-05-03 | 1 | -0/+3 |
* | 166647 fixes: produces a suitable error if XML defined aspects are excluded f... | aclement | 2007-12-04 | 3 | -3/+3 |
* | made field final - does that avoid NPE on line 105 under tomcat? | aclement | 2007-11-30 | 1 | -1/+1 |
* | Bug 176546 "Allow custom aop.xml provider through IWeavingContext" | mwebster | 2007-03-07 | 2 | -4/+26 |
* | 166238 "-nowarn doesn't work for load-time weaving" (rbodkin+LISTS@gmail.com) | mwebster | 2006-12-01 | 1 | -1/+1 |
* | fix for 165148 - don't resolve things you are 99 percent sure won't be found | aclement | 2006-11-20 | 1 | -6/+7 |
* | Bug 149289 "Support system and user aop.xml configuration" (add org/aspect/ao... | mwebster | 2006-11-13 | 1 | -1/+1 |
* | Bug 155033 "Use ajcore for LTW problems" (call Dump from preProcess()) | mwebster | 2006-11-06 | 1 | -1/+4 |
* | Bug 158957 "NPE in LTW with RMI dynamic proxies w/ pointcut reuse" (restore c... | mwebster | 2006-10-05 | 2 | -32/+43 |
* | Trace loader parent and class lookup | mwebster | 2006-10-04 | 1 | -1/+2 |
* | Bug 132080 "LTW concrete-aspect definitions not exposed to weaver" | mwebster | 2006-10-04 | 2 | -6/+39 |
* | test and fixes for 152366: support AND in include/exclude/dump | aclement | 2006-10-03 | 1 | -5/+9 |
* | Bug 158205 "NullPointerException when weaving with bootstrap agent" (improve ... | mwebster | 2006-10-02 | 1 | -5/+13 |
* | Bug 158205 "NullPointerException when weaving with bootstrap agent" (modified... | mwebster | 2006-10-02 | 1 | -1/+1 |
* | Bug 157474 "Handle duplicate aop.xml definitions more gracefully" (info messa... | mwebster | 2006-09-19 | 1 | -0/+1 |
* | ignore duplicate aop.xml definition | mwebster | 2006-09-15 | 1 | -2/+12 |
* | typo! | aclement | 2006-09-12 | 1 | -1/+1 |
* | Bug 155238 "Trace should use System.identityHashCode, not hashCode" | mwebster | 2006-08-30 | 1 | -1/+1 |
* | Bug 155148 "jdk14 trace deadlock in oc4j" (use formatObj for _all_ arguments) | mwebster | 2006-08-25 | 1 | -1/+1 |
* | Bug 150487 "Tracing and Logging Framework" (Trace.event()) | mwebster | 2006-08-25 | 1 | -0/+1 |
* | 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope Mat... | aclement | 2006-08-25 | 1 | -0/+10 |
* | Bug 129525 "Don't Dump Bytecodes to Syserr in LTW" (don't throw AbortExceptio... | mwebster | 2006-08-24 | 2 | -3/+31 |
* | Bug 149289 "Support system and user aop.xml configuration files" (add META-IN... | mwebster | 2006-08-23 | 1 | -1/+2 |
* | Bug 150271 "Allow multiple levels of LTW information" (make weaving/not weavi... | mwebster | 2006-08-23 | 3 | -1/+12 |
* | Bug 150487 "Tracing and Logging Framework" (new/fixed trace points) | mwebster | 2006-08-16 | 1 | -9/+10 |
* | Bug 150487 "Tracing and Logging Framework" (WeavingAdaptorMessageHandler dele... | mwebster | 2006-08-14 | 1 | -11/+11 |
* | Bug 150487 "Tracing and Logging Framework" (remove TraceMessageHandler) | mwebster | 2006-08-14 | 1 | -81/+0 |
* | 133770 'call and ltw': isLocallyDefined() implemented - may not be right for ... | aclement | 2006-08-14 | 2 | -1/+17 |
* | 133770 'call and ltw': moving type from loadtime to weaver | aclement | 2006-08-14 | 1 | -66/+0 |
* | Bug 150487 "Tracing and Logging Framework" (TraceMessageHandler) | mwebster | 2006-08-09 | 1 | -0/+81 |
* | patches from 152161 | aclement | 2006-08-08 | 2 | -2/+8 |