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 / timer_wrap.cc @ 31c510ca

History | View | Annotate | Download (4.79 KB)

# Date Author Comment
51f6e6a9 02/25/2013 05:45 PM Ben Noordhuis

src, test: downgrade to v8 3.14 api

6573fc35 01/07/2013 11:39 AM Ben Noordhuis

src: pass node_isolate to Integer::New

19d43f85 07/23/2012 12:31 PM Timothy J Fontaine

export HandleWrap Unref Ref in tcp/udp/timer/pipe

039fac63 05/22/2012 10:14 AM Ben Noordhuis

deps: upgrade libuv to a478847

The event loop's reference counting scheme in this version of libuv has changed.
Update the libuv bindings to reflect that fact.

45de259b 05/21/2012 05:29 PM Oleg Efimov

Make UNWRAP macro generic.

a26bee8f 04/17/2012 04:14 PM isaacs

MakeCallback: Consistent symbol usage

ff4a9d38 03/09/2012 06:14 PM Ben Noordhuis

core: use proper #include directives

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...

20ba454e 12/28/2011 07:56 PM Ryan Dahl

Add node::Loop() and don't inc node_isolate.h in *.cc

node::Loop() replaces the NODE_LOOP macro. This avoids hitting
v8::Isolate::GetCurrent() for each loop lookup when HAVE_ISOLATE==0

f168f7d7 12/28/2011 07:56 PM Ryan Dahl

Remove node_isolate.h from node.h

356992fe 12/28/2011 07:56 PM Ben Noordhuis

isolates: isolate-ify the main loop

cdcb1118 11/09/2011 10:34 AM Ben Noordhuis

Remove stray NODE_MODULE() semi-colons.

60818b95 11/02/2011 01:00 PM Ryan Dahl

Add missing copyright headers

6cc42927 10/19/2011 07:53 PM Ryan Dahl

Display sys_errno when UV_UNKNOWN is returned

87b34c94 10/14/2011 11:01 AM Ben Noordhuis

timer_wrap: add sanity check assert

21cc4c49 08/31/2011 04:53 AM Ryan Dahl

Upgrade libuv to ea4271f

Required adding uv_default_loop() in many places.

85404c5c 07/18/2011 04:47 PM Ryan Dahl

Move HandleWrap rules to one place

0c7bf813 07/18/2011 07:22 AM Ryan Dahl

Abstract out HandleWrap class

47a5d932 06/28/2011 07:52 AM Henry Rawas

Fix test-net-pingpong.js on windows

f657d58f 06/28/2011 07:37 AM Ryan Dahl

Upgrade libuv to f9b9bb44bd6e2b74729b5d1ff481adf4213e9a0b

1261b171 06/14/2011 07:03 AM Ryan Dahl

libuv wraps: Dispose of JS object on close()

623f5130 06/10/2011 12:17 PM Ryan Dahl

Upgrade libuv

d9aa9b54 06/07/2011 11:06 PM Bert Belder

Use timer_wrap instead of the old timer binding

7a5977b5 06/07/2011 12:59 PM Ryan Dahl

Upgrade libuv to e58a1abff02d7bacf89a56de9050e27690a97bc5

650a3086 05/28/2011 04:44 PM Ryan Dahl

Move MakeCallback and SetErrno to node.cc

4d22405f 05/28/2011 04:21 PM Ryan Dahl

TimerWrap: mimic libev ref count semantics

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

Implement new wrap for uv timer