Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: vtudose/libuv

Tags

node-v0.8.16

Toggle node-v0.8.16's commit message
linux: use /proc/cpuinfo for CPU frequency

Obtain the CPU frequency from /proc/cpuinfo because there may not be any
cpufreq info available in /sys. This also means that the reported CPU speed
from now on is the *maximum* speed, not the *actual* speed the CPU runs at.

This change only applies to x86 because ARM and MIPS don't report that
information in /proc/cpuinfo.

Fixes joyent#588.

This is a back-port of commit 775064a from the master branch.

node-v0.8.15

Toggle node-v0.8.15's commit message
linux: use /proc/cpuinfo for CPU frequency

Obtain the CPU frequency from /proc/cpuinfo because there may not be any
cpufreq info available in /sys. This also means that the reported CPU speed
from now on is the *maximum* speed, not the *actual* speed the CPU runs at.

This change only applies to x86 because ARM and MIPS don't report that
information in /proc/cpuinfo.

Fixes joyent#588.

This is a back-port of commit 775064a from the master branch.

node-v0.9.3

Toggle node-v0.9.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
unix: support signal handlers outside the main loop

node-v0.8.12

Toggle node-v0.8.12's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
windows: fix handle leak in uv_fs_utime

node-v0.8.11

Toggle node-v0.8.11's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
windows: don't blow up when an invalid FD is used

node-v0.8.10

Toggle node-v0.8.10's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
windows: don't blow up when an invalid FD is used

node-v0.9.2

Toggle node-v0.9.2's commit message
darwin: emit relative path in fsevents

node-v0.8.9

Toggle node-v0.8.9's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
windows: fix memory corruption when closing shared server sockets

node-v0.9.1

Toggle node-v0.9.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
test: add test for uv_is_active and uv_is_closing

node-v0.8.7

Toggle node-v0.8.7's commit message
build: rework -fvisibility=hidden detection

Make the gcc_version macro conform with what node.js and v8 use. Important
because node.js's common.gypi is going to export it soon.