-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JNI: HevSocks5Tunnel: Update to 79490aa.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule hev-socks5-tunnel
updated
16 files
+95 −28 | .github/workflows/build.yaml | |
+6 −0 | Makefile | |
+19 −15 | README.md | |
+0 −0 | build-apple.sh | |
+3 −1 | conf/main.yml | |
+1 −1 | src/core | |
+2 −2 | src/hev-config-const.h | |
+18 −3 | src/hev-config.c | |
+1 −0 | src/hev-config.h | |
+4 −1 | src/hev-jni.c | |
+3 −1 | src/hev-socks5-session-tcp.c | |
+1 −1 | src/hev-socks5-tunnel.c | |
+6 −6 | src/misc/hev-exec.c | |
+1 −1 | src/misc/hev-utils.c | |
+1 −1 | third-part/hev-task-system | |
+1 −1 | third-part/lwip |