summaryrefslogtreecommitdiff
path: root/src/node_internals.h
Commit message (Expand)AuthorAgeFilesLines
* src: fix whitespace/indent cpplint warningsBen Noordhuis2016-07-051-76/+76
* vm: add ability to break on sigint/ctrl+cAnna Henningsen2016-07-051-0/+7
* src,lib: v8-inspector supportPavel Feldman2016-07-051-1/+5
* src: add include guards to internal headersBen Noordhuis2016-06-021-0/+4
* src: no abort from getter if object isn't wrappedTrevor Norris2016-06-021-0/+2
* src,module: add --preserve-symlinks command line flagJames M Snell2016-05-171-0/+5
* buffer: standardize array index checkTrevor Norris2016-04-261-1/+1
* src: remove deprecated internal functionsBen Noordhuis2016-04-051-32/+0
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-2/+5
* async_wrap: don't abort on callback exceptionTrevor Norris2016-03-281-0/+5
* src: replace usage of deprecated ForceSetMichaël Zasso2016-03-031-4/+4
* src: add AsyncCallbackScopeTrevor Norris2016-02-121-2/+0
* src: attach error to stack on displayErrorscjihrig2016-01-261-0/+2
* src: remove unused BITS_PER_LONG macroBen Noordhuis2015-12-151-6/+0
* buffer: fix range checking for slowToStringMatt Loring2015-12-071-1/+1
* src: null env_ field from constructorTrevor Norris2015-09-161-1/+1
* buffer: construct Uint8Array in JSTrevor Norris2015-09-151-10/+10
* src: use standard conform snprintf on windowsKarl Skomski2015-09-061-8/+10
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-18/+18
* src: enable v8 deprecation warnings and fix themBen Noordhuis2015-09-061-0/+14
* src: DRY getsockname/getpeername codeBen Noordhuis2015-08-271-0/+13
* env: introduce `KickNextTick`Fedor Indutny2015-08-261-0/+2
* tls: add --tls-cipher-list command line switchJames M Snell2015-08-231-0/+16
* src: rename Buffer::Use() to Buffer::New()Ben Noordhuis2015-08-131-1/+1
* src: introduce internal Buffer::Copy() functionBen Noordhuis2015-08-131-2/+1
* src: move internal functions out of node_buffer.hBen Noordhuis2015-08-131-0/+16
* deps: update v8 to 4.4.63.9Ben Noordhuis2015-08-041-2/+0
* buffer: implement Uint8Array backed BufferTrevor Norris2015-08-041-0/+2
* src: make accessors immune to context confusionBen Noordhuis2015-03-231-15/+0
* src: extract node env init out of process initPetka Antonov2015-03-051-0/+77
* fs: improve error messagesBert Belder2015-01-311-1/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: replace NULL with nullptrBen Noordhuis2014-10-231-17/+17
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-1/+0
* crypto: export externals to internal structsFedor Indutny2014-09-231-0/+15
* fs: improve performance of all stat functionsJames Pickard2014-03-311-1/+1
* headers: remove env.h from node_internals.hFedor Indutny2014-03-181-20/+35
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-1/+1
* node_internals: add missing env-inl.h includeFedor Indutny2014-02-221-0/+1
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-38/+33
* node: do not print SyntaxError hints to stderrFedor Indutny2014-02-061-0/+4
* src: update MakeCallback() function prototypeBen Noordhuis2014-02-051-6/+6
* src: remove container_of, use CONTAINER_OFBen Noordhuis2013-11-081-14/+0
* node: add AsyncListener supportTrevor Norris2013-10-311-1/+1
* src: use function to get internal pointerTrevor Norris2013-10-291-31/+0
* cpplint: disallow if one-linersFedor Indutny2013-10-171-1/+2
* src: add multi-context supportBen Noordhuis2013-09-061-195/+35
* src: add MakeCallback() that takes an array indexBen Noordhuis2013-08-151-0/+6
* src: fix build break from generic macro nameTrevor Norris2013-08-121-3/+3
* src: centralize class wrap/unwrapTrevor Norris2013-08-121-10/+30