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_stat_watcher.cc @ 6f92da2d

History | View | Annotate | Download (4.14 KB)

# Date Author Comment
8e29ce9f 07/31/2013 02:12 PM Fedor Indutny

src: lint c++ code

ca9eb718 07/20/2013 06:09 AM Ben Noordhuis

src, lib: update after internal api change

Libuv now returns errors directly. Make everything in src/ and lib/
follow suit.

The changes to lib/ are not strictly necessary but they remove the need
for the abominations that are process._errno and node::SetErrno().

110a9cd8 07/06/2013 11:44 AM Ben Noordhuis

lib, src: upgrade after v8 api change

This is a big commit that touches just about every file in the src/
directory. The V8 API has changed in significant ways. The most
important changes are:

  • Binding functions take a const v8::FunctionCallbackInfo<T>& argument...
0a4ebc3d 04/19/2013 09:24 AM Trevor Norris

src: replace Holder() with This()

Switch to always use args.This() to retrieve object instance.

51f128d6 03/23/2013 02:32 PM Timothy J Fontaine

fs: uv_[fl]stat now reports subsecond resolution

While libuv supports reporting subsecond stat resolution across
platforms, to actually get that resolution your platform and filesystem
must support it (not HFS, ext23, fat), otherwise the nsecs are 0

f65e14ed 03/19/2013 08:11 PM Trevor Norris

src: pass Isolate to all applicable api

Update the api to pass node_isolate to all supported methods.

Much thanks to Ben Noordhuis and his work in 51f6e6a.

0bba5902 03/19/2013 08:11 PM Trevor Norris

bindings: update api

All compile time warnings about using deprecated APIs have been
suppressed by updating node's API. Though there are still many function
calls that can accept Isolate, and still need to be updated.

node_isolate had to be added as an extern variable in node.h and...

51f6e6a9 02/25/2013 05:45 PM Ben Noordhuis

src, test: downgrade to v8 3.14 api

7788a6bf 01/07/2013 11:39 AM Ben Noordhuis

src: pass node_isolate to Undefined()

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

src: pass node_isolate to Integer::New

b1ffbdc9 08/20/2012 11:29 AM Ben Noordhuis

fs: fix use after free in stat watcher

The uv_fs_poll_t handle was stopped but not closed, leaving libuv's internal
handle queue in a corrupted state.

ef1ffcb7 06/21/2012 09:03 AM Ben Noordhuis

fs: make fs.watchFile() interval default to 5007

f0ce9844 06/20/2012 09:05 PM Ben Noordhuis

fs: make fs.watchFile() work on windows

a26bee8f 04/17/2012 04:14 PM isaacs

MakeCallback: Consistent symbol usage

30059652 03/30/2012 03:24 PM Ben Noordhuis

stat_watcher: root JS objects in HandleScope with Local<>

249c3c16 03/22/2012 08:02 PM ssuda

Avoiding unnecessary ToString() calls

String::Utf8Value and String::AsciiValue constructors take Handle<Value>
So no need to convert to Handle<String>

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

core: use proper #include directives

0a3fc1d9 07/19/2011 04:23 AM Ryan Dahl

Remove StatWatcher's dep on C++ EventEmitter

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

Update copyright headers

bea5e6ef 12/20/2010 05:51 PM Bert Belder

Re-enable stat watchers on windows

This reverts commit b8a99f94167a25f63ae096d9d5e2cc9cf70cecef.

81b26dc5 12/20/2010 05:50 PM Bert Belder

Stat watchers don't work on windows yet

55c65cc2 09/29/2010 07:02 PM Ben Noordhuis

Safe constructor for ObjectWrapped classes

New() methods should be invoked as constructors, not regular functions.
Corner cases like Script::New() may cause a SIGSEGV when the GC is run.

More details: http://groups.google.com/group/nodejs/browse_thread/thread/a7e5db68d4cd6356

8e5b91c7 05/10/2010 07:38 PM Ryan Dahl

Revert "Check for strings.h"

This reverts commit 032f651824869c429cc24fbd9f7a23e84ed34b1f.

032f6518 05/10/2010 07:30 PM Ryan Dahl

Check for strings.h

5d5c8cf0 03/15/2010 06:53 PM Ryan Dahl

Fix StatWatcher typo

8492c52e 03/15/2010 05:24 PM Ryan Dahl

Use uniform watcher names