238 Commits (7ff53f4c6aa5bbab8b623e4aedecea0511cb6da9)

Author SHA1 Message Date
Ryan Dahl 3a70129a9c Add sys.memoryUsage() 15 years ago
Ryan Dahl f481183140 Add process.platform 15 years ago
Ryan Dahl ad0a4cefb8 Namespace EVERYTHING under process; introduce GLOBAL 15 years ago
Ryan Dahl a5df0f6a65 Prefix all source files with node_ 15 years ago
Ryan Dahl 3456a16f71 Accept string representations of signals in node.kill and child.kill 15 years ago
Brandon Beacher 334d56d2be Added external interface for signal handlers. 15 years ago
Ryan Dahl 0ae02c9f04 Internalize node_version.h. 15 years ago
Ryan Dahl 388145546d Add comments to node.cc 15 years ago
Ryan Dahl e742d077e0 Enable debugging. 15 years ago
Ryan Dahl 53ebe75930 Improve build for V8 15 years ago
Ryan Dahl b404996cf3 Fix --v8-options command line argument. 15 years ago
Brandon Beacher f068251494 Added signal handler. 15 years ago
Ryan Dahl 39c61367a7 Only arguments before -- should be passed to V8. 15 years ago
Ryan Dahl 2b994d9e37 Also accept 'utf-8' to specify utf8 encodings. 15 years ago
Ryan Dahl 23c7f472d0 API: Move node.exit() to process.exit(). 15 years ago
Ryan Dahl f6657c3c9d Move http library to /http.js 15 years ago
Ryan Dahl 45ea62a0f6 Changes to compile on Andrew Miller's very old machine 15 years ago
Ryan Dahl 663deb3828 delete[] instead of delete for arrays. 15 years ago
Ryan Dahl 07792afe0a Remove "raw" encoding. Rename "raws" to "binary". 15 years ago
Ryan Dahl 605b7e9763 Add node.installPrefix 15 years ago
Ryan Dahl ef300d19cb Bugfix: ReportException shouldn't forget the top frame. 15 years ago
Ryan 227638bac1 Lint 15 years ago
Ryan 1910c113cc Add '--' to seperate v8 args from program args 15 years ago
Ryan d6c9d31cb5 cpplint.py node.cc and node.h 15 years ago
Ryan 3e4fc9f966 Add 'extern char **environ' so that the new ENV code compiles. 15 years ago
Ryan dc39e82024 Add access to user environment via ENV 15 years ago
Ryan 68dda0a7d8 Man page generation. 15 years ago
Ryan 8e5d4f9a69 Remove debug agent. It shouldn't have been commited! 15 years ago
Ryan 2337630746 Move arg parsing to beginning of main() 15 years ago
Ryan d7e220cee1 Add a few fflush(stderr) calls to track down missing stacktraces. 15 years ago
Ryan 8890070b88 Introduce "raws" encoding. Raw String. 15 years ago
Ryan 21a1b045f5 Byte stream to V8 decoding and encoding. 15 years ago
Ryan 6dd850aa16 node.assert() was broken. 15 years ago
Ryan 733ee426dc Fix slowness in debug run of test-tcp-many-clients 15 years ago
Ryan 82d986db24 Add limits.h to src/node.cc for PATH_MAX 15 years ago
Ryan ed9c3362ee Remove --lib option since there is no more libnode 15 years ago
Ryan 8152f9cff2 Revert static library build. 15 years ago
Michael Carter 8ea6adcae6 Feature: add node.cwd() to access the current working directory. 15 years ago
Ryan 3862fdade4 Throw Error exceptions from node.dlopen() 15 years ago
Ryan afd9e714d3 Stack traces for mjsunit errors, better error reporting function. 15 years ago
Ryan a97dce7523 Build static executable. 15 years ago
Ryan b73264d9b3 Add command line arguments for accessing build flags. 15 years ago
Ryan 2b6d72431b First attempt at node.dlopen 16 years ago
Ryan ad9d683f9f API: rename node.Process to node.ChildProcess 15 years ago
Ryan 116f4dea05 lint 15 years ago
Ryan 6025da2153 Introduce 'process' object. Also is the global object. 15 years ago
Ryan 8658999c7d Refactor node.Process to take advantage of evcom_reader/writer. 15 years ago
Ryan 17c6a67f15 Introduce node.stdio 15 years ago
Ryan a8813fcdf5 evcom upgrade - ignore sigpipe. remove error output. 15 years ago
Ryan 11df252cb9 Add simple command line switches 15 years ago