597 Commits (2dda6be7991fc6809eedca4dc51935a178c63745)

Author SHA1 Message Date
Nick Stenning 78520ba482 Don't attempt to load a directory. 14 years ago
Ryan Dahl 7db5c8a10d Fix toString('base64') bug 14 years ago
Ryan Dahl adec544fdd Revert "Expose the V8 debug object process.debug" 14 years ago
Ryan Dahl 31b59400f8 Allow null context in Script 14 years ago
Ryan Dahl d9fbb8a580 Expose the V8 debug object process.debug 14 years ago
Mikeal Rogers 3214116be6 Implement keep-alive for http.Client 14 years ago
isaacs 65037eeb32 Don't let path.normalize get above the root. 14 years ago
Ben Noordhuis f72ac17c89 Buffer: graciously handle padding in base64-encoded input. 14 years ago
Ryan Dahl f291fbc8a7 Fix ending \0 in base64 decoding 14 years ago
Ben Noordhuis 95638c9b0d Buffer: adjust buffer size so the base64-decoded input fits snugly. 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
Ryan Dahl 2c1ca4078d Implement buffer.write for base64 14 years ago
Ryan Dahl 528015e0d8 Implement buffer.toString('base64') 14 years ago
isaacs f0f247d7e5 Fix dirname so that dirname('/a/b/') -> '/a', like sh's does. 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
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
isaacs 49e0f14a2f Cache modules based on filename rather than ID 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 bb2acd5e75 querystring.stringify is now more solid 14 years ago
Benjamin Fritsch 0ed3532699 added test for Issue #214 14 years ago
Ryan Dahl 458bbb4687 fs.writeSync should return bytes written 14 years ago
Сергей Крыжановский 078a48a97b added env to child_process.exec 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 5f30377bbc Load modules in individual contexts 14 years ago
Matt Ranney 4e50197e53 Datagram socket refactor. Add tests and documentation. 15 years ago
Peter Griess e7c4f8cdaa Buffer.copy() should liberally allow empty copies. 14 years ago
David Siegel 2085909aeb fix corner-case bug in Module 15 years ago
Dmitriy Shalashov 70a8fb3763 Fix headers with empty value. 15 years ago
Ryan Dahl 515dc2161b Experimental: 'on' as alias to 'addListener' 15 years ago
Ryan Dahl 82ce3481fe Fix undefined_reference_in_new_context test 15 years ago
Ryan Dahl 8a52fb7aeb Revert "Fix 'uncaughtException' for top level exceptions" 15 years ago
Ryan Dahl 8f8dcf8ed6 Fix 'uncaughtException' for top level exceptions 15 years ago
Blake Mizerany 8c8534046c fix whitespace errors 15 years ago
Dmitry Baranovskiy f8ca6b383c Rewrote QueryString.parse to make it smaller and more effective. 15 years ago
Ryan Dahl 5e86d01385 Revert "Buffer.copy should copy through sourceEnd, as specified." 15 years ago
Ruben Rodriguez 242161bef2 Added new API to Script, and implemented it in the REPL 15 years ago
Matt Ranney a2f70da4c9 Buffer.copy should copy through sourceEnd, as specified. 15 years ago
Ryan Dahl ba792ea202 :%s/sys.puts/console.log/g 15 years ago
Ryan Dahl f541043618 Remove ini.js 15 years ago
Mikeal Rogers f62979da6b Add sys.pump 15 years ago
Marshall Culpepper ca35ba640a Initial implementation of process.execPath 15 years ago
Peter Griess 51bd1b4483 Only concatenate some incoming HTTP headers. 15 years ago
Ryan Dahl cb79614f73 Don't encourage strange ideas about req race conditions 15 years ago
Ryan Dahl eda21cccb4 Fix race condition in test-http-exceptions.js 15 years ago