| Commit message (Expand) | Author | Age | Files | Lines |
* | src: reduce code duplication | James M Snell | 2017-08-23 | 1 | -1/+1 |
* | async_wrap,src: add GetAsyncId() method | Trevor Norris | 2017-05-10 | 1 | -0/+1 |
* | src: do proper StringBytes error handling | Anna Henningsen | 2017-05-03 | 1 | -5/+9 |
* | src: reduce number of exported symbols | Anna Henningsen | 2017-04-14 | 1 | -0/+3 |
* | meta: restore original copyright header | James M Snell | 2017-03-10 | 1 | -0/+21 |
* | src: remove unneeded ABORT after CHECK | yorkie | 2016-09-22 | 1 | -1/+0 |
* | src: clean up PER_ISOLATE_STRING_PROPERTIES, v2 | Ben Noordhuis | 2016-08-23 | 1 | -2/+3 |
* | src: guard against starting fs watcher twice | Ben Noordhuis | 2016-06-29 | 1 | -0/+1 |
* | src: initialize encoding_ data member | Ben Noordhuis | 2016-06-29 | 1 | -6/+6 |
* | src: fix readability/inheritance cpplint warnings | Ben Noordhuis | 2016-06-28 | 1 | -1/+1 |
* | src: no abort from getter if object isn't wrapped | Trevor Norris | 2016-05-24 | 1 | -2/+4 |
* | src: replace ARRAY_SIZE with typesafe arraysize | Ben Noordhuis | 2016-04-05 | 1 | -1/+1 |
* | fs: Buffer and encoding enhancements to fs API | James M Snell | 2016-03-25 | 1 | -5/+22 |
* | src: Add ABORT macro | Evan Lucas | 2015-09-17 | 1 | -1/+1 |
* | src: replace usage of v8::Handle with v8::Local | Michaƫl Zasso | 2015-09-06 | 1 | -9/+8 |
* | async-wrap: add provider id and object info cb | Trevor Norris | 2015-06-17 | 1 | -0/+2 |
* | fs: improve error message descriptions | Sakthipriyan Vairamani | 2015-06-10 | 1 | -1/+1 |
* | Remove excessive copyright/license boilerplate | isaacs | 2015-01-12 | 1 | -21/+0 |
* | src: pass Isolate to node::Utf8Value constructor | Trevor Norris | 2015-01-07 | 1 | -1/+1 |
* | src: mark virtual functions with override keyword | Ben Noordhuis | 2014-10-23 | 1 | -1/+1 |
* | src: replace NULL with nullptr | Ben Noordhuis | 2014-10-23 | 1 | -2/+2 |
* | src: attach env directly to api functions | Ben Noordhuis | 2014-10-13 | 1 | -5/+5 |
* | src: replace assert() with CHECK() | Ben Noordhuis | 2014-10-12 | 1 | -4/+4 |
* | src: remove unnecessary HandleScopes | Ben Noordhuis | 2014-10-12 | 1 | -5/+0 |
* | Merge remote-tracking branch 'upstream/v0.10' | Timothy J Fontaine | 2014-06-10 | 1 | -1/+1 |
|\ |
|
| * | src: replace usage of String::Utf8Value | Timothy J Fontaine | 2014-06-06 | 1 | -1/+2 |
* | | node: add signature to SET_PROTOTYPE_METHOD | C. Scott Ananian | 2014-04-02 | 1 | -2/+2 |
* | | src: update to v8 3.24 APIs | Fedor Indutny | 2014-03-13 | 1 | -2/+2 |
* | | src: remove `node_isolate` from source | Fedor Indutny | 2014-02-22 | 1 | -9/+13 |
* | | async_wrap: add provider types/pass to constructor | Trevor Norris | 2014-02-05 | 1 | -1/+4 |
* | | node: register modules from DSO constructors | Keith M Wesolowski | 2014-01-27 | 1 | -1/+1 |
* | | src: fix Context::Scope usage | Ben Noordhuis | 2013-11-12 | 1 | -1/+1 |
* | | src: fix Environment::GetCurrent() usage | Ben Noordhuis | 2013-11-11 | 1 | -3/+1 |
* | | fs: make fs.watch() non-recursive by default | Ben Noordhuis | 2013-11-05 | 1 | -2/+2 |
* | | node: add AsyncListener support | Trevor Norris | 2013-10-31 | 1 | -5/+3 |
* | | fs: add recursive subdirectory support to fs.watch | Nick Simmons | 2013-10-31 | 1 | -2/+5 |
* | | fs_event_wrap: update to new libuv api | Timothy J Fontaine | 2013-10-29 | 1 | -9/+13 |
* | | src: shorten Object{Wrap,Unwrap} | Trevor Norris | 2013-10-29 | 1 | -2/+2 |
* | | src: use function to get internal pointer | Trevor Norris | 2013-10-29 | 1 | -4/+4 |
* | | cpplint: disallow if one-liners | Fedor Indutny | 2013-10-17 | 1 | -1/+2 |
* | | src: add multi-context support | Ben Noordhuis | 2013-09-06 | 1 | -27/+33 |
* | | src: fix build break from generic macro name | Trevor Norris | 2013-08-12 | 1 | -2/+2 |
* | | src: centralize class wrap/unwrap | Trevor Norris | 2013-08-12 | 1 | -8/+4 |
* | | src: use v8::String::NewFrom*() functions | Ben Noordhuis | 2013-08-09 | 1 | -6/+6 |
* | | src: remove no-op HandleWrap::Initialize() | Ben Noordhuis | 2013-08-07 | 1 | -2/+0 |
* | | src: lint c++ code | Fedor Indutny | 2013-07-31 | 1 | -11/+7 |
* | | src, lib: update after internal api change | Ben Noordhuis | 2013-07-20 | 1 | -6/+7 |
* | | lib, src: upgrade after v8 api change | Ben Noordhuis | 2013-07-06 | 1 | -29/+34 |
* | | src: simplify HandleWrap initialization | Ben Noordhuis | 2013-05-30 | 1 | -1/+0 |
* | | src: replace c-style casts with c++-style casts | Ben Noordhuis | 2013-05-30 | 1 | -2/+2 |