summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [dgram] only look up hostname for the requested address familyRasmus Andersson2010-08-102-47/+96
* Close fd on readFile(emptyfile)Ryan Dahl2010-08-101-0/+1
* uppercase request methodsRyan Dahl2010-08-091-1/+1
* If no options are given to child_process.spawn, env should default to process...Bert Belder2010-08-091-2/+3
* Export Interface from readline.jsRyan Dahl2010-08-081-0/+1
* Expose cwd option to child_process.exec()Bert Belder2010-08-061-1/+2
* New api for child_process.spawn; ability to set cwd for spawn()ed processBert Belder2010-08-061-7/+21
* Remove module.js - put code into src/node.jsRyan Dahl2010-08-061-480/+0
* querystring.parse: handle undefined value properlycloudhead2010-08-051-0/+1
* Standardise module load order for native and registered file extensions.Nick Stenning2010-08-041-26/+12
* Don't attempt to load a directory.Nick Stenning2010-08-041-28/+31
* Revert "Expose the V8 debug object process.debug"Ryan Dahl2010-08-041-2/+2
* Client.onend: Anticipate that the HTTP parser object is uninitialized when th...Ben Noordhuis2010-08-021-1/+1
* Expose the V8 debug object process.debugRyan Dahl2010-08-021-2/+2
* Implement keep-alive for http.ClientMikeal Rogers2010-08-011-2/+12
* Don't let path.normalize get above the root.isaacs2010-08-011-0/+4
* remove node::CheckBreak in favor of using the v8 debugger js objectDanny Coates2010-08-011-1/+3
* Fix --debug-brk; hacky solutionRyan Dahl2010-07-271-0/+1
* Check for socket on Unix domain connect.Matt Ranney2010-07-261-2/+2
* Support for HOME and END in REPL.Chandra Sekar S2010-07-261-0/+6
* Added ability to pass offset to buffer write and toString methods as a string...Dmitry Baranovskiy2010-07-251-28/+17
* Implement buffer.write for base64Ryan Dahl2010-07-231-0/+3
* Implement buffer.toString('base64')Ryan Dahl2010-07-231-0/+3
* Fix dirname so that dirname('/a/b/') -> '/a', like sh's does.isaacs2010-07-232-6/+4
* Support for reading byte ranges from files using fs.createReadStream.Chandra Sekar S2010-07-211-1/+24
* Fix Buffer.toString() on 0-length slices.Peter Griess2010-07-201-1/+6
* Support including modules that don't have an extension.isaacs2010-07-201-1/+2
* Specify env differently in execFileRyan Dahl2010-07-191-7/+25
* Cache modules based on filename rather than IDisaacs2010-07-191-41/+36
* querystring: Removing typecasting of numeric strings to numbersMicheil Smith2010-07-191-1/+0
* querystring.stringify is now more solidJan Kassens2010-07-191-29/+13
* Fix style in readlineRyan Dahl2010-07-191-3/+2
* Support DEL in the REPL.Jérémy Lal2010-07-181-0/+5
* fs.writeSync should return bytes writtenRyan Dahl2010-07-161-1/+1
* added env to child_process.execСергей Крыжановский2010-07-151-7/+9
* instanceof Buffer to Buffer.isBuffer()Ryan Dahl2010-07-153-7/+11
* More instanceof Array fixesRyan Dahl2010-07-151-5/+6
* Fix reference to root global contextRyan Dahl2010-07-151-1/+1
* Use Array.isArray instead of instanceofRyan Dahl2010-07-151-2/+2
* Add 'root' global variable as reference to sandboxRyan Dahl2010-07-151-0/+2
* Load modules in individual contextsRyan Dahl2010-07-151-9/+49
* Datagram socket refactor. Add tests and documentation.Matt Ranney2010-07-152-118/+133
* Use execPath for default NODE_PATH, not installPrefixisaacs2010-07-141-1/+1
* Adds "pause" and "resume" events to pump and it's readable argument.Mikeal Rogers2010-07-131-0/+11
* fix corner-case bug in ModuleDavid Siegel2010-07-131-1/+6
* use delete for removing events after removing the final listenerrick2010-07-121-1/+3
* Return child from execFileRyan Dahl2010-07-121-0/+2
* Fix headers with empty value.Dmitriy Shalashov2010-07-071-2/+2
* Experimental: 'on' as alias to 'addListener'Ryan Dahl2010-07-031-0/+1
* Doc fixes for FD related features, upgrade.Peter Griess2010-07-031-3/+3