Age | Commit message (Expand) | Author | Files | Lines |
2013-10-31 | domain: use AsyncListener API | Trevor Norris | 1 | -0/+11 |
2013-10-31 | tls: reuse hostname from underlying net.Socket | Fedor Indutny | 1 | -1/+4 |
2013-09-19 | net: add a port validation to `connect` | Maciej MaĆecki | 1 | -4/+10 |
2013-08-20 | net: family option in net.connect | Vsevolod Strukchinsky | 1 | -1/+2 |
2013-08-15 | lib: remove unused variables and functions | Brian White | 1 | -1/+0 |
2013-08-09 | src: don't call v8::Object::SetHiddenValue() | Ben Noordhuis | 1 | -2/+8 |
2013-08-08 | http: Use streams3 directly, not .ondata/end | isaacs | 1 | -7/+1 |
2013-08-01 | src: Replace macros with util functions | isaacs | 1 | -29/+29 |
2013-07-28 | cluster: fix shared handle bind error propagation | Ben Noordhuis | 1 | -15/+18 |
2013-07-24 | lib: macro-ify type checks | Ben Noordhuis | 1 | -35/+31 |
2013-07-20 | src, lib: update after internal api change | Ben Noordhuis | 1 | -104/+114 |
2013-07-20 | src, lib: deduplicate errnoException | Ben Noordhuis | 1 | -13/+2 |
2013-07-09 | http: Add agent.get/request methods | isaacs | 1 | -0/+2 |
2013-07-06 | lib, src: upgrade after v8 api change | Ben Noordhuis | 1 | -4/+3 |
2013-07-03 | {stream,udp,tls}_wrap: remove unused offset/length | Trevor Norris | 1 | -6/+6 |
2013-06-25 | Merge remote-tracking branch 'ry/v0.10' into master | isaacs | 1 | -1/+2 |
2013-06-16 | net: Do not destroy socket mid-write | isaacs | 1 | -1/+2 |
2013-06-16 | tls: share socket._hadError with http_client | Fedor Indutny | 1 | -0/+1 |
2013-06-05 | Merge remote-tracking branch 'ry/v0.10' | isaacs | 1 | -2/+18 |
2013-06-05 | net: Destroy when not readable and not writable | isaacs | 1 | -2/+18 |
2013-05-27 | Merge remote-tracking branch 'ry/v0.10' | isaacs | 1 | -7/+7 |
2013-05-21 | net: use timers._unrefActive for internal timeouts | Timothy J Fontaine | 1 | -7/+7 |
2013-05-21 | util: Add debuglog, deprecate console lookalikes | isaacs | 1 | -14/+1 |
2013-05-17 | Merge remote-tracking branch 'ry/v0.10' into master | isaacs | 1 | -8/+2 |
2013-05-15 | net: emit dns 'lookup' event before connect | Ben Noordhuis | 1 | -0/+2 |
2013-04-27 | net: implement ._writev for .cork/uncork() support | Fedor Indutny | 1 | -4/+65 |
2013-04-11 | lint | isaacs | 1 | -1/+2 |
2013-04-10 | net: fix socket.bytesWritten Buffers support | Fedor Indutny | 1 | -2/+8 |
2013-04-08 | net: account encoding in .byteLength | Fedor Indutny | 1 | -1/+1 |
2013-04-08 | net: fix buffer iteration in bytesWritten | Fedor Indutny | 1 | -2/+1 |
2013-03-14 | net: improve arbitrary tcp socket support | Ben Noordhuis | 1 | -20/+21 |
2013-03-14 | deps: upgrade libuv to 7b66ea1 | Ben Noordhuis | 1 | -0/+1 |
2013-03-13 | net: handle 'finish' event only after 'connect' | Fedor Indutny | 1 | -0/+6 |
2013-03-06 | net: use close callback, not process.nextTick | Ben Noordhuis | 1 | -7/+5 |
2013-03-05 | stream: _write takes an encoding argument | isaacs | 1 | -12/+12 |
2013-03-05 | stream: Split Writable logic into small functions | isaacs | 1 | -2/+1 |
2013-03-05 | Merge remote-tracking branch 'origin/v0.8' | Ben Noordhuis | 1 | -6/+18 |
2013-03-05 | cluster: propagate bind errors | Ben Noordhuis | 1 | -6/+18 |
2013-03-02 | net: s/closed/ended/ in write-after-fin message | isaacs | 1 | -1/+1 |
2013-03-02 | net: Provide better error when writing after FIN | isaacs | 1 | -1/+27 |
2013-02-28 | stream: There is no _read cb, there is only push | isaacs | 1 | -13/+7 |
2013-03-01 | net: omit superfluous 'connect' event | Ben Noordhuis | 1 | -1/+0 |
2013-02-28 | lib, src: remove errno global | Ben Noordhuis | 1 | -17/+17 |
2013-02-12 | net: Respect the 'readable' flag on sockets | isaacs | 1 | -2/+2 |
2013-02-11 | net: don't suppress ECONNRESET | Ben Noordhuis | 1 | -5/+1 |
2013-01-28 | Revert "net: Avoid tickDepth warnings on small writes" | isaacs | 1 | -1/+7 |
2013-01-28 | net: Avoid tickDepth warnings on small writes | isaacs | 1 | -7/+1 |
2013-01-28 | child_process: move binding init in constructor | Fedor Indutny | 1 | -4/+0 |
2013-01-28 | net: Initialize _connection, _handle in Socket ctor | isaacs | 1 | -0/+3 |
2013-01-28 | net: initialize TCPWrap when receiving socket | Fedor Indutny | 1 | -0/+4 |