]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - win
Merge pull request #1157 from SaberUK/insp20+fix-cron-restart
[user/henk/code/inspircd.git] / win /
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-07-16 peaveyUse vsnprintf instead of vsprintf.
2007-06-14 burlex- Made the recvfrom wrapper a bit neater.
2007-06-14 brainAdd sections to installer for pcre, segregate the m_fil...
2007-06-14 burlex- Fix for a bug in the win32 inet_ptoa implementation...
2007-06-13 brainHave the installer install cert.pem and key.pem to...
2007-06-13 brainAdd default windows certs. People shouldnt use these...
2007-06-13 brainAnd get it right.
2007-06-13 brainUpdate descriptions
2007-06-13 brainBeing as people while about the odd kludge here and...
2007-06-13 brainNasty kludge to allow for optional install of ssl:
2007-06-13 burlex* Fixed IOCPEngine under x64 (because of incorrect...
2007-06-13 burlex- Fixed configure script to allow gnutls compilation...
2007-06-13 burlex+ Added x64 solutions for VC2005, for future work....
2007-06-11 brainThis breaks stuff. We can't use it.
2007-06-11 brainPrompting for wether or not to wipe the .h and build...
2007-06-11 brainChange from /GS to /Gm in makefiles
2007-06-11 brainPut the check back so we dont keep doing builds from...
2007-06-11 brainRemove unused var
2007-06-08 burlex- Enabled minimal rebuild on all VS project files,...
2007-06-08 burlex* Fixed VC8 m_spanningtree project file. second commit...
2007-06-08 burlex+ Added an *almost* unix-like fork system for windows...
2007-06-06 brainComments
2007-06-02 brainChange the behaviour of insp in windows to keep its...
2007-06-02 brainChange configure to generate .mak files with warning...
2007-06-02 brainAdd comments
2007-05-26 brainThis should do it
2007-05-26 brainInstaller was defaulting the dir to c:\program files...
2007-05-26 brainMake two sections "Binaries" and "command handlers...
2007-05-26 brainChange icon to something nicer than a blue arrow (our...
2007-05-26 brainAdd warning to edit config files in installer
2007-05-25 brainChoose the correct defines so that its not built too...
2007-05-25 brainAdd defines that speed up the build process and reduce...
2007-05-24 brainTwo things, document how InspIRCd finds the dns server...
2007-05-24 brainWhoops, helps if it compresses, not decompresses.
2007-05-24 brainCompressor script that compresses all shared objects...
2007-05-22 brainHave configure try and create ..\bin\release\* and...
2007-05-22 brainComment on how we came up with this code, and comment it
2007-05-22 brainThis could do with some comments
2007-05-22 brainTidyup
2007-05-22 brainCode to find nameservers in the windows registry -...
2007-05-22 brainAdd BUILD define which tells the install script what...
2007-05-22 brainIts CreateDirectory in win :/
2007-05-22 brainHave this make the debug and release dirs, fannying...
2007-05-22 brainChange to NOT optimize, /O2 was set on all projects...
2007-05-22 brainUpdate this to always run even if we have an inspircd_c...
2007-05-21 brainAdd .net framework version check
2007-05-21 brainFix to properly uninstall
2007-05-21 brainReorder includes, dont worry there is method to my...
2007-05-21 brainFix warnings
2007-05-21 brainShortcut working dir is set to SetOutPath value, fix...
2007-05-21 brainMost likely doesnt work
2007-05-21 brainInstall InspGUI to $INSTDIR, not $INSTDIR\Bin
2007-05-21 brainObsolete mods are in here :/
2007-05-21 brainFix
2007-05-21 brainGrowl.
2007-05-21 brainInvalid COPYING path
2007-05-21 brainNSIS installer script
2007-05-20 w00t- *slap Om with some unpronouncable fish* - you forgot...
2007-05-20 brainCoding style tidyup. PLEASE don't let vs assrape this...
2007-05-20 omSame change for VC71. This is a manual edit of the...
2007-05-20 omQuote the commanline to run configure.exe so it works...
2007-05-20 brainWe will get this right eventually
2007-05-20 brainAlso wrong
2007-05-20 brainWrong wrong wrong.
2007-05-20 brainThrow bad alloc on out of memory, not return null,...
2007-05-20 brainMerge in burlex's easy-build patch, apparently its...
2007-05-20 brainChange the define that defines strcasecmp->stricmp...
2007-05-20 brainUpdate from burlex, thanks
2007-05-20 brainBegone shitty safe stl warnings!
2007-05-20 brainGuh. 1am Brain is weak brain.
2007-05-20 w00t- These two need to be generated by configure.exe ...
2007-05-20 brainPatch for vc8 project files by burlex, thanks
2007-05-19 w00tAnd remove a whole heap of .orig shit I just managed...
2007-05-19 w00tHelps if I add the w32 specific code, too. :p