Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mohlendo/node_chat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: malbin/node_chat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 5 files changed
  • 6 contributors

Commits on Dec 18, 2009

  1. posix module not included - could not start server - error on line 73…

    … of fu.js (process.cat)
    Mark Muskardin authored and ry committed Dec 18, 2009
    Configuration menu
    Copy the full SHA
    6c4ef86 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2010

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

Commits on Jan 12, 2010

  1. Add license file

    ry committed Jan 12, 2010
    Configuration menu
    Copy the full SHA
    8e39ed8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2010

  1. Update for node v0.1.29

    ry committed Feb 17, 2010
    Configuration menu
    Copy the full SHA
    eb15bed View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2010

  1. Upgrade for node 0.1.30-pre

    ry committed Feb 21, 2010
    Configuration menu
    Copy the full SHA
    4c2709c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7850da View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2010

  1. Reformatting for readability

    aaronblohowiak authored and ry committed Mar 14, 2010
    Configuration menu
    Copy the full SHA
    985cb47 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2010

  1. Configuration menu
    Copy the full SHA
    1f063fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7935af4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2010

  1. Update for v0.1.94

    ry committed May 10, 2010
    Configuration menu
    Copy the full SHA
    f2d65d9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2010

  1. Add RSS and uptime display

    ry committed May 23, 2010
    Configuration menu
    Copy the full SHA
    8ec8bb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2010

  1. Fixed a bug in fu's handling of HEAD requests.

    The fu.js code wasn't checking to see if a request method was HEAD.
    That resulted in it sending a body to a head request.  This in turn
    resulted in breaking the spec which the underlying Node library didn't
    like.  In turn, this resulted in an uncaught exception which crashed the
    server. Now if the request type is HEAD, it does the right thing.
    bensonk authored and ry committed Jun 16, 2010
    Configuration menu
    Copy the full SHA
    f5f9f1f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2010

  1. Add default port for heroku

    ry committed Aug 18, 2010
    Configuration menu
    Copy the full SHA
    1787c0f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2010

  1. Fix unicode support

    vlddm authored and ry committed Nov 23, 2010
    Configuration menu
    Copy the full SHA
    f72a42e View commit details
    Browse the repository at this point in the history
Loading