<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/inspsocket.cpp, branch v2.0.14</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/inspsocket.cpp?h=v2.0.14</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/inspsocket.cpp?h=v2.0.14'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2013-07-14T18:23:53Z</updated>
<entry>
<title>Use the correct socket related error messages on Windows</title>
<updated>2013-07-14T18:23:53Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-07-03T21:26:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6e0b904d342461cd2ac2a3cd0cf2a43d864d2b00'/>
<id>urn:sha1:6e0b904d342461cd2ac2a3cd0cf2a43d864d2b00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not send too much data over SSL in one go</title>
<updated>2013-07-07T21:10:45Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-19T19:53:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7dd381f568938971e9c69a074def5da058d5c242'/>
<id>urn:sha1:7dd381f568938971e9c69a074def5da058d5c242</id>
<content type='text'>
Some clients fail to read it entirely and the remaining data stays in their read buffer until new data arrives
</content>
</entry>
<entry>
<title>Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAEWOULDBLOCK</title>
<updated>2013-04-16T23:19:42Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-04-16T08:34:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=47332d6e9b990498dd35457090dd8983d8aae8d3'/>
<id>urn:sha1:47332d6e9b990498dd35457090dd8983d8aae8d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix incorrect substr usage</title>
<updated>2012-11-06T14:39:25Z</updated>
<author>
<name>newuser1</name>
</author>
<published>2012-11-02T16:48:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fbb2afa55225f4f5139cd48d95098096c9c6e3e9'/>
<id>urn:sha1:fbb2afa55225f4f5139cd48d95098096c9c6e3e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove IncreaseOSBuffers() completely</title>
<updated>2012-10-13T23:44:18Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-13T23:38:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=81e644a40b7eead5402fe38ccb7f076b54344911'/>
<id>urn:sha1:81e644a40b7eead5402fe38ccb7f076b54344911</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove no-op call to IncreaseOSBuffers() from BufferedSocket::BeginConnect()</title>
<updated>2012-10-13T14:01:39Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-13T14:00:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4857bf4771b7f0b21a0f8b78045ff2a1009e0aab'/>
<id>urn:sha1:4857bf4771b7f0b21a0f8b78045ff2a1009e0aab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use socketengine functions for sending and receiving data instead of plain send() and recv() so /STATS z displays correct bandwidth usage</title>
<updated>2012-05-28T20:10:28Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-05-28T20:10:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee947c5aa6541b5115645755d924eeb66e7d6738'/>
<id>urn:sha1:ee947c5aa6541b5115645755d924eeb66e7d6738</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-19T18:58:29Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-19T18:58:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=46a39046196f55b52336e19662bb7bac85b731ac'/>
<id>urn:sha1:46a39046196f55b52336e19662bb7bac85b731ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed Windows build on VS 2010</title>
<updated>2011-04-10T21:54:20Z</updated>
<author>
<name>Adam</name>
</author>
<published>2011-04-08T07:48:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b56565eac2d7207c88c53054cb1096519ec7fba9'/>
<id>urn:sha1:b56565eac2d7207c88c53054cb1096519ec7fba9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Block writes to pending-connect socket</title>
<updated>2010-03-27T15:31:08Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-03-27T15:31:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a46cb4d8e6e7b3dfacead145ee8970522f43f9f9'/>
<id>urn:sha1:a46cb4d8e6e7b3dfacead145ee8970522f43f9f9</id>
<content type='text'>
</content>
</entry>
</feed>
