| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | src: fix Context::Scope usage | Ben Noordhuis | 2013-11-12 | 1 | -2/+2 |
* | | src: fix Environment::GetCurrent() usage | Ben Noordhuis | 2013-11-11 | 1 | -3/+3 |
* | | async-wrap: add methods to udp/tcp/pipe/timers | Trevor Norris | 2013-10-31 | 1 | -0/+3 |
* | | node: add AsyncListener support | Trevor Norris | 2013-10-31 | 1 | -10/+5 |
* | | src: shorten Object{Wrap,Unwrap} | Trevor Norris | 2013-10-29 | 1 | -8/+8 |
* | | src: don't use class specific Unwrap methods | Trevor Norris | 2013-10-29 | 1 | -5/+0 |
* | | src: use function to get internal pointer | Trevor Norris | 2013-10-29 | 1 | -19/+11 |
* | | cpplint: disallow if one-liners | Fedor Indutny | 2013-10-17 | 1 | -2/+4 |
* | | cpplint: disallow comma-first in C++ | Fedor Indutny | 2013-10-17 | 1 | -2/+2 |
* | | src: add multi-context support | Ben Noordhuis | 2013-09-06 | 1 | -36/+46 |
* | | uv: upgrade to v0.11.13 | Ben Noordhuis | 2013-09-04 | 1 | -42/+27 |
* | | uv: upgrade to v0.11.12 | Ben Noordhuis | 2013-09-03 | 1 | -33/+57 |
* | | src: fix build break from generic macro name | Trevor Norris | 2013-08-12 | 1 | -9/+9 |
* | | src: centralize class wrap/unwrap | Trevor Norris | 2013-08-12 | 1 | -11/+19 |
* | | src: don't call v8::Object::SetHiddenValue() | Ben Noordhuis | 2013-08-09 | 1 | -3/+0 |
* | | dgram: don't call into js when send cb is omitted | Ben Noordhuis | 2013-08-09 | 1 | -14/+29 |
* | | src: use v8::String::NewFrom*() functions | Ben Noordhuis | 2013-08-09 | 1 | -6/+6 |
* | | src: remove no-op HandleWrap::Initialize() | Ben Noordhuis | 2013-08-07 | 1 | -2/+0 |
* | | src: use static_cast for void-to-T casts | Ben Noordhuis | 2013-08-03 | 1 | -3/+3 |
* | | src: more lint after cpplint tightening | Ben Noordhuis | 2013-07-31 | 1 | -2/+2 |
* | | src: lint c++ code | Fedor Indutny | 2013-07-31 | 1 | -3/+3 |
* | | dgram: report send errors to cb, don't pass bytes | Ben Noordhuis | 2013-07-29 | 1 | -8/+2 |
* | | src, lib: update after internal api change | Ben Noordhuis | 2013-07-20 | 1 | -68/+74 |
* | | udp_wrap, tcp_wrap: add out arg to AddressToJS | Ben Noordhuis | 2013-07-19 | 1 | -3/+0 |
* | | lib, src: upgrade after v8 api change | Ben Noordhuis | 2013-07-06 | 1 | -86/+64 |
* | | {stream,udp,tls}_wrap: remove unused offset/length | Trevor Norris | 2013-07-03 | 1 | -2/+0 |
* | | smalloc: use malloc instead of new | Trevor Norris | 2013-07-03 | 1 | -4/+8 |
* | | slab_allocator: remove SlabAllocator | Trevor Norris | 2013-07-03 | 1 | -23/+16 |
* | | src: simplify HandleWrap initialization | Ben Noordhuis | 2013-05-30 | 1 | -1/+0 |
* | | src: replace c-style casts with c++-style casts | Ben Noordhuis | 2013-05-30 | 1 | -2/+2 |
* | | src: pass Isolate to all applicable api | Trevor Norris | 2013-03-20 | 1 | -33/+30 |
* | | bindings: update api | Trevor Norris | 2013-03-20 | 1 | -3/+3 |
|/ |
|
* | src, test: downgrade to v8 3.14 api | Ben Noordhuis | 2013-02-25 | 1 | -18/+21 |
* | stream_wrap, udp_wrap: add read-only fd property | Ben Noordhuis | 2013-02-13 | 1 | -0/+24 |
* | udp_wrap: use proper imports in source file | Ben Noordhuis | 2013-02-13 | 1 | -2/+12 |
* | cluster: support datagram sockets | Bert Belder | 2013-01-28 | 1 | -2/+15 |
* | src: pass node_isolate to Null() | Ben Noordhuis | 2013-01-07 | 1 | -2/+2 |
* | src: pass node_isolate to True() and False() | Ben Noordhuis | 2013-01-07 | 1 | -2/+2 |
* | src: pass node_isolate to Local<>::New | Ben Noordhuis | 2013-01-07 | 1 | -4/+4 |
* | src: pass node_isolate to Integer::New | Ben Noordhuis | 2013-01-07 | 1 | -8/+8 |
* | bindings: update to new v8 apis | Fedor Indutny | 2013-01-02 | 1 | -1/+1 |
* | dns: use uv_inet_ntop/uv_inet_pton instead of c-ares equivalents | Bert Belder | 2012-08-07 | 1 | -15/+0 |
* | export HandleWrap Unref Ref in tcp/udp/timer/pipe | Timothy J Fontaine | 2012-07-23 | 1 | -0/+3 |
* | udp_wrap, stream_wrap: lazy init slab allocator | Ben Noordhuis | 2012-06-05 | 1 | -5/+14 |
* | child_process: new stdio API for .spawn() method | Fedor Indutny | 2012-06-01 | 1 | -39/+13 |
* | Make UNWRAP macro generic. | Oleg Efimov | 2012-05-21 | 1 | -19/+7 |
* | tcp, udp: share sockaddr-to-object function | Ben Noordhuis | 2012-05-02 | 1 | -46/+1 |
* | udp: slightly optimize address family property | Ben Noordhuis | 2012-05-01 | 1 | -5/+6 |
* | udp: make variable names consistent | Ben Noordhuis | 2012-05-01 | 1 | -13/+13 |
* | udp: make getsockname() return address family name | Shigeki Ohtsu | 2012-05-01 | 1 | -0/+7 |