summaryrefslogtreecommitdiff
path: root/src/node.cc
Commit message (Expand)AuthorAgeFilesLines
* v8_platform: provide default v8::Platform implFedor Indutny2014-10-161-5/+7
* src, test: fixup after v8 updateFedor Indutny2014-10-081-2/+3
* deps: re-implement debugger-agentFedor Indutny2014-10-081-71/+131
* src: update use of ExternalArrayType constantsTrevor Norris2014-10-081-4/+4
* node: avoid automatic microtask runsVladimir Kurchatkin2014-10-011-0/+10
* build, i18n: improve Intl build, add "--with-intl"Steven R. Loomis2014-10-011-0/+39
* src: fix VC++ warning C4244Rasmus Christian Pedersen2014-09-291-6/+6
* node: support v8 microtask queueVladimir Kurchatkin2014-09-181-0/+7
* src: remove Environment::GetCurrentChecked()Ben Noordhuis2014-09-051-3/+6
* node,async-wrap: verify domain enter/exit are setTrevor Norris2014-09-021-14/+10
* node: add missing Isolate::Scope at startupBen Noordhuis2014-08-191-0/+1
* windows: fix memory leak in WinapiErrnoExceptionAlexis Campailla2014-08-111-2/+9
* process: improve process bindingJackson Tian2014-08-021-1/+6
* src: pass the v8::Context to CreateEnvironmentDean McNamee2014-07-131-3/+5
* node: fix #7841 by overlooking the spare sourcelineYazhong Liu2014-06-271-1/+9
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-22/+30
|\
| * src: replace usage of String::Utf8ValueTimothy J Fontaine2014-06-061-20/+22
| * string_bytes: Guarantee valid utf-8 outputFelix Geisendörfer2014-06-061-0/+7
* | src: replace CONTAINER_OF with type-safe functionBen Noordhuis2014-05-301-2/+2
* | src: kill isolate on exitBen Noordhuis2014-05-231-3/+3
* | node: remove duplicate tickInfo assignmentTrevor Norris2014-05-121-8/+0
* | src: add --throw-deprecation entry to --helpTrevor Norris2014-05-071-0/+2
* | debugger: assign Environment to DebugContext tooFedor Indutny2014-05-021-0/+8
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-05-011-4/+6
|\ \ | |/
| * src: use monotonic time for process.uptime()Timothy J Fontaine2014-04-101-7/+4
| * src: seed V8's random number generator at startupBen Noordhuis2014-03-261-0/+6
| * src: domain should not replace nextTick functionTimothy J Fontaine2014-03-031-1/+1
* | tls: support OCSP on client and serverFedor Indutny2014-04-181-0/+7
* | main: Handle SIGINT properly.Geir Hauge2014-04-121-6/+9
* | src: fix use of uv_cwd, len includes the NULL byteSaúl Ibarra Corretgé2014-04-071-7/+1
* | src: update uv callbacks after API changesSaúl Ibarra Corretgé2014-04-071-5/+5
* | src: fix up after v8 upgradeBen Noordhuis2014-04-021-1/+1
* | configure: make --v8-options switch more robustBen Noordhuis2014-04-011-21/+6
* | configure: --v8-options optionFedor Indutny2014-03-291-0/+22
* | headers: remove env.h from node_internals.hFedor Indutny2014-03-181-0/+42
* | src: update to v8 3.24 APIsFedor Indutny2014-03-131-63/+70
* | src: accommodate uv_cwd including null on win32v0.11.12v0.11.12-releaseTimothy J Fontaine2014-03-111-0/+6
* | src: adapt to API change in uv_cwdSaúl Ibarra Corretgé2014-03-101-6/+8
* | node: invoke `beforeExit` again if loop was activeFedor Indutny2014-03-011-1/+6
* | src: emit 'beforeExit' event on process objectBen Noordhuis2014-02-281-1/+21
* | src: node.cc use isolate->ThrowExceptionAlexis Campailla2014-02-241-29/+22
* | src: remove `node_isolate` from sourceFedor Indutny2014-02-221-232/+285
* | process: allow changing `exitCode` in `on('exit')`Fedor Indutny2014-02-091-1/+3
* | node: do not print SyntaxError hints to stderrFedor Indutny2014-02-061-77/+119
* | src: fix MakeCallback() handle leakBen Noordhuis2014-02-051-3/+3
* | src: update MakeCallback() function prototypeBen Noordhuis2014-02-051-59/+66
* | node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-59/+61
* | node: fix argument parsing with -p argAlexis Campailla2014-01-271-1/+3
* | node: `EmitExit` should not call `exit()`Fedor Indutny2014-01-221-4/+5
* | async_wrap/timers: remove Add/RemoveAsyncListenerTrevor Norris2014-01-211-4/+0