489 Commits (master)
 

Author SHA1 Message Date
Graham e5e6caf3d0 Update dependencies 4 years ago
Graham 29e55df5a4 Use live variable analysis in DummyLocalTransformer 4 years ago
Graham 400a10f8d2 Add live variable analysis 4 years ago
Graham f0eabb0619 Add generic data flow analysis framework 4 years ago
Graham fee7cf82cd Add Analyzer for creating control flow graphs 4 years ago
Graham e3df684f4f Inline JSRs 4 years ago
Graham d5683932c2 Remove jni/gl formatter scopes 4 years ago
Graham f833285fa6 Rename in/out to input/output to avoid use of backticks 4 years ago
Graham 06de9d1449 Replace if/throw with check() in the Rsa object 4 years ago
Graham 89b274077f Use infix union operator 4 years ago
Graham b82518ec0b Remove comments from Kotlin new method templates 4 years ago
Graham 40702d9c35 Reduce Manifest duplication 4 years ago
Graham 11ef4b0227 Sign loaders 4 years ago
Graham 33955e76c7 Add DeterministicJarOutputStream.repack() function 4 years ago
Graham b8af6c0c90 Write public RSA key to disk 4 years ago
Graham d9762d65bc Fix Kotlin inspections 4 years ago
Graham 8f991ad772 Add scope for excluding non-free code 4 years ago
Graham 4ff64c95e5 Rename compress<x>Resources to compress<x>Natives 4 years ago
Graham 575632413a Add missing private modifier 4 years ago
Graham 1d0bcfd88f Add PublicKeyTransformer to Bundler 4 years ago
Graham 97a11ba765 Inject RSAPrivateCrtKeyParameters in PublicKeyTransformer 4 years ago
Graham 65f0cc0f6e Add GameServer skeleton 4 years ago
Graham 84b384156f Add RsaKeyProvider 4 years ago
Graham 0bb0d1a5b6 Return RSAPrivateCrtKeyParameters from readPrivateKey 4 years ago
Graham c8af2288c6 Format RsaTest 4 years ago
Graham e82f575695 Update jar/pack200/js5 resources in ResourceTransformer 4 years ago
Graham dc75b05429 Switch back to the native Pack200 implementation for the moment 4 years ago
Graham 97a8ada0d4 Add manifests to the unsigned client and loaders 4 years ago
Graham c769feab3e Add manifest support to writeJar 4 years ago
Graham c6cf9a4d94 Add initial client bundler 4 years ago
Graham a032e3d472 Exclude CRC from the path used by Resource::write 4 years ago
Graham d03d1c3bb5 Rename overloaded compress method to compressNative 4 years ago
Graham 3a4085c680 Make compress private 4 years ago
Graham 5d51415baf Add write method to Resource 4 years ago
Graham 47f4cc060a Add compress{Jar,Pack,Js5} to Resource 4 years ago
Graham 3ae85d50ef Add skeleton writeJs5 method 4 years ago
Graham 02ed6d7455 Make writeJar and writePack accept an OutputStream 4 years ago
Graham c65087ad35 Update dependencies 4 years ago
Graham a79dfd6f32 Implement jaggl and jagmisc resource transformation 4 years ago
Graham 2b82451b96 Remove isInterface argument from MethodInsnNode constructors 4 years ago
Graham 015de5d39b Rename PLATFORM_DETECT to PLATFORM_DETECTION 4 years ago
Graham c2fe02a3f3 Rename PLATFORM_DETECT_MATCHER to GL_PLATFORM_DETECT_MATCHER 4 years ago
Graham 531db3159e Replace hasArray() and array() logic with ByteBufUtil.getBytes() 4 years ago
Graham db11c5536d Add publicKey property test 4 years ago
Graham 1cdf67e182 Add RSA key I/O tests 4 years ago
Graham dcfaedcd2f Improve opaque predicate regex in PlatformDetectionTransformer 4 years ago
Graham c692a17bc9 Set Netty leak detection level to PARANOID when running the GameServer 4 years ago
Graham d155f99ffb Set Netty leak detection level to PARANOID in unit tests 4 years ago
Graham 6b247cb0e1 Add ByteBuf extension methods for RSA encryption and decryption 4 years ago
Graham e64dbe1a0e Add generateKeyPair() test 4 years ago