summaryrefslogtreecommitdiff
path: root/src/node.h
Commit message (Expand)AuthorAgeFilesLines
* UCS-2 supportKonstantin Käfer2011-02-071-1/+1
* Use unicode and bigfile aware stat/fstatBert Belder2010-12-201-1/+13
* Saner, yet still ugly, fix to displaying syntax errorsRyan Dahl2010-11-231-0/+1
* Safe constructor for ObjectWrapped classesBen Noordhuis2010-09-291-0/+9
* Add node::Start()Ryan Dahl2010-09-191-0/+2
* Constants should be readOnly and DontDeleteFedor Indutny2010-08-301-1/+2
* Buffer: adjust buffer size so the base64-decoded input fits snugly.Ben Noordhuis2010-07-281-1/+1
* Register builtin extensions via a macro, rather than a manual strcmpPaul Querna2010-07-141-3/+14
* Add basic structure and macros for node modules.Paul Querna2010-07-131-0/+30
* Added better error messages for async and sync fs calls with pathsvisionmedia2010-05-141-1/+2
* Properly handle child process exit codesFelix Geisendörfer2010-04-281-0/+1
* Remove http_old tcp_oldRyan Dahl2010-04-231-1/+0
* Unify ErrnoException creationRyan Dahl2010-04-221-0/+4
* Move cb_persist functions out of dns moduleRyan Dahl2009-12-291-0/+19
* Statically define symbolsRyan Dahl2009-12-091-0/+2
* Stat::Callback has 2 arguments for callback: current stat info and previous s...choonkeat2009-11-281-0/+4
* Prefix all source files with node_Ryan Dahl2009-10-271-1/+1
* ACTUALLY remove node_version.h from node.hRyan Dahl2009-10-091-1/+0
* Remove "raw" encoding. Rename "raws" to "binary".Ryan Dahl2009-09-211-5/+5
* cpplint.py node.cc and node.hRyan2009-09-111-20/+25
* Introduce "raws" encoding. Raw String.Ryan2009-09-091-2/+2
* Byte stream to V8 decoding and encoding.Ryan2009-09-091-0/+12
* Create NODE_UNIXTIME macrosRyan2009-09-071-0/+4
* Revert static library build.Ryan2009-09-011-1/+0
* Add command line arguments for accessing build flags.Ryan2009-08-271-2/+1
* First attempt at node.dlopenRyan2009-08-271-0/+1
* bump versionv0.1.7Ryan2009-08-271-1/+1
* lintRyan2009-08-261-1/+1
* Experimental support for Promise.block()Ryan2009-08-251-3/+3
* Refactor node.Process to take advantage of evcom_reader/writer.Ryan2009-08-251-1/+0
* bump versionv0.1.6Ryan2009-08-221-1/+1
* bump versionv0.1.5Ryan2009-08-211-1/+1
* bump versionv0.1.4Ryan2009-08-131-1/+1
* bump versionv0.1.3Ryan2009-08-061-1/+1
* Add node.versionRyan2009-08-031-0/+2
* Rename evnet to evcom.Ryan2009-07-251-2/+2
* Upgrade liboi, which is now called evnet.Ryan2009-07-131-2/+2
* Simplify and cleanup ObjectWrap.Ryan2009-07-101-37/+2
* Implement Promises for file i/oRyan2009-06-281-1/+1
* Move oi_buf creation to node.ccRyan2009-06-221-0/+2
* Remove eio_warmup. Use ev_ref instead.Ryan2009-06-221-1/+0
* small superficial clean-upsRyan2009-06-131-8/+12
* Rename fatal_exception to FatalExceptionRyan2009-05-261-1/+1
* Clean up outgoing encoding API. Generally: send(chunk, encoding).Ryan2009-05-261-1/+2
* Large refactor of file code.Ryan2009-05-261-0/+2
* Inform V8 of external allocations.Ryan2009-05-151-0/+5
* Introduce NODE_SET_PROTOTYPE_METHOD which properly sets the signature.Ryan2009-05-141-0/+8
* Reference counting. Network bugs.Ryan2009-05-051-0/+16
* Begin refactor of http.cc. Remove libebb add http_parser.Ryan2009-05-031-1/+1
* remove process.{cc,h} process.exit() now exit()Ryan2009-04-291-1/+0