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

io.js messaging #23

Closed
wants to merge 17 commits into from
Closed

io.js messaging #23

wants to merge 17 commits into from

Commits on Aug 7, 2014

  1. Configuration menu
    Copy the full SHA
    92598e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    912b5e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

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

Commits on Oct 1, 2014

  1. net: remove use of arguments in Server constructor

    The current implementation uses the arguments object in the Server()
    constructor. Since both arguments to Server() are optional, there was a
    high likelihood of accessing a non-existent element in arguments, which
    carries a performance overhead. This commit replaces the arguments
    object with named arguments.
    
    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    cjihrig authored and trevnorris committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    25702ab View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2014

  1. First draft of a new contribution policy.

    PR-URL: https://github.com/node-forward/node/pull/1
    Signed-off-by: isaacs <i@izs.me>
    mikeal authored and isaacs committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    f60abb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2014

  1. stream: remove duplicated expression

    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com>
    yorkie authored and chrisdickinson committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    cfcb1de View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2014

  1. node: update links in CONTRIBUTING.md

    Two links still point to the Joyent repo. This commit
    updates the links to point to node-forward.
    
    PR-URL: node-forward/node#11
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    cjihrig committed Oct 10, 2014
    Configuration menu
    Copy the full SHA
    051dc54 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2014

  1. node: add aliases to names in CONTRIBUTING.md

    Adds username aliases to the TC member list and TC moderator.
    
    PR-URL: node-forward/node#13
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Fishrock123 authored and bnoordhuis committed Oct 11, 2014
    Configuration menu
    Copy the full SHA
    8c60aaa View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2014

  1. node: outline invited persons and representatives

    Add information regarding non-voting invited representatives.
    
    PR-URL: node-forward/node#5
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    mikeal authored and cjihrig committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    7ee5c4e View commit details
    Browse the repository at this point in the history
  2. node: refine TC percentage rules - CONTRIBUTING.md

    Clarifies a more definite two-thirds Quorum.
    Formally allows 2 out of 6 members of the TC to be associated with a
    single employer.
    
    PR-URL: node-forward/node#14
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Fishrock123 authored and bnoordhuis committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    cafac11 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2014

  1. build: use %PYTHON% instead of python

    Like libuv does.
    
    PR-URL: node-forward/node#21
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    rvagg authored and bnoordhuis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    9116fcd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2014

  1. Configuration menu
    Copy the full SHA
    6e99742 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'forward/v0.12'

    Conflicts:
    	src/node_version.h
    	vcbuild.bat
    bnoordhuis committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    0d8cbdf View commit details
    Browse the repository at this point in the history
  3. doc: meeting notes from oct 9th TC meeting

    Fixes node-forward/node#4
    
    PR-URL: node-forward/node#9
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    mikeal authored and bnoordhuis committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    3cb5f3d View commit details
    Browse the repository at this point in the history
  4. doc: add TC notes from october 29th

    PR-URL: node-forward/node#41
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    mikeal authored and bnoordhuis committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    2c7847b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2014

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

Commits on Dec 2, 2014

  1. Some messaging in the README.

    mikeal committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    ba4b9f0 View commit details
    Browse the repository at this point in the history