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

Fix the cfg_addr error on socket object #200

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

Fix the cfg_addr error on socket object #200

wants to merge 30 commits into from

Commits on Aug 29, 2014

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

Commits on Sep 5, 2014

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

Commits on Sep 9, 2014

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

Commits on Sep 11, 2014

  1. Configuration menu
    Copy the full SHA
    783f627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd89d2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac75a8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a90fc4 View commit details
    Browse the repository at this point in the history
  5. Add test case for parser

    shuoli84 committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    49cd2ae View commit details
    Browse the repository at this point in the history
  6. Add the client without test

    shuoli84 committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    285ff49 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2014

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

Commits on Sep 14, 2014

  1. Add server to engine and socketio, port more code form socketio depot

    Shuo LI authored and Shuo LI committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    2f38f38 View commit details
    Browse the repository at this point in the history
  2. Fix the test case for engine handler

    Shuo LI authored and Shuo LI committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    ff9e536 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9b3aa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2014

  1. Configuration menu
    Copy the full SHA
    ca835bb View commit details
    Browse the repository at this point in the history
  2. Update readme

    shuoli84 committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    f8e12e2 View commit details
    Browse the repository at this point in the history
  3. Add a context dict into engine_socket to let framework set customized…

    … data and use them later
    shuoli84 committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    4cf36cd View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

  1. Add context to socketio socket which stores framework related info. U…

    …se the framework's application to bind framework related stuff to socketio's socket
    shuoli84 committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    25257f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6539f9a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2014

  1. Configuration menu
    Copy the full SHA
    eb3d93f View commit details
    Browse the repository at this point in the history
  2. Add websocket transport

    shuoli84 committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    f14948a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    187878b View commit details
    Browse the repository at this point in the history
  4. Fix the decorator's listner, it should create a new instance for each…

    … message instead of use one function closure
    shuoli84 committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    504a7c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2014

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

Commits on Sep 20, 2014

  1. Configuration menu
    Copy the full SHA
    3f02512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d49bec View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2014

  1. Update README.rst

    shuoli84 committed Sep 21, 2014
    Configuration menu
    Copy the full SHA
    28c7fb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2014

  1. Configuration menu
    Copy the full SHA
    05645eb View commit details
    Browse the repository at this point in the history
  2. Remove unused code

    shuoli84 committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    e7c9462 View commit details
    Browse the repository at this point in the history
  3. Clean code

    shuoli84 committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    512df03 View commit details
    Browse the repository at this point in the history
  4. Clean code

    shuoli84 committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    4055a21 View commit details
    Browse the repository at this point in the history