Activity

From 05/29/2012 to 06/27/2012

06/28/2012

10:14 PM Revision 2d0011f5 (main_repo): Revert "tools: update closure_linter to the latest(2.3.5)"
This reverts commit 6d98524609d5c0a1445f71b9930ff81c48c749be.
This reverts commit 60ff789618b5d61650609c7df27359ed3a6...
Ben Noordhuis
09:51 PM Revision 6531f187 (main_repo): util: speed up formatting of large arrays/objects
Don't .indexOf() into the keys array. V8 is smart but not so smart that it
knows how to turn the linear scan into a O...
Ben Noordhuis
09:50 PM Revision be3afd0b (main_repo): doc: remove references to deprecated fs api
The string-based versions of fs.read() and fs.write() have been deprecated
since before v0.2.0.
Ben Noordhuis
09:17 PM Revision e7e34ddb (main_repo): test: fix test-dgram-broadcast-multi-process
The test failed when a router replies IPADDR_BROADCAST.
Fixed it by specifying only one address to bind a socket.
Shigeki Ohtsu
08:33 PM Revision 60ff7896 (main_repo): LICENSE: update Closure Linter to Apache 2.0
Shigeki Ohtsu
08:33 PM Revision 6d985246 (main_repo): tools: update closure_linter to the latest(2.3.5)
Shigeki Ohtsu

06/27/2012

07:07 PM Revision d5f13f6c (main_repo): build: use proper python interpreter
Make configure start gyp with the same python interpreter that is used to
run configure itself.
Fixes an issue where...
Ben Noordhuis
01:52 PM Revision 9e72b7b6 (main_repo): build: handle CC env var with spaces
For example:
CC='ccache gcc' ./configure
Gabriel

06/26/2012

07:59 PM Revision 0cdeb8ed (main_repo): windows: make fs.realpath(Sync) work with UNC paths
Closes #3542 Bert Belder
06:35 PM Revision f00c8bce (main_repo): build: fix --shared-v8 option
Ben Noordhuis
06:20 PM Revision 21aa0df8 (main_repo): realpath: No sync cb() calling allowed.
isaacs
05:38 PM Revision 1e50282a (main_repo): deps: upgrade libuv to 4d42af2
Ben Noordhuis
01:54 PM Revision 69f594d2 (main_repo): Added % difference for perf benchmarks in 0.8 post
Tim Oxley
01:23 PM Revision 10448487 (main_repo): configure: don't fail if compiler_version() doesn't work
This fixes the Windows build. Bert Belder
12:13 PM Revision 42ea37af (main_repo): Now working on 0.9.0
isaacs
12:08 PM Revision e3074689 (main_repo): Fix #3521 Use an object as the process.env proto
For some reason, though, it looks like EnvGetter is not called for the
key `__proto__`, so I can't make the info->Dat...
isaacs
11:30 AM Revision 401ff102 (main_repo): doc: `detached` is a boolean
Andreas Madsen
10:35 AM Revision 06c82c50 (main_repo): build: expand ~ in `./configure --prefix=~/a/b/c`
Ben Noordhuis
09:39 PM Revision 57276ae7 (main_repo): build: enable strict aliasing if gcc < 4.5.0
We already enable -fstrict-aliasing when gcc >= 4.6.0 but let's enable it for
gcc < 4.5.0 as well. The aliasing bugs ...
Ben Noordhuis
09:38 PM Revision 4f27a082 (main_repo): Merge remote-tracking branch 'origin/v0.8'
Ben Noordhuis
09:01 PM Revision 07e58771 (main_repo): build: disable strict aliasing in v8 with gcc 4.5.x
The gcc 4.5.x have various bugs that make V8 crash in various and interesting
ways when -fstrict-aliasing is in effect.
Ben Noordhuis
08:54 PM Revision 5a2cc626 (main_repo): build: disable strict aliasing in v8 with gcc 4.5.x
The gcc 4.5.x have various bugs that make V8 crash in various and interesting
ways when -fstrict-aliasing is in effect.
Ben Noordhuis
08:03 PM Revision f60def5e (main_repo): v8: reapply floating patches
Bert Belder
08:03 PM Revision 74872b0d (main_repo): v8: upgrade to version 3.11.10.12
Bert Belder

06/25/2012

05:17 PM Revision 3d51646c (main_repo): doc: replace references to cluster.autoFork
Andreas Madsen
12:40 PM Revision 41a4b734 (main_repo): windows: remove 256x256 version of the icon
Nobody needs that anyway, it's just eating up space. Bert Belder
12:40 PM Revision 3f932c52 (main_repo): windows msi: don't use .exe file as icon
This makes the installer nice and small again. Bert Belder
12:07 PM Revision d7825b3c (main_repo): docs: add punycode to TOC
Refs #3301. koichik
10:59 AM Revision 78234740 (main_repo): blog post for v0.8.0
isaacs
10:58 AM Revision b07b3913 (main_repo): Now working on 0.8.1
isaacs
10:57 AM Revision 5feea97b (main_repo): Merge branch 'v0.8.0-release' into v0.8
isaacs
10:37 AM Revision 8b8a7a7f (main_repo): 2012.06.25, Version 0.8.0 (stable)
* V8: upgrade to v3.11.10.10
* npm: Upgrade to 1.1.32
* Deprecate iowatcher (Ben Noordhuis)
* windows: update icon...
isaacs
10:37 AM Revision 9a7158de (main_repo): Hotfix for #3528 Add strdup in uv_cpu_info
isaacs
10:36 AM Revision 6003912f (main_repo): test: use RC4-MD5 cipher in tls test
NULL-MD5 is not always compiled into openssl but RC4-MD5 should always be
available.
Fixes #3531.
Ben Noordhuis

06/24/2012

10:34 PM Revision bc73abe5 (main_repo): doc: update 'Fork me at Github' ribbon
Replace 'Fork me at Github' ribbon with a new one fitting the website's color
scheme.
George Shank

06/23/2012

02:54 PM Revision 839bf025 (main_repo): docs: Switch to the asynchronous Google Analytics snippet
The old snippet needlessly uses `document.write`. Let’s use the
optimized version of the most recent, asynchronous GA...
Mathias Bynens
01:03 PM Revision 8a946c2e (main_repo): benchmark: Backport improvements made in master
Ported to v0.6 for easier comparison in the 0.8.0 blog post. isaacs
08:29 PM Revision c40875ee (main_repo): repl: fix buffer clearing after npm command
Ben Noordhuis

06/22/2012

06:14 PM Revision 38250f64 (main_repo): npm: Upgrade to 1.1.32
isaacs
02:53 PM Revision 1b114162 (main_repo): uv: upgrade to 0387c23
Bert Belder
12:04 PM Revision 2603cc56 (main_repo): blog: add RSS link tag for discovery
isaacs
11:49 AM Revision d34fea59 (main_repo): blog: Generate RSS feeds
isaacs
10:45 AM Revision 91835966 (main_repo): npm: Upgrade to 1.1.31
isaacs
10:44 AM Revision 5565366a (main_repo): uv: Upgrade to 171e2f71b9
isaacs
09:24 AM Revision a1b27410 (main_repo): windows msi: use .url files for documentation and website shortcuts
Bert Belder
09:24 AM Revision 399731e3 (main_repo): windows msi: add npm dir to user PATH only
The NPM folder is personal to the user. It shouldn't be added to the
system-wide path.
Bert Belder
09:24 AM Revision 2dccebd4 (main_repo): windows msi: set icon for add/remove programs dialog
Bert Belder
09:24 AM Revision 3bab1219 (main_repo): windows: fix/improve nodejsvars.bat
- Fix: it didn't work for the x86 version of node
- Also add NPM to path
- Also print node version
- Don't change dir...
Bert Belder
10:45 PM Revision de89bbb0 (main_repo): blog: Show category in post metadata
isaacs
10:36 PM Revision 441e7928 (main_repo): stdin.pipe: Replace forgotten opts member
isaacs
10:20 PM Revision 6014a62b (main_repo): blog: Missing title tag
isaacs
10:15 PM Revision ff2a1b86 (main_repo): blog: Minor tweaks to style and some data conversion cleanup
isaacs
08:09 PM Revision 38250f9a (main_repo): authors: update email address
Closes #3507. Joe Shaw

06/21/2012

07:19 PM Revision 9df5fda7 (main_repo): Merge branch 'blog'
isaacs
07:18 PM Revision 8f1a38d9 (main_repo): Generate static HTML blog content out of markdown
isaacs
07:18 PM Revision ddf52bd3 (main_repo): Initial blog source
Exported from WP and cleaned up a bit. isaacs
07:18 PM Revision c6f7fd7e (main_repo): Merge branch 'stdin-resume-pipe'
isaacs
07:16 PM Revision 5ec05663 (main_repo): Fix #3503: stdin: resume() on pipe(dest)
isaacs
07:06 PM Revision af52bc4f (main_repo): crypto: fix error reporting in SetKey()
Fedor Indutny
05:47 PM Revision fce7c958 (main_repo): test: add deprecation fixture
isaacs
04:55 PM Revision 8988af58 (main_repo): Externalize node::no_deprecation
isaacs
03:29 PM Revision 48c3d200 (main_repo): Apply --no-deprecation to C++ warnings as well
isaacs
03:05 PM Revision 260695af (main_repo): http: Hush 'MUST NOT have a body' warnings to debug()
isaacs
03:05 PM Revision 5b39929d (main_repo): Add --no-deprecation and --trace-deprecation flags
isaacs
02:52 PM Revision 6e5217d3 (main_repo): Fix bug in io benchmark
Bert Belder
11:55 AM Revision 1bf704a5 (main_repo): iowatcher: add deprecation warning
Ben Noordhuis
09:03 AM Revision 8708bb02 (main_repo): doc: update fs.watchFile() docs
Ben Noordhuis
09:03 AM Revision ef1ffcb7 (main_repo): fs: make fs.watchFile() interval default to 5007
Ben Noordhuis
09:05 PM Revision f0ce9844 (main_repo): fs: make fs.watchFile() work on windows
Ben Noordhuis
08:50 PM Revision d98a8578 (main_repo): test: add another fs.watchFile() test
Ben Noordhuis
08:42 PM Revision 09150b06 (main_repo): node: replace NODE_STAT_STRUCT with uv_statbuf_t
Ben Noordhuis
08:39 PM Revision ae7a3cdd (main_repo): uv: upgrade to da59427
Bert Belder

06/20/2012

07:46 PM Revision 57d53a47 (main_repo): Use parent SlowBuffer, if any, when Buffer is sliced
Closes #3416
Closes #3477
Karl Skomski
06:35 PM Revision 81a889fd (main_repo): v8: fix postmortem debugging tools build
Fedor Indutny
06:35 PM Revision 6b8ae8e6 (main_repo): v8: reapply floating patches
Bert Belder
06:33 PM Revision 6b26583e (main_repo): v8: upgrade to v3.11.10.10
Bert Belder
04:38 PM Revision fe464a2f (main_repo): Rename GYP variable node_use_system_openssl to be consistent
Ryan Dahl
01:28 PM Revision 1d3d02c7 (main_repo): Fix fs.readfile('/dev/stdin')
There is no need for fs.readFile() to be using pread rather than read.
The default semantics of read() are such that ...
isaacs
10:23 PM Revision 7887e68f (main_repo): uv: upgrade to 6e8eb332
Bert Belder
08:03 PM Revision e4017402 (main_repo): Now working on 0.8.0
isaacs
08:01 PM Revision fbc2ad58 (main_repo): Merge branch 'v0.7.12-release'
isaacs

06/19/2012

07:07 PM Revision 26b11915 (main_repo): test-domain: fix the test to work on Windows
On Windows, full pathnames are stored in the Error object when
a file i/o error happens. This is not the case on Unix...
Bert Belder
06:56 PM Revision 7a4dfb6a (main_repo): test-cluster-worker-kill: use SIGKILL instead of SIGHUP
In this test sending SIGKILL has the same effect as sending SIGHUP,
but SIGKILL has the advantage that it works on Wi...
Bert Belder
06:53 PM Revision 3795d771 (main_repo): windows: `listen(pipe_name)` is not supported when running cluster
- Added a note to the cluster module documentation.
- Disabled test-cluster-http-pipe.
Bert Belder
05:51 PM Revision 41d5fefc (main_repo): windows: update icon
Bert Belder
05:07 PM Revision a7212019 (main_repo): 2012.06.19, Version 0.7.12 (unstable)
* npm: Upgrade to 1.1.30
- Improved 'npm init'
- Fix the 'cb never called' error from 'oudated' and 'update'
- ...
isaacs
05:07 PM Revision 252f034b (main_repo): email-footer: Label Windows x64 installer properly
isaacs
05:07 PM Revision f105f2f2 (main_repo): trivial: Doc typo and lint fix
isaacs
05:04 PM Revision 067be2b3 (main_repo): node: fix namespacing issue in ev-emul.h
Always use C linkage, prevent accidental name mangling. Ben Noordhuis
03:12 PM Revision 3f687dbd (main_repo): uv: upgrade to b496c122
Bert Belder
02:48 PM Revision 5e1d844f (main_repo): uv: upgrade to 67090653
Bert Belder
12:53 PM Revision 6ba1c625 (main_repo): npm: Upgrade to 1.1.30
isaacs
11:56 AM Revision 8a6ef65c (main_repo): Fixing bugs in promotion of elements transitions (r1175). - Fixed ...
Review URL: https://chromiumcodereview.appspot.com/10565030
git-svn-id: https://v8.googlecode.com/svn/branches/bleed...
verwaest@chromium.org
11:56 AM Revision 7282ce90 (main_repo): Remove unused-but-set variable from objects.cc.
This fixes compilation with newer GCCs.
R=erik.corry@gmail.com
Review URL: https://chromiumcodereview.appspot.com/1...
jkummerow@chromium.org
11:56 AM Revision f94b85db (main_repo): Revert part of 11727 as it sometimes tanked V8 benchmark (raytrace...
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11831 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 erik.corry@gmail.com
11:56 AM Revision bf682afb (main_repo): MIPS: Fix packed-element.js test on ARM with no snap
Port r11826 (5be3568a)
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10559002
Patch from Akos Palfi...
danno@chromium.org
11:50 AM Revision 8966480c (main_repo): Revert "build: fix `make install DESTDIR=/path`"
This reverts commit f80513974ec525fe8e1a3aab7054af167d862d99.
The reverted commit made DESTDIR behave more like we w...
Ben Noordhuis
07:51 AM Revision 7de6eba0 (main_repo): node: preemptively unbreak windows build
No one has complained about it so far but I'm sure MSVC doesn't like things
like __attribute__((unused)). Include the...
Ben Noordhuis
09:08 PM Revision edb62dd9 (main_repo): npm: Upgrade to 1.1.29
isaacs
09:08 PM Revision 10fa526f (main_repo): Update npm's license
Adds the Gubblebum Blocky copyright statement isaacs
08:48 PM Revision 5cfe0b86 (main_repo): eio-emul: Cast eio_custom method to void(*)(eio_req*)
isaacs
08:23 PM Revision dd1c3d72 (main_repo): build: always link with -lz
Fix building with a shared zlib: ensure link with '-lz'.
Configuring for a shared zlib:
LDFLAGS="-L/opt/local/l...
Trent Mick
08:15 PM Revision 1b22f537 (main_repo): build: install eio-emul.h
Ben Noordhuis
08:15 PM Revision f405517d (main_repo): build: install ev-emul.h
Ben Noordhuis

06/18/2012

07:04 PM Revision 1df222f1 (main_repo): Fix breakage introduced in de65ba7
isaacs
06:17 PM Revision de65ba7a (main_repo): net.Socket: Delay pause/resume until after connect
Fix #3118 isaacs
05:56 PM Revision 196207c2 (main_repo): node: remove unused flags and files
Drop vestigial `process.installPrefix`, `node --vars`, NODE_CFLAGS and
NODE_PREFIX.
Also removed unused node_config....
Trent Mick
05:52 PM Revision 0ef6cfd3 (main_repo): Fix #3465 Add ./configure --no-ifaddrs flag
For Old Solaris. isaacs
05:51 PM Revision d0111aa0 (main_repo): uv: Upgrade to 382f2a26
isaacs
05:46 PM Revision 0a89e8b8 (main_repo): child_process: add .stdin stream to forks
Remove test as it doesn't make any sense after the latest stdio API
changes.
Fedor Indutny
05:03 PM Revision 057b8061 (main_repo): uv: upgrade to 61a6e06e
Fedor Indutny
09:58 AM Revision 30ab1f56 (main_repo): test-eio-limit: bump the number of allowed background tasks to 200
This makes the test pass on Windows. Bert Belder
09:36 AM Revision 1b7d23e8 (main_repo): Fix test-cluster-message so it passes on Windows
The test was relying on a particular order of events that cannot be
guaranteed.
Also fixes some typos.
Bert Belder
09:13 AM Revision f8051397 (main_repo): build: fix `make install DESTDIR=/path`
Install to $DESTDIR, not $DESTDIR/$PREFIX.
Example: if DESTDIR=/opt/node, install to /opt/node, not /opt/node/usr/lo...
Ben Noordhuis
10:31 PM Revision ff552ddb (main_repo): tls: fix off-by-one error in renegotiation check
Make CLIENT_RENEG_LIMIT inclusive instead of exclusive, i.e. a limit of 2
means the peer can renegotiate twice, not j...
Ben Noordhuis
08:35 PM Revision eef57ddd (main_repo): core: use proper #include directives
Ben Noordhuis

06/17/2012

04:59 PM Revision ae5b0e1f (main_repo): crypto: add padding to diffie-hellman key
DH_size returns number of bytes in a prime number, DH_compute_key returns number
of bytes in a remainder of exponent,...
Fedor Indutny
04:14 PM Revision 6d70a4ae (main_repo): node: change the constructor name of process from EventEmitter to ...
Andreas Madsen
04:07 PM Revision 3db2e034 (main_repo): events: cache `domain` module locally
It's faster than calling `require` every time we create an
`EventEmitter`.
Maciej Małecki
04:00 PM Revision 71a2a2ca (main_repo): net: Prevent property access throws during close
Fix #3455.
The remoteAddress and remotePort properties are
dynamically retrieved from _getpeername().
While _getpee...
Reid Burke
03:04 PM Revision b0b707cb (main_repo): npm: Upgrade to 1.1.27
- severely enhanced 'npm init'
- upgraded node-gyp
isaacs

06/16/2012

07:26 PM Revision d614d161 (main_repo): test: Don't reuse common.PORT in test-child-process-fork-net
This fixes #3447 isaacs
07:26 PM Revision 41421ff9 (main_repo): Make listenFD just DTRT after warning
isaacs
02:14 PM Revision 55ef9ef6 (main_repo): Revert "Check if a stream has a valid fd before read_start"
uv_stream_t.fd is a private field which exists only on unix.
This reverts commit 8d5c1201f24a6102d047bd7ec70f30da70a5...
Bert Belder
02:02 PM Revision a90bc785 (main_repo): Revert "DNS: Support NAPTR queries"
This reverts commit 91bf18fcc5340262d0672dbebcc1a34bc4a8cd95. isaacs
01:56 PM Revision 91bf18fc (main_repo): DNS: Support NAPTR queries
Adding support for NAPTR records
fixes #3170
ssuda
01:43 PM Revision 3a5798b0 (main_repo): querystring: improved speed and code cleanup
Felix Böhm
01:19 PM Revision e74a7330 (main_repo): Fix #3448 Use listen callback in test-regress-GH-1697
isaacs
12:43 PM Revision 8a068ce8 (main_repo): s/exit/close/ in test-child-process-stdout-flush, fixes #3449
Charlie McConnell
12:05 PM Revision bc18bf4e (main_repo): Add test-stdin-pause-resume-sync
This is the last bit needed to Close #3346 isaacs
12:00 PM Revision 8d5c1201 (main_repo): Check if a stream has a valid fd before read_start
Closes #3118 Karl Skomski
11:51 AM Revision bdd57f07 (main_repo): Makefile: Refuse to build release from unclean repo
Root cause of an error during the 0.7.11 release isaacs
11:38 AM Revision 145612c2 (main_repo): test: skip test-http-full-response on ab errors
If we get errors from ab or apr, skip the test and move on.
Fix #3451
Charlie McConnell

06/15/2012

03:50 PM Revision c49f3b5d (main_repo): email footer: Change Windows msi paths for x86 and x64
isaacs
03:47 PM Revision 2b15cf57 (main_repo): Now working on 0.7.12
isaacs
03:46 PM Revision de2eb600 (main_repo): Merge branch 'v0.7.11-release'
isaacs
03:10 PM Revision 1f93aa5d (main_repo): 2012.06.15, Version 0.7.11 (unstable)
* V8: Upgrade to v3.11.10
* npm: Upgrade to 1.1.26
* doc: Improve cross-linking in API docs markdown (Ben Kelly)
*...
isaacs
01:00 PM Revision 911b0fdd (main_repo): Upgrade npm to 1.1.26
isaacs
12:49 PM Revision 1e0ce5d1 (main_repo): domain: the EventEmitter constructor is now always called in nodecore
Andreas Madsen
12:44 PM Revision a111390c (main_repo): zlib: use Buffer.concat()
isaacs
12:44 PM Revision c6185c84 (main_repo): doc: Improve cross-linking in API docs markdown
Cross-link EventEmitter references in API docs to events.html
Fix broken cross-reference links with wrong anchor nam...
Ben Kelly
12:34 PM Revision 8ccb3cbd (main_repo): test-domain-implicit-fs: make it pass on windows
The error message is slightly different on windows. However there was no
need to verify the exact error message - the...
Bert Belder
01:17 AM Revision 283d735e (main_repo): doc: Include zlib constants
isaacs
08:26 PM Revision e72addcf (main_repo): event: Document the mutability of listeners()
isaacs
08:26 PM Revision 032fc42e (main_repo): readline: don't cache the "keypress" listeners
it's not safe to since `removeAllListeners()` will detach the returned
Array from the stream instance if that's ever ...
Nathan Rajlich
08:26 PM Revision c9a1b5d1 (main_repo): Fix #3425: removeAllListeners should delete array
When removeAllListeners is called, the listeners array
is deleted to maintain compatibility with v0.6.
Reverts "even...
Reid Burke

06/14/2012

07:37 PM Revision 13400e3e (main_repo): windows: make symlinks tolerant to forward slashes
Closes #3440 Bert Belder
07:15 PM Revision 412c1ab5 (main_repo): Fix test-fs-realpath on Windows
Also, in the process, fix a bug in fs.realpath on Windows.
If the user has permission to create symlinks, then use s...
isaacs
06:40 PM Revision 00247d53 (main_repo): Fix Kraken regression due to optimistic monomorphic element transi...
R=jkummerow@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10539141
git-svn-id: https://v8.googlec...
danno@chromium.org
06:35 PM Revision c231321c (main_repo): Fix assertion for map code cache of shared maps.
R=danno@chromium.org
TEST=mjsunit/compare-known-objects-slow
Review URL: https://chromiumcodereview.appspot.com/1054...
mstarzinger@chromium.org
03:23 PM Revision 7f896889 (main_repo): uv: upgrade to b1649b6f
Bert Belder
01:39 PM Revision a0a5c4c5 (main_repo): doc: update v8-options in man page
isaacs
01:39 PM Revision 8bec3feb (main_repo): build: Add node.d and node.1 to installer
isaacs
01:11 PM Revision f70fa3ba (main_repo): v8: Replace 'echo -n' with 'echo' in build commands
isaacs
12:36 PM Revision 58b8b3fa (main_repo): uv: upgrade to 5d5688f2
Bert Belder
12:36 PM Revision ca003f4f (main_repo): license2rtf: collapse whitespace
Bert Belder
12:32 PM Revision c2c08196 (main_repo): cluster: rename worker.unqiueID to worker.id
Andreas Madsen
11:37 AM Revision dd85a8c1 (main_repo): Update message test for new v8 behavior
isaacs
10:06 AM Revision 34b0b6a6 (main_repo): test-bad-unicode: update to reflect V8 3.11 behavior
Bert Belder
09:26 AM Revision 39d23378 (main_repo): Windows: don't fire GC ETW events without ETW consumers
Igor Zinkovsky
08:58 PM Revision c752f6c0 (main_repo): test: add a .gitignore file to ignore weak's compiled "build" dir
Nathan Rajlich
08:58 PM Revision 05fe70b5 (main_repo): test: use the debug build of node-weak when necessary
Nathan Rajlich
08:52 PM Revision 511e3287 (main_repo): LICENSE: add node-weak
Bert Belder
08:52 PM Revision 4a1698c6 (main_repo): LICENSE: punctuation fixes
Bert Belder
08:16 PM Revision 54b74b8e (main_repo): Remove faster ticks for debug mode.
This solves the problem that code runs very slow when the debugger is enabled.
BUG=v8:2179
TEST=
Review URL: https:...
yangguo@chromium.org

06/13/2012

07:51 PM Revision 2701a6bd (main_repo): Unbreak the snapshotted build on Windows
The v8 team apparently decided that all build products should go
into ./build/«type», and updated their common.gypi f...
Bert Belder
07:37 PM Revision fac6c694 (main_repo): v8: fix postmortem debugging tools build
Fedor Indutny
07:37 PM Revision ac64c9e5 (main_repo): v8: reapply floating patches
Note that 26f754d9 ('fix error handling in SendConnectMessage') is no
longer necessary; it was properly fixed upstrea...
Bert Belder
07:37 PM Revision 48893af7 (main_repo): Fix performance regression caused by r11202.
R=erik.corry@gmail.com
BUG=v8:2156,v8:2034
TEST=mjsunit/regress/regress-2156,mjsunit/regress/regress-2034
Review URL...
mstarzinger@chromium.org
07:37 PM Revision 50464cd4 (main_repo): v8: upgrade to v3.11.10
Bert Belder
07:28 PM Revision 09be360a (main_repo): Inherited FDs should not accidentally be inherited by child processes
This makes test-child-process-detached pass on Windows. Bert Belder
07:27 PM Revision 37d75ba2 (main_repo): uv: upgrade to 4d7f1e18
Bert Belder
06:56 PM Revision 029e01bb (main_repo): vcbuild.bat: add duplicate arg-ok label to work around cmd.exe bug
Bert Belder
06:56 PM Revision 6a8b5b36 (main_repo): test: bundle node-weak in test/gc so that it doesn't need to be do...
Nathan Rajlich
06:36 PM Revision 35a1421e (main_repo): Windows: Enable ETW events.
This commit enables ETW events to be fired on Windows for existing
DTrace probes. ETW instrumentation is enabled by ...
Igor Zinkovsky
04:12 PM Revision 74c8041f (main_repo): test-child-process-spawn-loop: make it pass on Windows.
It wasn't waiting for the child process' stderr to close, so not an
assertion was made *before* all the data that the...
Bert Belder
03:24 PM Revision e733dc3b (main_repo): Fix #3388 Support listening on file descriptors
This implements server.listen({ fd: <filedescriptor> }). The fd should
refer to an underlying resource that is alrea...
isaacs
11:40 AM Revision 0187b657 (main_repo): Move resource files to src/res.
tools/msvs/res is not an appropriate place. Bert Belder
10:08 PM Revision a11bf99c (main_repo): Fix #3407 os.tmpDir()
isaacs
09:02 PM Revision 0dba4ad0 (main_repo): tests: make all message tests pass on Windows
Bert Belder
08:49 PM Revision 5209dad9 (main_repo): test-net-timeout: make it pass on Windows
The test didn't take into account that some time might pass before
libuv makes close callbacks. This is now fixed.
Bert Belder

06/12/2012

07:35 PM Revision e4f4c633 (main_repo): uv: upgrade to 9f44b0e3
Bert Belder
05:30 PM Revision b866a96c (main_repo): test-child-process-kill: make it pass on windows
The test would fail if the child process writes anything to the stdout.
This doesn't happen on unix, since `cat` is s...
Bert Belder
05:30 PM Revision 10f85fad (main_repo): Fix child_process.kill oddities
* When the process is already dead, but the `exit` signal wasn't raised
yet, the ESRCH error should be ignored.
* ...
Bert Belder
05:30 PM Revision b53b8b8a (main_repo): test-exec: make it work on Windows
Bert Belder
04:02 PM Revision 8963a522 (main_repo): doc: update crypto cipher/decipher docs
Ben Noordhuis
03:50 PM Revision 900196e1 (main_repo): crypto: make cipher/decipher accept buffer args
Ben Noordhuis
01:54 PM Revision a55faeac (main_repo): uv: upgrade to b7e150ee
Bert Belder
01:52 PM Revision cbeeea62 (main_repo): Revert "uv: upgrade to b7e150ee"
Upgrade wasn't done correctly.
This reverts commit b615077bab71db73cf065d6162cae8d6cb84d8d2.
Bert Belder
11:06 AM Revision b615077b (main_repo): uv: upgrade to b7e150ee
Bert Belder
10:31 AM Revision 0385b17c (main_repo): fs: fix infinite loop in fs.readFileSync()
Fix an infinite loop in the case where the file got truncated by a concurrent
writer while fs.readFileSync() was busy...
Ben Noordhuis
10:31 AM Revision 408bfece (main_repo): fs: fix infinite loop in fs.readFile()
Fix an infinite loop in the case where the file got truncated by a concurrent
writer while fs.readFile() was busy rea...
Ben Noordhuis
09:57 AM Revision bb2ce1a1 (main_repo): cluster: don't silently drop messages when the write queue gets big
Bert Belder
09:02 AM Revision 4eb2804d (main_repo): fs: fix typo in fs.readFile of lying size=0 stat
Shigeki Ohtsu
09:02 AM Revision e3a2dd1b (main_repo): fs: fix fs.readFileSync to work on real empty file
Shigeki Ohtsu
08:22 PM Revision 517cea36 (main_repo): test-net-connect-econnrefused: don't take forever to complete
Bert Belder
08:04 PM Revision b27a4cbe (main_repo): test-module-loading: convert backslashes to forward slashes
This makes the test pass on Windows. Bert Belder

06/11/2012

07:56 PM Revision 094f7426 (main_repo): test-http-get-pipeline-problem: don't fail if there are stray file...
Bert Belder
07:43 PM Revision 00ba1cbc (main_repo): test-net-write-slow: increase the socket timeout period
In Windows the callbacks arrive in slightly different order. A bunch
of write operations complete immediately, and af...
Bert Belder
06:54 PM Revision 6ce013dd (main_repo): fix fs.readFile with lying size=0 stat results
isaacs
06:51 PM Revision d53cdc53 (main_repo): Add Buffer.concat method
We write out this loop a lot of places throughout node.
It clearly needs to be an API method.
isaacs
05:46 PM Revision cfa28690 (main_repo): cluster: don't silently drop messages when the write queue gets big
Bert Belder
03:24 PM Revision 2301eb69 (main_repo): v8: force inlining of v8::internal::DescriptorArray methods
Bert Belder
03:24 PM Revision 33be3016 (main_repo): Force inlining CopyChars and String::Get.
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10332054
git-svn-id: https://v8.googlecode.com/svn/br...
yangguo@chromium.org
01:27 PM Revision 2eb181d2 (main_repo): child_process: fix test implementation for options.detached
Charlie McConnell
12:54 PM Revision 25e8ea17 (main_repo): Do not gitignore npm's node_modules
isaacs
12:07 PM Revision 1358632e (main_repo): Remove auto-unref
cc: @AvianFlu @AndreasMadsen isaacs
11:58 AM Revision e9aa57e8 (main_repo): Now working on 0.7.11
isaacs
11:57 AM Revision 4f235ef8 (main_repo): Merge branch 'v0.7.10-release'
isaacs
11:19 AM Revision 8d9766a9 (main_repo): 2012.06.11, Version 0.7.10 (unstable)
* Roll V8 back to 3.9.24.31
* build: x64 target should always pass -m64 (Robert Mustacchi)
* add NODE_EXTERN to nod...
isaacs
11:19 AM Revision 76f6a4ab (main_repo): Remove dep symlinks from tarball
isaacs
11:13 AM Revision 5432a1d9 (main_repo): process_wrap: set duplex flags when creating a pipe
Bert Belder
11:13 AM Revision 54a4f99c (main_repo): lint
isaacs
11:13 AM Revision 13198357 (main_repo): Upgrade npm to 1.1.25
isaacs

06/09/2012

02:30 PM Revision 284816ee (main_repo): test: add test for bad unicode sequences
This was a regression in 0.7.9. Nuno Job
12:43 PM Revision 65242abc (main_repo): Fix fs.realpath tests so that they actually run
isaacs
12:43 PM Revision 131a67e7 (main_repo): Fix #3394 fs.realpath: Properly cache symlink targets
isaacs
12:43 PM Revision 6332a4cf (main_repo): Expose posix realpath on windows as well
isaacs
12:43 PM Revision 424bca15 (main_repo): Fix fs.realpath to work on Windows
1. Make the isRoot check valid
2. Don't cache results based on dev/ino, since those are alwasy 0 on
windows.
isaacs
12:15 PM Revision 60b45dcb (main_repo): domain: document and test dispose event
Andreas Madsen
12:15 PM Revision 77cfbd9f (main_repo): domain: dry decorate using util._extend
Andreas Madsen
12:15 PM Revision 535e109a (main_repo): domain: run now return callback result
both domain.bind and domain.intercept act this way Andreas Madsen
11:10 AM Revision 26f754d9 (main_repo): v8: debug: fix error handling in SendConnectMessage()
The old error handling code checked if the return value of Socket::Send() != 0,
which is wrong because Socket::Send()...
Ben Noordhuis
11:09 AM Revision c08357c3 (main_repo): v8: Floating patches
isaacs
11:09 AM Revision 940a6863 (main_repo): Roll V8 back to 3.9.24.31
isaacs
02:32 AM Revision 569acea0 (main_repo): Fix #3379 prevent domain.intercept passing 1st arg to cb
Marc Harter
01:57 AM Revision 4b021a35 (main_repo): child_process: expose UV_PROCESS_DETACHED as options.detached
Charlie McConnell

06/08/2012

02:46 PM Revision 5046f850 (main_repo): Revert "Unbreak the Windows build"
It is not needed for v8 3.10, and actually breaks the build.
This reverts commit bd33fea732fa74d23fc31855631eba14a03a...
Bert Belder
08:54 PM Revision f6244136 (main_repo): x64 target should always pass -m64
Robert Mustacchi
08:54 PM Revision 0435f9b2 (main_repo): v8: Don't use 'echo -n' in configure script
isaacs
08:54 PM Revision bd33fea7 (main_repo): Unbreak the Windows build
The v8 team apparently decided that all build products should go
into ./build/«type», and updated their common.gypi f...
Bert Belder
08:54 PM Revision 1fb9cfcd (main_repo): v8: debug: fix error handling in SendConnectMessage()
The old error handling code checked if the return value of Socket::Send() != 0,
which is wrong because Socket::Send()...
Ben Noordhuis
08:54 PM Revision 43ff46be (main_repo): v8: Floating patches
isaacs
08:54 PM Revision 46b09e41 (main_repo): Roll V8 back to 3.10.8.13
isaacs

06/07/2012

03:20 PM Revision 3116522e (main_repo): child_process: spawn().ref() and spawn().unref()
Fedor Indutny
01:44 PM Revision f4822366 (main_repo): windows: don't print error when GetConsoleTitleW returns an empty ...
Bert Belder

06/06/2012

06:02 PM Revision c45522df (main_repo): build: Prevent duplication of doc/api folder
isaacs
06:01 PM Revision f9abf5e0 (main_repo): build: Prevent duplication of doc/api folder
isaacs
03:49 PM Revision 463d6bac (main_repo): fs: make callbacks run in global context
Callbacks that were passed to the binding layer ran in the context of the
(internal) binding object. Make sure they r...
Ben Noordhuis
03:08 PM Revision c381662c (main_repo): fs: make fs.symlink() with no callback async
Fix a bug where fs.symlink('foo', 'bar') executed symlink(2) synchronously. Ben Noordhuis
12:58 PM Revision 1285cd90 (main_repo): Now working on 0.6.20
isaacs
12:58 PM Revision 79d77cfd (main_repo): Merge branch 'v0.6.19-release' into v0.6
isaacs
11:31 PM Revision b9c5eee7 (main_repo): add NODE_EXTERN to node::Start
Joel Brandt
11:31 PM Revision 5f411405 (main_repo): deps: upgrade libuv to 649ad50
Ben Noordhuis
08:46 PM Revision debf552e (main_repo): 2012.06.06 Version 0.6.19 (stable)
* npm: upgrade to 1.1.24
* fs: no end emit after createReadStream.pause() (Andreas Madsen)
* vm: cleanup module mem...
isaacs
08:46 PM Revision e5d3ea77 (main_repo): Upgrade npm to 1.1.24
isaacs

06/05/2012

03:35 PM Revision 28e851c1 (main_repo): Warn about running npm in the repl
isaacs
01:25 PM Revision c69d7f1a (main_repo): test: make the node-weak install build agaist this repo
This prevents node-gyp from attempting to download dev header files from
nodejs.org. Instead, the files in this repo ...
Nathan Rajlich
11:07 AM Revision cb76999b (main_repo): deps: upgrade libuv to 06e0319
Ben Noordhuis
10:48 AM Revision 0a2076b2 (main_repo): deps: upgrade libuv to c8c9fe1
Ben Noordhuis
10:48 AM Revision 27061cc9 (main_repo): udp_wrap, stream_wrap: lazy init slab allocator
Create slab allocator when binding is initialized.
Add an AtExit handler to destroy the slab before the VM shuts dow...
Ben Noordhuis
10:27 AM Revision cc0e7efb (main_repo): slab_allocator: fix crash in dtor if V8 is dead
Don't try to dispose the persistent handles if the VM is already dead, it
triggers an assertion inside V8.
Ben Noordhuis
09:45 AM Revision 208d1715 (main_repo): slab_allocator: fix leak of Persistent handles
Shigeki Ohtsu
09:10 AM Revision 0742f562 (main_repo): Revert "punycode: Update to v1.0.0"
This reverts commit 483edbdf1aef40c208f6c96efbbcc3c34122e5f2.
Fixes #3359.
koichik
08:32 PM Revision b9e40fba (main_repo): Upgrade npm to 1.1.24
isaacs
08:32 PM Revision cc36cc59 (main_repo): build: Don't clobber symlinked npm
isaacs

06/04/2012

03:39 PM Revision 4f6882e8 (main_repo): windows/msi: minor installer tweaks
Bert Belder
03:39 PM Revision 01432403 (main_repo): windows/msi: add node.js prompt to startmenu
Jeroen Janssen
02:10 PM Revision 04e484c4 (main_repo): v8: Don't use 'echo -n' in configure script
isaacs
09:02 AM Revision f0a561fe (main_repo): net: rename flag FLAG_SHUTDOWNQUED
Ben Noordhuis
08:16 AM Revision 7161ecd3 (main_repo): windows/msi: fix adding node to PATH
Closes #3366 Jeroen Janssen
08:12 AM Revision 0699f5bf (main_repo): Improve child process stdio documentation
Bert Belder

06/02/2012

06:45 PM Revision 94344877 (main_repo): windows/msi: add start menu links when installing
Jeroen Janssen
12:39 PM Revision e2126e05 (main_repo): windows/msi: cleanup WiX project files
The current WiX project files do some manual processing and generation
which WiX supports doing out of the box. This ...
Jeroen Janssen
10:06 AM Revision 3b6a00b6 (main_repo): Unbreak the Windows build
The v8 team apparently decided that all build products should go
into ./build/«type», and updated their common.gypi f...
Bert Belder
01:31 AM Revision e0f5d8e8 (main_repo): test: v8 stack trace messages changed slightly
isaacs
01:31 AM Revision eabf3c8d (main_repo): v8: debug: fix error handling in SendConnectMessage()
The old error handling code checked if the return value of Socket::Send() != 0,
which is wrong because Socket::Send()...
Ben Noordhuis
01:31 AM Revision cbdf3393 (main_repo): Upgrade v8 to 3.11.7
isaacs
01:31 AM Revision 7946ad26 (main_repo): v8: Floating patches
isaacs
01:12 AM Revision 0262b6d2 (main_repo): child_process: new stdio API for .spawn() method
Fedor Indutny
09:07 PM Revision 9a998d5e (main_repo): http: don't lowercase http req header until later
Don't lowercase the request header until we're in the _addHeaderLine method,
makes it easier to intercept the raw req...
Simon Sturmer
08:18 PM Revision 9fe39ede (main_repo): windows: don't install x64 version into the 'program files (x86)' ...
* Update nodemsi.sln and .wixproj to include support for x64 platform
- Add ProgramFilesFolderId to the DefineConst...
Matt Gollob
08:01 PM Revision 8a52a168 (main_repo): windows: add icon to node.exe
The icon could definitely be nicer, patches welcome.
Credits to Nathan Rajlich for putting together this one.
Bert Belder

06/01/2012

01:21 PM Revision 434404e3 (main_repo): website: Add nodejs.es to localized sites
isaacs
12:52 PM Revision af98fc9d (main_repo): child_process: new stdio API for .spawn() method
Fedor Indutny
12:19 PM Revision 30a0e58d (main_repo): uv: upgrade to 87dbffbd
Bert Belder

05/31/2012

09:38 AM Revision ccc854d1 (main_repo): doc: remove all references to setsid
Fixes #2299. Erwin van der Koogh

05/30/2012

07:46 PM Revision b337577c (main_repo): test: update pummel/test-exec
ChildProcess.prototype._internal is called ChildProcess.prototype._handle now. Ben Noordhuis

05/29/2012

01:08 PM Revision dc8b488b (main_repo): Now working on 0.7.10
isaacs
01:07 PM Revision a9e40281 (main_repo): Merge branch 'v0.7.9-release'
isaacs
10:26 AM Revision 761e0c46 (main_repo): deps: upgrade libuv to 7556590
Fedor Indutny
09:34 AM Revision 2ae9b698 (main_repo): fs: no end emit after createReadStream.pause()
In case a fd option is given to fs.createReadStream a read will instantly
happen. But in the edge case where fd point...
Andreas Madsen
07:05 AM Revision fa9aa1c9 (main_repo): net: fix 'close' event emit order
The server 'close' event was emitted before the last client 'close' event. Not
exactly fatal but potentially confusin...
Ben Noordhuis
 

Also available in: Atom