57 Commits (a3750a983351f3646592d2cb831b947fb6bfbf5a)

Author SHA1 Message Date
Ben Noordhuis 55c65cc2d5 Safe constructor for ObjectWrapped classes 14 years ago
Ryan Dahl 124fbedc2f Add node::Start() 14 years ago
Fedor Indutny db23af05b0 Constants should be readOnly and DontDelete 15 years ago
Ben Noordhuis 95638c9b0d Buffer: adjust buffer size so the base64-decoded input fits snugly. 15 years ago
Paul Querna 30dadfc033 Register builtin extensions via a macro, rather than a manual strcmp 15 years ago
Paul Querna 49066042a2 Add basic structure and macros for node modules. 15 years ago
visionmedia 45948e054d Added better error messages for async and sync fs calls with paths 15 years ago
Felix Geisendörfer f8a3cf980f Properly handle child process exit codes 15 years ago
Ryan Dahl c72967d335 Remove http_old tcp_old 15 years ago
Ryan Dahl c9e27b11c5 Unify ErrnoException creation 15 years ago
Ryan Dahl 3377a30fb8 Move cb_persist functions out of dns module 15 years ago
Ryan Dahl 45a806a066 Statically define symbols 15 years ago
choonkeat 44d5f212fe Stat::Callback has 2 arguments for callback: current stat info and previous stat info 15 years ago
Ryan Dahl a5df0f6a65 Prefix all source files with node_ 15 years ago
Ryan Dahl e7096fd769 ACTUALLY remove node_version.h from node.h 15 years ago
Ryan Dahl 07792afe0a Remove "raw" encoding. Rename "raws" to "binary". 15 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