summaryrefslogtreecommitdiff
path: root/src/node_stat_watcher.cc
Commit message (Expand)AuthorAgeFilesLines
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-11-281-2/+0
* src: no abort from getter if object isn't wrappedTrevor Norris2016-06-021-2/+4
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-1/+1
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-2/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: pass Isolate to node::Utf8Value constructorTrevor Norris2015-01-071-1/+1
* src: replace NULL with nullptrBen Noordhuis2014-10-231-1/+1
* src: attach env directly to api functionsBen Noordhuis2014-10-131-5/+4
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-4/+3
* src: fix up importsBen Noordhuis2014-10-121-1/+0
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-4/+0
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-1/+1
|\
| * src: replace usage of String::Utf8ValueTimothy J Fontaine2014-06-061-1/+2
* | node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian2014-04-021-2/+2
* | src: update to v8 3.24 APIsFedor Indutny2014-03-131-2/+3
* | src: remove `node_isolate` from sourceFedor Indutny2014-02-221-6/+7
* | async_wrap: add provider types/pass to constructorTrevor Norris2014-02-051-1/+1
* | base-object: add BaseObjectTrevor Norris2013-11-121-4/+5
* | src: fix Context::Scope usageBen Noordhuis2013-11-121-2/+2
* | src: fix Environment::GetCurrent() usageBen Noordhuis2013-11-111-1/+1
* | async-wrap: integrate with WeakObjectTrevor Norris2013-10-311-9/+4
* | src: shorten Object{Wrap,Unwrap}Trevor Norris2013-10-291-2/+2
* | src: don't use WeakObject::UnwrapTrevor Norris2013-10-291-2/+4
* | cpplint: disallow if one-linersFedor Indutny2013-10-171-2/+4
* | cpplint: disallow comma-first in C++Fedor Indutny2013-10-171-3/+3
* | src: remove ObjectWrap dependency from coreBen Noordhuis2013-09-251-10/+11
* | src: add multi-context supportBen Noordhuis2013-09-061-23/+26
* | src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-4/+5
* | src: lint c++ codeFedor Indutny2013-07-311-5/+3
* | src, lib: update after internal api changeBen Noordhuis2013-07-201-3/+0
* | lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-21/+26
* | src: replace Holder() with This()Trevor Norris2013-04-191-3/+3
* | fs: uv_[fl]stat now reports subsecond resolutionTimothy J Fontaine2013-03-231-2/+2
* | src: pass Isolate to all applicable apiTrevor Norris2013-03-201-8/+8
* | bindings: update apiTrevor Norris2013-03-201-1/+1
|/
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-3/+3
* src: pass node_isolate to Undefined()Ben Noordhuis2013-01-071-2/+2
* src: pass node_isolate to Integer::NewBen Noordhuis2013-01-071-1/+1
* fs: fix use after free in stat watcherBen Noordhuis2012-08-201-7/+27
* fs: make fs.watchFile() interval default to 5007Ben Noordhuis2012-06-211-25/+5
* fs: make fs.watchFile() work on windowsBen Noordhuis2012-06-211-32/+36
* MakeCallback: Consistent symbol usageisaacs2012-04-171-2/+10
* stat_watcher: root JS objects in HandleScope with Local<>Ben Noordhuis2012-03-301-3/+3
* Avoiding unnecessary ToString() callsssuda2012-03-231-1/+1
* core: use proper #include directivesBen Noordhuis2012-03-101-1/+1
* Remove StatWatcher's dep on C++ EventEmitterRyan Dahl2011-07-191-9/+2
* Update copyright headersRyan Dahl2011-03-141-1/+21
* Re-enable stat watchers on windowsBert Belder2010-12-201-4/+0
* Stat watchers don't work on windows yetBert Belder2010-12-201-0/+4
* Safe constructor for ObjectWrapped classesBen Noordhuis2010-09-291-0/+4