532 Commits (bf803f478bfdee522adf42b5c1207deb75cdb7dc)

Author SHA1 Message Date
Ryan Dahl 9db2e5f375 Default to utf8 encoding for node.fs.cat() 15 years ago
Ryan Dahl 083d150bc4 Add node.exec() 15 years ago
Ryan Dahl 5fdf9bbaa9 Remove unused variable in http.cc 15 years ago
Ryan Dahl 4f98e2deb3 Fix buffering logic for HTTP outgoing messages. 15 years ago
Ryan Dahl f389f923b8 Remove erroneously placed EV_DEFAULT_UC_ 15 years ago
Ryan Dahl 0d1ec5fdbe API: node.fs.read() takes a normal encoding parameter. 15 years ago
Ryan Dahl d1a13bdd35 Fix default encoding for outgoing HTTP messages 15 years ago
Ryan Dahl ef300d19cb Bugfix: ReportException shouldn't forget the top frame. 15 years ago
Ryan Dahl 8eb1294f87 Bugfix: sendBody wasn't setting encoding 15 years ago
Ryan 227638bac1 Lint 15 years ago
Ryan dbe116ddfe API: Change arguments of emit(), emitSuccess(), emitError() 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 241950c1df Add isDirectory(), isFile(), isSocket(), ... methods to stats object. 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 efb2b703a6 Remove compiler warning with extra assert. 15 years ago
Ryan 393caeb4c9 Add Exception::Error where missing. 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 063890b8da Internally use full paths when loading modules. 15 years ago
Ryan 1a2696f10a Almost completely remove onExit and onLoad. 15 years ago
Ryan 0407145c11 Exit the process on module load error. (temporary) 15 years ago
Ryan 2f46540d30 Create NODE_UNIXTIME macros 15 years ago
Ryan 9dbd92476e Bugfix: Trap exceptions in URIParser. 15 years ago
Ryan 733ee426dc Fix slowness in debug run of test-tcp-many-clients 15 years ago
Ryan 3736bf9f49 Add node.fs.mkdir() 15 years ago
Ryan 9b3e2ae192 Add node.fs.readdir() 15 years ago
Ryan 747d6723aa Clean up eio wrappers. Create EIOPromise. 15 years ago
Ryan 1645b8f8b0 Asyncly do getaddrinfo() on Apple. 15 years ago
Ryan aefbd57514 Add stack to promise.wait(). 15 years ago
Ryan 8ddf930901 Build natively on x64. 15 years ago
Ryan 82d986db24 Add limits.h to src/node.cc for PATH_MAX 15 years ago
Ryan 78bb53b009 Set module.loaded=true for dll modules. 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 fbf65b58f9 Use Error exceptions where possible in net.cc and file.cc 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 7beea2cd5f Upgrade evcom; Add setTimeout method to node.tcp.Connection 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 4d92199d18 Add pkgconfig files to help with dll builds. 15 years ago
Ryan 2b6d72431b First attempt at node.dlopen 16 years ago