<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/drivers/windows, branch mirror</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=mirror</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=mirror'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-05-26T17:58:39Z</updated>
<entry>
<title>Merge pull request #18279 from RandomShaper/allow-naive-http</title>
<updated>2018-05-26T17:58:39Z</updated>
<author>
<name>Max Hilbrunner</name>
</author>
<published>2018-05-26T17:58:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=130fd6bcb88d7b297b13c3ed20a715b5ab9cce47'/>
<id>urn:sha1:130fd6bcb88d7b297b13c3ed20a715b5ab9cce47</id>
<content type='text'>
Allow body-up-to-EOF HTTP responses</content>
</entry>
<entry>
<title>Allow body-up-to-EOF HTTP responses</title>
<updated>2018-05-22T13:08:31Z</updated>
<author>
<name>Pedro J. Estébanez</name>
</author>
<published>2018-04-18T18:50:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2587fcccee3b9ee2b934f681f9f3ff921edf096f'/>
<id>urn:sha1:2587fcccee3b9ee2b934f681f9f3ff921edf096f</id>
<content type='text'>
Implements the same heuristic as Curl (and web browsers): if no `Content-Length`, no `Connection: keep-alive` and no chunked transfer encoding, assume th rest of the data until EOF is the body, gracefully setting the HTTP client back to the disconnected state.

Theoretically, this is not compliant with HTTP 1.1, by which `keep-alive` is the default, but in practice, an explicit header is sent by servers.
</content>
</entry>
<entry>
<title>Fix delay in rename_error windows save loop, should be 100msec, not 1sec</title>
<updated>2018-05-03T11:22:11Z</updated>
<author>
<name>Robin Hübner</name>
</author>
<published>2018-05-03T11:22:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=caa887f3176b824b37c37e37e147114dc897af5b'/>
<id>urn:sha1:caa887f3176b824b37c37e37e147114dc897af5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #18334 from Faless/coverity_net</title>
<updated>2018-05-01T06:44:11Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-05-01T06:44:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9834b690aea8ecd6fb079a772df5664ff1bae618'/>
<id>urn:sha1:9834b690aea8ecd6fb079a772df5664ff1bae618</id>
<content type='text'>
Various coverity scan fixes, WS FreeBSD fixes</content>
</entry>
<entry>
<title>Change ".." punctuation for "..." in editor strings (#16507)</title>
<updated>2018-04-22T17:36:01Z</updated>
<author>
<name>Hugo Locurcio</name>
</author>
<published>2018-04-22T17:36:01Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1c419531a009f48aa074f9b5f93b98d387c33723'/>
<id>urn:sha1:1c419531a009f48aa074f9b5f93b98d387c33723</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various coverity scan fixes for networking</title>
<updated>2018-04-21T13:36:41Z</updated>
<author>
<name>Fabio Alessandrelli</name>
</author>
<published>2018-04-19T21:20:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=03bf783f3ce9d2a865bc509035dd883ffe0baa0c'/>
<id>urn:sha1:03bf783f3ce9d2a865bc509035dd883ffe0baa0c</id>
<content type='text'>
Fix FreeBSD websocket compilation error
</content>
</entry>
<entry>
<title>Fix case mismatch check on Windows</title>
<updated>2018-04-18T12:52:05Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-04-18T12:41:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ff8c07448010d4e9c3a392aa82a09b9e77ef6d14'/>
<id>urn:sha1:ff8c07448010d4e9c3a392aa82a09b9e77ef6d14</id>
<content type='text'>
@reduz pushed the old 44989bc95754b40f4c00f10db43ed91f64a3e475 commit
today which he had forgotten in his local clone, and apparently it does
not compile. Also fixed style.
</content>
</entry>
<entry>
<title>Test and warn of case mismatch on Windows</title>
<updated>2018-04-18T12:27:26Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-12-15T20:05:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=44989bc95754b40f4c00f10db43ed91f64a3e475'/>
<id>urn:sha1:44989bc95754b40f4c00f10db43ed91f64a3e475</id>
<content type='text'>
Will throw a warning when a file is opened with a different case than what is stored on the Windows filesystem.
</content>
</entry>
<entry>
<title>Trigger IO error only after exhausting attempts</title>
<updated>2018-04-03T10:44:16Z</updated>
<author>
<name>Tom Dobbelaere</name>
</author>
<published>2018-03-30T16:13:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a4fae0e5e3dd33b87aae71151e28a3c832a6fa67'/>
<id>urn:sha1:a4fae0e5e3dd33b87aae71151e28a3c832a6fa67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added File.get_path and File.get_path_absolute functions</title>
<updated>2018-03-13T15:07:37Z</updated>
<author>
<name>Marcelo Fernandez</name>
</author>
<published>2018-03-09T14:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a4e64c545406be00c00fe93818994977ae378fb9'/>
<id>urn:sha1:a4e64c545406be00c00fe93818994977ae378fb9</id>
<content type='text'>
</content>
</entry>
</feed>
