The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / node_extensions.h @ 35a1421e

History | View | Annotate | Download (1.78 KB)

# Date Author Comment
74a8215a 02/06/2012 09:44 AM Ben Noordhuis

Revert support for isolates.

It was decided that the performance benefits that isolates offer (faster spin-up
times for worker processes, faster inter-worker communication, possibly a lower
memory footprint) are not actual bottlenecks for most people and do not outweigh...

5b05429b 01/05/2012 02:56 PM Mikael Bourges-Sevenier

typed arrays: add Buffer -> TypedArray constructor

- create a typed array from a node::Buffer object
- update TypedArray::set() to spec
- add TypedArray::get() method

5fc0c27d 12/28/2011 07:56 PM Ryan Dahl

move isolate V8 functions out of node.cc

cdf5d91f 10/11/2011 04:41 PM Ryan Dahl

Remove tty_legacy

58e892da 10/11/2011 04:21 PM Ryan Dahl

Remove dns_legacy

96e423a6 10/11/2011 04:16 PM Ryan Dahl

Remove child_process_legacy

be0bb2dc 10/11/2011 04:11 PM Ryan Dahl

Remove net_legacy timers_legacy

311fe737 10/06/2011 03:34 PM Ryan Dahl

Upgrade libuv to 60c639f

Also remove unused src/stdio_wrap.cc

8fe57124 09/23/2011 01:32 AM Igor Zinkovsky

fs watcher binding

c1ae6ea2 09/20/2011 04:39 PM Ryan Dahl

Add TTYWrap

5b8e1dab 09/17/2011 09:22 PM isaacs

Initial pass at zlib bindings

cbd40336 08/24/2011 04:27 PM Ben Noordhuis

dgram: integrate libuv UDP support

6ac8c559 08/07/2011 01:39 AM Peter Bright

Make MSVS build.

MSVS settings don't actually need to be guarded by conditions. gyp will do
the right thing.

8ace421b 08/02/2011 01:51 AM Ryan Dahl

Complete removal of node_child_process_win32.cc

f01b2410 07/29/2011 09:03 PM Ryan Dahl

add wrapper for uv_spawn

process.binding('process_wrap')

187fe27a 07/26/2011 09:59 PM Igor Zinkovsky

stdio binding + javascript to enable process.stdin.listen()

cc0f608c 07/18/2011 06:08 AM Ryan Dahl

Add pipe_wrap

858f2309 07/04/2011 06:17 PM Bert Belder

Bindings for libuv-integrated c-ares

06275919 06/10/2011 12:17 PM Ryan Dahl

Initial binding to uv_tcp_t

406f44a8 06/07/2011 11:06 PM Bert Belder

Build on windows again

9d1bad89 05/25/2011 01:17 PM Ryan Dahl

Implement new wrap for uv timer

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

0a2f1cb3 12/20/2010 05:51 PM Bert Belder

Child processes

b4510d57 12/20/2010 05:50 PM Bert Belder

There is no child process support for windows yet

f1762ff8 12/11/2010 03:51 AM Brian White

Add os module and getHostname

870aa3d9 07/14/2010 01:55 PM Paul Querna

Move evals to extension module.

ace2be8a 07/14/2010 01:42 PM Paul Querna

Move the Stat structure functions to node_file.cc

from node.cc, so we can convert fs to a module.

82daa46e 07/14/2010 01:37 PM Paul Querna

Move Buffer to extension model.

4f7f4376 07/14/2010 01:36 PM Paul Querna

Move child process to extension model.

e65c2706 07/14/2010 01:36 PM Paul Querna

Move http parser to extension model.

e51aef7f 07/14/2010 01:31 PM Paul Querna

Move signal_watcher to extension model.

208290b5 07/14/2010 01:31 PM Paul Querna

Move cares to extension model

e5bb8abc 07/14/2010 01:29 PM Paul Querna

Move stdio to extension model.

30dadfc0 07/14/2010 01:17 PM Paul Querna

Register builtin extensions via a macro, rather than a manual strcmp

Set the stage for making the builtin modules more dynamic.

Note: this only converts crypto and net, I will add more extensions in a
later commit.

  • node.h: Add utility macro for converting macro values to strings....