summaryrefslogtreecommitdiff
path: root/src/node_internals.h
AgeCommit message (Expand)Author
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
2013-08-03src: remove non-isolate PersistentToLocal(), v2Ben Noordhuis
2013-08-02src: remove non-isolate PersistentToLocal()Ben Noordhuis
2013-07-31src: more lint after cpplint tighteningBen Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-20src: fix windows build error from 221c689eBen Noordhuis
2013-07-19udp_wrap, tcp_wrap: add out arg to AddressToJSBen Noordhuis
2013-07-19src: fix persistent handle lifecycle issueBen Noordhuis
2013-07-13src: remove Buffer::Data(Persistent<T>&)Ben Noordhuis
2013-07-11build: fix windows buildBen Noordhuis
2013-07-07src: cast strong persistent handles to localsBen Noordhuis
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-07-03smalloc: use malloc instead of newTrevor Norris
2013-06-18buffer: use smalloc as backing data storeTrevor Norris
2013-05-30src: add endianness helper functionsBen Noordhuis
2013-04-19src: replace Holder() with This()Trevor Norris
2013-04-10src: add using_domains to node_internalsTrevor Norris
2013-04-10src: add node_isolate to remaining scopesTrevor Norris
2013-03-20bindings: update apiTrevor Norris
2013-03-08buffer: speed up ascii character scanningBen Noordhuis
2013-03-06cares: Set process._errno, not global.errnoisaacs
2013-02-25src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-02-11node: don't malloc in FromConstructorTemplateBen Noordhuis
2013-01-07src: make node_isolate globalBen Noordhuis
2013-01-02bindings: update to new v8 apisFedor Indutny
2012-06-21Externalize node::no_deprecationisaacs
2012-06-21Apply --no-deprecation to C++ warnings as wellisaacs
2012-05-21Make UNWRAP macro generic.Oleg Efimov
2012-04-01node: provide snprintf implementation on windowsBen Noordhuis
2012-03-31Alias _snprintf to snprintf, fix Windows build.Ben Noordhuis
2012-03-30core: add ROUND_UP() macroBen Noordhuis
2012-03-09core: add ThrowError(), ThrowTypeError(), ThrowRangeError()Ben Noordhuis
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-06isolates: implement message passingBen Noordhuis
2011-12-29move isolate V8 functions out of node.ccRyan Dahl
2011-12-29build: move internals to separate header fileBen Noordhuis