Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to use unix domain sockets. #564

Merged
merged 5 commits into from May 5, 2016

Commits on Feb 2, 2016

  1. Allow to use unix sockets in tcp servers.

    * Add socket config option to specify path where socket will be stored.
    * Add socket_mod config option to set correct permission on socket file.
    * Remove socket on process exit.
    nihn committed Feb 2, 2016
    Copy the full SHA
    74f875e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e722d92 View commit details
    Browse the repository at this point in the history
  3. Do not use lambda expression.

    Mateusz Moneta committed Feb 2, 2016
    Copy the full SHA
    5e74003 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Add test.

    Mateusz Moneta committed May 5, 2016
    Copy the full SHA
    b453949 View commit details
    Browse the repository at this point in the history
  2. Fix node 0.10 error.

    Mateusz Moneta committed May 5, 2016
    Copy the full SHA
    ea75775 View commit details
    Browse the repository at this point in the history