11664 Commits (96165f9be2365eeb4c4669553cb7f12d6f5a374c)
 

Author SHA1 Message Date
Ryan 9b3e2ae192 Add node.fs.readdir() 15 years ago
Ryan 747d6723aa Clean up eio wrappers. Create EIOPromise. 15 years ago
Ryan c13773a71f Clean up text on website. 15 years ago
Ryan 1645b8f8b0 Asyncly do getaddrinfo() on Apple. 15 years ago
Ryan 1df6d61208 Upgrade libeio, increase xthread stacksize to 64kb. 15 years ago
Ryan 342da69701 Add extension API documentation 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 97ce138621 Upgrade V8 to 1.3.9 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 18a1923604 Update test script to use new debug build's name: node_g 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
Ryan 31db4f1ed8 bump version 15 years ago
Ryan 00a03dfee2 Fix text on index.html 15 years ago
Ryan ad9d683f9f API: rename node.Process to node.ChildProcess 15 years ago
Ryan 116f4dea05 lint 15 years ago
Ryan 723c7d9f7c Replace onExit() with process.addListener("exit") 15 years ago
Ryan 6025da2153 Introduce 'process' object. Also is the global object. 15 years ago
Ryan 31265be4a6 Depreciate onLoad 15 years ago
Ryan 79f121044c Synchronous module loading. 15 years ago
Ryan 7e7deed510 Add node.assert for internal debugging. 15 years ago
Ryan 18d0511777 promise.block() renamed to promise.wait() 15 years ago
Ryan 51addf19d8 Improve Promise documentation. 15 years ago
Ryan 8781b969e9 Modify website layout. 15 years ago
Ryan db42ad959d API: All EventEmitters emit "newListener" when listeners are added. 15 years ago
Ryan b5a1585470 Restyle website/api.html. Now looks like the front page. 15 years ago
Ryan b5b65ddcd7 Upgrade v8 to 1.3.7 15 years ago
Ryan b0a362a727 Fix coupling problems on OSX 15 years ago
Ryan aa664c8040 Add close() to coupling pump. Wasn't getting EOF. 15 years ago
Ryan 19f182a39f Experimental support for Promise.block() 15 years ago
Ryan 82cb1b5acb API: Remove buffered file object (node.File) 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 0727fcc9ed Speed up test-tcp-throttle.js 15 years ago
Ryan 69a9f66b07 Add sha1 hashes to ChangeLog 15 years ago
Ryan 4fab9dfc36 Remove outdated todo list 15 years ago
Ryan 1bbd5c6d55 Add node node_g to gitignore. 15 years ago
Ryan 316e2833f0 Use flat object instead of array-of-arrays for HTTP headers. 15 years ago
Ryan 9c97b1db30 bump version 15 years ago