stream_wrap: use `uv_try_write` where possible
[platform/upstream/nodejs.git] / src / stream_wrap.cc
2014-01-28 Fedor Indutnystream_wrap: use `uv_try_write` where possible
2014-01-27 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-24 Fedor Indutnytls_wrap: propagate errors to write callbacks
2014-01-15 Trevor NorrisMerge remote-tracking branch 'origin/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-30 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-13 Fedor IndutnyMerge branch 'v0.10'
2013-12-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-02 Fedor IndutnyMerge branch 'v0.10'
2013-12-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-27 Ben Noordhuisstream_wrap: don't call Number::New()
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 Ben Noordhuissrc: fix Context::Scope usage
2013-11-12 Ben Noordhuiscrypto: fix up implicit HandleScope abuse
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 Norrisasync-wrap: integrate with WeakObject
2013-10-31 Trevor Norrisnode: add AsyncListener support
2013-10-29 Trevor Norrissrc: shorten Object{Wrap,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-10-16 Fedor Indutnycpplint: disallow comma-first in C++
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-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-21 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-19 isaacsMerge remote-tracking branch 'ry/v0.10'
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 Trevor Norrissrc: centralize class wrap/unwrap
2013-08-10 Ben Noordhuisstream_wrap: use v8::Integer::NewFromUnsigned()
2013-08-09 Ben Noordhuissrc: don't call v8::Object::SetHiddenValue()
2013-08-09 Ben Noordhuissrc: use v8::String::NewFrom*() functions
2013-08-07 Ben Noordhuisstream_wrap: fix long line introduced in da5ad92
2013-08-07 Ben Noordhuissrc: remove no-op HandleWrap::Initialize()
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-07-31 Ben Noordhuissrc: more lint after cpplint tightening
2013-07-31 Fedor Indutnysrc: lint c++ code
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-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
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-07-03 Trevor Norrissmalloc: use malloc instead of new
2013-07-03 Trevor Norrisslab_allocator: remove SlabAllocator
2013-06-25 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-06-17 Bert Belderstream_wrap: remove bogus assert
2013-06-17 Ben Noordhuissrc: clean up `using` directives
2013-06-16 Ben Noordhuisstream_wrap: fix signed/unsigned comparison warning
2013-06-15 Fedor Indutnystream_wrap: introduce StreamWrapCallbacks
2013-06-05 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-05-31 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-05-29 Ben Noordhuissrc: simplify HandleWrap initialization
2013-05-29 Ben Noordhuissrc: replace c-style casts with c++-style casts
2013-05-29 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-05-27 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-05-20 isaacsMerge remote-tracking branch ry/v0.10 into master
2013-05-17 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-05-14 isaacssrc: Use StringBytes in StreamWrap
2013-05-13 Bert BelderMerge branch 'v0.10'
2013-05-13 Ben Noordhuisstream_wrap: MayContainNonAscii() is deprecated
2013-05-07 Brian Whitestream_wrap: fix memory leak on early return
2013-05-07 Trevor Norrisstream_wrap: remove unused arg from WriteBuffer
2013-05-03 Bert BelderMerge branch 'v0.10'
2013-05-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-04-29 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-04-27 Fedor Indutnynet: implement ._writev for .cork/uncork() support
2013-04-18 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-04-18 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-04-12 Fedor IndutnyMerge branch 'v0.10'
2013-04-05 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-03-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-03-25 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-03-21 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-03-21 Trevor Norrissrc: write ascii strings using WriteOneByte
2013-03-20 Trevor Norrissrc: pass Isolate to all applicable api
next