summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-01-18v8,src: expose statistics about heap spacesBen Ripkens
2016-01-18src: return UV_EAI_NODATA on empty lookupcjihrig
2016-01-18src: don't check failure with ERR_peek_error()Ben Noordhuis
2016-01-15crypto: clear error stack in ECDH::InitializeFedor Indutny
2016-01-11src: remove redeclarations of variablesRich Trott
2016-01-04tls_wrap: clear errors on returnFedor Indutny
2016-01-04os: fix crash in GetInterfaceAddressesMartin Bark
2015-12-30node: improve performance of process.hrtime()Evan Lucas
2015-12-22src: remove forwards for v8::GC*logueCallbackAli Ijaz Sheikh
2015-12-19module: always decorate thrown errorsBrian White
2015-12-17crypto: load PFX chain the same way as regular oneFedor Indutny
2015-12-17node: improve accessor perf of process.envTrevor Norris
2015-12-17node: improve performance of hrtime()Trevor Norris
2015-12-17node: improve GetActiveHandles performanceTrevor Norris
2015-12-17fs: use pushValueToArray for readdir(Sync)Trevor Norris
2015-12-17http_parser: use pushValueToArray for headersTrevor Norris
2015-12-17node: fix erroneously named function callTrevor Norris
2015-12-17debugger: guard against call from non-node contextBen Noordhuis
2015-12-16module,src: do not wrap modules with -1 lineOffsetcjihrig
2015-12-15src: remove __builtin_bswap16 callBen Noordhuis
2015-12-15src: remove unused BITS_PER_LONG macroBen Noordhuis
2015-12-14src: fix line numbers on core errorscjihrig
2015-12-14tls_wrap: inherit from the `AsyncWrap` firstFedor Indutny
2015-12-14node: remove unused variables in AppendExceptionLineYazhong Liu
2015-12-14src: fix deprecation message for ErrnoExceptionMartin von Gagern
2015-12-11domains: fix handling of uncaught exceptionsJulien Gilli
2015-12-08tls: support reading multiple cas from one inputBen Noordhuis
2015-12-08tls_wrap: slice buffer properly in `ClearOut`Fedor Indutny
2015-12-08tools: add --prof-process flag to node binaryMatt Loring
2015-12-07buffer: fix range checking for slowToStringMatt Loring
2015-12-07node: s/doNTCallbackX/nextTickCallbackWithXArgs/Rod Vagg
2015-12-07crypto: simplify using pre-existing keys with ECDHMichael Ruddy
2015-12-05fs,doc: use `target` instead of `destination`yorkie
2015-12-05src: don't print garbage errorscjihrig
2015-12-05src: use GetCurrentProcessId() for process.pidBen Noordhuis
2015-12-03src: define Is* util functions with macroscjihrig
2015-12-03src: define getpid() based on OScjihrig
2015-12-03lib,src: ensure '(node:pid)' prefix for stdout loggingMinwoo Jung
2015-12-02util: determine object types in C++cjihrig
2015-12-02util: make inspect more reliableEvan Lucas
2015-11-30module,repl: remove repl require() hackBen Noordhuis
2015-11-25build,src: add Intel Vtune profiling supportChunyang Dai
2015-11-24util,src: allow lookup of hidden valuescjihrig
2015-11-24src: add BE support to StringBytes::Encode()Bryon Leung
2015-11-21crypto: update root certificatesBen Noordhuis
2015-11-20fs: fix the error report on fs.link(Sync)yorkie
2015-11-20module: fix column offsets in errorsTristian Flanagan
2015-11-20buffer: move checkFloat from lib into srcMatt Loring
2015-11-20crypto: disable crypto.createCipher in FIPS modeStefan Budeanu
2015-11-18process: throw on non-function to nextTick()yorkie