3525 Commits (ef27d56cc12ed34f4f8b4565304556a3fe426f30)
 

Author SHA1 Message Date
isaacs ef27d56cc1 Fixes #1610 Remove DigiNotar CA from trusted list 14 years ago
Nathan Rajlich 0c91a835ff util: isRegExp() should not call toString() on its argument 14 years ago
Ryan Dahl 827b9c5f1f net: fix throw error 14 years ago
koichik 509a676128 Doc improvements 14 years ago
Ryan Dahl ce9caa237f Fix #1563. overflow in ChildProcess custom_fd. 14 years ago
Maciej Małecki e150bc4f2b docs: process.memoryUsage returns memory usage measured in bytes 14 years ago
isaacs b4712bf1ac Close #1544 Document slashesDenoteHost flag in url.parse 14 years ago
Ryan Dahl dc578724b1 Now working on v0.4.12 14 years ago
Ryan Dahl a745d19ce7 Bump version to v0.4.11 14 years ago
Ryan Dahl 9cd510846e Fixes #1546. Remove expensive debug call. 14 years ago
Ben Noordhuis 5e37e10e41 module: fix pointer reference to out-of-scope variable 14 years ago
Mickaël Delahaye e8d268fd5f Fix docs for fs.*chown 14 years ago
koichik 4d186f270f Docs: Not memcpy, but memmove 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 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. 14 years ago
isaacs 3210809d0a Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty' 14 years ago
koichik d1a2628499 Doc improvements 14 years ago
Christopher Wright 0d8d04e585 Correct code span 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. 14 years ago
Logan Smyth 3056c2ca76 Add documentation for SecurePair and its 'secure' event. 14 years ago
koichik c72223e2a9 Doc improvements 14 years ago
koichik 8b3ba47f88 Fix http.ClientRequest crashes if end() was called twice 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 14 years ago
koichik d32971a8cb Doc improvements and change argument name. 14 years ago
Ben Noordhuis deb100fb17 eio: remove trailing comma from enumerations 14 years ago
isaacs bf0802402d Note that require.paths is gone in 0.5 14 years ago
SAWADA Tadashi e357acc55b Fix crypto encryption/decryption with Base64. 14 years ago
Vicente Jimenez Aguilar b8e9bf0993 Typos in ChangeLog file. 14 years ago
Bert Belder 78487b6256 Windows/cygwin: no more GetConsoleTitleW errors on XP 14 years ago
koichik 691497babe Doc improvements 14 years ago
Trent Mick bbf7e8ed5e http: fix setting ServerResponse.statusCode in writeHead 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 14 years ago
Ben Noordhuis 9f9a4cb928 Fix Math.pow crashes on machines without SSE2. 14 years ago
koichik e8bc80cf15 Doc improvements 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 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(). 14 years ago
koichik 5208abe723 Fix Buffer drops last null character in UTF-8 14 years ago
koichik 5f97c9a005 Improvements AssertionError message 14 years ago