| Commit message (Expand) | Author | Age | Files | Lines |
* | Make an effort to secure privileged use. | nickl- | 2017-11-12 | 1 | -76/+82 |
* | Organize imports to disolve ambiguity. | nickl- | 2017-10-30 | 5 | -16/+50 |
* | Source walk/Spring clean/Parameterize/Enhance et.al. | nickl- | 2017-10-30 | 9 | -192/+180 |
* | Added default serialVersionUID. | nickl- | 2017-10-28 | 2 | -0/+5 |
* | 3.22.0-GA releaserel_3_22_0_galist | chibash | 2017-10-10 | 1 | -1/+1 |
* | delete testHotswap() because java 9 does not seem to allow a java agent to be... | chibash | 2017-05-31 | 1 | -2/+1 |
* | adds javassist.util.HotSwapAgent | chibash | 2017-04-16 | 2 | -0/+228 |
* | adds javassist.util.proxy.ProxyFactory#onlyPublicMethods. If true, Javassist... | chibash | 2017-04-15 | 3 | -14/+57 |
* | modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with ji... | chibash | 2017-04-13 | 3 | -59/+145 |
* | fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-ea | chibash | 2016-08-02 | 2 | -5/+12 |
* | fixes a bug of ProxyFactory. It could not deal with default methods declared... | chibash | 2016-07-30 | 1 | -2/+17 |
* | updates javassist.util.proxy to support a default interface method in Java 8 | chibash | 2016-02-22 | 1 | -1/+2 |
* | fixes a concurrency bug in ProxyFactory (JASSIST-259) | chibash | 2016-02-12 | 1 | -5/+6 |
* | rebuilt javassist.jar | chibash | 2015-08-07 | 1 | -1/+1 |
* | fixed JASSIST-244 | chibash | 2015-08-07 | 1 | -3/+20 |
* | preparation for 3.19 release. fixed bugs in javadoc comments | chibash | 2015-01-06 | 2 | -17/+15 |
* | fixed JASSIST-206 | chibash | 2013-07-23 | 1 | -0/+36 |
* | fixed JASSIST-199 | chibash | 2013-05-26 | 1 | -13/+36 |
* | fixed JASSIST-162 and JASSIST-189 | chiba | 2013-04-11 | 1 | -13/+27 |
* | fixed JASSIST-183 | chiba | 2013-03-26 | 1 | -2/+14 |
* | fixed JASSIST-163. Eager initialization has been implemented. | chiba | 2012-10-25 | 3 | -62/+88 |
* | fixed JASSIST-163 | chiba | 2012-08-03 | 1 | -1/+4 |
* | fixed JASSIST-163 | chiba | 2012-06-14 | 1 | -5/+9 |
* | fixed a typo in a javadoc comment. | chiba | 2012-02-05 | 1 | -1/+1 |
* | fixed JASSIST-144 | chiba | 2011-09-01 | 6 | -17/+88 |
* | fixed JASSIST-127 | chiba | 2011-08-21 | 2 | -9/+31 |
* | added the Apache license. | chiba | 2011-07-08 | 11 | -23/+34 |
* | fixed typos. | chiba | 2010-07-22 | 1 | -1/+1 |
* | preparation for GA release | chiba | 2010-04-14 | 2 | -0/+34 |
* | fixed regression introduced by fix to ProxyFactory -- fixes JASSIST-113 | adinn | 2010-04-13 | 1 | -13/+17 |
* | fixes for JASSIST-42 and JASSIST-97 | adinn | 2010-04-12 | 1 | -8/+25 |
* | fixes for JASSIST-42 and JASSIST-97 | chiba | 2010-04-11 | 1 | -5/+5 |
* | fixes for JASSIST-42 and JASSIST-97 | adinn | 2010-04-08 | 5 | -200/+566 |
* | fixed potential strong cyclic reference from proxy cache entries back to thei... | adinn | 2010-03-09 | 1 | -57/+76 |
* | Mark Struberg's patch for JASSIST-97 | chiba | 2010-03-08 | 3 | -1/+34 |
* | JASSIST-85 | chiba | 2010-02-14 | 1 | -1/+0 |
* | fixed JIRA JASSIST-85 | chiba | 2009-06-26 | 1 | -0/+11 |
* | for fixing JASSIST-75 | chiba | 2009-04-04 | 1 | -3/+16 |
* | JASSIST-75 | chiba | 2009-03-26 | 1 | -2/+14 |
* | removed unnecessary comments | chiba | 2008-09-18 | 1 | -38/+1 |
* | for fixing JASSIST-66 | chiba | 2008-09-18 | 2 | -5/+48 |
* | update a comment. | chiba | 2008-07-17 | 1 | -0/+2 |
* | Use privileged block for clazz.getDeclaredMethods() | kkhan | 2008-03-11 | 1 | -1/+1 |
* | preparation for 3.7.1 release | chiba | 2008-03-09 | 1 | -127/+98 |
* | Make ProxyFactory use privileged blocks when a security manager is present | kkhan | 2008-02-12 | 3 | -45/+174 |
* | Make ProxyFactory use privileged blocks when a security manager is present | kkhan | 2008-02-12 | 1 | -2/+41 |
* | fixed JIRA JASSIST-36 | chiba | 2007-10-02 | 1 | -0/+1 |
* | updated the copyright notices. | chiba | 2007-06-04 | 8 | -8/+8 |
* | made the java.util.proxy package support stack map tables. | chiba | 2007-06-03 | 1 | -6/+19 |
* | updated a javadoc comment | chiba | 2006-11-07 | 1 | -0/+1 |