Skip to content

Instantly share code, notes, and snippets.

@ry
Created December 6, 2009 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ry/250158 to your computer and use it in GitHub Desktop.
Save ry/250158 to your computer and use it in GitHub Desktop.
cloth 0 ~/projects/node > git diff --stat $(git rev-list -1 --until="5 hours ago" HEAD) -- **/*.js
lib/dns.js | 48 +++++-
lib/sys.js | 8 +-
src/node.js | 331 ++++++++++++++++++++++++++++++-------
test/mjsunit/disabled/test-dns.js | 29 ++++
4 files changed, 350 insertions(+), 66 deletions(-)
cloth 0 ~/projects/node > git diff --stat $(git rev-list -1 --until="5 hours ago" HEAD) -- **/*.{cc,h}
src/node.cc | 1 -
src/node_dns.cc | 94 ++++++++++----
src/node_events.cc | 138 --------------------
src/node_events.h | 36 -----
src/node_file.cc | 363 +++++++++++++++++++++++++++++++---------------------
src/node_file.h | 110 ----------------
6 files changed, 288 insertions(+), 454 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment