2013-08-06 |
Fedor Indutny | tls: asynchronous SNICallback |
tree | commitdiff |
2013-08-06 |
isaacs | repl: Add 'smalloc' to list of known modules |
tree | commitdiff |
2013-08-05 |
Koichi Kobayashi | https: fix default port |
tree | commitdiff |
2013-08-05 |
isaacs | http: Fix overlooked agent.globalAgent export |
tree | commitdiff |
2013-08-04 |
Fedor Indutny | tls: fix handling of `SNICallback` server option |
tree | commitdiff |
2013-08-02 |
Trevor Norris | smalloc: fix assertion fails/segfault |
tree | commitdiff |
2013-08-02 |
Trevor Norris | util: add isPrimitive check |
tree | commitdiff |
2013-08-01 |
isaacs | src: Replace macros with util functions |
tree | commitdiff |
2013-08-01 |
Fedor Indutny | tls_wrap: parse tls session ticket extension |
tree | commitdiff |
2013-07-29 |
Ben Noordhuis | util: don't throw on circular %j input to format() |
tree | commitdiff |
2013-07-30 |
Trevor Norris | fs: write strings directly to disk |
tree | commitdiff |
2013-07-30 |
Ben Noordhuis | Merge remote-tracking branch 'origin/v0.10' |
tree | commitdiff |
2013-07-30 |
Ben Noordhuis | assert: replace !!!value with just !value |
tree | commitdiff |
2013-07-29 |
Ben Noordhuis | dgram: report send errors to cb, don't pass bytes |
tree | commitdiff |
2013-07-29 |
Ben Noordhuis | child_process: add 'shell' option to .exec() |
tree | commitdiff |
2013-07-28 |
Ben Noordhuis | cluster: fix shared handle bind error propagation |
tree | commitdiff |
2013-07-28 |
Ben Noordhuis | cluster: remove duplicate this.errno assignment |
tree | commitdiff |
2013-07-25 |
isaacs | streams: Don't emit 'end' until read() past EOF |
tree | commitdiff |
2013-07-24 |
Fedor Indutny | tls: share tls tickets key between cluster workers |
tree | commitdiff |
2013-07-24 |
Fedor Indutny | cluster: support setting data on shared server |
tree | commitdiff |
2013-07-24 |
Ben Noordhuis | lib: macro-ify type checks |
tree | commitdiff |
2013-07-23 |
Trevor Norris | buffer: misc logic simplification |
tree | commitdiff |
2013-07-23 |
Trevor Norris | buffer: revert length and parent check |
tree | commitdiff |
2013-07-23 |
Trevor Norris | buffer: slice on zero length buffer |
tree | commitdiff |
2013-07-22 |
isaacs | stream: Simplify flowing, passive data listening |
tree | commitdiff |
2013-07-22 |
Wyatt Preul | util: removed duplicated isArray check |
tree | commitdiff |
2013-07-20 |
Ben Noordhuis | src, lib: update after internal api change |
tree | commitdiff |
2013-07-20 |
Ben Noordhuis | src, lib: deduplicate errnoException |
tree | commitdiff |
2013-07-19 |
Trevor Norris | buffer: return offset for end of last write |
tree | commitdiff |
2013-07-19 |
Trevor Norris | smalloc: create separate module |
tree | commitdiff |
2013-07-18 |
isaacs | Merge remote-tracking branch 'ry/v0.10' |
tree | commitdiff |
2013-07-17 |
Shuan Wang | url: Fix edge-case when protocol is non-lowercase |
tree | commitdiff |
2013-07-15 |
isaacs | tls: Trivial use_strict fix |
tree | commitdiff |
2013-07-12 |
Timothy J Fontaine | lint: fix _http_client.js after v0.10 merge |
tree | commitdiff |
2013-07-12 |
Timothy J Fontaine | Merge remote-tracking branch 'upstream/v0.10' |
tree | commitdiff |
2013-07-12 |
Ben Noordhuis | timers: setImmediate process full queue each turn |
tree | commitdiff |
2013-07-09 |
Timothy J Fontaine | tls: only wait for finish if we haven't seen it |
tree | commitdiff |
2013-07-08 |
isaacs | http: Dump response when request is aborted |
tree | commitdiff |
2013-07-10 |
isaacs | http: Use OOP for OutgoingMessage._finish |
tree | commitdiff |
2013-07-10 |
isaacs | http: Reuse more http/https Agent code |
tree | commitdiff |
2013-07-10 |
isaacs | http: Add agent.get/request methods |
tree | commitdiff |
2013-07-10 |
isaacs | http: Proper KeepAlive behavior |
tree | commitdiff |
2013-07-10 |
isaacs | http: style |
tree | commitdiff |
2013-07-09 |
Nathan Rajlich | crypto: throw a helpful error message for "tls" and... |
tree | commitdiff |
2013-07-09 |
Trevor Norris | buffer: propagate originating parent |
tree | commitdiff |
2013-07-08 |
Peter Rust | http: use an unref'd timer to fix delay in exit |
tree | commitdiff |
2013-07-08 |
Timothy J Fontaine | timers: internal unref timers should use Timer.now |
tree | commitdiff |
2013-07-06 |
Ben Noordhuis | lib, src: upgrade after v8 api change |
tree | commitdiff |
2013-07-05 |
Ben Noordhuis | Merge remote-tracking branch 'origin/v0.10' |
tree | commitdiff |
2013-07-03 |
Jeff Barczewski | stream: objectMode transform should allow falsey values |
tree | commitdiff |
2013-07-03 |
Trevor Norris | {stream,udp,tls}_wrap: remove unused offset/length |
tree | commitdiff |
2013-07-03 |
Fedor Indutny | tls: export TLSSocket |
tree | commitdiff |
2013-07-01 |
Peter Rust | http: use an unref'd timer to fix delay in exit |
tree | commitdiff |
2013-07-01 |
Brian White | zlib: allow zero values for level and strategy |
tree | commitdiff |
2013-07-01 |
Brian White | zlib: allow changing of level and strategy |
tree | commitdiff |
2013-07-01 |
Brian White | zlib: allow custom flush type for flush() |
tree | commitdiff |
2013-07-01 |
Brian White | zlib: remove unused parameter |
tree | commitdiff |
2013-07-01 |
Brian White | zlib: allow zero values for level and strategy |
tree | commitdiff |
2013-06-27 |
Ben Noordhuis | buffer: add comment explaining buffer alignment |
tree | commitdiff |
2013-06-25 |
isaacs | Merge remote-tracking branch 'ry/v0.10' into master |
tree | commitdiff |
2013-06-20 |
Ben Noordhuis | child_process: emit 'disconnect' asynchronously |
tree | commitdiff |
2013-06-20 |
Mathias Bynens | punycode: update to v1.2.3 |
tree | commitdiff |
2013-06-18 |
Trevor Norris | buffer: deprecate legacy code |
tree | commitdiff |
2013-06-18 |
Trevor Norris | buffer: expose class methods alloc and dispose |
tree | commitdiff |
2013-06-18 |
Trevor Norris | buffer: reimplement Buffer pools |
tree | commitdiff |
2013-06-18 |
Trevor Norris | buffer: use smalloc as backing data store |
tree | commitdiff |
2013-06-17 |
Krzysztof Chrapka | readline: strip ctrl chars for prompt width calc |
tree | commitdiff |
2013-06-17 |
Yuan Chuan | readline: make `ctrl + L` clear the screen |
tree | commitdiff |
2013-06-17 |
Fedor Indutny | tls: session API returns |
tree | commitdiff |
2013-06-17 |
isaacs | net: Do not destroy socket mid-write |
tree | commitdiff |
2013-06-16 |
Fedor Indutny | tls: share socket._hadError with http_client |
tree | commitdiff |
2013-06-16 |
Fedor Indutny | tls: introduce TLSSocket based on tls_wrap binding |
tree | commitdiff |
2013-06-13 |
isaacs | Revert "http: remove bodyHead from 'upgrade' events" |
tree | commitdiff |
2013-06-11 |
Ben Noordhuis | crypto: fix utf8/utf-8 encoding check |
tree | commitdiff |
2013-06-05 |
isaacs | Merge remote-tracking branch 'ry/v0.10' |
tree | commitdiff |
2013-06-05 |
isaacs | net: Destroy when not readable and not writable |
tree | commitdiff |
2013-06-04 |
Ben Noordhuis | url: remove unused global variable |
tree | commitdiff |
2013-06-03 |
isaacs | url: Set href to null by default |
tree | commitdiff |
2013-06-03 |
isaacs | url: Properly parse certain oddly formed urls |
tree | commitdiff |
2013-06-03 |
isaacs | stream: unshift('') is a noop |
tree | commitdiff |
2013-05-31 |
isaacs | Merge remote-tracking branch 'ry/v0.10' |
tree | commitdiff |
2013-05-30 |
Ryunosuke SATO | events: define properties on prototype |
tree | commitdiff |
2013-05-30 |
Brian White | repl: fix JSON.parse error check |
tree | commitdiff |
2013-05-30 |
Brian White | buffer: return `this` in fill() for chainability |
tree | commitdiff |
2013-05-30 |
Fedor Indutny | tls: proper .destroySoon |
tree | commitdiff |
2013-05-29 |
Ben Noordhuis | Merge remote-tracking branch 'origin/v0.10' |
tree | commitdiff |
2013-05-28 |
Fedor Indutny | tls: invoke write cb only after opposite read end |
tree | commitdiff |
2013-05-28 |
Fedor Indutny | tls: ignore .shutdown() syscall error |
tree | commitdiff |
2013-05-27 |
isaacs | Merge remote-tracking branch 'ry/v0.10' |
tree | commitdiff |
2013-05-24 |
Fedor Indutny | tls: retry writing after hello parse error |
tree | commitdiff |
2013-05-24 |
Nathan Zadoks | http: remove bodyHead from 'upgrade' events |
tree | commitdiff |
2013-05-23 |
isaacs | http: Return true on empty writes, not false |
tree | commitdiff |
2013-05-23 |
Timothy J Fontaine | timers: use uv_now instead of Date.now |
tree | commitdiff |
2013-05-23 |
Ben Noordhuis | http: save roundtrips, convert buffers to strings |
tree | commitdiff |
2013-05-21 |
Timothy J Fontaine | net: use timers._unrefActive for internal timeouts |
tree | commitdiff |
2013-05-21 |
Timothy J Fontaine | timers: internal unref'd timer for api timeouts |
tree | commitdiff |
2013-05-21 |
isaacs | util: Add debuglog, deprecate console lookalikes |
tree | commitdiff |
2013-05-20 |
Trevor Norris | buffer: throw when writing beyond buffer |
tree | commitdiff |
2013-05-20 |
isaacs | Merge remote-tracking branch ry/v0.10 into master |
tree | commitdiff |
2013-05-20 |
Ben Noordhuis | tls: add localAddress and localPort properties |
tree | commitdiff |
next |