summaryrefslogtreecommitdiff
path: root/win/inspircd_win32wrapper.cpp
AgeCommit message (Expand)Author
2014-10-22Check the return value of getnameinfo() on Windows in insp_inet_ntop() and re...Attila Molnar
2014-04-12Filter out newlines from error messages on WindowsAttila Molnar
2013-08-30Don't CoreExport reference, fixes m_dnsbl on Windowsattilamolnar
2013-06-04Fix inet_pton on Windows with IPv6 addressesattilamolnar
2013-03-25Win32: Rewrite the service wrapperChrisTX
2012-10-14Replace printf(_c) with iostreamChrisTX
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-10-04Merge pull request #314 from ChrisTX/insp20+DnsQueryConfigAdam
2012-10-04Windows: Use the WinAPI for DNS server retrievalChrisTX
2012-10-04Windows: Replace the unused function hack with explicit instantiationChrisTX
2012-09-28Fixed issue #303 - fixed Windows buildAdam
2012-07-17Fixed Windows buildAdam
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-06-18Fix extras compilation under WindowsAdam
2011-05-21Fix timers never being ticked on windowsAdam
2011-04-10Fixed Windows build on VS 2010Adam
2010-01-18Remove excessive gettimeofday system callsdanieldg
2009-10-21Fix for memory leak when gui is attached, submitted and fixed by GreenReaper,...brain
2009-10-17Text fix.peavey
2009-10-17Fix up finding dns server to use for windows to match latest configreader cha...peavey
2009-10-12Define DISABLE_WRITEV and use the IOHook single-copy method for Windows send()danieldg
2009-10-103rd time lucky? Fix again for setsockopt.peavey
2009-10-10Slight tweak to setsockopt fix.peavey
2009-10-10* Fix inspsocket to not include uio.h on windows.peavey
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-08-12Fixes for config readerdanieldg
2009-08-02Fix our getops implementation on windows. Have optind available, and make sur...peavey
2009-08-02Forget to remove a #endifpeavey
2009-08-02No forget using windows' broken inet_pton and inet_ntop, they are not POSIX c...peavey
2009-08-02Since Windows SDK6.0a inet_pton and inet_ntop is defined if (NTDDI_VERSION >=...peavey
2009-03-23usleep() is no longer needed, and should not be needed in the futuredanieldg
2009-03-20This is a nicer fix, and we are seen to be explicitly freeing the BSTR values...brain
2009-03-20Remove an old class member here that is no longer used and has been commented...brain
2009-03-20This needs a test compile, i do not have my laptop to hand to do this. May br...brain
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-09-14Patch by dz to remove the one usage of strdup/strtok_r, which is very un-C++ ...special
2008-09-05sql api and m_mysql compile fixes for windowsbrain
2008-08-20fix memory leak in new wmi stuff and comment it. Lots of kittens are killed b...brain
2008-08-20Checks to make sure that WMI initialises, if it doesnt we return -1 for CPU p...brain
2008-08-20WMI calls for getting cpu percentage of current process. This code was a biat...brain
2008-06-15Base stuff for named pipe IPCbrain
2008-04-18Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo...brain
2008-04-13Windows fixbrain
2008-04-05Windows fixesbrain
2008-01-10Header update: 2007 -> 2008w00t
2007-10-14Just to be fucking akward, windows vista seperates multiple nameservers with ...brain
2007-10-14Remove crashdump stuffbrain
2007-09-04* Fixed some incorrect declarations in IOCPEngineburlex
2007-08-15* include/caller.h will now compile correctly on Windows platforms.burlex