Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-24src: replace NULL with nullptrBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-09-23crypto: export externals to internal structsFedor Indutny
2014-04-01fs: 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-09src: remove container_of, use CONTAINER_OFBen Noordhuis
2013-11-01node: add AsyncListener supportTrevor Norris
2013-10-30src: 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-10domain: 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-03src: remove non-isolate PersistentToLocal()Ben Noordhuis
2013-08-01src: 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-20udp_wrap, tcp_wrap: add out arg to AddressToJSBen Noordhuis
2013-07-20src: 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-04smalloc: use malloc instead of newTrevor Norris
2013-06-19buffer: 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-11src: add using_domains to node_internalsTrevor Norris
2013-04-11src: add node_isolate to remaining scopesTrevor Norris
2013-03-20bindings: update apiTrevor Norris
2013-03-09buffer: speed up ascii character scanningBen Noordhuis
2013-03-06cares: Set process._errno, not global.errnoisaacs
2013-02-26src, 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-22Externalize node::no_deprecationisaacs
2012-06-21Apply --no-deprecation to C++ warnings as wellisaacs
2012-05-22Make UNWRAP macro generic.Oleg Efimov
2012-04-01node: provide snprintf implementation on windowsBen Noordhuis
2012-04-01Alias _snprintf to snprintf, fix Windows build.Ben Noordhuis