915 Commits (07ab34cd582cf0bf75794c6b064cf70a44c8df6b)

Author SHA1 Message Date
Sam Shull 8acea2693d Add parenthesis to NODE_VERSION_AT_LEAST 15 years ago
Robert Keizer 5ebf6049d0 Added process.binding('stdio').getRows() 15 years ago
Ryan Dahl 9a26946aaa Fix for issue #214 15 years ago
Ryan Dahl 02746eddd6 Apple's SUN_LEN is broken, override 15 years ago
Ryan Dahl 341e41726f Set SO_REUSEADDR on all sockets 15 years ago
Ryan Dahl fa344d8514 Fix solaris build 15 years ago
Ryan Dahl 0174ceb6b2 bump version 15 years ago
Marco Rogers 1662c37c40 Fix console formatter to recognize json properly 15 years ago
Matt Ranney 98341daee2 Fix unix dgram socket address resolution on Linux. 15 years ago
Ryan Dahl 5f30377bbc Load modules in individual contexts 15 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. 15 years ago
Peter Griess b64a521d66 Buffer('') should create a 0-length buffer 15 years ago
Paul Querna 870aa3d97f Move evals to extension module. 15 years ago
Paul Querna ace2be8aa6 Move the Stat structure functions to node_file.cc 15 years ago
Paul Querna 82daa46e26 Move Buffer to extension model. 15 years ago
Paul Querna 4f7f43762d Move child process to extension model. 15 years ago
Paul Querna e65c27062f Move http parser to extension model. 15 years ago
Paul Querna e51aef7f3c Move signal_watcher to extension model. 15 years ago
Paul Querna 208290b524 Move cares to extension model 15 years ago
Paul Querna e5bb8abc9d Move stdio to extension model. 15 years ago
Paul Querna 8dbfe5ea8f Use the top level check for the bindings cache 15 years ago
Paul Querna 30dadfc033 Register builtin extensions via a macro, rather than a manual strcmp 15 years ago
Ryan Dahl 6bf294d71a JSON is %j not %f 15 years ago
Paul Querna 367b87d26d Add support for the module structure to process.dlopen. 15 years ago
Paul Querna 49066042a2 Add basic structure and macros for node modules. 15 years ago
Paul Querna 480164f923 Move node version to a single static header file. 15 years ago
Peter Griess 99a5d1e293 Free kbuf[] in Verify::VerifyFinal(). 15 years ago
Peter Griess ac2404283e Coverity stack size warnings in DefineConstants(). 15 years ago
Peter Griess 7a706e4206 Coverity fixes: src/platform_linux.cc 15 years ago
Peter Griess 6eb0b6ac27 Coverity fixes: src/node_net 15 years ago
Peter Griess 760fb17bbf Coverity fixes: src/node_file 15 years ago
Peter Griess 792c7caf40 Coverity fixes: src/node_crypto 15 years ago
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