summaryrefslogtreecommitdiff
path: root/src/node_internals.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* buffer: use smalloc as backing data storeTrevor Norris2013-06-181-0/+24
* src: add endianness helper functionsBen Noordhuis2013-05-301-0/+24
* src: replace Holder() with This()Trevor Norris2013-04-191-3/+3
* src: add using_domains to node_internalsTrevor Norris2013-04-101-0/+3
* src: add node_isolate to remaining scopesTrevor Norris2013-04-101-1/+1
* bindings: update apiTrevor Norris2013-03-201-1/+1
* buffer: speed up ascii character scanningBen Noordhuis2013-03-081-0/+6
* cares: Set process._errno, not global.errnoisaacs2013-03-061-0/+3
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-1/+1
* node: don't malloc in FromConstructorTemplateBen Noordhuis2013-02-111-0/+4
* src: make node_isolate globalBen Noordhuis2013-01-071-0/+3
* bindings: update to new v8 apisFedor Indutny2013-01-021-2/+2
* Externalize node::no_deprecationisaacs2012-06-211-2/+0
* Apply --no-deprecation to C++ warnings as wellisaacs2012-06-211-0/+2
* Make UNWRAP macro generic.Oleg Efimov2012-05-211-0/+13
* node: provide snprintf implementation on windowsBen Noordhuis2012-04-011-1/+11
* Alias _snprintf to snprintf, fix Windows build.Ben Noordhuis2012-03-311-0/+4
* core: add ROUND_UP() macroBen Noordhuis2012-03-301-3/+7
* core: add ThrowError(), ThrowTypeError(), ThrowRangeError()Ben Noordhuis2012-03-091-0/+23