<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/socketengine_select.cpp, branch v1.1.17</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/socketengine_select.cpp?h=v1.1.17</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/socketengine_select.cpp?h=v1.1.17'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-02-10T23:29:29Z</updated>
<entry>
<title>Set FD_SETSIZE to 12000, this allows 12000 users per ircd rather than 64. I doubt select can scale this high, but 64 is rediculous.</title>
<updated>2008-02-10T23:29:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-02-10T23:29:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e4510527a04b937e7e94efa1f3f2d132116a9bc4'/>
<id>urn:sha1:e4510527a04b937e7e94efa1f3f2d132116a9bc4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8889 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Commit stuff from fez that he couldnt get committed - fixes to make socketengine-select work in windows (should be more stable than iocp as the api is known to us unix devs)</title>
<updated>2008-02-10T23:19:08Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-02-10T23:19:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=deb164cad9e9d800271b928613f24839ae261032'/>
<id>urn:sha1:deb164cad9e9d800271b928613f24839ae261032</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8888 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Header update: 2007 -&gt; 2008</title>
<updated>2008-01-10T13:45:53Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-10T13:45:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7194690fc8a8c6c07e60c2491f9d8165d8eb3459'/>
<id>urn:sha1:7194690fc8a8c6c07e60c2491f9d8165d8eb3459</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8695 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Forgot to commit the fix for this</title>
<updated>2007-10-21T20:19:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-10-21T20:19:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5acf4eb889e75d4eca478b2486b74bda21aedba7'/>
<id>urn:sha1:5acf4eb889e75d4eca478b2486b74bda21aedba7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8279 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change how the socket engines work when you addfd on an fd that already exists.</title>
<updated>2007-10-21T19:11:51Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-10-21T19:11:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cf7986271b75de04b926ca8ff467305099408a68'/>
<id>urn:sha1:cf7986271b75de04b926ca8ff467305099408a68</id>
<content type='text'>
the only SANE outcome is that youve forgotten to DelFd, so it does this for you.


git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8270 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tweaks to icky icky select() engine (thanks Ersan) this MIGHT fix select problems, but nobody really uses it anyway.</title>
<updated>2007-10-03T15:41:21Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-10-03T15:41:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=baac71e519713dd50abc68a7497d3622d6173e66'/>
<id>urn:sha1:baac71e519713dd50abc68a7497d3622d6173e66</id>
<content type='text'>
We've been having more than usual problems due to select() due to epoll not being detected properly and it falling back on select() which isnt as well tested.


git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8114 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Backport fix for bug #407</title>
<updated>2007-09-25T00:30:48Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-09-25T00:30:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=40acb5caeef05eb9c36f80186c97aef35daa54ac'/>
<id>urn:sha1:40acb5caeef05eb9c36f80186c97aef35daa54ac</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8078 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Backport fix for bug #393</title>
<updated>2007-08-20T00:15:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-20T00:15:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a440375c6e77bb93942191ae6ee1891eb9419452'/>
<id>urn:sha1:a440375c6e77bb93942191ae6ee1891eb9419452</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7766 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.</title>
<updated>2007-07-16T17:30:04Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-07-16T17:30:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f2acdbc3820f0f4f5ef76a0a64e73d2a320df91f'/>
<id>urn:sha1:f2acdbc3820f0f4f5ef76a0a64e73d2a320df91f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are auto skipped by svn.</title>
<updated>2007-07-16T17:14:45Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-07-16T17:14:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bab14f0dd2345c9d7dcbc47c918563709e1ac094'/>
<id>urn:sha1:bab14f0dd2345c9d7dcbc47c918563709e1ac094</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7454 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
