| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Reimplement core I/O and system information native methods with pure Java | Fuwn | 2026-02-13 | 1 | -1/+16 |
| | | | | | | | | | - FastDataInput: DataInputStream wrapper replacing native binary I/O - DNSLookup: InetAddress.getAllByName() replacing native gethostbyname() - Restorer: Array.newInstance() replacing native makeArray() - SystemInfo: Runtime/File APIs for disk, memory, CPU, platform info - StatMemNode: Runtime APIs for memory status reporting | ||||
| * | fix: Decompilation artifact repairs for Java 11 compilation | Fuwn | 2026-02-13 | 2 | -2/+2 |
| | | | | | | | | | | | - Duplicate variable declarations in switch-case branches (AvMenu, ServerInputStream, netData, AnimatedAction) - Ambiguous null constructor calls requiring explicit casts (ExpireDialog, PosableShape) - Deprecated getPeer() replaced with isDisplayable() (PolledDialog) - Decompiler $assertionsDisabled artifact removed (BackgroundLoader) - Missing null-safety on unboxing (BooleanFieldEditorDialog) - Raw generic types parameterized (ShallowEnumeration) - Raw Enumeration cast added (Shape) | ||||
| * | Initial commit | Fuwn | 2026-02-12 | 84 | -0/+10553 |