summaryrefslogtreecommitdiff
path: root/src/node_internals.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* domain: share object and state with native landTrevor Norris2013-08-091-3/+4
* src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-1/+46
* src: add IsEmpty() check to HasInstance()Ben Noordhuis2013-08-071-0/+1
* src: remove non-isolate PersistentToLocal(), v2Ben Noordhuis2013-08-031-10/+5
* src: remove non-isolate PersistentToLocal()Ben Noordhuis2013-08-021-7/+0
* src: more lint after cpplint tighteningBen Noordhuis2013-07-311-2/+2
* src: lint c++ codeFedor Indutny2013-07-311-18/+24
* src: fix windows build error from 221c689eBen Noordhuis2013-07-201-3/+2
* udp_wrap, tcp_wrap: add out arg to AddressToJSBen Noordhuis2013-07-191-0/+10
* src: fix persistent handle lifecycle issueBen Noordhuis2013-07-191-0/+6
* src: remove Buffer::Data(Persistent<T>&)Ben Noordhuis2013-07-131-41/+0
* build: fix windows buildBen Noordhuis2013-07-111-29/+15
* src: cast strong persistent handles to localsBen Noordhuis2013-07-071-8/+33
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-9/+197
* smalloc: use malloc instead of newTrevor Norris2013-07-031-0/+4