0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/lib
isaacs 703a1ffe52 Revert "AMD compatibility for node"
This reverts commit 9967c369c9.

Conflicts:

	test/simple/test-module-loading.js
2011-07-29 11:56:38 -07:00
..
_debugger.js fix an broken question. 2011-07-06 09:24:37 +09:00
_linklist.js Update copyright headers 2011-03-14 17:37:05 -07:00
assert.js Improvements AssertionError message 2011-07-14 02:08:24 +09:00
buffer_ieee754.js Add reading/writing of floats and doubles from/to buffers 2011-05-15 18:39:07 -07:00
buffer.js Lazy load a few modules 2011-07-27 19:54:31 -07:00
child_process.js net_uv: child process use net_legacy; recognize NODE_USE_UV=1 env var 2011-06-20 15:51:03 +02:00
console.js Update copyright headers 2011-03-14 17:37:05 -07:00
constants.js Update copyright headers 2011-03-14 17:37:05 -07:00
crypto.js Merge branch 'v0.4' 2011-05-20 10:29:16 -07:00
dgram.js Update copyright headers 2011-03-14 17:37:05 -07:00
dns_legacy.js legacy c-ares binding should use legacy timer 2011-07-04 15:56:56 -07:00
dns_uv.js Revert "net_uv: fix localhost resolution - was defaulting to ::1 on OSX" 2011-07-14 15:29:21 -07:00
events.js Finally remove node::EventEmitter 2011-07-19 01:46:38 -07:00
freelist.js Update copyright headers 2011-03-14 17:37:05 -07:00
fs.js convert nonbuffer data to string in fs.writeFile/Sync 2011-07-23 23:56:08 +09:00
http2.js Fix http.ClientRequest crashes if end() was called twice 2011-07-30 00:47:54 +09:00
http.js Fix http.ClientRequest crashes if end() was called twice 2011-07-30 00:47:17 +09:00
https2.js http: make http and http2 co-exist 2011-07-26 17:00:53 +02:00
https.js http: make http and http2 co-exist 2011-07-26 17:00:53 +02:00
module.js Revert "AMD compatibility for node" 2011-07-29 11:56:38 -07:00
net_legacy.js Emit 'close' after all connections have closed 2011-07-26 11:07:17 +02:00
net_uv.js stdio binding + javascript to enable process.stdin.listen() 2011-07-27 03:59:33 +02:00
os.js Add arch/platform to os module 2011-04-26 20:04:32 -07:00
path.js Update POSIX splitPathRe to allow control chars. Fixes #1230. 2011-07-04 22:50:27 +02:00
punycode.js punycode: Test for integer overflow 2011-07-06 13:17:50 -07:00
querystring.js Update copyright headers 2011-03-14 17:37:05 -07:00
readline.js Update copyright headers 2011-03-14 17:37:05 -07:00
repl.js Finish removing require.paths 2011-07-24 18:04:45 -07:00
stream.js Close #1303 Stream.pipe returns the destination 2011-07-14 14:25:49 -07:00
string_decoder.js Update copyright headers 2011-03-14 17:37:05 -07:00
sys.js Update copyright headers 2011-03-14 17:37:05 -07:00
timers_legacy.js Enable new timer binding only on --use-uv 2011-06-29 15:14:55 +02:00
timers_uv.js Fix bug in timers_uv timeout recomputation 2011-07-05 01:31:23 +02:00
tls.js Merge branch 'v0.4' 2011-07-14 15:52:08 -07:00
tty_posix.js Lazy load a few modules 2011-07-27 19:54:31 -07:00
tty_win32.js Merge branch 'v0.4' 2011-03-14 17:45:15 -07:00
tty.js Update copyright headers 2011-03-14 17:37:05 -07:00
url.js url: throw descriptive error if url argument to parse() is not a string 2011-07-21 00:51:48 +02:00
util.js Fixes #1260 2011-07-08 17:18:42 -07:00
vm.js Don't conflict with V8's Script class 2011-03-30 10:06:25 -07:00