Ryan Dahl
9cd510846e
Fixes #1546 . Remove expensive debug call.
14 years ago
Ben Noordhuis
5e37e10e41
module: fix pointer reference to out-of-scope variable
Reported by Tom Hughes.
14 years ago
Mickaël Delahaye
e8d268fd5f
Fix docs for fs.*chown
Fix bad parameters of fs.chown[Sync], fs.fchown[Sync] and
fs.lchown[Sync] in documentation.
Fixes #1533 .
14 years ago
koichik
4d186f270f
Docs: Not memcpy, but memmove
Fixes #1520 .
14 years ago
Ben Noordhuis
028b33b18a
test: add test for #1202 , uncatchable exception on bad host name
14 years ago
Ben Noordhuis
4e204f37fd
net: defer DNS lookup error events to next tick
net.createConnection() creates a net.Socket object
and immediately calls net.Socket.connect() on it.
There are no event listeners registered yet so
defer the error event to the next tick.
Fixes #1202 .
14 years ago
Ben Noordhuis
e00c2ec5e3
build: remove 1024 char read limit from cmake file
14 years ago
Arnout Kazemier
7ba30a4c2e
Small changes for fs.watchFile. Fixed broken markdown. Changed variable `f` to a proper filename.
Fixes #1507 .
14 years ago
isaacs
3210809d0a
Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'
14 years ago
koichik
d1a2628499
Doc improvements
related to #1472 .
14 years ago
Christopher Wright
0d8d04e585
Correct code span
Fixes #1489 .
14 years ago
Tom Hughes
421b6e89aa
crypto: fix incorrect ssl shutdown check
14 years ago
Tom Hughes
25118b0a26
net: fix incorrect sizeof()
14 years ago
Ben Noordhuis
fc57df283c
docs: rename readline.md to readline.markdown
14 years ago
Tom Hughes
b267dc458d
cmake: Various fixes.
* Allow overriding install path with CMAKE_INSTALL_PREFIX.
* make sure js2min.py can be found when building out of source.
* Replace empty macros with void(0).
Expressions like "debug(x) && foo()" fail if debug(x) is an empty macro.
* Make sure node-natives.h creation is deterministic.
* Fix version string.
The copyright header made the node_version.h file larger
than the previously set file read limit.
14 years ago
Logan Smyth
3056c2ca76
Add documentation for SecurePair and its 'secure' event.
Fixes #1443 .
14 years ago
koichik
c72223e2a9
Doc improvements
related to #1391 , #1415 .
14 years ago
koichik
8b3ba47f88
Fix http.ClientRequest crashes if end() was called twice
Fixes #1417 .
Fixes #1223 .
14 years ago
Tom Hughes
eab8bebced
Fix memleak in libeio.
14 years ago
Ben Noordhuis
2d65f3c59a
Include "platform.h", not <platform.h> - conflicts with system headers
Fixes #1003 .
14 years ago
koichik
d32971a8cb
Doc improvements and change argument name.
Fixes #1318 .
14 years ago
Ben Noordhuis
deb100fb17
eio: remove trailing comma from enumerations
Fixes compile-time error in strict mode. Fixes #567 .
14 years ago
isaacs
bf0802402d
Note that require.paths is gone in 0.5
Rather than say it "may disappear", let's just be clear that it *has*
disappeared, and exactly how long it'll be supported for.
14 years ago
SAWADA Tadashi
e357acc55b
Fix crypto encryption/decryption with Base64.
Fixes #738 .
Fixes #1205 .
14 years ago
Vicente Jimenez Aguilar
b8e9bf0993
Typos in ChangeLog file.
Fixes #968 .
14 years ago
Bert Belder
78487b6256
Windows/cygwin: no more GetConsoleTitleW errors on XP
14 years ago
koichik
691497babe
Doc improvements
corresponds to #1374 and #1334 .
14 years ago
Trent Mick
bbf7e8ed5e
http: fix setting ServerResponse.statusCode in writeHead
Fixes #1374 .
14 years ago
Ryan Dahl
effc4469d0
Now working on v0.4.11
14 years ago
Ryan Dahl
1b8dd65d6e
Bump version to v0.4.10
14 years ago
isaacs
ddfc6b78cc
Close #1360 url: Allow _ in hostnames.
14 years ago
Reid Burke
973153d1cc
Properly respond to HEAD during end(body) hot path
During write(), _hasBody is checked to make sure a body
is allowed -- this is now also checked during end(body)
when write() isn't used.
Concise final chunk for HEAD req's res.end(data).
Instead of simply clearing data, check _hasBody
earlier to avoid sending cruft when chunkedEncoding
is used.
Fixes #1291 .
14 years ago
Ben Noordhuis
9f9a4cb928
Fix Math.pow crashes on machines without SSE2.
This is a back-port of r8577 from V8's upstream 3.1 branch.
Fixes #829 .
14 years ago
koichik
e8bc80cf15
Doc improvements
Fixes #1334 .
14 years ago
Wojciech Wnętrzak
9a16f1c7d0
added information about relative paths in File System module
14 years ago
koichik
8caf7fdb05
Add tests for #1085 and #1304
Fixes #1327 .
14 years ago
Stefan Rusu
5b02d564c3
Fixes #1085 . The agent end event may call detachSocket() after the socket is detached and destroyed by abort(). This patch avoids that behavior.
14 years ago
Stefan Rusu
901ebed8ff
Fixes #1304 . The Connection instance may be destroyed by abort() when process.nextTick is executed.
14 years ago
Kip Gebhardt
7097eca5a7
Adding documentation for 'agent' option in http.request().
Fixes #1243 .
14 years ago
koichik
5208abe723
Fix Buffer drops last null character in UTF-8
Reproduce:
$ node
> buf = new Buffer('\0')
<Buffer >
> buf.length
0
> buf = new Buffer(1)
<Buffer 28>
> buf.write('\0')
0
Fixes #394 .
Fixes #1210 .
14 years ago
koichik
5f97c9a005
Improvements AssertionError message
Fixes #217 .
14 years ago
koichik
128d1bab2a
The Node.JS website should link to whichever ChangeLog will be updated soonest.
Fixes #1316 .
14 years ago
koichik
701ae3c995
Document error in console.timeEnd
Fixes #1109 .
14 years ago
AJ ONeal
8cc9ac0df2
added explanation of `exports`
Fixes #1075 .
14 years ago
koichik
d05afa50e6
Doc improvements
Fixes #297 .
14 years ago
Ryan Dahl
6bcd96c253
Update favicon
14 years ago
Ryan Dahl
360f4b78dd
Fix wallpaper links
14 years ago
Ryan Dahl
b1c90a4e22
logo update
14 years ago
koichik
7e8735b3fe
Doc improvements. Explained the flags of fs.open().
Fixes #1268 .
14 years ago
koichik
87b6dc21c8
Doc improvements
moved 'continue' event from http.Agent to http.ClientRequest.
added 'close' event to http.ClientResponse.
added 'open' event to fs.ReadStream.
Fixes #1169 .
14 years ago