summaryrefslogtreecommitdiff
path: root/src/node_internals.h
AgeCommit message (Expand)Author
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-13src,module: add --preserve-symlinks command line flagJames M Snell
2016-04-08buffer: standardize array index checkTrevor Norris
2016-04-05src: remove deprecated internal functionsBen Noordhuis
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-28async_wrap: don't abort on callback exceptionTrevor Norris
2016-03-03src: replace usage of deprecated ForceSetMichaël Zasso
2016-02-12src: add AsyncCallbackScopeTrevor Norris
2016-01-26src: attach error to stack on displayErrorscjihrig
2015-12-15src: remove unused BITS_PER_LONG macroBen Noordhuis
2015-12-07buffer: fix range checking for slowToStringMatt Loring
2015-09-16src: null env_ field from constructorTrevor Norris
2015-09-15buffer: construct Uint8Array in JSTrevor Norris
2015-09-06src: use standard conform snprintf on windowsKarl Skomski
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-09-06src: enable v8 deprecation warnings and fix themBen Noordhuis
2015-08-27src: DRY getsockname/getpeername codeBen Noordhuis
2015-08-26env: introduce `KickNextTick`Fedor Indutny
2015-08-23tls: add --tls-cipher-list command line switchJames M Snell
2015-08-13src: rename Buffer::Use() to Buffer::New()Ben Noordhuis
2015-08-13src: introduce internal Buffer::Copy() functionBen Noordhuis
2015-08-13src: move internal functions out of node_buffer.hBen Noordhuis
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-08-04buffer: implement Uint8Array backed BufferTrevor Norris
2015-03-23src: make accessors immune to context confusionBen Noordhuis
2015-03-05src: extract node env init out of process initPetka Antonov
2015-01-31fs: improve error messagesBert Belder
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-09-23crypto: export externals to internal structsFedor Indutny
2014-03-31fs: improve performance of all stat functionsJames Pickard
2014-03-18headers: remove env.h from node_internals.hFedor Indutny
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22node_internals: add missing env-inl.h includeFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-06node: do not print SyntaxError hints to stderrFedor Indutny
2014-02-05src: update MakeCallback() function prototypeBen Noordhuis
2013-11-08src: remove container_of, use CONTAINER_OFBen Noordhuis
2013-10-31node: add AsyncListener supportTrevor Norris
2013-10-29src: use function to get internal pointerTrevor Norris
2013-10-17cpplint: disallow if one-linersFedor Indutny
2013-09-06src: add multi-context supportBen Noordhuis
2013-08-15src: add MakeCallback() that takes an array indexBen Noordhuis
2013-08-12src: fix build break from generic macro nameTrevor Norris
2013-08-12src: centralize class wrap/unwrapTrevor Norris
2013-08-09domain: share object and state with native landTrevor Norris
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-08-07src: add IsEmpty() check to HasInstance()Ben Noordhuis