1714 Commits (fcad5e35fd03ce0066ed4d9b56c93e4d945728fd)

Author SHA1 Message Date
isaacs 5cfac21852 GH-853 fs.fchmod and fs.fchown 14 years ago
Fedor Indutny c9b40da368 OpenSSL NPN in node.js 14 years ago
Ryan Dahl b4ff36a41b Add --cov code coverage option 14 years ago
Ryan Dahl 61100788ad Now working on v0.4.7 14 years ago
Ryan Dahl 58002d56bc Bump to v0.4.6 14 years ago
Theo Schlossnagle e2d9018535 SSL_OP_CRYPTOPRO_TLSEXT_BUG 14 years ago
Theo Schlossnagle 2a88dd3bc1 TLS: Add secureOptions flag 14 years ago
Scott McWhirter 90348a616d Add os.cpus() and os.uptime() support for sunos 14 years ago
Ryan Dahl 2f98451561 Revert "Add os.cpus() and os.uptime() support for sunos" 14 years ago
Scott McWhirter e8cf98c841 Add os.cpus() and os.uptime() support for sunos 14 years ago
koichik 9533e879f0 Fix Buffer.write() with UCS-2 should not be write partial char 14 years ago
Jakub Lekstan 81cbd42cf5 Fixes the circular reference in vm modules. 14 years ago
Scott McWhirter d953856d87 Remove extra kstat_open 14 years ago
Scott McWhirter 752bbd6b42 Add os.cpus() support for sunos 14 years ago
Ryan Dahl 61d0b5af87 Now working on version v0.4.6 14 years ago
Ryan Dahl 787a343b58 Bump version to v0.4.5 14 years ago
Ryan Dahl a7254f3df9 Revert "Disable compression with OpenSSL." 14 years ago
Ryan Dahl 362785f704 Disable compression with OpenSSL. 14 years ago
Ryan Dahl 5c35dff419 Don't load root certs for each SSL context 14 years ago
Ryan Dahl ed74db01f3 process.stderr.write should return true 14 years ago
Ryan Dahl 75db1995b6 Don't conflict with V8's Script class 14 years ago
Jorge Chamorro Bieling e7604b1ea7 Retain buffers in fs.read/write() 14 years ago
Ryan Dahl 73ebea7a4d Now working on v0.4.5 14 years ago
Ryan Dahl 25122b986a Bump version to v0.4.4 14 years ago
Ryan Dahl 4cc0a0878f Better ifdef for futimes 14 years ago
isaacs 7bff70268a signage warning, and add v8::namespace 14 years ago
Ryan Dahl 8b33a1d8e4 Guard failed buffer constructions. 14 years ago
Ryan Dahl f63120be78 Fix solaris build 14 years ago
Ryan Dahl 4ae5e085ff Now working on v0.4.4 14 years ago
Ryan Dahl c095ce1a1b bump version to v0.4.3 14 years ago
Ryan Dahl aeed966fe0 Don't call GetMemoryUsage every 5 seconds 14 years ago
Brian White 52b9ede6db Add helpful error message for setuid/setgid when user/group id does not exist 14 years ago
Dean McNamee f67e8f243c Export more functions for initializing and starting node. 14 years ago
Ryan Dahl b368a3b438 Remove bad assert in GetInterfaceAddresses 14 years ago
Daniel Ennis 911cbd0cef Add support for file descriptor type detection. 14 years ago
Ryan Dahl 19e53512b8 os.getNetworkInterfaces() 14 years ago
Ryan Dahl 4a9f2de956 Allow script to be read from stdin 14 years ago
Ryan Dahl 59f7232a30 Simplify startup function in src/node.js 14 years ago
Ryan Dahl 566c67b758 Working on v0.4.3-pre - oops 14 years ago
Ryan Dahl 61fdfcb137 Fix comment in node_provider.d 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Felix Geisendörfer 9d4c5a12f4 Crypto update should only accept strings / buffers 14 years ago
Ryan Dahl 2a05fe784d Do not use defineGetter in src/node.js for better crankshaft perf 14 years ago
Theo Schlossnagle 2a61e1cd49 without this the server will not advertise support for client certs 14 years ago
Ryan Dahl 97853e07de Use default backend for __sun (event ports) 14 years ago
Ben Noordhuis 594642b31d Buffer::Length(Buffer*) should not invoke itself recursively. 14 years ago
Ryan Dahl 161f7aacf7 Add missing v8:: namespace prefix 14 years ago
Tom Hughes 2c185a9dfd Use higher resolution clock for uptime on Linux (if available). 14 years ago
Tom Hughes 74954ce7d8 Add string class that uses ExternalAsciiStringResource. 14 years ago
Tom Hughes cf78ce59b3 Add process.uptime(). 14 years ago