| Commit message (Expand) | Author | Age | Files | Lines |
* | src: replace NULL with nullptr | Ben Noordhuis | 2014-10-23 | 1 | -17/+17 |
* | src: replace assert() with CHECK() | Ben Noordhuis | 2014-10-12 | 1 | -1/+0 |
* | crypto: export externals to internal structs | Fedor Indutny | 2014-09-23 | 1 | -0/+15 |
* | fs: improve performance of all stat functions | James Pickard | 2014-03-31 | 1 | -1/+1 |
* | headers: remove env.h from node_internals.h | Fedor Indutny | 2014-03-18 | 1 | -20/+35 |
* | src: update to v8 3.24 APIs | Fedor Indutny | 2014-03-13 | 1 | -1/+1 |
* | node_internals: add missing env-inl.h include | Fedor Indutny | 2014-02-22 | 1 | -0/+1 |
* | src: remove `node_isolate` from source | Fedor Indutny | 2014-02-22 | 1 | -38/+33 |
* | node: do not print SyntaxError hints to stderr | Fedor Indutny | 2014-02-06 | 1 | -0/+4 |
* | src: update MakeCallback() function prototype | Ben Noordhuis | 2014-02-05 | 1 | -6/+6 |
* | src: remove container_of, use CONTAINER_OF | Ben Noordhuis | 2013-11-08 | 1 | -14/+0 |
* | node: add AsyncListener support | Trevor Norris | 2013-10-31 | 1 | -1/+1 |
* | src: use function to get internal pointer | Trevor Norris | 2013-10-29 | 1 | -31/+0 |
* | cpplint: disallow if one-liners | Fedor Indutny | 2013-10-17 | 1 | -1/+2 |
* | src: add multi-context support | Ben Noordhuis | 2013-09-06 | 1 | -195/+35 |
* | src: add MakeCallback() that takes an array index | Ben Noordhuis | 2013-08-15 | 1 | -0/+6 |
* | src: fix build break from generic macro name | Trevor Norris | 2013-08-12 | 1 | -3/+3 |
* | src: centralize class wrap/unwrap | Trevor Norris | 2013-08-12 | 1 | -10/+30 |
* | domain: share object and state with native land | Trevor Norris | 2013-08-09 | 1 | -3/+4 |
* | src: use v8::String::NewFrom*() functions | Ben Noordhuis | 2013-08-09 | 1 | -1/+46 |
* | src: add IsEmpty() check to HasInstance() | Ben Noordhuis | 2013-08-07 | 1 | -0/+1 |
* | src: remove non-isolate PersistentToLocal(), v2 | Ben Noordhuis | 2013-08-03 | 1 | -10/+5 |
* | src: remove non-isolate PersistentToLocal() | Ben Noordhuis | 2013-08-02 | 1 | -7/+0 |
* | src: more lint after cpplint tightening | Ben Noordhuis | 2013-07-31 | 1 | -2/+2 |
* | src: lint c++ code | Fedor Indutny | 2013-07-31 | 1 | -18/+24 |
* | src: fix windows build error from 221c689e | Ben Noordhuis | 2013-07-20 | 1 | -3/+2 |
* | udp_wrap, tcp_wrap: add out arg to AddressToJS | Ben Noordhuis | 2013-07-19 | 1 | -0/+10 |
* | src: fix persistent handle lifecycle issue | Ben Noordhuis | 2013-07-19 | 1 | -0/+6 |
* | src: remove Buffer::Data(Persistent<T>&) | Ben Noordhuis | 2013-07-13 | 1 | -41/+0 |
* | build: fix windows build | Ben Noordhuis | 2013-07-11 | 1 | -29/+15 |
* | src: cast strong persistent handles to locals | Ben Noordhuis | 2013-07-07 | 1 | -8/+33 |
* | lib, src: upgrade after v8 api change | Ben Noordhuis | 2013-07-06 | 1 | -9/+197 |
* | smalloc: use malloc instead of new | Trevor Norris | 2013-07-03 | 1 | -0/+4 |
* | buffer: use smalloc as backing data store | Trevor Norris | 2013-06-18 | 1 | -0/+24 |
* | src: add endianness helper functions | Ben Noordhuis | 2013-05-30 | 1 | -0/+24 |
* | src: replace Holder() with This() | Trevor Norris | 2013-04-19 | 1 | -3/+3 |
* | src: add using_domains to node_internals | Trevor Norris | 2013-04-10 | 1 | -0/+3 |
* | src: add node_isolate to remaining scopes | Trevor Norris | 2013-04-10 | 1 | -1/+1 |
* | bindings: update api | Trevor Norris | 2013-03-20 | 1 | -1/+1 |
* | buffer: speed up ascii character scanning | Ben Noordhuis | 2013-03-08 | 1 | -0/+6 |
* | cares: Set process._errno, not global.errno | isaacs | 2013-03-06 | 1 | -0/+3 |
* | src, test: downgrade to v8 3.14 api | Ben Noordhuis | 2013-02-25 | 1 | -1/+1 |
* | node: don't malloc in FromConstructorTemplate | Ben Noordhuis | 2013-02-11 | 1 | -0/+4 |
* | src: make node_isolate global | Ben Noordhuis | 2013-01-07 | 1 | -0/+3 |
* | bindings: update to new v8 apis | Fedor Indutny | 2013-01-02 | 1 | -2/+2 |
* | Externalize node::no_deprecation | isaacs | 2012-06-21 | 1 | -2/+0 |
* | Apply --no-deprecation to C++ warnings as well | isaacs | 2012-06-21 | 1 | -0/+2 |
* | Make UNWRAP macro generic. | Oleg Efimov | 2012-05-21 | 1 | -0/+13 |
* | node: provide snprintf implementation on windows | Ben Noordhuis | 2012-04-01 | 1 | -1/+11 |
* | Alias _snprintf to snprintf, fix Windows build. | Ben Noordhuis | 2012-03-31 | 1 | -0/+4 |