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

Add some functions: add_server(),add_peer(),remove_server(),remove_peer() and it's support round_robin or ip_hash. #13

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

Commits on Aug 10, 2015

  1. First: update api add_server for add some logical judgment can not re…

    …peat add same server.
    
    Second: add api add_peer and it's support ip_hash or round_robin.
    Third:  in order to support UPSTREAM_CHECK_MODULE and add a ngx_http_lua_upstream_module.h head file(save some variables on health check module)
            and add api: remove_server remove_peer and it's support round_robin or ip_hash.
    Fourth: update README.md and add some test for add_server add_peer remove_server remove_peer(thanks for chunshengster@gmail.com for guide).
    王发康 committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    d9197a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. Update code style, And update function add_peer(),remove_peer() and n…

    …ow support load balance algorithm: ip_hash/round_robin/least_conn.
    王发康 committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    920dcbd View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2015

  1. update README.md

    王发康 committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    3f3b280 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

  1. Configuration menu
    Copy the full SHA
    649ff7f View commit details
    Browse the repository at this point in the history
  2. update code style

    王发康 committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    f75946d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2015

  1. bugfix: add timer for delay free memroy

    王发康 committed Oct 11, 2015
    Configuration menu
    Copy the full SHA
    d57cc36 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2016

  1. Configuration menu
    Copy the full SHA
    5a171dc View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2016

  1. bugfix: support operation backup status server

    王发康 committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    c04096b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. add set_peer_max_fails and set_peer_fail_timeout api

    王发康 committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    1d11ad4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

  1. Configuration menu
    Copy the full SHA
    1e2d71e View commit details
    Browse the repository at this point in the history