<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/socketengines/socketengine_select.cpp, branch v1.2.0a3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/socketengines/socketengine_select.cpp?h=v1.2.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/socketengines/socketengine_select.cpp?h=v1.2.0a3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-05-11T13:49:22Z</updated>
<entry>
<title>cleanup an old unused var</title>
<updated>2008-05-11T13:49:22Z</updated>
<author>
<name>peavey</name>
</author>
<published>2008-05-11T13:49:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b887f45a0a483c21e3bdff5d59cf9a242e64210b'/>
<id>urn:sha1:b887f45a0a483c21e3bdff5d59cf9a242e64210b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9703 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix obvious compile error (whoops)</title>
<updated>2008-04-15T22:51:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-15T22:51:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=51b96abc0e5be16c3988d726afb25d0e7b5b7cae'/>
<id>urn:sha1:51b96abc0e5be16c3988d726afb25d0e7b5b7cae</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9513 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>the select socket engine went on the assumption that a socket may remove itself from the socket engine in the middle of the loop. Cull lists did away with this late 1.0, early 1.1, so there is now no need to keep this archaic system in here and we can halve the number of loops per cycle down to half what they used to be.</title>
<updated>2008-04-15T22:38:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-15T22:38:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=49a185bf9798e56336a2df8aa3da49a0d6238b1a'/>
<id>urn:sha1:49a185bf9798e56336a2df8aa3da49a0d6238b1a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9512 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Patch from Brain: set MAX_DESCRIPTORS for all socket engines (I missed this)</title>
<updated>2008-04-07T12:29:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-07T12:29:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b233d0c582a3c6f8d85b681074e4f1ac4678276d'/>
<id>urn:sha1:b233d0c582a3c6f8d85b681074e4f1ac4678276d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9394 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix socketengine select to work with arsey compilers that think we're using ISO C++</title>
<updated>2008-04-03T16:03:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-03T16:03:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3079075ad62820fd6661c0368970178d71bbfe98'/>
<id>urn:sha1:3079075ad62820fd6661c0368970178d71bbfe98</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9287 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Automatic detection and allocation of max fds. No longer needs recompile to change, just adjust it in your kernel or whatever and restart insp.</title>
<updated>2008-04-02T17:08:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-02T17:08:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2db77cda56947d4ee0f913c8082f6607855ca713'/>
<id>urn:sha1:2db77cda56947d4ee0f913c8082f6607855ca713</id>
<content type='text'>
Please note that select and iocp socket engines do not support detection and are always set to FD_SETSIZE and 10240 descriptors respectively.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9263 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Don't fuck up the map by inserting 0</title>
<updated>2008-04-01T20:32:28Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-01T20:32:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=18507081624246eee804c01d8e2ddcaa14b0a411'/>
<id>urn:sha1:18507081624246eee804c01d8e2ddcaa14b0a411</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9251 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert remaining InspIRCd::Log() calls to new logging system</title>
<updated>2008-02-22T16:47:10Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-02-22T16:47:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=da074814501f23680b579feb1ad649c86e8a1348'/>
<id>urn:sha1:da074814501f23680b579feb1ad649c86e8a1348</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9001 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Keep count of the number of events in total, and seperate read, write and error event counters. We can use this for monitoring of heavy socket engine activity, e.g. a 'stuck' eventhandler</title>
<updated>2008-02-14T16:49:22Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-02-14T16:49:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ab4dee91de96555db158db91240ff91520318068'/>
<id>urn:sha1:ab4dee91de96555db158db91240ff91520318068</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8933 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>fixed getsockopt parameter 4, removed sys/select.h on windows platform</title>
<updated>2008-02-01T07:34:46Z</updated>
<author>
<name>fez</name>
</author>
<published>2008-02-01T07:34:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cf50f45c02ab89a4fd87bfe2fb1d6a871660772d'/>
<id>urn:sha1:cf50f45c02ab89a4fd87bfe2fb1d6a871660772d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8780 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
