-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule shadowsocks
updated
29 files
+1 −0 | .gitignore | |
+4 −0 | Makefile.am | |
+56 −55 | Makefile.in | |
+1 −1 | README.md | |
+5 −5 | aclocal.m4 | |
+4 −9 | auto/ar-lib | |
+29 −62 | auto/compile | |
+1 −10 | auto/config.sub | |
+52 −72 | auto/depcomp | |
+2 −2 | auto/ltmain.sh | |
+0 −5 | config.h.in | |
+2,401 −2,414 | configure | |
+8 −16 | configure.ac | |
+14 −0 | debian/changelog | |
+1 −23 | libasyncns/Makefile.in | |
+1 −23 | libcork/Makefile.in | |
+3 −3 | libev/Makefile.am | |
+24 −187 | libev/Makefile.in | |
+1 −23 | libipset/Makefile.in | |
+23 −5 | m4/libtool.m4 | |
+1 −1 | openwrt/Makefile | |
+12 −0 | shadowsocks.pc.in | |
+3 −3 | src/Makefile.am | |
+17 −47 | src/Makefile.in | |
+30 −56 | src/local.c | |
+0 −2 | src/local.h | |
+20 −7 | src/shadowsocks.h | |
+4 −0 | src/utils.c | |
+2 −2 | src/utils.h |