summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v0.4'Ryan Dahl2011-04-034-39/+56
|\
| * Now working on version v0.4.6Ryan Dahl2011-04-011-2/+2
| * Bump version to v0.4.5v0.4.5Ryan Dahl2011-04-011-1/+1
| * Revert "Disable compression with OpenSSL."Ryan Dahl2011-04-011-12/+3
| * Disable compression with OpenSSL.Ryan Dahl2011-04-011-3/+12
| * Don't load root certs for each SSL contextRyan Dahl2011-03-312-27/+52
| * process.stderr.write should return trueRyan Dahl2011-03-301-5/+4
| * Retain buffers in fs.read/write()Jorge Chamorro Bieling2011-03-281-7/+0
| * Now working on v0.4.5Ryan Dahl2011-03-261-2/+2
| * Bump version to v0.4.4v0.4.4Ryan Dahl2011-03-261-1/+1
* | Don't conflict with V8's Script classRyan Dahl2011-03-302-3/+6
* | Better ifdef for futimesRyan Dahl2011-03-221-3/+3
* | signage warning, and add v8::namespaceisaacs2011-03-221-2/+2
* | Merge branch 'v0.4'Ryan Dahl2011-03-222-3/+5
|\ \ | |/
| * Guard failed buffer constructions.Ryan Dahl2011-03-221-0/+1
| * Now working on v0.4.4Ryan Dahl2011-03-181-2/+2
| * bump version to v0.4.3v0.4.3Ryan Dahl2011-03-181-1/+1
| * Don't call GetMemoryUsage every 5 secondsRyan Dahl2011-03-181-3/+4
* | Fix solaris buildRyan Dahl2011-03-221-0/+5
* | Add helpful error message for setuid/setgid when user/group id does not existBrian White2011-03-181-2/+10
* | Merge branch 'v0.4'Ryan Dahl2011-03-181-20/+21
|\ \ | |/
| * Working on v0.4.3-pre - oopsRyan Dahl2011-03-151-2/+2
| * Fix comment in node_provider.dRyan Dahl2011-03-151-20/+21
* | Export more functions for initializing and starting node.Dean McNamee2011-03-182-36/+58
* | Remove bad assert in GetInterfaceAddressesRyan Dahl2011-03-171-3/+0
* | Add support for file descriptor type detection.Daniel Ennis2011-03-171-0/+72
* | os.getNetworkInterfaces()Ryan Dahl2011-03-169-0/+127
* | Allow script to be read from stdinRyan Dahl2011-03-151-2/+21
* | Simplify startup function in src/node.jsRyan Dahl2011-03-151-78/+38
* | Merge branch 'v0.4'Ryan Dahl2011-03-1466-125/+1564
|\ \ | |/
| * Update copyright headersRyan Dahl2011-03-1466-19/+1385
| * Crypto update should only accept strings / buffersFelix Geisendörfer2011-03-141-2/+24
| * Do not use defineGetter in src/node.js for better crankshaft perfRyan Dahl2011-03-141-47/+33
| * without this the server will not advertise support for client certsTheo Schlossnagle2011-03-111-0/+1
| * Use default backend for __sun (event ports)Ryan Dahl2011-03-111-5/+1
| * Buffer::Length(Buffer*) should not invoke itself recursively.Ben Noordhuis2011-03-101-1/+1
| * Add missing v8:: namespace prefixRyan Dahl2011-03-091-1/+1
| * Add string class that uses ExternalAsciiStringResource.Tom Hughes2011-03-085-11/+69
| * Bump version to v0.4.2v0.4.2Ryan Dahl2011-03-021-1/+1
| * SIGUSR1 should break the VM without delayRyan Dahl2011-03-011-15/+18
| * Closes GH-734 Do the setuid() after chdir()isaacs2011-02-281-28/+30
| * tty.setWindowSize should use the correct functionRyan Dahl2011-02-281-1/+1
| * Expose errno with a string for dns/caresFelix Geisendörfer2011-02-281-0/+1
* | Use higher resolution clock for uptime on Linux (if available).Tom Hughes2011-03-091-2/+14
* | Add process.uptime().Tom Hughes2011-03-079-9/+35
* | fs.utimes() and fs.futimes() support.Ben Noordhuis2011-03-021-0/+81
* | Merge branch 'v0.4'Ryan Dahl2011-02-252-2/+9
|\ \ | |/
| * Fix memleak in vm.runInNewContextRyan Dahl2011-02-241-1/+8
| * fix process.on edge case with signal eventcloudhead2011-02-231-1/+1
* | Use default backend for __sun (event ports)Ryan Dahl2011-02-231-5/+1