<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/psutil/arch/windows/process_handles.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>fix compiler warning + remove cruft</title>
<updated>2020-01-03T17:52:29+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-01-03T17:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=d9c84710c25255619ceb2f45bf527e1718c9517e'/>
<id>d9c84710c25255619ceb2f45bf527e1718c9517e</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>correct signature</title>
<updated>2017-03-02T20:05:22+00:00</updated>
<author>
<name>Max Belanger</name>
<email>max@dropbox.com</email>
</author>
<published>2017-03-02T20:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=e69033dfea975bbb8be34e464fd1b734c177a6f5'/>
<id>e69033dfea975bbb8be34e464fd1b734c177a6f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C styling</title>
<updated>2015-08-06T09:52:42+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2015-08-06T09:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=f6ade0fe9b4f793b026a25a3df52c1715e1749d8'/>
<id>f6ade0fe9b4f793b026a25a3df52c1715e1749d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add in GetMappedFileName for WinXP</title>
<updated>2015-04-26T18:20:51+00:00</updated>
<author>
<name>Jeff Tang</name>
<email>mrjefftang@users.noreply.github.com</email>
</author>
<published>2015-04-26T18:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=9ba8a6c120b284465f01f4a4aee93662b2617fc5'/>
<id>9ba8a6c120b284465f01f4a4aee93662b2617fc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite get_open_files to use a worker thread</title>
<updated>2015-03-11T19:40:27+00:00</updated>
<author>
<name>Jeff Tang</name>
<email>mrjefftang@gmail.com</email>
</author>
<published>2015-02-23T16:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=c813e6d62a0e7ff609809e592aba8ae105fbdc06'/>
<id>c813e6d62a0e7ff609809e592aba8ae105fbdc06</id>
<content type='text'>
get_open_files spawns a worker thread to process calls to
NtQueryObject().

If the call timesout (100ms), the thread is terminated and the file
handle is skipped.  The ConvertThreadToFiber call prevents the initial
stack from leaking when the thread is terminated on Windows XP/2003.

The code has been cleaned up and struct redefinitions in ntextapi have
been removed and with conflicts using #define's.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
get_open_files spawns a worker thread to process calls to
NtQueryObject().

If the call timesout (100ms), the thread is terminated and the file
handle is skipped.  The ConvertThreadToFiber call prevents the initial
stack from leaking when the thread is terminated on Windows XP/2003.

The code has been cleaned up and struct redefinitions in ntextapi have
been removed and with conflicts using #define's.
</pre>
</div>
</content>
</entry>
<entry>
<title>rename windows modules by removing the 'ms' prefix in py, c, and h files</title>
<updated>2013-12-11T21:27:04+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2013-12-11T21:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/psutil.git/commit/?id=3c2eea19d6774b9dd94a61b86aea84f2a9ff8af4'/>
<id>3c2eea19d6774b9dd94a61b86aea84f2a9ff8af4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
