tls_wrap: use writev when possible
[platform/upstream/nodejs.git] / src / tls_wrap.cc
2013-12-06 Fedor Indutnytls_wrap: use writev when possible
2013-12-02 Fedor IndutnyMerge branch 'v0.10'
2013-12-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-26 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-20 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-12 Trevor Norristls_wrap: move members to initialization list
2013-11-12 Ben Noordhuissrc: fix Context::Scope usage
2013-11-12 Ben Noordhuissrc: remove global HandleScope
2013-11-11 Ben Noordhuissrc: fix Environment::GetCurrent() usage
2013-11-08 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-11-08 Ben Noordhuissrc: remove container_of, use CONTAINER_OF
2013-10-31 Trevor Norrisdomain: use AsyncListener API
2013-10-31 Trevor Norrisasync-wrap: integrate with WeakObject
2013-10-29 Trevor Norrissrc: shorten Object{Wrap,Unwrap}
2013-10-29 Trevor Norrissrc: don't use WeakObject::Unwrap
2013-10-29 Trevor Norrissrc: use function to get internal pointer
2013-10-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-10-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-10-16 Fedor Indutnycpplint: disallow if one-liners
2013-09-25 Ben Noordhuissrc: remove ObjectWrap dependency from core
2013-09-24 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-07 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-06 Ben Noordhuissrc: add multi-context support
2013-09-06 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-04 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-02 Ben Noordhuisuv: upgrade to v0.11.12
2013-09-01 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-31 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-29 Ben Noordhuiscrypto: remove NodeBIO::GetMethod()
2013-08-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-26 Ben Noordhuissrc: fix up unused/unordered imports
2013-08-21 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-19 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-19 Fedor Indutnytls, crypto: deduplicate code
2013-08-17 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-12 Trevor Norrissrc: fix build break from generic macro name
2013-08-12 Ben Noordhuissrc: don't obj->Set(Integer::New(...), val)
2013-08-12 Trevor Norrissrc: centralize class wrap/unwrap
2013-08-09 Ben Noordhuissrc: use v8::String::NewFrom*() functions
2013-08-07 Ben Noordhuisstream_wrap: add handle type checkers
2013-08-07 Ben Noordhuisstream_wrap: use getters, not direct field access
2013-08-06 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-08-06 Fedor Indutnytls: asynchronous SNICallback
2013-08-06 Fedor Indutnytls_wrap: DRY ClientHelloParser
2013-08-02 Ben Noordhuissrc: remove non-isolate PersistentToLocal()
2013-08-01 Fedor Indutnytls_wrap: parse tls session ticket extension
2013-07-31 Fedor Indutnysrc: lint c++ code
2013-07-30 Ben Noordhuisstring_bytes: don't use named imports in header
2013-07-30 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-20 Ben Noordhuissrc, lib: update after internal api change
2013-07-18 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-07-13 Ben Noordhuissrc: remove Buffer::Data(Persistent<T>&)
2013-07-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-07-07 Ben Noordhuissrc: cast strong persistent handles to locals
2013-07-09 Timothy J Fontainetls_wrap: return Error not throw for missing cert
2013-07-06 Ben Noordhuislib, src: upgrade after v8 api change
2013-07-05 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-03 Trevor Norris{stream,udp,tls}_wrap: remove unused offset/length
2013-06-25 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-06-18 Trevor Norrisbuffer: use smalloc as backing data store
2013-06-17 Fedor Indutnytls: session API returns
2013-06-16 Fedor Indutnytls_wrap: embed TLS encryption into streamwrap