- Dep: Update libuv to the latest master branch.
- Feature: Add buffers for each connections to make them call js callbacks less frequently.
- Deployment: Add docker configuration.
- CLI: Log pid.
- Doc: Add basic docs.
- Feature: Use
--daemon_status
,-s
to show the status of running daemons. - C/C++: Refactor cpp tests.
- Fix: Fix memory leaks when using
Nan::Persistent<T>
which will create a new instance.
- Fix: Fix memory leaks in
binding.cc
.
- Fix: Close socks5 client clearly before restarting.
- Fix: SOCKS port occupied by the client itself and throw when restarted.
- Feature: Support SS protocol in clients.
- Fix: Calculate heart beating time correctly.
- Fix: Close uv handle correctly.
- Released.