summaryrefslogtreecommitdiff
path: root/src/node_extensions.h
Commit message (Expand)AuthorAgeFilesLines
* Revert support for isolates.Ben Noordhuis2012-02-061-4/+0
* typed arrays: add Buffer -> TypedArray constructorMikael Bourges-Sevenier2012-01-051-0/+1
* move isolate V8 functions out of node.ccRyan Dahl2011-12-291-0/+4
* Remove tty_legacyRyan Dahl2011-10-111-1/+0
* Remove dns_legacyRyan Dahl2011-10-111-3/+0
* Remove child_process_legacyRyan Dahl2011-10-111-1/+0
* Remove net_legacy timers_legacyRyan Dahl2011-10-111-3/+0
* Upgrade libuv to 60c639fRyan Dahl2011-10-061-1/+0
* fs watcher bindingIgor Zinkovsky2011-09-221-0/+1
* Add TTYWrapRyan Dahl2011-09-201-0/+1
* Initial pass at zlib bindingsisaacs2011-09-171-0/+1
* dgram: integrate libuv UDP supportBen Noordhuis2011-08-241-0/+1
* Make MSVS build.Peter Bright2011-08-061-1/+1
* Complete removal of node_child_process_win32.ccRyan Dahl2011-08-011-1/+1
* add wrapper for uv_spawnRyan Dahl2011-07-291-0/+1
* stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky2011-07-271-0/+1
* Add pipe_wrapRyan Dahl2011-07-181-0/+1
* Bindings for libuv-integrated c-aresBert Belder2011-07-051-0/+1
* Initial binding to uv_tcp_tRyan Dahl2011-06-101-0/+4
* Build on windows againBert Belder2011-06-081-0/+6
* Implement new wrap for uv timerRyan Dahl2011-05-251-0/+1
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Child processesBert Belder2010-12-201-2/+0
* There is no child process support for windows yetBert Belder2010-12-201-0/+2
* Add os module and getHostnameBrian White2010-12-111-0/+1
* Move evals to extension module.Paul Querna2010-07-141-0/+1
* Move the Stat structure functions to node_file.ccPaul Querna2010-07-141-0/+1
* Move Buffer to extension model.Paul Querna2010-07-141-0/+1
* Move child process to extension model.Paul Querna2010-07-141-0/+1
* Move http parser to extension model.Paul Querna2010-07-141-0/+1
* Move signal_watcher to extension model.Paul Querna2010-07-141-0/+1
* Move cares to extension modelPaul Querna2010-07-141-0/+1
* Move stdio to extension model.Paul Querna2010-07-141-1/+2
* Register builtin extensions via a macro, rather than a manual strcmpPaul Querna2010-07-141-0/+8