<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/socketengines/socketengine_kqueue.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/socketengines/socketengine_kqueue.cpp?h=v2.0.14</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/socketengines/socketengine_kqueue.cpp?h=v2.0.14'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2013-07-07T15:25:11Z</updated>
<entry>
<title>Fix low risk crash when we can't determine maximum open socket count.</title>
<updated>2013-07-07T15:25:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-07-07T15:25:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=805b7d3effc71d44665c0a7f590343c84e03db92'/>
<id>urn:sha1:805b7d3effc71d44665c0a7f590343c84e03db92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OpenBSD does not have KERN_MAXFILESPERPROC.</title>
<updated>2012-12-25T17:39:03Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2012-12-20T00:07:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=618d13196dafd670a6c136a05ab27c007744494a'/>
<id>urn:sha1:618d13196dafd670a6c136a05ab27c007744494a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace printf(_c) with iostream</title>
<updated>2012-10-14T00:13:49Z</updated>
<author>
<name>ChrisTX</name>
</author>
<published>2012-10-14T00:13:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ebdaf368e137fc933e648ee88a08a4f83e796f87'/>
<id>urn:sha1:ebdaf368e137fc933e648ee88a08a4f83e796f87</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>Fix excessive memory use in kqueue</title>
<updated>2011-03-04T02:24:05Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2011-03-04T02:22:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=70cd4a5a06ea4251ca128636e17bf5ff385f9b5b'/>
<id>urn:sha1:70cd4a5a06ea4251ca128636e17bf5ff385f9b5b</id>
<content type='text'>
The maximum number of file descriptors was incorrectly using the OS maximum,
not the process maximum. Thanks to Liath for finding &amp; testing.
</content>
</entry>
<entry>
<title>Fix mismatched return value in kqueue DelFd</title>
<updated>2010-03-16T21:34:17Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-03-16T21:34:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d1dae54d89444e23cff2a96d020010415c548e3d'/>
<id>urn:sha1:d1dae54d89444e23cff2a96d020010415c548e3d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12639 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix typo in kqueue</title>
<updated>2010-03-16T21:23:54Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-03-16T21:23:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5867fa1f677630c3362db7b6dcccd00495fbac37'/>
<id>urn:sha1:5867fa1f677630c3362db7b6dcccd00495fbac37</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12638 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>DelFd should not fail, it will leave a bad dangling pointer in that case</title>
<updated>2010-03-02T03:17:04Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-03-02T03:17:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a018f26eddbc72fdbf87fe5ee89112a53311fff1'/>
<id>urn:sha1:a018f26eddbc72fdbf87fe5ee89112a53311fff1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12584 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Don't send events for removed FDs when both read and write are ready</title>
<updated>2010-03-02T01:48:06Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-03-02T01:48:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5af0e15f15f0b09643dcdf6da3d9eb2349d16422'/>
<id>urn:sha1:5af0e15f15f0b09643dcdf6da3d9eb2349d16422</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12582 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix kqueue to not report 0 maximum open sockets</title>
<updated>2010-02-13T14:52:09Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-13T14:52:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=753f492c4f71bd4445a77e292370b6e7735010a9'/>
<id>urn:sha1:753f492c4f71bd4445a77e292370b6e7735010a9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12449 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
