]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - win/inspircd_win32wrapper.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / win / inspircd_win32wrapper.cpp
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