-
Notifications
You must be signed in to change notification settings - Fork 736
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Syrone Wong <[email protected]>
- Loading branch information
1 parent
5eb20e0
commit b8e6e8b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule trojan
updated
30 files
+12 −0 | CONTRIBUTORS.md | |
+63 −0 | SECURITY.md | |
+3 −3 | azure-pipelines.yml | |
+4 −2 | docs/authenticator.md | |
+6 −2 | docs/config.md | |
+1 −1 | docs/trojan.1 | |
+3 −1 | examples/server.json-example | |
+10 −6 | src/core/authenticator.cpp | |
+3 −3 | src/core/authenticator.h | |
+6 −5 | src/core/config.cpp | |
+3 −1 | src/core/config.h | |
+15 −7 | src/core/log.cpp | |
+3 −0 | src/core/log.h | |
+13 −9 | src/core/service.cpp | |
+3 −2 | src/core/service.h | |
+1 −1 | src/core/version.cpp | |
+5 −5 | src/session/clientsession.cpp | |
+3 −3 | src/session/clientsession.h | |
+5 −5 | src/session/forwardsession.cpp | |
+2 −2 | src/session/forwardsession.h | |
+8 −7 | src/session/natsession.cpp | |
+2 −2 | src/session/natsession.h | |
+8 −8 | src/session/serversession.cpp | |
+2 −2 | src/session/serversession.h | |
+1 −1 | src/session/session.cpp | |
+4 −4 | src/session/session.h | |
+8 −7 | src/session/udpforwardsession.cpp | |
+3 −3 | src/session/udpforwardsession.h | |
+2 −2 | src/ssl/sslsession.cpp | |
+3 −1 | tests/LinuxSmokeTest/server.json |