1945 Commits (66deea10c7bca2fe9c6b82495d141f0faf227216)
 

Author SHA1 Message Date
Chandra Sekar S 66deea10c7 Support for HOME and END in REPL. 14 years ago
Ryan Dahl 6fdb874e2e Fix DNS example in docs 14 years ago
Ryan Dahl 2a4568c85f bump version 14 years ago
Ryan Dahl 402bcb83bc Add reference to base64 encoding 14 years ago
Dmitry Baranovskiy 8ab3c3e7c3 Added ability to pass offset to buffer write and toString methods as a string, i.e. '2' and encoding as anything 14 years ago
Dmitry Baranovskiy a585c5bbb3 Fixed format, so it wouldn’t blow up if %d argument is null or undefined + ensure that numbers will be numbers 14 years ago
Ryan Dahl 2c1ca4078d Implement buffer.write for base64 14 years ago
Ryan Dahl 528015e0d8 Implement buffer.toString('base64') 14 years ago
Ryan Dahl 138593b156 Fix case in docs 14 years ago
isaacs f0f247d7e5 Fix dirname so that dirname('/a/b/') -> '/a', like sh's does. 14 years ago
Andrew Naylor e0d6f14b22 Buffer for Cipher, Decipher, Hmac, Sign and Verify 14 years ago
Ryan Dahl cb97cdb256 Remove Werror from SConstruct 14 years ago
Ryan Dahl e4eeaa7fbc Upgrade V8 to 2.3.2 14 years ago
Ryan Dahl 07ab34cd58 TODO items 14 years ago
Chandra Sekar S f5f7cb9264 Support for reading byte ranges from files using fs.createReadStream. 14 years ago
Peter Griess 56f200af5d Fix Buffer.toString() on 0-length slices. 14 years ago
Sam Shull 8acea2693d Add parenthesis to NODE_VERSION_AT_LEAST 14 years ago
Robert Keizer 5ebf6049d0 Added process.binding('stdio').getRows() 14 years ago
isaacs d75b63bc3c Support including modules that don't have an extension. 14 years ago
Ryan Dahl 7067a7155f Specify env differently in execFile 14 years ago
Brian 352b8c3ad5 Consistency changes in api docs 14 years ago
isaacs 49e0f14a2f Cache modules based on filename rather than ID 14 years ago
Peter Griess a9d8cac4b0 Document setuid/setgid sync resolution capability. 14 years ago
Micheil Smith 299671b731 querystring: Removing typecasting of numeric strings to numbers 14 years ago
Jan Kassens f18d9d8466 querystring.js: JSLint warnings fixed 14 years ago
Jan Kassens c7e0c64506 querystring doc fix 14 years ago
Jan Kassens bb2acd5e75 querystring.stringify is now more solid 14 years ago
Ryan Dahl eda1edd07f Add todo item 14 years ago
Ryan Dahl 9a26946aaa Fix for issue #214 14 years ago
Benjamin Fritsch 0ed3532699 added test for Issue #214 14 years ago
Ryan Dahl 65f2e72d77 Fix style in readline 14 years ago
Jérémy Lal 0fd1656d63 Support DEL in the REPL. 14 years ago
Ryan Dahl 02746eddd6 Apple's SUN_LEN is broken, override 14 years ago
Ryan Dahl 341e41726f Set SO_REUSEADDR on all sockets 14 years ago
Ryan Dahl 11a784d6da Upgrade http-parser 14 years ago
Ryan Dahl fa344d8514 Fix solaris build 14 years ago
Ryan Dahl 0174ceb6b2 bump version 14 years ago
Ryan Dahl 458bbb4687 fs.writeSync should return bytes written 14 years ago
Marco Rogers 1662c37c40 Fix console formatter to recognize json properly 14 years ago
Ryan Dahl dcd41ca864 Upgrade V8 to 2.3.0 14 years ago
Сергей Крыжановский 078a48a97b added env to child_process.exec 14 years ago
Matt Ranney 98341daee2 Fix unix dgram socket address resolution on Linux. 14 years ago
Ryan Dahl 02729d4af7 instanceof Buffer to Buffer.isBuffer() 14 years ago
Ryan Dahl 6961bc568f More instanceof Array fixes 14 years ago
Ryan Dahl bd05d83ae7 Update TODO 14 years ago
Ryan Dahl c926ab7746 Fix test-executable-path.js 14 years ago
Ryan Dahl 8921bf454d Remove race conditions and simplify test-http-exceptions.js 14 years ago
Ryan Dahl 4c6f4dabf5 Adjust tests for error reporting on JSON.parse(undefined) 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
Ryan Dahl 9472812569 Fix reference to root global context 14 years ago