Skip to content

Instantly share code, notes, and snippets.

From 4c3ac34848bd314f2ccdd2b7cbb80c78548e784a Mon Sep 17 00:00:00 2001
From: koichik <koichik@improvement.jp>
Date: Fri, 5 Aug 2011 23:16:41 +0900
Subject: [PATCH] Fix this.event
---
lib/events.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/lib/events.js b/lib/events.js
// Copyright Joyent, Inc. and other Node contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to permit
// persons to whom the Software is furnished to do so, subject to the
// following conditions:
//
From dc27ef175eb43e591e420c9831b4ef0a7f90f111 Mon Sep 17 00:00:00 2001
From: koichik <koichik@improvement.jp>
Date: Fri, 5 Aug 2011 20:02:47 +0900
Subject: [PATCH] Fix this.event
---
lib/events.js | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/lib/events.js b/lib/events.js
@koichik
koichik / v0.4.9
Created July 17, 2011 13:30
node-v8-benchmark-suite results
$ ~/nave use 0.4.9
Already installed: 0.4.9
using 0.4.9
$ node app.js
V8 Benchmark Suite - version 6
Running: 11% completed
Richards: 2529
Running: 22% completed
DeltaBlue: 3762
Running: 33% completed
@koichik
koichik / 1085.js
Created July 14, 2011 15:48
Test for #1327
// Copyright Joyent, Inc. and other Node contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to permit
// persons to whom the Software is furnished to do so, subject to the
// following conditions:
//
From e3af71c3d1312ca9bd9d8425ba43848d9990aea8 Mon Sep 17 00:00:00 2001
From: koichik <koichik@improvement.jp>
Date: Thu, 28 Apr 2011 16:36:04 +0900
Subject: [PATCH] Doc improvements.
---
doc/api/http.markdown | 2 +-
doc/api/https.markdown | 10 +++++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
@koichik
koichik / 0001-Fix-SlowBuffer.write-with-ucs2-throws-ReferenceError.patch
Created April 28, 2011 06:42
Fix SlowBuffer.write() with 'ucs2' throws ReferenceError.
From c2c1bce691f0d6ec39f61b93ec9beb62ba3b08c9 Mon Sep 17 00:00:00 2001
From: koichik <koichik@improvement.jp>
Date: Thu, 28 Apr 2011 15:38:28 +0900
Subject: [PATCH] Fix SlowBuffer.write() with 'ucs2' throws ReferenceError.
---
lib/buffer.js | 2 +-
test/simple/test-buffer.js | 5 +++++
2 files changed, 6 insertions(+), 1 deletions(-)
@koichik
koichik / 0001-Avoid-data-and-or-end-events-after-pause-was-called.patch
Created April 26, 2011 10:42
Avoid 'data' events after pause() was called
From 30f9b877f00a3faa5636f5892588f7c93f28d669 Mon Sep 17 00:00:00 2001
From: koichik <koichik@improvement.jp>
Date: Tue, 26 Apr 2011 19:30:21 +0900
Subject: [PATCH] Avoid 'data' and/or 'end' events after pause() was called
---
lib/http.js | 42 +++++++++++++++++++--
test/simple/test-http-pause.js | 78 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 116 insertions(+), 4 deletions(-)
create mode 100644 test/simple/test-http-pause.js
@koichik
koichik / 0002-Fix-doc-missing-resolveNs-and-resolveCname.patch
Created April 24, 2011 00:24
Fix doc - missing resolveNs() and resolveCname()
From a613dcfbb4459e82734e549c3b64e10a58fc85f9 Mon Sep 17 00:00:00 2001
From: koichik <koichik@improvement.jp>
Date: Sun, 24 Apr 2011 09:18:08 +0900
Subject: [PATCH 2/2] Fix doc - missing resolveNs() and resolveCname()
---
doc/api/dns.markdown | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/doc/api/dns.markdown b/doc/api/dns.markdown
@koichik
koichik / 0001-Fix-dns.resolve-with-PTR-throws-Error-Unknown-type-P.patch
Created April 24, 2011 00:22
Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR"
From 8eab2f26a8e9d27ca10314fb1dc7535e555f096c Mon Sep 17 00:00:00 2001
From: koichik <koichik@improvement.jp>
Date: Sun, 24 Apr 2011 08:56:11 +0900
Subject: [PATCH 1/2] Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR"
---
lib/dns.js | 2 +-
test/simple/test-c-ares.js | 6 ++++++
2 files changed, 7 insertions(+), 1 deletions(-)