Commit Graph

2084 Commits (0074fab5f5485be29b585040ac0548a9d0875930)
 

Author SHA1 Message Date
Lomanic d826e14e27 [net][linux] Fix #1198 "f.ReadDir undefined" on Go 1.15 by redefining a custom readDir according to go version
Using os.File.Readdir pre Go 1.16 and os.File.ReadDir post Go 1.16
3 years ago
shirou 2f8da0a394
Merge pull request #1205 from mmorel-35/master
enable more linters, report coverage and cache mods
3 years ago
Matthieu MOREL fe2fab4938
Update test.yml 3 years ago
Lomanic 0bd6ae1cf1
Merge pull request #1207 from makazeu/patch-1
Fix a typo in comment
3 years ago
Matthieu MOREL a9e4ce7cf9
enable goimports linter 3 years ago
Matthieu MOREL e6e3f9399b
enable importas linter 3 years ago
Matthieu MOREL 0f342652ad
enable nakedret linter 3 years ago
Matthieu MOREL 803be09d63
enable megacheck linter 3 years ago
Makazeu 521fafd945
Fix a typo in comment 3 years ago
Matthieu MOREL 2252055b93
enable codecoverage 3 years ago
Matthieu MOREL 5c5245372d
enable predeclared linter 3 years ago
Matthieu MOREL f8c685e717
enable caching in workflows 3 years ago
Matthieu MOREL 851bffc0f1
enable gosec linter 3 years ago
Matthieu MOREL 5801744ecc
enable asciicheck linter 3 years ago
Matthieu MOREL 227e7b8b8c
enable nolintlint linter 3 years ago
Matthieu MOREL 4671e649aa
enable revive linter 3 years ago
Matthieu MOREL 982ee3bc2b
enable misspell linter 3 years ago
Matthieu MOREL e232c1083c
enable gofumpt linter 3 years ago
Matthieu MOREL 08a73c90a6
Delete run-commit.yml 3 years ago
Matthieu MOREL 6bad729ebd
enable gofmt linter 3 years ago
mmorel-35 1e6b445a8a gofumpt 3 years ago
Matthieu MOREL 5eac39f418
Update run-commit.yml 3 years ago
Matthieu MOREL 3664dbb362
Update run-commit.yml 3 years ago
mmorel-35 eb5f6203d8 gofmt 3 years ago
Matthieu MOREL 04c870cb3d
Update run-commit.yml 3 years ago
Matthieu MOREL fbdbfec158
Update run-commit.yml 3 years ago
Matthieu MOREL a2420eab64
Create run-commit.yml 3 years ago
Matthieu MOREL 5c7609f116
enable durationcheck linter 3 years ago
Matthieu MOREL c8fd8c7b1f
enable unparam linter 3 years ago
shirou b1186a68ed
Merge pull request #1191 from shirou/feature/update_mac_cgo
[disk][host][mac] fix deprecated code in macOS Monterey
3 years ago
shirou 69ea4bfdae
Merge pull request #1194 from mmorel-35/master
Enable errorlint and gci linters
3 years ago
shirou 530dc58cba
Merge pull request #1202 from 851235550/fix-read-lines-offset-n
Fix bug for func named ReadLinesOffsetN
3 years ago
YangKeao 1b5757b7d1 fix unstable boot time because of float conversion
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
3 years ago
wyl 5a288fb852 Fix bug for func named ReadLinesOffsetN 3 years ago
shirou c6bccaff3b
Merge pull request #1192 from shirou/feature/m1_not_return_when_cpu_freq
[cpu][mac] change not return error even if cpu.frequency errors
3 years ago
Matthieu MOREL 8f64de95fa
enable gci linter 3 years ago
Matthieu MOREL b673968d5d
enable errorlint linter 3 years ago
shirou bde422a2ff [cpu][mac] doesn't return error when cpu.frequency 3 years ago
shirou 4c3edcfe56 [mac] fix deprecated code in macOS Monterey 3 years ago
shirou 1ec4629e46
Merge pull request #1174 from shirou/feature/delete_v2
delete v2 directory, move v3 to top  #1078
3 years ago
shirou d2e27c1712 fix dependabot v2 deletion. 3 years ago
shirou 0969c9436b delete v2 directory, move v3 to top #1078 3 years ago
shirou 3b417071a5
Merge pull request #1176 from PierreF/cgo-conflict-names-v3
Prefix C function by gopsutil_v3_
3 years ago
shirou aa3378b5ff
Merge pull request #1185 from tbarker25/process-states
Add additional process states
3 years ago
shirou 5707c55332
Merge pull request #1186 from tklauser/remove-cgo-file
v3/process: remove unused .cgo file
3 years ago
Tobias Klauser 0cc39fe6ca
v3/process: remove unused .cgo file
The process_darwin_amd64.go.cgo file was probably added by mistake. The
go tool does not recognize the .cgo extension, so it's already excluded
from the build. The real type and const definitions are in
process_darwin_amd64.go already.
3 years ago
Tom Barker c6c910cce1 Add additional process states. 3 years ago
shirou de385f50a8
Merge pull request #1182 from kestrelcjx/kestrel/process
fix(process): fix the bug that the program is hung when getting the f…
3 years ago
kestrelcjx a0b6077502 chore(process): change the return value 3 years ago
kestrelcjx 3b61bb2833 chore(process): add ctx.Done() to break select 3 years ago