isaacs
bfe9cdb7f2
Null references to request object on socket errors.
Regarding #3199 and #3179 and issues seen in production.
Hopefully this fixes them.
13 years ago
isaacs
acf19500ee
Now working on 0.6.17
13 years ago
isaacs
518d28c23a
Merge branch 'v0.6.16-release' into v0.6
13 years ago
isaacs
a1d193963d
2012.04.30 Version 0.6.16 (stable)
* Upgrade V8 to 3.6.6.25
* Upgrade npm to 1.1.19
* Windows: add mappings for UV_ENOENT (Bert Belder)
* linux: add IN_MOVE_SELF to inotify event mask (Ben Noordhuis)
* unix: call pipe handle connection cb on accept() error (Ben Noordhuis)
* unix: handle EWOULDBLOCK (Ben Noordhuis)
* map EWOULDBLOCK to UV_EAGAIN (Ben Noordhuis)
* Map ENOMEM to UV_ENOMEM (isaacs)
* Child process: support the `gid` and `uid` options (Bert Belder)
* test: cluster: add worker death event test (Ben Noordhuis)
* typo in node_http_parser (isaacs)
* http_parser: Eat CRLF between requests, even on connection:close. (Ben Noordhuis)
* don't check return value of unsetenv (Ben Noordhuis)
13 years ago
isaacs
e5ef103b05
Fix #3194 correct url documentation
13 years ago
isaacs
35bcb1d6a9
Indentation fix
13 years ago
isaacs
1ac05cc5ad
Upgrade npm to 1.1.18
13 years ago
ssuda
db844b152a
process: don't use strdup()
file and cwd can be directly used from Utf8Value.
Conflicts:
src/process_wrap.cc
13 years ago
Bert Belder
3546383cf0
process_wrap: avoid leaking memory when throwing due to invalid arguments
13 years ago
Bert Belder
55e4d54927
Child process: support the `gid` and `uid` options
13 years ago
Bert Belder
51e66ec410
Windows: turn off /Gm
Otherwise multicode compile doesn't work.
13 years ago
Bert Belder
0b75eee364
uv: upgrade to d41cc9118d
13 years ago
Bert Belder
e221cd4a53
uv: upgrade to aea5db5da1
13 years ago
isaacs
76de7c0c26
Add customary 'fork me on github' banner to website
13 years ago
Ben Noordhuis
a64acd8baa
test: cluster: add worker death event test
13 years ago
isaacs
27dfb1d4c0
doc: typo in child_process documentation
13 years ago
Brian White
642945cc00
docs: Remove duplicate socket.write() description
13 years ago
isaacs
c9a231db0e
typo in node_http_parser
13 years ago
Dane Springmeyer
e5b787e84d
deps: fix v8 build error
Pull in build error fix from http://code.google.com/p/v8/source/detail?r=9505
Missed in 5d69bbfbd
.
13 years ago
lrn@chromium.org
5d69bbfbdb
Fix bug in x64 RegExp detecting start of string.
Also add missing MIPS case in regexp tracer.
Fixes issues v8:1748 and v8:1746
BUG=v8:1748, v8:1746
TEST=mjsunit/regress/regress-1748.js
Review URL: http://codereview.chromium.org/8116001
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@9504 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
13 years ago
Dave Pacheco
0f74729758
disable omit-frame-pointer on solaris systems
13 years ago
isaacs
0c0f13eda4
Patches floating on v8
13 years ago
Bert Belder
69ca83f755
Upgrade V8 to 3.6.6.25
13 years ago
Ben Noordhuis
3f4261276e
node: don't check return value of unsetenv()
It returns void on some platforms, notably FreeBSD.
13 years ago
Ben Noordhuis
d03b80bc12
deps: upgrade http_parser to joyent/http-parser@da91852
13 years ago
isaacs
8b82abb953
Fix #3089 Build changelog.html for website
13 years ago
isaacs
d0365fd21f
Makefile: minor nit
13 years ago
isaacs
e8067cb685
Now working on v0.6.16
13 years ago
isaacs
163d3cdf14
Merge branch 'v0.6.15-release' into v0.6
13 years ago
isaacs
f160a45b25
2012.04.09 Version 0.6.15 (stable)
* Update npm to 1.1.16
* Show licenses in binary installers.
* unix: add uv_fs_read64, uv_fs_write64 and uv_fs_ftruncate64 (Ben Noordhuis)
* add 64bit offset fs functions (Igor Zinkovsky)
* windows: don't report ENOTSOCK when attempting to bind an udp handle twice (Bert Belder)
* windows: backport pipe-connect-to-file fixes from master (Bert Belder)
* windows: never call fs event callbacks after closing the watcher (Bert Belder)
* fs.readFile: don't make the callback before the fd is closed (Bert Belder)
* windows: use 64bit offsets for uv_fs apis (Igor Zinkovsky)
* Fix #2061 : segmentation fault on OS X due to stat size mismatch (Ben Noordhuis)
13 years ago
isaacs
c75f71dd72
fs.WriteStream: Handle modifications to fs.open
If the fs.open method is modified via AOP-style extension, in between
the creation of an fs.WriteStream and the processing of its action
queue, then the test of whether or not the method === fs.open will fail,
because fs.open has been replaced.
The solution is to save a reference to fs.open on the stream itself when
the action is placed in the queue.
This fixes isaacs/node-graceful-fs#6 .
13 years ago
isaacs
45b772d8cb
fs.readFile: Emit 'close' if we don't expect a close later
This fixes a regression introduced by 40b7302
13 years ago
isaacs
08e2e570a7
Make rules for release blog post and email message
13 years ago
isaacs
57d722011a
website: Add October Sky JS and Node.js Hispano
13 years ago
isaacs
e81a5e9c9c
Remove stray comment from LICENSE file
13 years ago
Bert Belder
ba055115e0
Windows: installer shows license agreement dialog
13 years ago
Bert Belder
1330419446
Windows: add build step that generates license.rtf from LICENSE
13 years ago
Ryan Dahl
c9f17305e6
Mac installer shows license
ref #3056
13 years ago
Ryan Dahl
cf75619bc3
Include text of licenses in LICENSE file
For easy inclusion in binary distributions. ref #3056
13 years ago
Ryan Dahl
331cd7c251
Fix links to libev and libeio licenses
13 years ago
isaacs
37ac5e52bf
Update npm to 1.1.16
13 years ago
Igor Zinkovsky
0b57fee3f8
enable test-fs-largefile.js test
13 years ago
Bert Belder
1042a8d887
Please the compiler
13 years ago
Bert Belder
40b7302af8
fs.readFile: don't make the callback before the fd is closed
On Windows it is not possible to unlink() the read file in the callback.
This fixes #3051 . A test is included.
13 years ago
Igor Zinkovsky
f178f2ae3f
upgrade libuv to d68b3d960b6d95bfc16027cecca2f3fa48bcc36f
13 years ago
Igor Zinkovsky
052aaa4c4d
windows: use 64bit offsets for uv_fs apis
13 years ago
Ben Noordhuis
ffee873941
build: define _DARWIN_USE_64_BIT_INODE=1 on OS X
Fixes a segmentation fault on some OS X systems due to sizeof(struct stat)
mismatches.
Fixes #2061 .
13 years ago
Nathan Rajlich
0965d2d9f6
js2c: fix to support files other than ones ending with 2 char extensions
Previously this was basically hard-coded for *.js files, but now we
need to include the 'config.gypi' file in there as well.
13 years ago
isaacs
1e577f347b
website: Consistency in the industry logos
13 years ago
isaacs
066789a6e3
Fix #3001 website update 'latest' links on publish
13 years ago