koichik
b93a7cc99e
docs: add links
2011-09-20 15:50:36 +09:00
Ben Noordhuis
ed44098cf6
build: fix SYS_clock_gettime feature check
...
execute=True makes it fail while cross-compiling.
Fixes #1541 .
2011-09-16 17:55:54 +02:00
Ryan Dahl
b31d5ac639
Update website address in Makefile
2011-09-15 17:49:29 -07:00
Ryan Dahl
cfe0f4226b
Now working on v0.4.13
2011-09-15 17:31:35 -07:00
Ryan Dahl
771ba34ca7
Bump version to v0.4.12
2011-09-15 16:46:39 -07:00
Ryan Dahl
6312e889b1
Drain OpenSSL error queue? Addresses #1719
2011-09-15 15:04:09 -07:00
isaacs
e06ce7562c
Fix #1707 hasOwnProperty usage
...
If hasOwnProperty is overridden, then calling `obj.hasOwnProperty(prop)`
can fail. Any time a dictionary of user-generated items is built, we
cannot rely on hasOwnProperty being safe, so must call it from the
Object.prototype explicitly.
2011-09-15 10:54:08 -07:00
isaacs
b3af074a02
Add querystring test for hasOwnProperty usage
2011-09-15 09:52:49 -07:00
isaacs
98990b9779
Fix #1707 hasOwnProperty usage
2011-09-15 09:46:30 -07:00
Ben Noordhuis
5724b54d2e
test: add http multi-line header test
...
Test case for #1569 . Verify that http_parser parses multi-line headers.
2011-09-14 16:29:32 +02:00
Ben Noordhuis
8b2a3354f9
http_parser: cherry-pick 3258e4a and b89f944 from upstream
...
Fixes #1569 , parse error on multi-line HTTP headers.
2011-09-14 16:07:37 +02:00
koichik
fdbfc9ceb7
net: Socket write encoding case sensitivity
...
Fixes #1586 .
2011-09-04 13:53:38 +09:00
koichik
3e853e627e
buffer: write() should always set _charsWritten.
...
Refs #1633 .
2011-09-03 11:48:27 +09:00
koichik
96ede8cc9b
buffer: Avoid overrun with 'binary' encoding.
...
Fixes #1624 .
2011-09-02 09:56:58 +09:00
isaacs
ef27d56cc1
Fixes #1610 Remove DigiNotar CA from trusted list
...
Details:
https://threatpost.com/en_us/blogs/attackers-obtain-valid-cert-google-domains-mozilla-moves-revoke-it-082911
http://www.coriolis-systems.com/blog/2011/08/diginotar-certificate-security.php
2011-08-30 08:53:21 -07:00
Nathan Rajlich
0c91a835ff
util: isRegExp() should not call toString() on its argument
...
An overloaded toString() method may have side effects
so don't call it for a simple type check.
Back-port of 54b409d
to the v0.4 branch.
2011-08-25 19:23:31 +02:00
Ryan Dahl
827b9c5f1f
net: fix throw error
...
Thanks Tobi
2011-08-23 14:30:12 -07:00
koichik
509a676128
Doc improvements
2011-08-23 01:15:32 +09:00
Ryan Dahl
ce9caa237f
Fix #1563 . overflow in ChildProcess custom_fd.
...
Backported from master f5db3f1f85
2011-08-20 12:42:58 -07:00
Maciej Małecki
e150bc4f2b
docs: process.memoryUsage returns memory usage measured in bytes
2011-08-20 01:00:21 +02:00
isaacs
b4712bf1ac
Close #1544 Document slashesDenoteHost flag in url.parse
2011-08-17 18:47:48 -07:00
Ryan Dahl
dc578724b1
Now working on v0.4.12
2011-08-17 18:45:28 -07:00
Ryan Dahl
a745d19ce7
Bump version to v0.4.11
2011-08-17 18:18:10 -07:00
Ryan Dahl
9cd510846e
Fixes #1546 . Remove expensive debug call.
2011-08-17 13:21:15 -07:00
Ben Noordhuis
5e37e10e41
module: fix pointer reference to out-of-scope variable
...
Reported by Tom Hughes.
2011-08-15 20:08:18 +02:00
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 .
2011-08-15 22:45:41 +09:00
koichik
4d186f270f
Docs: Not memcpy, but memmove
...
Fixes #1520 .
2011-08-14 23:10:36 +09:00
Ben Noordhuis
028b33b18a
test: add test for #1202 , uncatchable exception on bad host name
2011-08-12 15:46:18 +02:00
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 .
2011-08-12 15:42:45 +02:00
Ben Noordhuis
e00c2ec5e3
build: remove 1024 char read limit from cmake file
2011-08-12 15:32:43 +02:00
Arnout Kazemier
7ba30a4c2e
Small changes for fs.watchFile. Fixed broken markdown. Changed variable `f` to a proper filename.
...
Fixes #1507 .
2011-08-12 21:57:58 +09:00
isaacs
3210809d0a
Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'
2011-08-11 15:31:29 -07:00
koichik
d1a2628499
Doc improvements
...
related to #1472 .
2011-08-12 02:00:42 +09:00
Christopher Wright
0d8d04e585
Correct code span
...
Fixes #1489 .
2011-08-11 16:29:37 +09:00
Tom Hughes
421b6e89aa
crypto: fix incorrect ssl shutdown check
2011-08-09 23:56:00 +02:00
Tom Hughes
25118b0a26
net: fix incorrect sizeof()
2011-08-09 23:56:00 +02:00
Ben Noordhuis
fc57df283c
docs: rename readline.md to readline.markdown
2011-08-08 00:59:14 +02:00
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.
2011-08-08 00:57:30 +02:00
Logan Smyth
3056c2ca76
Add documentation for SecurePair and its 'secure' event.
...
Fixes #1443 .
2011-08-06 23:31:17 +09:00
koichik
c72223e2a9
Doc improvements
...
related to #1391 , #1415 .
2011-07-30 03:18:33 +09:00
koichik
8b3ba47f88
Fix http.ClientRequest crashes if end() was called twice
...
Fixes #1417 .
Fixes #1223 .
2011-07-30 00:07:37 +09:00
Tom Hughes
eab8bebced
Fix memleak in libeio.
2011-07-27 23:24:55 +02:00
Ben Noordhuis
2d65f3c59a
Include "platform.h", not <platform.h> - conflicts with system headers
...
Fixes #1003 .
2011-07-26 22:09:03 +02:00
koichik
d32971a8cb
Doc improvements and change argument name.
...
Fixes #1318 .
2011-07-25 23:57:25 +09:00
Ben Noordhuis
deb100fb17
eio: remove trailing comma from enumerations
...
Fixes compile-time error in strict mode. Fixes #567 .
2011-07-25 15:37:21 +02:00
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.
2011-07-24 17:18:33 -07:00
SAWADA Tadashi
e357acc55b
Fix crypto encryption/decryption with Base64.
...
Fixes #738 .
Fixes #1205 .
2011-07-23 21:56:41 +09:00
Vicente Jimenez Aguilar
b8e9bf0993
Typos in ChangeLog file.
...
Fixes #968 .
2011-07-23 21:16:45 +09:00
Bert Belder
78487b6256
Windows/cygwin: no more GetConsoleTitleW errors on XP
2011-07-22 16:33:55 +02:00
koichik
691497babe
Doc improvements
...
corresponds to #1374 and #1334 .
2011-07-22 00:20:47 +09:00