summaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
2016-06-10inspector: reduce implementation in headerEugene Ostroukhov
2016-06-09inspector: change default portAli Ijaz Sheikh
2016-06-07src: remove final trace of raw encodingTrevor Norris
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-06-06src: remove unused internals from node.ccAnna Henningsen
2016-06-02src: use stack-allocated Environment instancesBen Noordhuis
2016-06-02src: move env init logic into Environment classBen Noordhuis
2016-06-02lib,src: reset zero fill flag on exceptionBen Noordhuis
2016-06-01lib,src: clean up ArrayBufferAllocatorBen Noordhuis
2016-06-01lib,src: drop dependency on v8::Private::ForApi()Ben Noordhuis
2016-06-01src: make IsolateData creation explicitBen Noordhuis
2016-05-30src,lib: v8-inspector supportPavel Feldman
2016-05-24vm: don't abort process when stack space runs outAnna Henningsen
2016-05-19src: add node::FreeEnvironment public APICheng Zhao
2016-05-17src: refactor require('constants')James M Snell
2016-05-13src,module: add --preserve-symlinks command line flagJames M Snell
2016-05-10src: fix sporadic deadlock in SIGUSR1 handlerBen Noordhuis
2016-05-07src,lib: minor --debug-brk cleanupAli Ijaz Sheikh
2016-05-05src: don't use locale-sensitive strcasecmp()Ben Noordhuis
2016-05-04intl: Don't crash if v8BreakIterator not availableSteven R. Loomis
2016-04-29process: add process.cpuUsage() - implementation, doc, testsPatrick Mueller
2016-04-27src: use libuv's refcounting directlyBen Noordhuis
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani
2016-04-20doc: git mv to .mdRobert Jefe Lindstaedt
2016-04-19src: fix -Wunused-result warning in e38badeSakthipriyan Vairamani
2016-04-18events: don't inherit from Object.prototypeBrian White
2016-04-14src: add SIGINFO to supported signalsJames Reggio
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-04-05src: fix ARRAY_SIZE() logic errorBen Noordhuis
2016-03-30lib: remove bootstrap global context indirectionJeremiah Senkpiel
2016-03-28async_wrap: don't abort on callback exceptionTrevor Norris
2016-03-28async_wrap: notify post if intercepted exceptionTrevor Norris
2016-03-28src: reword command and add ternaryTrevor Norris
2016-03-28src,http_parser: remove KickNextTick callTrevor Norris
2016-03-25node: --no-browser-globals configure flagFedor Indutny
2016-03-24process: add 'warning' event and process.emitWarning()James M Snell
2016-03-22src: override v8 thread defaults using cli optionsTom Gallacher
2016-03-21doc: add a cli options doc pageJeremiah Senkpiel
2016-03-16doc: reformat & improve node.1 manual pageJeremiah Senkpiel
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-08src,http: fix uncaughtException miss in httpTrevor Norris
2016-03-03src: fix NewInstance deprecation warningsMichaël Zasso
2016-03-03src: replace usage of deprecated ForceSetMichaël Zasso
2016-03-03src: replace usage of deprecated SetAccessorAli Ijaz Sheikh
2016-03-03src: replace deprecated ProcessDebugMessagesMichaël Zasso
2016-03-03src: replace usage of deprecated HasMichaël Zasso
2016-03-03src: replace usage of deprecated GetEndColumnMichaël Zasso
2016-03-03src: replace usage of deprecated DeleteMichaël Zasso
2016-03-03src: replace usage of deprecated CompileMichaël Zasso
2016-03-03src: fix TryCatch deprecation warningsMichaël Zasso