<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/psutil/arch/windows/process_info.h, branch parallel-build</title>
<subtitle>github.com: giampaolo/psutil.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/'/>
<entry>
<title>Properly handle PID type in C (#1672)</title>
<updated>2020-01-28T23:08:14+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-01-28T23:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=994c429c010049a6a0556ce3b0d1af1f86f27867'/>
<id>994c429c010049a6a0556ce3b0d1af1f86f27867</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix compiler warnings; move some defss into process_info.h</title>
<updated>2020-01-04T00:24:09+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-01-04T00:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=b16778a759124796845d9c3ca2ada147074fda4c'/>
<id>b16778a759124796845d9c3ca2ada147074fda4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>windows: move get_process_info() into process_info.c to make room for Cygwin</title>
<updated>2020-01-03T23:55:39+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-01-03T23:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=eb4ffe954252ce080118a9a1322b133f456163c7'/>
<id>eb4ffe954252ce080118a9a1322b133f456163c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows: split C modules (#1655)</title>
<updated>2020-01-02T21:05:10+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-01-02T21:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=1358fb7d734878b7e238c39af93ec19dfbe7c77e'/>
<id>1358fb7d734878b7e238c39af93ec19dfbe7c77e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win: split code into new process_utils.c</title>
<updated>2019-12-30T10:39:22+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-12-30T10:39:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=253abf3fc61ccc3ab1031a9b430a7e99e2194107'/>
<id>253abf3fc61ccc3ab1031a9b430a7e99e2194107</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> Windows / speeup: dynamically load libraries on startup and never again (#1422)</title>
<updated>2019-02-21T15:39:54+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-21T15:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=0a30dc9dc2693ffe9aa54126eb684711d950c3f1'/>
<id>0a30dc9dc2693ffe9aa54126eb684711d950c3f1</id>
<content type='text'>
Windows / speeup: dynamically load libraries on startup and never again.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows / speeup: dynamically load libraries on startup and never again.</pre>
</div>
</content>
</entry>
<entry>
<title>Windows / refactoring: utility functions for LoadLibraryA and GetProcAddress (#1417)</title>
<updated>2019-02-19T20:52:48+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-19T20:52:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=097b6e9ec4843acfc5c98c147d7aff418679f1db'/>
<id>097b6e9ec4843acfc5c98c147d7aff418679f1db</id>
<content type='text'>
Windows / refactoring: add utility functions for LoadLibraryA and GetProcAddress. Centralize logic in one place.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows / refactoring: add utility functions for LoadLibraryA and GetProcAddress. Centralize logic in one place.</pre>
</div>
</content>
</entry>
<entry>
<title>(Windows) use PROCESS_QUERY_LIMITED_INFORMATION access rights (#1376)</title>
<updated>2018-12-08T16:26:39+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-12-08T16:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=0cc8d7b5e206203541193a8e2120b2689a7a5893'/>
<id>0cc8d7b5e206203541193a8e2120b2689a7a5893</id>
<content type='text'>
#1376 / Windows / OpenProcess - use PROCESS_QUERY_LIMITED_INFORMATION wherever possible. This results in less AccessDenied exceptions being thrown for system processes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#1376 / Windows / OpenProcess - use PROCESS_QUERY_LIMITED_INFORMATION wherever possible. This results in less AccessDenied exceptions being thrown for system processes.</pre>
</div>
</content>
</entry>
<entry>
<title>Windows: fix wrapper around OpenProcess (pid_exists() no longer lies) (#1094)</title>
<updated>2017-05-28T21:52:37+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-05-28T21:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=5caa045f1f8d06888717fa5422b40367b6db3495'/>
<id>5caa045f1f8d06888717fa5422b40367b6db3495</id>
<content type='text'>
* windows / C: add assert to make sure pid_is_running() is correct

* set an error str

* check if pid is actually gone in psutil_handle_from_pid_waccess

* small refactoring

* GetExitCodeProces() return code was not checked

* define a reusable check_phandle() C function which checks whether the process handle is actually running

* refactoring

* re-enable windows test which now passes

* check pid_is_running -1 return value in proc_connections(); also refactor some C code

* fix memleak
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* windows / C: add assert to make sure pid_is_running() is correct

* set an error str

* check if pid is actually gone in psutil_handle_from_pid_waccess

* small refactoring

* GetExitCodeProces() return code was not checked

* define a reusable check_phandle() C function which checks whether the process handle is actually running

* refactoring

* re-enable windows test which now passes

* check pid_is_running -1 return value in proc_connections(); also refactor some C code

* fix memleak
</pre>
</div>
</content>
</entry>
<entry>
<title>windows / c: remove unused function</title>
<updated>2017-04-27T18:25:49+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-04-27T18:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=11461bd6e4623c6b3cc5734a96e23fd8dd0962be'/>
<id>11461bd6e4623c6b3cc5734a96e23fd8dd0962be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
