<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/dns.h, branch v2.0.29</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/dns.h?h=v2.0.29</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/dns.h?h=v2.0.29'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2016-02-13T18:23:07Z</updated>
<entry>
<title>Limit DNS cache size</title>
<updated>2016-02-13T18:23:07Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-13T18:23:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=09c716ce117e3c89b4da7ab88f4caaefb43511b5'/>
<id>urn:sha1:09c716ce117e3c89b4da7ab88f4caaefb43511b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various Doxygen warnings.</title>
<updated>2015-02-27T00:34:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-02-26T22:35:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c38d29fd760a52958377a0664cbcdf74e9a12c84'/>
<id>urn:sha1:c38d29fd760a52958377a0664cbcdf74e9a12c84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not use the result of the dns cache when the query type of the result is different from the type of the query. #66</title>
<updated>2014-09-08T22:19:00Z</updated>
<author>
<name>Adam</name>
</author>
<published>2014-09-08T20:58:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=df67ab549bcc2cd53519f309110c58c00f2c935b'/>
<id>urn:sha1:df67ab549bcc2cd53519f309110c58c00f2c935b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dead code from DNS</title>
<updated>2013-03-11T19:52:21Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-03-11T19:52:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ade9cc213446832e818f4dd2c7d942e498cbb2d0'/>
<id>urn:sha1:ade9cc213446832e818f4dd2c7d942e498cbb2d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Windows: In-depth cleanup (see details)</title>
<updated>2012-10-12T20:31:38Z</updated>
<author>
<name>ChrisTX</name>
</author>
<published>2012-10-12T20:31:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5b9682275e384635a1fd9f7320cf4d9a604a43b4'/>
<id>urn:sha1:5b9682275e384635a1fd9f7320cf4d9a604a43b4</id>
<content type='text'>
-Fix x64 builds for Windows. Now all configurations compile.
-Remove the non-working rebase stuff.
-Remove the Windows fork hack and instead use FreeConsole() to emulate the behavior. This directly allows us to compile with ASLR, which is turned on now.
-Remove the old IPC mechanism for the removed GUI. This is not needed anymore as the GUI wasn't ever supported on anything newer than 1.2
-Remove the WIN32/WINDOWS macros. _WIN32 is supported on all x86-based VC++ targets, so that's what we need.
-Enable optimizations for release builds.
-De-duplicate printf_c(), it was previously copy-pasted into colors.h for configure
-Add the VC++ specific bad files in .gitignore
-Disable PID writing on Windows. This is only making sense for *nix builds.
-Replace the CPU usage retrieval with an algorithm analogous to the *nix behavior. Also supports separated now/total values. (Tested with a dummy busy loop - seems working)
-Removed certain unused functions and variables
-Remove stdint defines from the windows wrapper
-Remove CRT debug alloc. This is a bad idea as it would define a macro to replace free which breaks builds.
-Re-evaluated the warnings list, commented it.
-Moved inspircd_config/_version to include/ to match *nix
-Removed the creation of inspircd_se_config, as it isn't used at all.
-Made non-git builds show as "r0" instead of "r" (thanks to @SaberUK for pointing this out)
-Fixed up m_spanningtree's project paths. Now all configurations (debug/release x86/x64) have been tested and build properly.
-Moved FindDNS out of the wrapper and matched its log behavior with *nix. (It's pointless having it in the wrapper after the recent slimming down)
-Replaced random/srandom wrappers with a mechanism that tries to use Windows' Random API first is no SSL module is loaded.
-Removed more old junk from support for compilers older than VC++ 2010 (we don't have project files for these, so compiling them would be hard anyways)
-Removed the unused ClearConsole()
-Removed unused includes from the wrapper. Also, do not include psapi.h here if we don't link psapi.lib. This should be done where appropriate.
-Made inet_aton an inline function for increased performance
-C4800, performance warning about bool forcing, resolved at all occurrences.
-C4701, uninitialized variable 'cached', resolved at all occurrences.
-dlerror() was migrated out of the wrapper for more thread safety (no global buffer being shared) and increased performance.
-Removed the wrong CRT debug flags. This drains a lot of performance.
-Removed the clock_gettime/gettimeofday wrappers
-Replaced all TCHAR/ANSI mix-ups of functions with the correct respective function.
-Added a block of C4355 for &lt; VS2012
-Update project files for c870714
</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>Fixes for bug #12</title>
<updated>2012-04-15T01:03:25Z</updated>
<author>
<name>Justin Crawford</name>
</author>
<published>2012-04-15T01:03:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5'/>
<id>urn:sha1:df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5</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>Add random number generation functions to InspIRCd class.</title>
<updated>2010-02-09T02:22:27Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-09T02:22:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aab7998583ca16590a32c7bdb80955a18b090700'/>
<id>urn:sha1:aab7998583ca16590a32c7bdb80955a18b090700</id>
<content type='text'>
Default implementation uses libc random(), which can be better than rand().
If gnutls is loaded, gcrypt will be used to provide random numbers.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12404 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove excessive gettimeofday system calls</title>
<updated>2010-01-18T19:36:41Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-18T19:36:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7e46119759b7099c38f543bd38d0186b9806542f'/>
<id>urn:sha1:7e46119759b7099c38f543bd38d0186b9806542f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12293 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
