43 Commits (2bac299aed28d3aa03a06f5588bb451be941069f)

Author SHA1 Message Date
Ryan Dahl e7096fd769 ACTUALLY remove node_version.h from node.h 15 years ago
Ryan Dahl 07792afe0a Remove "raw" encoding. Rename "raws" to "binary". 16 years ago
Ryan d6c9d31cb5 cpplint.py node.cc and node.h 16 years ago
Ryan 8890070b88 Introduce "raws" encoding. Raw String. 16 years ago
Ryan 21a1b045f5 Byte stream to V8 decoding and encoding. 16 years ago
Ryan 2f46540d30 Create NODE_UNIXTIME macros 16 years ago
Ryan 8152f9cff2 Revert static library build. 16 years ago
Ryan b73264d9b3 Add command line arguments for accessing build flags. 16 years ago
Ryan 2b6d72431b First attempt at node.dlopen 16 years ago
Ryan 31db4f1ed8 bump version 16 years ago
Ryan 116f4dea05 lint 16 years ago
Ryan 19f182a39f Experimental support for Promise.block() 16 years ago
Ryan 8658999c7d Refactor node.Process to take advantage of evcom_reader/writer. 16 years ago
Ryan 9c97b1db30 bump version 16 years ago
Ryan a73998d6f4 bump version 16 years ago
Ryan 0f888ed6de bump version 16 years ago
Ryan 7464d42310 bump version 16 years ago
Ryan 1bf9be6b37 Add node.version 16 years ago
Ryan 0fb0af3a6c Rename evnet to evcom. 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 65324866bc Implement Promises for file i/o 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 6697cd0725 small superficial clean-ups 16 years ago
Ryan 3bdd042a6e Rename fatal_exception to FatalException 16 years ago
Ryan e8f177aa2d Clean up outgoing encoding API. Generally: send(chunk, encoding). 16 years ago
Ryan d1b0ce6d37 Large refactor of file code. 16 years ago
Ryan baed9d514d Inform V8 of external allocations. 16 years ago
Ryan 427e3f5dcb Introduce NODE_SET_PROTOTYPE_METHOD which properly sets the signature. 16 years ago
Ryan cfd61622ae Reference counting. Network bugs. 16 years ago
Ryan 5a071ad72f Begin refactor of http.cc. Remove libebb add http_parser. 16 years ago
Ryan 0f5170339c remove process.{cc,h} process.exit() now exit() 16 years ago
Ryan 064c8f0252 Use ObjectWrap base class for File, Socket, Server. 16 years ago
Ryan cf1c58063e Create a node namespace 16 years ago
Ryan 90fc8d3622 Update liboi. Use EV_MULTIPLICITY=0. 16 years ago
Ryan 47fad676b4 Rename JS_ to NODE_ for method macros. add marcos to timers.cc 16 years ago
Ryan 5207226da3 fix a bug with eio polling. 16 years ago
Ryan c8e20fbf81 add file.read only. raw encoding right now. 16 years ago
Ryan 12d31dd0b7 file operations are queued. 16 years ago
Ryan 63a9cd3897 everything is changed. i've waited much too long to commit. 16 years ago
Ryan 0e9e927fcb enable support for the thread pool 16 years ago
Ryan 1a126ed11c use the WAF build system 16 years ago
Ryan e02b71ebe8 exit program on top level exceptions 16 years ago