<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker-py.git/docker, branch main</title>
<subtitle>github.com: dotcloud/docker-py.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/'/>
<entry>
<title>api: avoid socket timeouts when executing commands (#3125)</title>
<updated>2023-05-11T17:36:37+00:00</updated>
<author>
<name>loicleyendecker</name>
<email>loicleyendecker@users.noreply.github.com</email>
</author>
<published>2023-05-11T17:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=c5e582c413a4a3a9eff6ee8208d195f657ffda94'/>
<id>c5e582c413a4a3a9eff6ee8208d195f657ffda94</id>
<content type='text'>
Only listen to read events when polling a socket in order
to avoid incorrectly trying to read from a socket that is
not actually ready.

Signed-off-by: Loïc Leyendecker &lt;loic.leyendecker@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only listen to read events when polling a socket in order
to avoid incorrectly trying to read from a socket that is
not actually ready.

Signed-off-by: Loïc Leyendecker &lt;loic.leyendecker@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>api: respect timeouts on Windows named pipes (#3112)</title>
<updated>2023-05-08T17:01:19+00:00</updated>
<author>
<name>Imogen</name>
<email>59090860+ImogenBits@users.noreply.github.com</email>
</author>
<published>2023-05-08T17:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=9cadad009e6aa78e15d752e2011705d7d91b8d2e'/>
<id>9cadad009e6aa78e15d752e2011705d7d91b8d2e</id>
<content type='text'>
Signed-off-by: Imogen &lt;59090860+ImogenBits@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Imogen &lt;59090860+ImogenBits@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix container.stats infinite blocking on stream mode (#3120)</title>
<updated>2023-05-07T23:51:24+00:00</updated>
<author>
<name>RazCrimson</name>
<email>52282402+RazCrimson@users.noreply.github.com</email>
</author>
<published>2023-05-07T23:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=443a35360fc426479d87c810ffca8e5a253408a1'/>
<id>443a35360fc426479d87c810ffca8e5a253408a1</id>
<content type='text'>
fix: api - container.stats infinite blocking on stream mode

Includes additional test for no streaming

Signed-off-by: Bharath Vignesh J K &lt;52282402+RazCrimson@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix: api - container.stats infinite blocking on stream mode

Includes additional test for no streaming

Signed-off-by: Bharath Vignesh J K &lt;52282402+RazCrimson@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>api: update return type of `diff` method (#3115)</title>
<updated>2023-05-05T20:21:46+00:00</updated>
<author>
<name>John Yang</name>
<email>byjohnyang@gmail.com</email>
</author>
<published>2023-05-05T20:21:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=576e47aaacf690a3fdd6cf98c345d48ecf834b7d'/>
<id>576e47aaacf690a3fdd6cf98c345d48ecf834b7d</id>
<content type='text'>
Signed-off-by: John Yang &lt;john.yang20@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Yang &lt;john.yang20@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>deps: compatiblity with requests ≥ 2.29.0 and urllib3 2.x (#3116)</title>
<updated>2023-05-05T15:39:31+00:00</updated>
<author>
<name>Felix Fontein</name>
<email>felix@fontein.de</email>
</author>
<published>2023-05-05T15:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=3178c8d48b7e7414d1f864ba1fe77139f4e923eb'/>
<id>3178c8d48b7e7414d1f864ba1fe77139f4e923eb</id>
<content type='text'>
Requirements are the same, so it's still possible to use `urllib3 &lt; 2`
or `requests == 2.28.2` for example.

Signed-off-by: Felix Fontein &lt;felix@fontein.de&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requirements are the same, so it's still possible to use `urllib3 &lt; 2`
or `requests == 2.28.2` for example.

Signed-off-by: Felix Fontein &lt;felix@fontein.de&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>socket: use poll() instead of select() except on Windows (#2865)</title>
<updated>2023-04-21T21:53:58+00:00</updated>
<author>
<name>I-question-this</name>
<email>tylerofthewest@gmail.com</email>
</author>
<published>2023-04-21T21:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=a02ba743338c27fd9348af2cf7767b140501734d'/>
<id>a02ba743338c27fd9348af2cf7767b140501734d</id>
<content type='text'>
Fixes #2278, which was originally addressed in #2279, but was not
properly merged. Additionally it did not address the problem
of poll not existing on Windows. This patch falls back on the
more limited select method if host system is Windows.

Signed-off-by: Tyler Westland &lt;tylerofthewest@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2278, which was originally addressed in #2279, but was not
properly merged. Additionally it did not address the problem
of poll not existing on Windows. This patch falls back on the
more limited select method if host system is Windows.

Signed-off-by: Tyler Westland &lt;tylerofthewest@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>api: note the data arg may also be a stream in `put_archive` (#2478)</title>
<updated>2023-02-22T19:05:19+00:00</updated>
<author>
<name>Aarni Koskela</name>
<email>akx@iki.fi</email>
</author>
<published>2023-02-22T19:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=aaf68b7f98df7f886778395112267b9b0f6140bc'/>
<id>aaf68b7f98df7f886778395112267b9b0f6140bc</id>
<content type='text'>
Signed-off-by: Aarni Koskela &lt;akx@iki.fi&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Aarni Koskela &lt;akx@iki.fi&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>socket: fix for errors on pipe close in Windows (#3099)</title>
<updated>2023-02-22T17:00:47+00:00</updated>
<author>
<name>Milas Bowman</name>
<email>milas.bowman@docker.com</email>
</author>
<published>2023-02-22T17:00:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=f84623225e0227adde48ffd8f2e1cafb1f9aa38d'/>
<id>f84623225e0227adde48ffd8f2e1cafb1f9aa38d</id>
<content type='text'>
Need to return data, not size. By returning an empty
string, EOF will be detected properly since `len()`
will be `0`.

Fixes #3098.

Signed-off-by: Milas Bowman &lt;milas.bowman@docker.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Need to return data, not size. By returning an empty
string, EOF will be detected properly since `len()`
will be `0`.

Fixes #3098.

Signed-off-by: Milas Bowman &lt;milas.bowman@docker.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>api: add `status` parameter to services list (#3093)</title>
<updated>2023-02-16T15:38:52+00:00</updated>
<author>
<name>Lorin Bucher</name>
<email>lorin@lbtec.dev</email>
</author>
<published>2023-02-16T15:38:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=7cd7458f2f41ef5af58589f28307a064936d7be1'/>
<id>7cd7458f2f41ef5af58589f28307a064936d7be1</id>
<content type='text'>
Signed-off-by: Lorin Bucher &lt;lorin@lbtec.dev&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Lorin Bucher &lt;lorin@lbtec.dev&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>api: add `one-shot` option to container `stats` (#3089)</title>
<updated>2023-02-16T15:27:45+00:00</updated>
<author>
<name>Andy Roxby</name>
<email>107427605+aroxby-wayscript@users.noreply.github.com</email>
</author>
<published>2023-02-16T15:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=e9d4ddfaece229fbd2df1a1bfa3f4f513f33d1ac'/>
<id>e9d4ddfaece229fbd2df1a1bfa3f4f513f33d1ac</id>
<content type='text'>
Signed-off-by: Andy Roxby &lt;107427605+aroxby-wayscript@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andy Roxby &lt;107427605+aroxby-wayscript@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
</feed>
