Trevor Norris
|
278183a902
|
{stream,udp,tls}_wrap: remove unused offset/length
The function arguments offset and length are now no longer used since
all I/O requests now use discretely allocated memory.
|
2013-07-03 15:03:41 -07:00 |
isaacs
|
adf9b67e59
|
Merge remote-tracking branch 'ry/v0.10' into master
Conflicts:
ChangeLog
deps/uv/ChangeLog
deps/uv/src/unix/stream.c
deps/uv/src/version.c
deps/v8/build/common.gypi
deps/v8/src/frames.h
deps/v8/src/runtime.cc
deps/v8/test/mjsunit/debug-set-variable-value.js
lib/http.js
src/node_version.h
|
2013-06-25 11:12:33 -07:00 |
isaacs
|
ba048e72b0
|
Merge remote-tracking branch 'ry/v0.10'
Conflicts:
AUTHORS
ChangeLog
configure
deps/uv/ChangeLog
deps/uv/src/unix/darwin.c
deps/uv/src/unix/stream.c
deps/uv/src/version.c
deps/v8/src/isolate.cc
deps/v8/src/version.cc
lib/http.js
src/node_version.h
|
2013-05-27 14:46:52 -07:00 |
Trevor Norris
|
88333f7ace
|
http: don't slice unless necessary
The incoming Buffer was being sliced just to possibly not be used.
Instead place the .slice inside the conditional to not be created unless
necessary.
|
2013-05-15 15:10:56 -07:00 |
Timothy J Fontaine
|
6717fdccb4
|
http: move Server and ServerResponse out
|
2013-04-17 00:08:28 +02:00 |