Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add shrpx binary
  • Loading branch information
madeye committed Feb 11, 2013
1 parent 0464837 commit 165770d
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ local.properties
*.iml
.idea
target/
obj/
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Expand Up @@ -5,8 +5,8 @@
android:versionName="2.6.6" >

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="15" />
android:minSdkVersion="9"
android:targetSdkVersion="16" />

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
Binary file modified assets/redsocks 100644 → 100755
Binary file not shown.
Binary file added assets/shadowsocks
Binary file not shown.
Binary file added assets/shrpx
Binary file not shown.
2 changes: 1 addition & 1 deletion jni/Android.mk
Expand Up @@ -90,7 +90,7 @@ SHRPX_SOURCES := util.cc spdylay_ssl.cc \
spdylay_config.h shrpx_config.cc \
shrpx_listen_handler.cc \
shrpx_client_handler.cc \
shrpx_upstream.h shrpx_spdy_upstream.cc \
shrpx_spdy_upstream.cc \
shrpx_https_upstream.cc \
shrpx_downstream_queue.cc \
shrpx_downstream.cc \
Expand Down
Binary file modified libs/armeabi/libexec.so
Binary file not shown.

0 comments on commit 165770d

Please sign in to comment.