939 Commits (a4906c7c83f8a1dce47963d39aa376ee6a87af19)

Author SHA1 Message Date
Ryan Dahl 0b925d075d bump version 14 years ago
Ryan Dahl 7db5c8a10d Fix toString('base64') bug 14 years ago
Ryan Dahl adec544fdd Revert "Expose the V8 debug object process.debug" 14 years ago
Ryan Dahl 31b59400f8 Allow null context in Script 14 years ago
isaacs 1a1214866f SetBlocking should set blocking, not toggle it 14 years ago
isaacs e9aacd40c6 When the parent's stdio FDs are passed to a child, make them temporarily blocking. 14 years ago
Ryan Dahl d9fbb8a580 Expose the V8 debug object process.debug 14 years ago
Brian 71009ad3fe Allow signals to be used with process.on in addition to process.addListener. 14 years ago
Danny Coates dc8c079d90 remove node::CheckBreak in favor of using the v8 debugger js object 14 years ago
Ryan Dahl c38dd24dc5 Fix style 14 years ago
Ben Noordhuis f72ac17c89 Buffer: graciously handle padding in base64-encoded input. 14 years ago
Ryan Dahl f291fbc8a7 Fix ending \0 in base64 decoding 14 years ago
Ben Noordhuis 95638c9b0d Buffer: adjust buffer size so the base64-decoded input fits snugly. 14 years ago
Ryan Dahl 5459e5c606 Globalize the Buffer object 14 years ago
Ryan Dahl b3c0359b56 Only one line break before stacktrace 14 years ago
Ryan Dahl d489555553 Use kqueue on recent macintosh builds 14 years ago
Benjamin Kramer eeaf1ef970 Constify read-only global data 14 years ago
Benjamin Kramer 93cb09642d Add missing parentheses 14 years ago
Benjamin Kramer eeb54c63d8 Fix addrlen for unix_dgram sockets 14 years ago
Ryan Dahl 2a4568c85f bump version 14 years ago
Dmitry Baranovskiy a585c5bbb3 Fixed format, so it wouldn’t blow up if %d argument is null or undefined + ensure that numbers will be numbers 14 years ago
Ryan Dahl 2c1ca4078d Implement buffer.write for base64 14 years ago
Ryan Dahl 528015e0d8 Implement buffer.toString('base64') 14 years ago
Andrew Naylor e0d6f14b22 Buffer for Cipher, Decipher, Hmac, Sign and Verify 14 years ago
Sam Shull 8acea2693d Add parenthesis to NODE_VERSION_AT_LEAST 14 years ago
Robert Keizer 5ebf6049d0 Added process.binding('stdio').getRows() 14 years ago
Ryan Dahl 9a26946aaa Fix for issue #214 14 years ago
Ryan Dahl 02746eddd6 Apple's SUN_LEN is broken, override 14 years ago
Ryan Dahl 341e41726f Set SO_REUSEADDR on all sockets 14 years ago
Ryan Dahl fa344d8514 Fix solaris build 14 years ago
Ryan Dahl 0174ceb6b2 bump version 14 years ago
Marco Rogers 1662c37c40 Fix console formatter to recognize json properly 14 years ago
Matt Ranney 98341daee2 Fix unix dgram socket address resolution on Linux. 14 years ago
Ryan Dahl 5f30377bbc Load modules in individual contexts 14 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. 14 years ago
Peter Griess b64a521d66 Buffer('') should create a 0-length buffer 14 years ago
Paul Querna 870aa3d97f Move evals to extension module. 14 years ago
Paul Querna ace2be8aa6 Move the Stat structure functions to node_file.cc 14 years ago
Paul Querna 82daa46e26 Move Buffer to extension model. 14 years ago
Paul Querna 4f7f43762d Move child process to extension model. 14 years ago
Paul Querna e65c27062f Move http parser to extension model. 14 years ago
Paul Querna e51aef7f3c Move signal_watcher to extension model. 14 years ago
Paul Querna 208290b524 Move cares to extension model 14 years ago
Paul Querna e5bb8abc9d Move stdio to extension model. 14 years ago
Paul Querna 8dbfe5ea8f Use the top level check for the bindings cache 14 years ago
Paul Querna 30dadfc033 Register builtin extensions via a macro, rather than a manual strcmp 14 years ago
Ryan Dahl 6bf294d71a JSON is %j not %f 14 years ago
Paul Querna 367b87d26d Add support for the module structure to process.dlopen. 14 years ago
Paul Querna 49066042a2 Add basic structure and macros for node modules. 14 years ago