]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - win/inspircd_win32wrapper.cpp
Merge pull request #544 from SaberUK/master+kill-maxbuf
[user/henk/code/inspircd.git] / win / inspircd_win32wrapper.cpp
2013-06-05 attilamolnarMerge insp20
2013-06-04 attilamolnarFix inet_pton on Windows with IPv6 addresses
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-03-26 Attila MolnarMerge pull request #443 from ShutterQuick/sasl_external
2013-03-25 ChrisTXWin32: Rewrite the service wrapper
2012-10-14 Attila MolnarMerge pull request #274 from ChrisTX/insp20+gnutlsdepre...
2012-10-14 Attila MolnarMerge pull request #338 from ChrisTX/insp20+iostream
2012-10-14 ChrisTXReplace printf(_c) with iostream
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-04 AdamMerge pull request #314 from ChrisTX/insp20+DnsQueryConfig
2012-10-04 ChrisTXWindows: Use the WinAPI for DNS server retrieval
2012-10-04 AdamMerge pull request #313 from ChrisTX/insp20+explicittemps
2012-10-04 ChrisTXWindows: Replace the unused function hack with explicit...
2012-09-29 AdamFixed issue #303 - fixed Windows build
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-18 AdamFixed Windows build
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2011-06-18 AdamFix extras compilation under Windows
2011-05-21 AdamFix timers never being ticked on windows
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
2011-04-10 AdamFixed Windows build on VS 2010
2010-01-18 danieldgRemove excessive gettimeofday system calls
2009-10-21 brainFix for memory leak when gui is attached, submitted...
2009-10-17 peaveyText fix.
2009-10-17 peaveyFix up finding dns server to use for windows to match...
2009-10-12 danieldgDefine DISABLE_WRITEV and use the IOHook single-copy...
2009-10-10 peavey3rd time lucky? Fix again for setsockopt.
2009-10-10 peaveySlight tweak to setsockopt fix.
2009-10-10 peavey* Fix inspsocket to not include uio.h on windows.
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-08-12 danieldgFixes for config reader
2009-08-02 peaveyFix our getops implementation on windows. Have optind...
2009-08-02 peaveyForget to remove a #endif
2009-08-02 peaveyNo forget using windows' broken inet_pton and inet_ntop...
2009-08-02 peaveySince Windows SDK6.0a inet_pton and inet_ntop is define...
2009-03-23 danieldgusleep() is no longer needed, and should not be needed...
2009-03-20 brainThis is a nicer fix, and we are seen to be explicitly...
2009-03-20 brainRemove an old class member here that is no longer used...
2009-03-20 brainThis needs a test compile, i do not have my laptop...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-14 specialPatch by dz to remove the one usage of strdup/strtok_r...
2008-09-05 brainsql api and m_mysql compile fixes for windows
2008-08-20 brainfix memory leak in new wmi stuff and comment it. Lots...
2008-08-20 brainChecks to make sure that WMI initialises, if it doesnt...
2008-08-20 brainWMI calls for getting cpu percentage of current process...
2008-06-15 brainBase stuff for named pipe IPC
2008-04-18 brainApply patches to remove 200-odd dll limit on windows...
2008-04-13 brainWindows fix
2008-04-05 brainWindows fixes
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-14 brainJust to be fucking akward, windows vista seperates...
2007-10-14 brainRemove crashdump stuff
2007-09-04 burlex* Fixed some incorrect declarations in IOCPEngine
2007-08-15 burlex* include/caller.h will now compile correctly on Window...
2007-07-27 brainmake sure that the pointers are set up correctly for...
2007-07-27 brainAnd more to fix
2007-07-27 brainFix compile errors in windows
2007-07-27 brainNeeds testbuilding in windows. I will probably do this...
2007-07-27 brainMove a bunch of stuff around for tidyness, win32 functi...
2007-07-25 peaveyUn-static InspIRCd::Exit and use SignalHandler instead.
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-16 peaveyOk windows.. YOU WIN :< .. but at least I can use MAXBU...
2007-07-16 peaveyBegone evil DOS format :<
2007-07-16 peaveyAnd add colour.h to wrapper resource instead of the...
2007-07-16 peaveyUse colours.h in win_wrapper and also add __COLOURS_H...
2007-07-16 peaveyRemove printf_c from wrapper, this code also segfaulted...
2007-06-14 burlex- Fix for a bug in the win32 inet_ptoa implementation...
2007-06-11 brainRemove unused var
2007-06-06 brainComments
2007-06-02 brainChange the behaviour of insp in windows to keep its...
2007-05-24 brainTwo things, document how InspIRCd finds the dns server...
2007-05-22 brainComment on how we came up with this code, and comment it
2007-05-22 brainTidyup
2007-05-22 brainCode to find nameservers in the windows registry -...
2007-05-21 brainFix warnings
2007-05-20 brainCoding style tidyup. PLEASE don't let vs assrape this...
2007-05-19 w00tHelps if I add the w32 specific code, too. :p