index
:
delta/python-packages/psutil.git
0-wiz-0-master
1018-test-refactoring
1040-fix-unicode
1044-osx-zombies
1053-drop-py26-test-support
1058-enable-fix-warnings
1102-proc-bitness
1124-win-wait
1151-PSUTIL_TESTING_env_var
1173-debug-mode
1183-proc-children-speedup
357-proc-cpu-num
371-temperatures
5.7.3
5.9.0-py3.6-wheels
613-thread-names
655-windows-unicode
663-ptp-ifaces
720-sysinfo
722-net-io-ext
756-disk-io-busy-time
771-win-cpu-count
772-net-io-counters-ext
777-linux-files-pos-mode
779-proc-cpu-children-times
792-cpu-stats
795-win-services
802-wrap-numbers
887-linux-free-mem-standardization
887-linux-free-mem-standardization-2
922-if-flags
930-netbsd-connections-segfault
941-cpu-freq
941-cpu-info
955-battery-sensors
EvinceMoi-fix-net_io_counter-overflow
alxchk-master
appveyor
appveyor-debug
appveyor-experiments
black
bsebi-master
c-excs-refact
c-mod-init
central-testcase-class
ci-tests
connections-refactoring
cpu-freq-sparc
cpu-info
cpu-temp
cygwin
debug-c-macro
debug-travis-osx
disk-part-ext
disk-swaps
download_stats
dragonfly-bsd
drop-win-xp-support
fbenkstein-non-unicode
fix-ci
fix-ntext.h
fix-tests
fix-win-set-debug
fix-workflow
freebsd-ci
freebsd-rlimit
fs-exceptions
get_open_files_thread
github-actions
history-urls
ipv6-zone-id
label-old-issues
landryb-openbsd
linux-cat-bcat
linux-disk-io-partitions
linux-mem
linux-zombie-proc
malloc-info
master
mem-refactoring
mem-refactoring-2
memleak-adjust
memleak-fluctuation
memleaks-refact
mindw-move_extension_2_pkg
net-if-flags
new-cpu-count
nicolargo-fansensor
nicstats-250
numfds-test-case-class
oneshot
oneshot-win
openbsd-fixes
osx-failure
osx-ionice
osx-kern-procargs2
osx-list-fds-refact
osx-mem-maps-segfault
osx-move-proc-funcs
osx-temps-alternate
osx-travis-failure
osx-wheels-debug
parallel-build
parallel-tests
pr-1036
pre-release
print-leftover
prlimit
proc-iter-fix
proc-namespace
psutil-test-flag
psutil-testing-envvar
py3.10-deprecation-warn
pyobj-refact
pypy
pypy2-win
read-whole-proc-files-2
readme-update
reap-children
refactor-c-pid-exists
release-gil
revert-1493-fix_cpu_freq
revert-888-887-linux-free-mem-standardization
revert-popen
revive-environ-windows
rich-exceptions
root-fs-device
set_procfs_path
shared-mem
skip-osx-py27
spacewander-patch-1
sync-test-primitives
test-fetch-all-parallel
testfn
thread-safety
thread-safety-2
tidelift
travis-experiments
upload-action
utils-refact
virtualization
wait-exit-code
wheel4
wheel5
wheels2
wheels3
wheels6
wifi
win-alternate-exe-api
win-c-refact
win-cons-speedup
win-cpu-times-refact
win-getloadavg
win-loadlib-refact
win-ntstatus-errs
win-open-files-fixes
win-open-files2
win-openprocess-fix-2
win-pid-type
win-pid-type2
win-proc-exe
win-proc-resources
win-refact
win-swap-usage-via-pagefiles
win-time-precision
win-uss-mem
winerr-0
winerr-handling
winloadlib
xxx
github.com: giampaolo/psutil.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
psutil
/
_psutil_windows.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
#1693: also increase precision of users()'s login time
Giampaolo Rodola
2020-02-13
1
-10
/
+6
*
refactoring: get rid of duplicated code; use one function to return (user, sy...
Giampaolo Rodola
2020-02-13
1
-45
/
+5
*
[Windows] increase precision of boot_time() and proc create_time() (#1693)
Giampaolo Rodola
2020-02-13
1
-58
/
+13
*
Add support for PyPy on Windows (#1686)
Giampaolo Rodola
2020-02-11
1
-8
/
+14
*
[Windows] use NtQuerySystemInformation to determine process exe() (#1677)
Giampaolo Rodola
2020-02-01
1
-55
/
+61
*
Properly handle PID type in C (#1672)
Giampaolo Rodola
2020-01-29
1
-50
/
+51
*
fix #1662: QueryFullProcessImageNameW may fail with error code = 0 (Win API b...
Giampaolo Rodola
2020-01-14
1
-1
/
+5
*
properly cleanup C thread
Giampaolo Rodola
2020-01-14
1
-4
/
+3
*
check MALLOC_ZERO ret code
Giampaolo Rodola
2020-01-14
1
-6
/
+0
*
print/set syscall origin when raising NSP or AD
Giampaolo Rodola
2020-01-14
1
-14
/
+14
*
#1652 remove Windows Vista references
Giampaolo Rodola
2020-01-11
1
-4
/
+1
*
#1652: remove win XP code path checking avilability of GetTickCount64
Giampaolo Rodola
2020-01-11
1
-11
/
+1
*
get rid of globals.c; move stuff in _psutil_common.c
Giampaolo Rodola
2020-01-06
1
-3
/
+1
*
fix some win tests
Giampaolo Rodola
2020-01-06
1
-1
/
+1
*
fix #1656: [Windows] Process.memory_full_info() raises AccessDenied even for ...
Giampaolo Rodola
2020-01-06
1
-1
/
+1
*
refactor win C code: use original WinAPI functions and remove psuil_ prefix
Giampaolo Rodola
2020-01-05
1
-10
/
+10
*
rm duplicated C code
Giampaolo Rodola
2020-01-03
1
-120
/
+0
*
windows: move get_process_info() into process_info.c to make room for Cygwin
Giampaolo Rodola
2020-01-03
1
-88
/
+0
*
fix compiler warning + remove cruft
Giampaolo Rodola
2020-01-03
1
-4
/
+4
*
rename global.c -> globals.c
Giampaolo Rodola
2020-01-03
1
-1
/
+1
*
#1652: remove inet_ntop.c
Giampaolo Rodola
2020-01-02
1
-1
/
+0
*
Windows: split C modules (#1655)
Giampaolo Rodola
2020-01-02
1
-1069
/
+8
*
#1652: also drop support for Windows Server 2003
Giampaolo Rodola
2020-01-02
1
-4
/
+0
*
Drop windows XP support (#1652)
Giampaolo Rodola
2020-01-01
1
-76
/
+3
*
win: split code into new process_utils.c
Giampaolo Rodola
2019-12-30
1
-0
/
+1
*
windows: move net_connections() in socks.c
Giampaolo Rodola
2019-12-30
1
-460
/
+2
*
fix compilation err on win
Giampaolo Rodola
2019-11-22
1
-1
/
+1
*
revert #1595
Giampaolo Rodola
2019-11-22
1
-12
/
+1
*
#1595: use psutil_pid_is_running() instead of GetExitCodeProcess
Giampaolo Rodola
2019-11-20
1
-14
/
+6
*
#fix #1595 / windows: kill() may not raise AccessDenied
Giampaolo Rodola
2019-11-20
1
-7
/
+23
*
Use Py_CLEAR instead of Py_DECREF to also set the variable to NULL (#1616)
Riccardo Schirone
2019-11-13
1
-27
/
+27
*
fix #875: convert ERROR_PARTIAL_COPY from ReadProcessMemory to AccessDenied
Giampaolo Rodola
2019-11-01
1
-1
/
+1
*
fix compiler warnings
Giampaolo Rodola
2019-10-24
1
-2
/
+3
*
Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...
Ammar Askar
2019-04-11
1
-0
/
+7
*
Fix read access violation in psutil.cpu_count(logical=False) (#1480)
Samer Masterson
2019-04-05
1
-3
/
+11
*
[Win] Process IO priority constants + high priority (#1479 / #1476)
Giampaolo Rodola
2019-04-05
1
-1
/
+2
*
[Win] return value is not properly handled for undocumented NT* Windows APIs....
Giampaolo Rodola
2019-04-04
1
-22
/
+46
*
Typo fixed (#1469)
ABDUL NIYAS P M
2019-03-27
1
-2
/
+2
*
update HISTORY / CREDITS, fix some C warnings
Giampaolo Rodola
2019-03-17
1
-8
/
+1
*
Make uptime type consitent to fix boot time error. (#1225)
Xiaoling Bao
2019-03-17
1
-17
/
+8
*
[Windows] calculate USS memory by using NtQueryVirtualMemory (#1453)
Giampaolo Rodola
2019-03-11
1
-67
/
+99
*
#1448: fix Wine support due to missing rtlIpv6AddressToStringA
Giampaolo Rodola
2019-03-05
1
-2
/
+4
*
Restore Win-7 support on GIT master (5.5.1 was OK) (#1446)
Giampaolo Rodola
2019-02-28
1
-4
/
+4
*
fix compiler warning
Giampaolo Rodola
2019-02-28
1
-1
/
+1
*
fix compiler warning
Giampaolo Rodola
2019-02-28
1
-1
/
+1
*
fix compilation warnings
Giampaolo Rodola
2019-02-28
1
-4
/
+0
*
#1379 - Windows: suspend / resume process by using native APIs (#1435)
Giampaolo Rodola
2019-02-25
1
-88
/
+23
*
win: remove unused header files
Giampaolo Rodola
2019-02-25
1
-13
/
+6
*
expose WINVER constants in the cext module
Giampaolo Rodola
2019-02-25
1
-9
/
+23
*
fix #1426: load PAGESIZE and num of processors on startup
Giampaolo Rodola
2019-02-25
1
-9
/
+3
[next]