7739 Commits (9bd9c546c87f29e12821de6c2e8bc7fa33903596)
 

Author SHA1 Message Date
Fedor Indutny 4dd70bb12c tls: allow wildcards in common name 12 years ago
Ben Noordhuis f3e78bd3c2 http: fix "Cannot call method 'emit' of null" 12 years ago
Ben Noordhuis e4598aa241 gitignore: ignore perf data files 12 years ago
yangguo@chromium.org 926c90bc64 v8: Hardfloat does not imply VFPv3, only VFPv2. 12 years ago
Ben Noordhuis e4f2a140d2 deps: upgrade libuv to 8e3e60f 12 years ago
Nathan Rajlich bac537b186 repl: fix lint 12 years ago
Felix Böhm 9bce5e8f3e repl: make built-in modules available by default 12 years ago
Scott Blomquist 8e311d28b0 windows: add support for '_Total' perf counters 12 years ago
Ben Noordhuis 8018113910 v8: remove optimization switches 12 years ago
Fedor Indutny d22bd9e3c4 deps: update v8 to 3.15.11.7 12 years ago
isaacs 9a4a39fc97 Now working on 0.9.7 12 years ago
isaacs f228e3cc05 Merge branch 'v0.9.6-release' 12 years ago
isaacs 4c9de9d716 blog: release v0.9.6 12 years ago
isaacs 9313fdc71c 2013.01.11, Version 0.9.6 (Unstable) 12 years ago
isaacs 97db62b4d9 Merge remote-tracking branch 'ry/v0.8' into master 12 years ago
Bert Belder 6a91eab097 path: make basename and extname ignore trailing slashes 12 years ago
Ben Noordhuis b509ae67b7 typed arrays: fix sunos signed/unsigned char issue 12 years ago
isaacs 3383d77c61 test: child process { stdio:'inherit' } 12 years ago
Fedor Indutny d93346d0fc Revert "typed arrays: fix build on sunos" 12 years ago
Fedor Indutny 35a137cf8d typed arrays: fix build on sunos 12 years ago
Bert Belder 7be27240b5 Revert "path: fix bugs related to paths with trailing slashes" 12 years ago
Ben Noordhuis 31fc52ab53 deps: upgrade libuv to 9aab5d4 12 years ago
isaacs dc0c524ce6 http: Set _dumped=false initially 12 years ago
Andreas Madsen bb1c03989f path: fix bugs related to paths with trailing slashes 12 years ago
Nathan Rajlich b916774255 configure: define "arm_fpu" and "arm_neon" for ARM 12 years ago
Nathan Rajlich 4fa3fd1cc0 make binary: allow custom config flags 12 years ago
yangguo@chromium.org 438e0c6d75 v8: Hardfloat does not imply VFPv3, only VFPv2. 12 years ago
isaacs 9ece63b1d7 http: Don't switch the socket into old-mode 12 years ago
isaacs bc8feb151c http: Use stream.push() instead of touching _readableState 12 years ago
isaacs 840401c024 net: Use readable.push() instead of private methods 12 years ago
isaacs b43e544140 stream: Use push() for Transform._output() 12 years ago
isaacs 530585b2d1 stream: Use push() for readable.wrap() 12 years ago
isaacs a993f740f0 stream: Add readable.push(chunk) method 12 years ago
isaacs 8e37a589a6 blog, changelog: 0.8.17 was released in 2013, not 2012 12 years ago
isaacs be54423782 blog: Correct shasums for v0.8.17 12 years ago
isaacs 6d9ee4b184 blog: Add security notice to v0.8.17 post 12 years ago
isaacs 1388171d96 blog: Post about v0.8.17 12 years ago
isaacs daf4666963 Now working on 0.8.18 12 years ago
isaacs c4b080f82d Merge branch 'v0.8.17-release' into v0.8 12 years ago
Ben Noordhuis a6756a2c06 test: run tests in alphabetical order 12 years ago
isaacs c50c33e939 2012.01.09, Version 0.8.17 (Stable) 12 years ago
Ben Noordhuis ed825f4888 typed arrays: fix 32 bit size/index overflow 12 years ago
isaacs aa742ddf80 npm: Upgrade to v1.2.0 12 years ago
Dean McNamee c207d400f1 typed arrays: implement load and store swizzling 12 years ago
Dean McNamee 46a489be73 typed arrays: swizzle with compiler intrinsics 12 years ago
Ben Noordhuis 7d66a9d060 typed arrays: undo local changes 12 years ago
Fedor Indutny 7a2ae4c930 object_wrap: add missing HandleScope 12 years ago
Shigeki Ohtsu 1211946a8c stream: fix typo 12 years ago
isaacs 18c985919d stream: Override addListener as well as on 12 years ago
Fedor Indutny 45941811dc streams: set listener first, emit 'data' later 12 years ago