1335 Commits (e33e7d1a3712add02cd08c0069bb56ba76e49aa5)

Author SHA1 Message Date
Peter Griess 4e3c5d88b3 Coverity fixes: src/node.cc 15 years ago
Jerome Etienne 8e9f59a452 Support of console.dir + console.assert 15 years ago
Ryan Dahl 192234c689 Remove unnecessary defines in node_events.cc 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
Ryan Dahl d49d53fd49 Expose new HTTP methods 15 years ago
Blake Mizerany 8c8534046c fix whitespace errors 15 years ago
Ryan Dahl 0a8bd34b69 Resolve .local domains with getaddrinfo() 15 years ago
Matt Ranney 02ed0ec93b On overlapping buffers use memmove 15 years ago
Ryan Dahl 5e86d01385 Revert "Buffer.copy should copy through sourceEnd, as specified." 15 years ago
Ryan Dahl 6b430a95c9 console.log: if not string, coerce into one 15 years ago
Ryan Dahl 5aadeae888 Simply C++ event emitter 15 years ago
Ryan Dahl b69c6a03b1 If not string, console.log should just print it without trying to format 15 years ago
Ryan Dahl c9e12204a2 Stub out console.log format strings, info, warn, error 15 years ago
Ryan Dahl 23172c5d85 Lint node_script.cc 15 years ago
Ryan Dahl e2db605308 Use EVBACKEND_POLL on Solaris; select() is just a wrapper anyway 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
Ryan Dahl fc175a089d Remove mjsunit from repo 15 years ago
Ryan Dahl 1b5ec7017d Don't use NULL in realpath() on darwin, doesn't work in older versions 15 years ago
Marshall Culpepper ca35ba640a Initial implementation of process.execPath 15 years ago
Ryan Dahl f1a4f17897 script.runIn*Context not throwing errors properly. 15 years ago
Ryan Dahl 9bd3942f70 Add platform_none for cygwin build 15 years ago
Ryan Dahl 84c10265db Fix platform_linux.cc, missing include 15 years ago
Ryan Dahl 01a8d270cf Add platform files, move getmem to node::OS class. 15 years ago
David Siegel 81ad8106dc Add UDP broadcast support 15 years ago
isaacs 73f207fe59 Throw exceptions, not strings 15 years ago
Ryan Dahl c2e2479cc5 Fix Linux build 15 years ago
Peter Dekkers e48f0d1dd9 Fixed incorrect mask for determining fs.Stats types 15 years ago
isaacs 4ce100fa62 A replacement for decodeURIComponent that doesn't throw. 15 years ago
Ryan Dahl 6bed15e074 Refactor: Utf8Decoder -> StringDecoder 15 years ago
Ryan Dahl 459440842f More lint on node_crypto 15 years ago
Ryan Dahl 9854216d36 Fix a bunch of memory leaks in node_crypto 15 years ago
Ryan Dahl 5bc00abed7 Lint node_crypto.cc 15 years ago
Ryan Dahl 5f88097eb4 Remove unused code from node_crypto 15 years ago
isaacs 1ffdad010b Expose the FD numbers for stdin and stderr on process.binding("stdio") 15 years ago
Ryan Dahl d6072766ed Fix memory leak in hash.update() 15 years ago
Ryan Dahl 009b4569b3 Merge Hash.init() function into JS constructor 15 years ago
Paul Querna 02da5ed4a1 Implement datagram sockets 15 years ago
isaacs 94be898fbc Remove "uri" module. 15 years ago
Ryan Dahl 0e390d69a8 Don't use bzero 15 years ago
Raffaele Sena b3b81d67ff Port to cygwin 15 years ago
Ryan Dahl bca16a0581 Handle ctrl+z from readline 15 years ago
Ryan Dahl 0c3b6aba7a Do not output \n on stderr on output, breaks tests 15 years ago
Ryan Dahl 6056d2ea2c node without arguments starts the REPL 15 years ago
Ryan Dahl 41f213be18 Add binding to termios, implement readline for repl 15 years ago
Ryan Dahl 9be6c501ec Upgrade http-parser 15 years ago
Ryan Dahl 935f8437fd Allow ObjectWrap destructors before Wrap() 15 years ago