| Commit message (Expand) | Author | Age | Files | Lines |
* | domain: error handler runs outside of its domain | Julien Gilli | 2019-06-12 | 1 | -9/+51 |
* | lib: enforce the use of Object from primordials | Michaël Zasso | 2019-04-12 | 1 | -1/+1 |
* | lib: force using primordials for JSON, Math and Reflect | Michaël Zasso | 2019-04-03 | 1 | -0/+2 |
* | benchmark,lib: change var to const | Ruben Bridgewater | 2019-03-30 | 1 | -6/+6 |
* | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -2/+2 |
* | domain: set `.domain` non-enumerable on resources | Jordan Harband | 2019-03-13 | 1 | -7/+42 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -2/+2 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 1 | -1/+1 |
* | domain: avoid circular memory references | Anna Henningsen | 2019-02-12 | 1 | -3/+10 |
* | lib: remove internal `util._extends()` usage | Ruben Bridgewater | 2018-12-20 | 1 | -5/+3 |
* | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 1 | -5/+5 |
* | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -1/+1 |
* | async_hooks: remove promise object from resource | Andreas Madsen | 2018-10-15 | 1 | -7/+0 |
* | bootstrapper: move internalBinding to NativeModule | Gus Caplan | 2018-10-04 | 1 | -1/+0 |
* | domain: converted anonymous to named function | Daven Casia | 2018-04-17 | 1 | -3/+3 |
* | tools,lib: forbid native Error constructors | Michaël Zasso | 2018-03-21 | 1 | -0/+1 |
* | src: put bootstrappers in lib/internal/bootstrap/ | Joyee Cheung | 2018-03-15 | 1 | -1/+1 |
* | src: move internal loaders out of bootstrap_node.js | Joyee Cheung | 2018-03-06 | 1 | -0/+1 |
* | lib: port errors to new system | Michaël Zasso | 2018-03-05 | 1 | -5/+8 |
* | domain: runtime deprecate MakeCallback | Andreas Madsen | 2018-02-09 | 1 | -0/+16 |
* | domain: further abstract usage in C++ | Anatoli Papirovski | 2018-01-29 | 1 | -1/+11 |
* | domain: fix error emit handling | Anatoli Papirovski | 2017-12-13 | 1 | -17/+20 |
* | events: use Reflect.apply | Anatoli Papirovski | 2017-12-06 | 1 | -2/+2 |
* | events: move domain handling from events to domain | vdeturckheim | 2017-12-04 | 1 | -5/+46 |
* | process: add flag for uncaught exception abort | Anna Henningsen | 2017-11-29 | 1 | -11/+73 |
* | domain: re-implement domain over async_hook | vladimir | 2017-11-19 | 1 | -16/+44 |
* | lib: use destructuring for some constants | Weijia Wang | 2017-10-16 | 1 | -1/+1 |
* | domain: remove `.dispose()` | Anna Henningsen | 2017-09-20 | 1 | -44/+4 |
* | meta: restore original copyright header | James M Snell | 2017-03-10 | 1 | -0/+21 |
* | lib: add static identifier codes for all deprecations | James M Snell | 2017-01-30 | 1 | -1/+1 |
* | test,lib,benchmark: match function names | Rich Trott | 2016-10-19 | 1 | -1/+1 |
* | domain: add message for dispose deprecation | Brian White | 2016-06-07 | 1 | -1/+2 |
* | lib: reduce usage of `self = this` | Jackson Tian | 2016-03-21 | 1 | -4/+3 |
* | domains: clear stack when no error handler | Julien Gilli | 2016-01-13 | 1 | -15/+9 |
* | domains: fix handling of uncaught exceptions | Julien Gilli | 2015-12-11 | 1 | -13/+20 |
* | src: fix --abort-on-uncaught-exception | Jeremy Whitlock | 2015-10-05 | 1 | -29/+59 |
* | deps: update v8 to 4.4.63.9 | Ben Noordhuis | 2015-08-04 | 1 | -5/+1 |
* | lib: use const to define constants | cjihrig | 2015-01-21 | 1 | -3/+3 |
* | Remove excessive copyright/license boilerplate | isaacs | 2015-01-12 | 1 | -21/+0 |
* | domain: add soft deprecation notice | Chris Dickinson | 2014-12-12 | 1 | -0/+5 |
* | domain: forward args to .run(fn) | micnic | 2014-12-12 | 1 | -1/+15 |
* | lib: turn on strict mode | Ben Noordhuis | 2014-11-22 | 1 | -0/+2 |
* | lib: remove unused variables | Brian White | 2014-06-11 | 1 | -4/+1 |
* | domain: don't crash on "throw null" | Alex Kocharin | 2014-04-02 | 1 | -2/+4 |
* | Merge remote-tracking branch 'origin/v0.10' | Trevor Norris | 2014-01-15 | 1 | -6/+5 |
|\ |
|
| * | domains: exit() only affects active domains | Ryan Graham | 2014-01-15 | 1 | -5/+5 |
* | | domain: fix off-by-one in Domain.exit() | Ryan Graham | 2014-01-09 | 1 | -1/+1 |
* | | src: revert domain using AsyncListeners | Trevor Norris | 2014-01-09 | 1 | -85/+73 |
* | | node: change AsyncListener API | Trevor Norris | 2014-01-03 | 1 | -4/+1 |
* | | domain: use AsyncListener API | Trevor Norris | 2013-10-31 | 1 | -143/+177 |