2014-04-30 |
Timothy J Fontaine | test: update test-dns.js after a60a9b0 |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Shigeki Ohtsu | child_process: fix assertion error in spawnSync |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Ingmar Runge | crypto: improve error messages |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Rasmus Christian... | crypto: fix a couple of VC++ warnings |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Sean McArthur | buffer: add compare and equals methods |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Denys Zariaiev | vm: assign Environment to created context |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Ben Noordhuis | http: add request.flush() method |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Fedor Indutny | deps: provide TXT chunk info in c-ares |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Farrin Reid | doc: tls: added path property to tls.connect |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Fedor Indutny | crypto: fix memory leak in CipherBase::Final |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Fedor Indutny | crypto: work around OpenSSL oddness |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Fedor Indutny | src: lint after OCSP commits |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Fedor Indutny | tls: `getPeerCertificate(detailed)` |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Fedor Indutny | tls: support OCSP on client and server |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Fedor Indutny | tls: set _connecting before starting the flow |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Vladimir Kurchatkin | events: check if _events is an own property |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Trevor Norris | fs: return blksize on stats object |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Yazhong Liu | net: deduplicate Socket.prototype.address |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Fedor Indutny | net: bind to `::` TCP address by default |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Geir Hauge | main: Handle SIGINT properly. |
commit | commitdiff | tree | snapshot |
2014-04-10 |
goussardg | buffer: return uint if MSB is 1 in readUInt32 |
commit | commitdiff | tree | snapshot |
2014-04-10 |
Fedor Indutny | buffer: truncate buffer after string decode |
commit | commitdiff | tree | snapshot |
2014-04-10 |
Fedor Indutny | test: remove vm-infinite-recursion |
commit | commitdiff | tree | snapshot |
2014-04-10 |
Fedor Indutny | test: add `reuseAddr` in dgram-multicast... |
commit | commitdiff | tree | snapshot |
2014-04-10 |
Fedor Indutny | dgram: introduce `reuseAddr` option |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Alexis Campailla | openssl: fix keypress requirement in apps on win32 |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Fedor Indutny | test: fix test-crypto |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Fedor Indutny | Merge branch 'v0.10' |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Fedor Indutny | deps: update openssl to 1.0.1g |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Fedor Indutny | http: do not emit EOF non-readable socket |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Brian White | doc: add missing space |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Saúl Ibarra... | src: fix use of uv_cwd, len includes the NULL byte |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Saúl Ibarra... | src: update uv callbacks after API changes |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Fedor Indutny | deps: update libuv to v0.11.23 |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Evan Carroll | util: made util.isArray a direct alias for Array.isArray |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Alex Kocharin | domain: don't crash on "throw null" |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Dominic Tarr | docs: correct tls docs. server -> client |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Yuki KAN | lib: use triple equals |
commit | commitdiff | tree | snapshot |
2014-04-02 |
C. Scott Ananian | node: add signature to SET_PROTOTYPE_METHOD |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Nick Apperson | buffer: improve {read,write}{U}Int* methods |
commit | commitdiff | tree | snapshot |
2014-04-01 |
Ben Noordhuis | src: fix up after v8 upgrade |
commit | commitdiff | tree | snapshot |
2014-04-01 |
Ben Noordhuis | deps: fix up v8 postmortem codegen |
commit | commitdiff | tree | snapshot |
2014-04-01 |
Ben Noordhuis | deps: upgrade v8 to 3.25.30 |
commit | commitdiff | tree | snapshot |
2014-04-01 |
Andrew Low | test: make test-smalloc endian aware |
commit | commitdiff | tree | snapshot |
2014-04-01 |
Trevor Norris | v8: upgrade to 3.24.35.22 |
commit | commitdiff | tree | snapshot |
2014-04-01 |
Ben Noordhuis | configure: make --v8-options switch more robust |
commit | commitdiff | tree | snapshot |
2014-03-31 |
James Pickard | fs: improve performance of all stat functions |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Goh Yisheng... | doc: typo clean up in tls |
commit | commitdiff | tree | snapshot |
2014-03-29 |
Fedor Indutny | crypto: move `createCredentials` to tls |
commit | commitdiff | tree | snapshot |
2014-03-29 |
Fedor Indutny | configure: --v8-options option |
commit | commitdiff | tree | snapshot |
2014-03-28 |
Nathan Rajlich | http: better client "protocol not supported" error |
commit | commitdiff | tree | snapshot |
2014-03-28 |
dcarney@chromium.org | deps: apply floating patch to v8 |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Fedor Indutny | tls: do not call SNICallback unless present |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Fedor Indutny | tls: force readable/writable to `true` |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Josh Dague | build: windows signing should include timestamps |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Fedor Indutny | crypto: fix lint |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Fedor Indutny | Merge remote-tracking branch 'origin/v0.10' |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Ben Noordhuis | src: ensure that openssl's PRNG is fully seeded |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Ben Noordhuis | src: seed V8's random number generator at startup |
commit | commitdiff | tree | snapshot |
2014-03-26 |
isaacs | npm: upgrade to 1.4.6 |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Nathan Rajlich | doc: remove `agent.request()` call in example |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Nathan Rajlich | http: use defaultAgent.protocol in protocol check |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Ben Noordhuis | build: fix g++ 4.8 build, disable -Werror |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Fedor Indutny | vm: share security token between contexts |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Trevor Norris | pipe_wrap: use Instantiate() method |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Fedor Indutny | headers: remove env.h from node_internals.h |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Fedor Indutny | deps: update v8 to 3.24.35.17 |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Timothy J Fontaine | test: update our branched weakref to v8 3.24 |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Ben Noordhuis | src: fix tracing infrastructure after v8 upgrade |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Ben Noordhuis | src: don't call DecodeWrite() on Buffers |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Ben Noordhuis | src: fix up smalloc weak persistent usage |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Ben Noordhuis | src: add CHECK_{GE,GT,LE,LT} macros |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Ben Noordhuis | src: deduplicate CHECK_EQ/CHECK_NE macros |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Ben Noordhuis | src: fix segfaults, fix 32 bits integer negation |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Ben Noordhuis | src: squelch -Wmaybe-uninitialized warning |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Ben Noordhuis | src: remove unused ExternString constructor |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Ben Noordhuis | src, test: fix up ObjectWrap, `make test-addons` |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Fedor Indutny | node: fix exported signatures of MakeCallback |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Fedor Indutny | deps: allow allocations in gc epilogue/prologue |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Fedor Indutny | deps: backport a6fed7c5 from v8's trunk |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Fedor Indutny | src: update to v8 3.24 APIs |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Fedor Indutny | deps: update v8 to 3.24.40 |
commit | commitdiff | tree | snapshot |
2014-03-12 |
Yazhong Liu | readline: consider newlines for cursor position |
commit | commitdiff | tree | snapshot |
2014-03-12 |
Timothy J Fontaine | Now working on 0.11.13 |
commit | commitdiff | tree | snapshot |
2014-03-12 |
Timothy J Fontaine | Merge branch 'v0.11.12-release' |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Timothy J Fontaine | src: accommodate uv_cwd including null on win32 v0.11.12 |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Timothy J Fontaine | 2014.03.11, Version 0.11.12 (Unstable) |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Bryan Cantrill | mdb_v8: update to latest version |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Timothy J Fontaine | src: update from uv_read2_start removal |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Saúl Ibarra... | src: adapt to API change in uv_cwd |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Timothy J Fontaine | uv: Upgrade to v0.11.22 |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Timothy J Fontaine | Merge remote-tracking branch 'upstream/v0.10' |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Shuhei Kagawa | doc: remove an unused arg in process.stdin. |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Fedor Indutny | crypto: do not lowercase cipher/hash names |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Timothy J Fontaine | test: timers-ordering should be more precise |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Vladimir Kurchatkin | buffer: fix typo in `SlowBuffer` |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Brian White | buffer: allow toString to accept Infinity for end |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Ben Noordhuis | deps: fix v8 valgrind warning |
commit | commitdiff | tree | snapshot |
2014-03-05 |
Fedor Indutny | child_process: fix sending handle twice |
commit | commitdiff | tree | snapshot |
2014-03-05 |
Benoit Vallée | test: test sending a handle twice |
commit | commitdiff | tree | snapshot |
next |