isaacs
41421ff9da
Make listenFD just DTRT after warning
2012-06-16 16:26:16 -07:00
Bert Belder
55ef9ef680
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 8d5c1201f2
.
2012-06-16 20:14:21 +02:00
isaacs
a90bc78534
Revert "DNS: Support NAPTR queries"
...
This reverts commit 91bf18fcc5
.
2012-06-16 11:02:49 -07:00
ssuda
91bf18fcc5
DNS: Support NAPTR queries
...
Adding support for NAPTR records
fixes #3170
2012-06-16 10:56:49 -07:00
Felix Böhm
3a5798b097
querystring: improved speed and code cleanup
2012-06-16 10:43:17 -07:00
isaacs
e74a733024
Fix #3448 Use listen callback in test-regress-GH-1697
2012-06-16 10:19:34 -07:00
Charlie McConnell
8a068ce849
s/exit/close/ in test-child-process-stdout-flush, fixes #3449
2012-06-16 09:43:04 -07:00
isaacs
bc18bf4ec0
Add test-stdin-pause-resume-sync
...
This is the last bit needed to Close #3346
2012-06-16 09:05:28 -07:00
Karl Skomski
8d5c1201f2
Check if a stream has a valid fd before read_start
...
Closes #3118
2012-06-16 09:00:20 -07:00
isaacs
bdd57f0756
Makefile: Refuse to build release from unclean repo
...
Root cause of an error during the 0.7.11 release
2012-06-16 08:51:33 -07:00
Charlie McConnell
145612c2f5
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
2012-06-16 08:38:47 -07:00
isaacs
c49f3b5df6
email footer: Change Windows msi paths for x86 and x64
2012-06-15 12:50:37 -07:00
isaacs
2b15cf57dd
Now working on 0.7.12
2012-06-15 12:47:08 -07:00
isaacs
de2eb600b3
Merge branch 'v0.7.11-release'
2012-06-15 12:46:55 -07:00
isaacs
1f93aa5d5d
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)
* Fix #3425 : removeAllListeners should delete array (Reid Burke)
* cluster: don't silently drop messages when the write queue gets big (Bert Belder)
* Add Buffer.concat method (isaacs)
* windows: make symlinks tolerant to forward slashes (Bert Belder)
* build: Add node.d and node.1 to installer (isaacs)
* cluster: rename worker.unqiueID to worker.id (Andreas Madsen)
* Windows: Enable ETW events on Windows for existing DTrace probes. (Igor Zinkovsky)
* test: bundle node-weak in test/gc so that it doesn't need to be downloaded (Nathan Rajlich)
* Make many tests pass on Windows (Bert Belder)
* Fix #3388 Support listening on file descriptors (isaacs)
* Fix #3407 Add os.tmpDir() (isaacs)
* Unbreak the snapshotted build on Windows (Bert Belder)
* Clean up child_process.kill throws (Bert Belder)
* crypto: make cipher/decipher accept buffer args (Ben Noordhuis)
2012-06-15 12:10:43 -07:00
isaacs
911b0fddd3
Upgrade npm to 1.1.26
2012-06-15 10:00:30 -07:00
Andreas Madsen
1e0ce5d1bd
domain: the EventEmitter constructor is now always called in nodecore
2012-06-15 09:49:05 -07:00
Ben Kelly
c6185c8484
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 names in API docs.
2012-06-15 09:44:37 -07:00
isaacs
a111390c56
zlib: use Buffer.concat()
2012-06-15 09:44:37 -07:00
Bert Belder
8ccb3cbdba
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 - there are assert()s that check
all the properties of the error object.
2012-06-15 18:34:27 +02:00
isaacs
283d735e2b
doc: Include zlib constants
2012-06-14 22:17:39 -07:00
isaacs
e72addcf8e
event: Document the mutability of listeners()
2012-06-14 17:26:51 -07:00
Nathan Rajlich
032fc42e64
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 called by the user.
2012-06-14 17:26:50 -07:00
Reid Burke
c9a1b5d162
Fix #3425 : removeAllListeners should delete array
...
When removeAllListeners is called, the listeners array
is deleted to maintain compatibility with v0.6.
Reverts "events: don't delete the listeners array"
This reverts commit 78dc13fbf9
.
Conflicts:
test/simple/test-event-emitter-remove-all-listeners.js
2012-06-14 17:26:50 -07:00
Bert Belder
13400e3e58
windows: make symlinks tolerant to forward slashes
...
Closes #3440
2012-06-15 01:37:24 +02:00
isaacs
412c1ab5bc
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 symlinks. If
not, then skip over all the tests that cannot be run using Junctions
instead.
2012-06-14 16:15:12 -07:00
danno@chromium.org
00247d53db
Fix Kraken regression due to optimistic monomorphic element transitions
...
R=jkummerow@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10539141
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11807 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-06-15 00:40:35 +02:00
mstarzinger@chromium.org
c231321cd3
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/10548046
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11815 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-06-15 00:35:37 +02:00
Bert Belder
7f896889ba
uv: upgrade to b1649b6f
2012-06-14 21:23:37 +02:00
isaacs
a0a5c4c5af
doc: update v8-options in man page
2012-06-14 10:39:05 -07:00
isaacs
8bec3febd8
build: Add node.d and node.1 to installer
2012-06-14 10:39:05 -07:00
isaacs
f70fa3bae6
v8: Replace 'echo -n' with 'echo' in build commands
2012-06-14 10:11:55 -07:00
Bert Belder
58b8b3fa07
uv: upgrade to 5d5688f2
2012-06-14 18:36:49 +02:00
Bert Belder
ca003f4f3e
license2rtf: collapse whitespace
2012-06-14 18:36:49 +02:00
Andreas Madsen
c2c08196d8
cluster: rename worker.unqiueID to worker.id
2012-06-14 09:32:56 -07:00
isaacs
dd85a8c183
Update message test for new v8 behavior
2012-06-14 08:37:44 -07:00
Bert Belder
34b0b6a613
test-bad-unicode: update to reflect V8 3.11 behavior
2012-06-14 16:06:53 +02:00
Igor Zinkovsky
39d2337859
Windows: don't fire GC ETW events without ETW consumers
2012-06-14 15:26:47 +02:00
Nathan Rajlich
05fe70b582
test: use the debug build of node-weak when necessary
2012-06-13 17:58:28 -07:00
Nathan Rajlich
c752f6c013
test: add a .gitignore file to ignore weak's compiled "build" dir
2012-06-13 17:58:28 -07:00
Bert Belder
511e328727
LICENSE: add node-weak
2012-06-14 02:52:57 +02:00
Bert Belder
4a1698c6ba
LICENSE: punctuation fixes
2012-06-14 02:52:55 +02:00
yangguo@chromium.org
54b74b8e85
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://chromiumcodereview.appspot.com/10544135
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11802 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-06-14 02:16:27 +02:00
Bert Belder
2701a6bd48
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 file to do so.
Unfortunately v8's common.gypi is only used for some targets. All
the other targets would still look in the old place to find their
their dependencies, which effectively broke the build.
In the long run it would be good for node to send all build
output to ./build too, on all platforms.
2012-06-14 01:51:13 +02:00
Fedor Indutny
fac6c69456
v8: fix postmortem debugging tools build
2012-06-14 01:37:15 +02:00
Bert Belder
ac64c9e546
v8: reapply floating patches
...
Note that 26f754d9
('fix error handling in SendConnectMessage') is no
longer necessary; it was properly fixed upstream in V8 r11609.
2012-06-14 01:37:14 +02:00
mstarzinger@chromium.org
48893af7bb
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: https://chromiumcodereview.appspot.com/10539131
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11800 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-06-14 01:37:14 +02:00
Bert Belder
50464cd4f4
v8: upgrade to v3.11.10
2012-06-14 01:37:13 +02:00
Bert Belder
09be360a0f
Inherited FDs should not accidentally be inherited by child processes
...
This makes test-child-process-detached pass on Windows.
2012-06-14 01:28:51 +02:00
Bert Belder
37d75ba241
uv: upgrade to 4d7f1e18
2012-06-14 01:27:31 +02:00