713 Commits (85827bde344340daa7777f84db01a5a6fb8caede)

Author SHA1 Message Date
Herbert Vojčík cf2b206a8e More changes to tests so they really work under context module loader. 14 years ago
Herbert Vojčík 32e309440f Fix of 'sys.common.debug' calls in tests. 14 years ago
Marco Rogers 6744e59e46 detect 0 length fs writes with tests 14 years ago
Ryan Dahl 4593c04959 Implement net.Server.maxConnections 14 years ago
Ryan Dahl a8c2bb41af Fix tests 14 years ago
Ryan Dahl 03123435e0 Remove platform specific asserts 14 years ago
Bert Belder 0e8d858aba One more test with a race condition fixed 14 years ago
Rasmus Andersson 758f12f34c added read and write support for process.title Darwin 14 years ago
Rasmus Andersson 8d5e05668b Added support for multiple listeners to DNS multicast datagrams. 14 years ago
Bert Belder 7059be19ec Fix http and net tests failing due to race condition 14 years ago
Ryan Dahl 9395786d11 Fix race conditions in tests 14 years ago
Bert Belder aaa1f451e6 Expose cwd option to child_process.exec() 14 years ago
Bert Belder 94914135df New api for child_process.spawn; ability to set cwd for spawn()ed process 14 years ago
Ryan Dahl d408de87fc Remove module.js - put code into src/node.js 14 years ago
cloudhead fe3e419687 querystring.parse: handle undefined value properly 14 years ago
Nick Stenning 0a3eff8021 Standardise module load order for native and registered file extensions. 14 years ago
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