99 Commits (8eb1294f87ca9e82c66d124762bd33430686108c)

Author SHA1 Message Date
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
Ryan 1bf9be6b37 Add node.version 15 years ago
Ryan 41d89f611f Add DNS API. 15 years ago
Ryan 0fb0af3a6c Rename evnet to evcom. 15 years ago
Ryan 4aac515202 Remove unused 'using namespace std' lines. 15 years ago
Ryan 646829262f Fix evnet_buf size calculation for V8::AdjustAmountOfExternalAllocatedMemory(). 16 years ago
Ryan eb10553634 Move node.inherit, node.path, node.cat to new file: util.js 16 years ago
Ryan c5ab0d5a80 Upgrade liboi, which is now called evnet. 16 years ago
Ryan 1fc4dce08b Simplify and cleanup ObjectWrap. 16 years ago
Ryan e876d6629e Fix unused variable warnings. 16 years ago
Ryan 7cd09874c6 Add Promise class 16 years ago
Ryan 70fe920fb5 Use events for all HTTP messages. 16 years ago
Ryan ed3d6a63d5 Further expand EventEmitter to TCP and HTTP 16 years ago
Ryan 2ecd7ffe54 in the middle putting in event code. broken. 16 years ago
Ryan 5ab93502d0 Fix issue in 5b7fb10 16 years ago
Ryan 0ff62b2ea0 Move oi_buf creation to node.cc 16 years ago
Ryan f56309deee Remove eio_warmup. Use ev_ref instead. 16 years ago
Ryan 83cb156b6f skelton of node.Process 16 years ago
Ryan 2b557c467f Namespace trimming: remove node.constants 16 years ago
Ryan 27b268b8c1 Clean ups 16 years ago
Ryan 6697cd0725 small superficial clean-ups 16 years ago
Ryan 8b49cef10b Modify the tests to use onExit hook. 16 years ago