summaryrefslogtreecommitdiff
path: root/src/node.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-131-3/+0
|\ \ | |/
| * src: OnFatalError handler must abort()Timothy J Fontaine2014-01-091-1/+1
| * src: fix process.getuid() return valueBen Noordhuis2013-07-261-4/+4
* | src: revert domain using AsyncListenersTrevor Norris2014-01-091-1/+161
* | src: only access stack of non-null errorsVladimir Kurchatkin2013-12-231-1/+1
* | src: only access stack of defined errorsVladimir Kurchatkin2013-12-101-2/+9
* | node: follow specification, zero-fill ArrayBuffersTrevor Norris2013-12-091-1/+3
* | debugger: pass on v8 debug switchesBen Noordhuis2013-11-161-28/+28
* | src: fix Context::Scope usageBen Noordhuis2013-11-121-1/+1
* | src: remove global HandleScopeBen Noordhuis2013-11-121-1/+4
* | src: fix Environment::GetCurrent() usageBen Noordhuis2013-11-111-9/+14
* | node: add HandleScope to prevent memory leakTrevor Norris2013-11-111-0/+1
* | v8: upgrade to 3.22.24Ben Noordhuis2013-11-111-2/+0
* | src: remove container_of, use CONTAINER_OFBen Noordhuis2013-11-081-2/+2
* | src: fix whitespace/braces lint error from 962686bBen Noordhuis2013-11-041-1/+1
* | src: squelch unused variable warningBen Noordhuis2013-11-031-14/+16
* | domain: use AsyncListener APITrevor Norris2013-10-311-173/+7
* | node: add AsyncListener supportTrevor Norris2013-10-311-46/+106
* | build: use zero overhead systemtap probesBen Noordhuis2013-10-291-6/+2
* | node: don't share state with in_tick/last_threwTrevor Norris2013-10-291-1/+11
* | src: update after v8 api changesBen Noordhuis2013-10-231-2/+10
* | cpplint: disallow if one-linersFedor Indutny2013-10-171-19/+38
* | debugger: fix SIGUSR1 bootstrap race conditionBen Noordhuis2013-10-161-0/+24