index
:
lillero
dev
JVM ASM patching library
zaaarf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
ftbsc
/
lll
/
proxies
Commit message (
Collapse
)
Author
Age
Lines
*
chore: internal reorganisation (breaking)
0.5.0
zaaarf
2024-01-24
-5
/
+4
|
*
fix: bugs concerning fully qualified names, removed unused builder for types
0.4.1
zaaarf
2023-03-29
-90
/
+17
|
*
chore: javadocs
zaaarf
2023-03-28
-0
/
+13
|
*
fix: stackoverflowerror (infinite recursion)
zaaarf
2023-03-27
-3
/
+3
|
*
fix: broken composition of fully qualified name in TypeProxy
zaaarf
2023-03-27
-5
/
+5
|
*
fix: misuse of asm type function
zaaarf
2023-03-27
-1
/
+1
|
*
fix: accidentally committed test print
zaaarf
2023-03-27
-2
/
+0
|
*
fix: trying to get fqn of primitive
zaaarf
2023-03-27
-3
/
+5
|
*
fix: TypeProxy.from access modifier
zaaarf
2023-03-27
-1
/
+1
|
*
feat: added set-via-descriptor-string for methods and fields
zaaarf
2023-03-27
-0
/
+13
|
*
chore: added (restored?) setType with fqn and array type
zaaarf
2023-03-26
-0
/
+14
|
*
chore: added (restored?) setType with Class object to FieldProxy
zaaarf
2023-03-25
-0
/
+9
|
*
Merge branch 'version4' into dev
zaaarf
2023-03-25
-392
/
+689
|
\
|
*
chore: reorganize, add ProxyType enum
zaaarf
2023-03-21
-28
/
+54
|
|
|
*
chore: javadocs
zaaarf
2023-03-21
-4
/
+11
|
|
|
*
feat: restored flat descriptors, implemented primitive proxies
zaaarf
2023-03-21
-71
/
+100
|
|
|
*
feat: expanded ClassProxies, now all fields and methods include classproxies ↵
zaaarf
2023-03-21
-101
/
+296
|
|
|
|
|
|
|
|
to represent their parents (as well as parameters and return type for methods)
|
*
feat: added ClassProxy
zaaarf
2023-03-21
-0
/
+174
|
|
|
*
feat: initial proxy rework, replaced getters with public constants, rely ↵
zaaarf
2023-03-21
-204
/
+78
|
|
|
|
|
|
|
|
more on ow2 Types instead of homebrew solutions
*
|
fix: fixed return type bug
0.3.4
zaaarf
2023-03-18
-7
/
+16
|
/
*
doc: added missing javadocs
0.3.2
zaaarf
2023-03-04
-0
/
+3
|
*
fix: mistake in method names
zaaarf
2023-03-04
-1
/
+1
|
*
chore: removed references to cube game from names and comments
zaaarf
2023-03-03
-33
/
+33
|
*
feat: added setModifier method to proxy builder
zaaarf
2023-03-01
-0
/
+9
|
*
feat: implemented field and method proxies
zaaarf
2023-03-01
-0
/
+455