7749 Commits (916aebabb83745dd7b1402a92f120107fa6ea6b6)
 

Author SHA1 Message Date
Ben Noordhuis 2cbf4586df http: close connection on 304 and chunked encoding 12 years ago
Bert Belder e2acf26a91 deps: upgrade libuv to e4d8cba 12 years ago
Ben Noordhuis 814bdf0f51 deps: upgrade libuv to 7841f77 12 years ago
Tim d5a5901346 doc: Fix syntax in cluster example code 12 years ago
Fedor Indutny e2592cc6a3 gyp: fix build with dtrace support on FreeBSD 12 years ago
Fedor Indutny 3d67f89552 dtrace: fix generation of v8 constants on freebsd 12 years ago
Ben Noordhuis 2dd373894f typed arrays: fix DataView endianness regression 12 years ago
Fedor Indutny 00abc243dd child_process: remove .track option 12 years ago
isaacs 539bf1d7b7 console: Support formatting options in trace() 12 years ago
Dave Olszewski 14c911de77 domain: empty stack on all exceptions 12 years ago
Yi EungJun 33d22428fb doc: Add NODE_DEBUG env to the first example. 12 years ago
isaacs 3d7818fc42 Merge remote-tracking branch 'ry/v0.8' into master 12 years ago
isaacs 9c2c845463 blog: Post for v0.8.18 release 12 years ago
isaacs 4598a4c6dd Now working on 0.8.19 12 years ago
isaacs f05cf3bea7 Merge branch 'v0.8.18-release' into v0.8 12 years ago
isaacs 2c4eef0d97 2013.01.18, Version 0.8.18 (Stable) 12 years ago
isaacs 4d32fc5964 npm: Upgrade to v1.2.2 12 years ago
isaacs fc3547bc82 Now working on 0.9.8 12 years ago
isaacs fa543da830 Merge branch 'v0.9.7-release' 12 years ago
isaacs 1c35ee8695 blog: Post for v0.9.7 release 12 years ago
isaacs 9e7bebeb83 2013.01.18, Version 0.9.7 (Unstable) 12 years ago
isaacs ee2fd79e43 doc: Remove mention of child.send 'track' option 12 years ago
isaacs 01a4be4554 buffer: Define INFINITY for MSVC compiler 12 years ago
isaacs 0459a60232 npm: Upgrade to 1.2.2 12 years ago
Ben Noordhuis 6b713b5253 cluster: make --prof work for workers 12 years ago
Dan Milon 7295bb9435 dns: make error message match errno 12 years ago
Ben Noordhuis 8b0f3ce397 v8: add %p option to --logfile, expands to pid 12 years ago
Fedor Indutny 31583be042 tls: follow RFC6125 more stricly 12 years ago
Fedor Indutny e70d1bfe64 Revert "Revert "tls: allow wildcards in common name"" 12 years ago
Fedor Indutny 4488a69fac child_process: do not keep list of sent sockets 12 years ago
Fedor Indutny 44cd121c63 Revert "child_process: do not keep list of sent sockets" 12 years ago
isaacs ae6f4b32c4 benchmark: Add resume() in static_http_server 12 years ago
Fedor Indutny db5ee0b3de child_process: do not keep list of sent sockets 12 years ago
isaacs b7d76a1a7b Revert "events: Don't crash on events named __proto__" 12 years ago
isaacs 1528de2373 stdio: Set readable/writable flags properly 12 years ago
isaacs b48e303af0 events: Don't crash on events named __proto__ 12 years ago
Ben Noordhuis 30e237041d Revert "tls: allow wildcards in common name" 12 years ago
Ryunosuke SATO 562d3f11f3 doc: modify documentation style about 'Stability: 5' 12 years ago
Ben Noordhuis 08ac9fe016 test: add cluster 'bind twice' test 13 years ago
Ben Noordhuis 498200b87c buffer: reject negative SlowBuffer offsets 12 years ago
Ben Noordhuis 952e42de72 deps: upgrade libuv to 4ba03dd 12 years ago
isaacs 47f3fc9a26 test: add module-loading test with empty string 12 years ago
Felix Böhm 7465cf911a module: assert that require() is called with a string 12 years ago
isaacs b9ffc537e6 lint: Prefer double-quotes over single 12 years ago
Ryunosuke SATO 61741f9a83 repl: fix how to module requiring in code comment 12 years ago
Dean McNamee 9fe3734f15 TypedArrays: Improve dataview perf without endian param 12 years ago
James Campos c93c99c7c3 assert that require() has a truthy path 12 years ago
isaacs 14e8f806de stream: Properly handle large reads from push-streams 12 years ago
Trevor Norris 7393740c7b buffer: improve read/write speed with assert 12 years ago
Trevor Norris 22b84e6216 buffer: floating point read/write improvements 12 years ago