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

node.js bug with slow socket release workaround #119

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2015

  1. node.js bug with slow socket release workaround

    @see http://habrahabr.ru/post/264851/
    
    The problem is: available socket limit is reached. This workaround solves the problem in some scale.
    olegabr committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    37e0861 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

  1. Update .travis.yml

    latest node versions to test
    olegabr committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    b0c1f1a View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml

    we don't need that shit
    olegabr committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    badcd4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1896edd View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2015

  1. The ability to specify the Any method name to respond to any xml-rpc …

    …request with a single method supplied.
    
    The actual method name requested is given in a first element of the params array in a callback.
    olegabr committed Dec 31, 2015
    Configuration menu
    Copy the full SHA
    1d1807e View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2016

  1. request and response made available in the user callback

     - It can be used for cudtom headers manipulation, e.g. setting cookies on the response object
    olegabr committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    4a8df10 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. Promise support

     - If promiselib is specified in the options, e.g. `{promiselib: Promise}` and no callback is specified, then methodCall would return a promise.
    olegabr committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    e55a56a View commit details
    Browse the repository at this point in the history
  2. fix

    olegabr committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    e99fba2 View commit details
    Browse the repository at this point in the history
  3. The custom error object with helper function to create it are introduced

     - And proper fault response generation is implemented with or without code.
     - Tests and documentation included.
    olegabr committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    8cdf57e View commit details
    Browse the repository at this point in the history
  4. fix test failures

    olegabr committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    1e9be31 View commit details
    Browse the repository at this point in the history
  5. simplify error usage

    olegabr committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    d3dedb2 View commit details
    Browse the repository at this point in the history
  6. fix test failures

    olegabr committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    532e948 View commit details
    Browse the repository at this point in the history
  7. fix test failures

    olegabr committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    c911191 View commit details
    Browse the repository at this point in the history