Ryan Dahl [Sun, 5 Sep 2010 18:10:59 +0000 (11:10 -0700)]
fast buffer bounds checking in copy()
Tim-Smart [Sun, 5 Sep 2010 13:12:35 +0000 (01:12 +1200)]
string.length !== Buffer.byteLength(string)
Ryan Dahl [Sun, 5 Sep 2010 03:59:24 +0000 (20:59 -0700)]
Work to get C++ fast buffers. incomplete
Ryan Dahl [Sun, 5 Sep 2010 03:58:51 +0000 (20:58 -0700)]
Fast Buffer safe constructor
Ryan Dahl [Sat, 4 Sep 2010 20:56:27 +0000 (13:56 -0700)]
Fix buffer binding
Ryan Dahl [Sat, 4 Sep 2010 20:48:04 +0000 (13:48 -0700)]
Fix fastbuffer style
Fix style
Tim-Smart [Sat, 21 Aug 2010 11:18:15 +0000 (23:18 +1200)]
Some silly fixes to buffer.js
Tim-Smart [Sat, 21 Aug 2010 06:28:00 +0000 (18:28 +1200)]
FastBuffer implementation. API needs migration
Felix Geisendörfer [Tue, 7 Sep 2010 14:38:43 +0000 (16:38 +0200)]
Fix: uncaughtException was broken for main module
See: http://github.com/ry/node/commit/
635986e4338cf34cf8e1abc4343ffd69d109bb4e
Ryan Dahl [Thu, 9 Sep 2010 17:30:37 +0000 (10:30 -0700)]
Call Tick() after coming out of select()
Previously we would only call it before going into select(). This is needed
to fix test/simple/test-next-tick-ordering2.js.
isaacs [Thu, 9 Sep 2010 00:25:59 +0000 (17:25 -0700)]
Fix issue #262. Allow fs.realpath to traverse above the current working directory.
Ryan Dahl [Thu, 9 Sep 2010 00:16:18 +0000 (17:16 -0700)]
V8 Cygwin patch
Ryan Dahl [Thu, 9 Sep 2010 00:14:42 +0000 (17:14 -0700)]
Upgrade V8 to 2.4.2
Tobie Langel [Wed, 8 Sep 2010 19:09:13 +0000 (12:09 -0700)]
Test for ReadStream typo
Ryan Dahl [Wed, 8 Sep 2010 19:03:33 +0000 (12:03 -0700)]
Fix style; undefined reference bug
Tobie Langel [Wed, 8 Sep 2010 12:28:31 +0000 (14:28 +0200)]
Do not emit WriteStream's drain event before ws.write has been called.
Tobie Langel [Wed, 8 Sep 2010 11:19:25 +0000 (13:19 +0200)]
Avoid closing a WriteStream before it has been opened.
Tobie Langel [Wed, 8 Sep 2010 11:15:05 +0000 (13:15 +0200)]
Avoid missing ref error in WriteStream.prototype.destroy().
Herbert Vojčík [Fri, 20 Aug 2010 16:59:33 +0000 (18:59 +0200)]
Make test-global work with NODE_MODULE_CONTEXTS.
Herbert Vojčík [Fri, 20 Aug 2010 15:15:37 +0000 (17:15 +0200)]
Modifying test-global to accomodate v8 inter-context 'global' protection.
Herbert Vojčík [Sun, 22 Aug 2010 00:00:50 +0000 (02:00 +0200)]
Removing test-global-between-modules.
Using "global" to push data to require()d modules
not supported under NODE_MODULE_CONTEXTS=1.
Herbert Vojčík [Fri, 20 Aug 2010 13:32:22 +0000 (15:32 +0200)]
Removed comment-out code.
Ryan Dahl [Wed, 8 Sep 2010 17:14:04 +0000 (10:14 -0700)]
Increase ReadStream bufferSize to 64k
Trent Mick [Sat, 4 Sep 2010 04:25:35 +0000 (21:25 -0700)]
add ANSI coloring option to sys.inspect and, by default, to the repl
Trent Mick [Sat, 4 Sep 2010 04:53:53 +0000 (21:53 -0700)]
Ctrl+W support for the REPL
FWIW, command-line style (delete back to whitespace) would be:
leading = leading.replace(/\S+\s*$/, '');
Felix Geisendörfer [Wed, 8 Sep 2010 05:34:21 +0000 (07:34 +0200)]
Test case showing a bug in nextTick ordering
nextTick should fire before setTimeout in this test, but it doesn't.
Ryan Dahl [Mon, 6 Sep 2010 19:18:46 +0000 (12:18 -0700)]
test-http-parser should not use private API
Ryan Dahl [Mon, 6 Sep 2010 19:12:36 +0000 (12:12 -0700)]
Don't refer to private API in test-repl
Ryan Dahl [Tue, 7 Sep 2010 23:28:49 +0000 (16:28 -0700)]
Special deepEquals for buffer
Ryan Dahl [Sun, 5 Sep 2010 09:27:02 +0000 (02:27 -0700)]
typo: forceClose -> destroy for WriteStreams
Benjamin Thomas [Wed, 1 Sep 2010 11:01:38 +0000 (05:01 -0600)]
Fix bug in process._tickCallback where callbacks can get abandoned.
Change process._tickCallback so that if a callback throws an error but
there are other callbacks after it, we indicate that
process._tickCallback needs to be ran again.
Currently, if a callback in process._tickCallback throws an error, and
that error is caught by an uncaughtException handler and
process.nextTick is never called again, then any other callbacks already
added to the nextTickQueue won't be called again.
Updated the next-tick-errors test to catch this scenario.
isaacs [Wed, 1 Sep 2010 00:59:50 +0000 (17:59 -0700)]
Treat "//some_path" as pathname rather than hostname by default.
Note that "//" is still a special indicator for the hostname, and this does
not change the parsing of mailto: and other "slashless" url schemes. It
does however remove some oddness in url.parse(req.url) which is the most
common use-case for the url.parse function.
Ryan Dahl [Tue, 31 Aug 2010 23:45:17 +0000 (16:45 -0700)]
Make sure setInterval(cb, 0) loops infinitely
Ryan Dahl [Mon, 30 Aug 2010 23:35:58 +0000 (16:35 -0700)]
Fix style
Ryan Dahl [Mon, 30 Aug 2010 21:17:27 +0000 (14:17 -0700)]
Fix style in test/simple/test-dgram-unix.js
Ryan Dahl [Mon, 30 Aug 2010 21:15:28 +0000 (14:15 -0700)]
Remove timer from test/simple/test-dgram-unix.js
Test running already has a timeout mechanism.
Marco Rogers [Wed, 25 Aug 2010 04:36:08 +0000 (00:36 -0400)]
fix for fs.readFile to return string when encoding specified on zero length read
Marco Rogers [Wed, 25 Aug 2010 03:46:37 +0000 (23:46 -0400)]
Fixed async fs writes with length 0, it should fire the callback
Bradley Meck [Mon, 30 Aug 2010 20:26:53 +0000 (13:26 -0700)]
Allow Strings for ports on net.Server.listen
Fedor Indutny [Mon, 30 Aug 2010 09:04:31 +0000 (16:04 +0700)]
Constants should be readOnly and DontDelete
Ryan Dahl [Mon, 30 Aug 2010 19:02:01 +0000 (12:02 -0700)]
Add failing uncaughtException test
FIXME
Johan Euphrosine [Wed, 25 Aug 2010 08:18:24 +0000 (10:18 +0200)]
add readline support for meta-d
Russell Haering [Mon, 23 Aug 2010 20:12:57 +0000 (13:12 -0700)]
Pass an error to the sys.pump callback if one occurs
- Add test case for pumping from unreadable stream.
- Document the sys.pump error handling behavior
Benjamin Thomas [Fri, 27 Aug 2010 08:50:12 +0000 (02:50 -0600)]
Fix process.nextTick so thrown errors don't confuse it.
If the function for a process.nextTick throws an error, then the
splice() never removes that function from the nextTickQueue array. This
makes sure the functions that have been run in _tickCallback get removed
regardless of errors.
Also add a test for this.
Ryan Dahl [Fri, 27 Aug 2010 22:38:46 +0000 (15:38 -0700)]
Safe constructor: net.Server, net.Stream
Ryan Dahl [Fri, 27 Aug 2010 22:23:39 +0000 (15:23 -0700)]
Safe Constructor: Buffer
Ryan Dahl [Fri, 27 Aug 2010 20:58:52 +0000 (13:58 -0700)]
Safe constructors: http.Server and http.Client
Ryan Dahl [Fri, 27 Aug 2010 13:20:18 +0000 (06:20 -0700)]
Only check for execinfo lib in freebsd
OpenEmbedded doesn't like it when you look in /usr/lib
Johan Euphrosine [Mon, 23 Aug 2010 17:21:27 +0000 (19:21 +0200)]
add test for readline putty support
Brian [Mon, 23 Aug 2010 12:15:16 +0000 (08:15 -0400)]
Fix home/end keys in repl for putty/xterm.
Russell Haering [Mon, 23 Aug 2010 06:55:22 +0000 (23:55 -0700)]
Modify fs.open to use accept a callback without a mode
Johan Euphrosine [Sun, 22 Aug 2010 05:50:40 +0000 (07:50 +0200)]
add readline support for meta-f and meta-b
Johan Euphrosine [Sun, 22 Aug 2010 03:55:34 +0000 (05:55 +0200)]
add home/end support in rxvt and readline tests
Felix Geisendörfer [Mon, 23 Aug 2010 08:26:19 +0000 (10:26 +0200)]
Document WriteStream 'open' event
isaacs [Mon, 23 Aug 2010 03:18:25 +0000 (20:18 -0700)]
Add testing items, and make npm lowercase
isaacs [Sun, 22 Aug 2010 20:37:08 +0000 (13:37 -0700)]
Missing 'var' in sys.inspect (Found by Oleg Slobodskoi)
Aria Stewart [Sun, 22 Aug 2010 05:36:33 +0000 (23:36 -0600)]
Fix doc.js so that it doesn't misnest menu items in the TOC
Johan Euphrosine [Fri, 20 Aug 2010 11:16:42 +0000 (13:16 +0200)]
fix home/end on GNU/Linux
Johan Euphrosine [Tue, 17 Aug 2010 17:07:45 +0000 (19:07 +0200)]
add tests for console.log arguments handling
Aria Stewart [Sat, 21 Aug 2010 21:26:42 +0000 (15:26 -0600)]
s/HTTPS/SSL/ where appropriate
Ryan Dahl [Sat, 21 Aug 2010 23:34:38 +0000 (16:34 -0700)]
set-cookies header is an array of values. always
Ryan Dahl [Sat, 21 Aug 2010 08:19:39 +0000 (01:19 -0700)]
Improve appendix markdown
Ryan Dahl [Sat, 21 Aug 2010 07:30:18 +0000 (00:30 -0700)]
Add appendix to docs
Ryan Dahl [Fri, 20 Aug 2010 15:49:20 +0000 (08:49 -0700)]
Fix default encoding in docs
Ryan Dahl [Fri, 20 Aug 2010 09:00:37 +0000 (02:00 -0700)]
Update make website-upload
Ryan Dahl [Fri, 20 Aug 2010 08:52:58 +0000 (01:52 -0700)]
bump version
Ryan Dahl [Fri, 20 Aug 2010 06:29:06 +0000 (23:29 -0700)]
Add get/set methods to Buffer
Ryan Dahl [Fri, 20 Aug 2010 02:24:45 +0000 (19:24 -0700)]
Remove YAWS vs Apache benchmark
http://twitter.com/bascule/status/
21626934378
Tim Caswell [Fri, 20 Aug 2010 01:58:28 +0000 (18:58 -0700)]
Make process.nextTick worlds faster for large queues.
Ryan Dahl [Fri, 20 Aug 2010 01:49:27 +0000 (18:49 -0700)]
Fix race conditions in test-dgram-multicast.js
Ryan Dahl [Thu, 19 Aug 2010 08:40:28 +0000 (01:40 -0700)]
Add buffer_creation benchmark
Trent Mick [Wed, 18 Aug 2010 04:04:56 +0000 (21:04 -0700)]
drop obsolete TODO comment
Trent Mick [Tue, 17 Aug 2010 23:53:27 +0000 (16:53 -0700)]
repl tab completion: insert common prefix of multiple completions
Trent Mick [Tue, 17 Aug 2010 15:39:54 +0000 (08:39 -0700)]
repl completion: completion for arguments to "require"
Trent Mick [Thu, 12 Aug 2010 16:50:12 +0000 (09:50 -0700)]
repl completion: comment/TODO cleanup, no functional change
Herbert Vojčík [Wed, 18 Aug 2010 23:37:45 +0000 (01:37 +0200)]
Making "root" available in both context and non-context mode.
Ryan Dahl [Thu, 19 Aug 2010 05:50:12 +0000 (22:50 -0700)]
Fix V8 build for old gcc
also sent upstream: http://codereview.chromium.org/
3130033/show
Herbert Vojčík [Tue, 17 Aug 2010 20:59:14 +0000 (22:59 +0200)]
Fix undefined_reference_in_new_context test for own-context module loader.
Ryan Dahl [Wed, 18 Aug 2010 20:16:32 +0000 (13:16 -0700)]
Fix process.platform
Herbert Vojčík [Wed, 18 Aug 2010 15:47:36 +0000 (17:47 +0200)]
Tests for behaviour of 'global'.
Herbert Vojčík [Tue, 17 Aug 2010 20:49:43 +0000 (22:49 +0200)]
Fix sys.inspect for regex in different context.
Herbert Vojčík [Tue, 17 Aug 2010 20:19:19 +0000 (22:19 +0200)]
Fix registerExtension for NODE_MODULE_CONTEXTS
Fix of registerExtension-produced non-string module loading with own
context. Plus finishing touches to the test.
Ryan Dahl [Tue, 17 Aug 2010 18:24:10 +0000 (11:24 -0700)]
Add process.versions
Ryan Dahl [Tue, 17 Aug 2010 15:43:26 +0000 (08:43 -0700)]
Add Paul Querna's io benchmarks
Herbert Vojčík [Tue, 17 Aug 2010 15:21:43 +0000 (17:21 +0200)]
More changes to tests so they really work under context module loader.
Plus, getting rid of test/common.js defining things in global.
Herbert Vojčík [Tue, 17 Aug 2010 13:38:57 +0000 (15:38 +0200)]
Typo in comment.
Ryan Dahl [Tue, 17 Aug 2010 15:37:25 +0000 (08:37 -0700)]
Upgrade V8 to 2.3.8
Ryan Dahl [Tue, 17 Aug 2010 15:16:43 +0000 (08:16 -0700)]
Add TODO
Ryan Dahl [Tue, 17 Aug 2010 15:15:46 +0000 (08:15 -0700)]
Simplify loading events.js
Herbert Vojčík [Tue, 17 Aug 2010 10:59:36 +0000 (12:59 +0200)]
Fix of 'sys.common.debug' calls in tests.
Marco Rogers [Tue, 17 Aug 2010 04:10:49 +0000 (00:10 -0400)]
detect 0 length fs writes with tests
Herbert Vojčík [Mon, 16 Aug 2010 21:15:00 +0000 (23:15 +0200)]
Get away uint/int comparision warning.
Ryan Dahl [Sun, 15 Aug 2010 21:27:05 +0000 (14:27 -0700)]
Add --without-snapshot configure option
Ryan Dahl [Sun, 15 Aug 2010 21:01:44 +0000 (14:01 -0700)]
Implement net.Server.maxConnections
Simplify EMFILE behavior.
Illarionov Oleg [Sun, 18 Jul 2010 08:52:09 +0000 (12:52 +0400)]
Fix OpenSSL 100% CPU usage on error
Herbert Vojčík [Sun, 15 Aug 2010 17:23:50 +0000 (19:23 +0200)]
Refactor of resolveModulePath to make it clearer.
Herbert Vojčík [Sun, 15 Aug 2010 00:48:06 +0000 (02:48 +0200)]
Clean up findModulePath
Separating "what to traverse" from "how to traverse and what to do with it "
in findModulePath. It may also fix one not-yet-found bug (absolute ids
weren't loaded when dirs.length = 0).
Herbert Vojčík [Sat, 14 Aug 2010 23:13:54 +0000 (01:13 +0200)]
Using Array.isArray for Array testing in findModulePath.
Ryan Dahl [Sat, 14 Aug 2010 21:23:09 +0000 (14:23 -0700)]
Remove TODO item
Vanilla Hsu [Sat, 14 Aug 2010 04:49:54 +0000 (12:49 +0800)]
Add freebsd's process.title support.