| 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/+3 |
| | | | | | | | | | - 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 | ||||
| * | Initial commit | Fuwn | 2026-02-12 | 1 | -0/+430 |