summaryrefslogtreecommitdiff
path: root/win
AgeCommit message (Expand)Author
2011-04-10Fixed Windows build on VS 2010Adam
2010-02-23Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...danieldg
2010-01-18Remove excessive gettimeofday system callsdanieldg
2009-10-24Remove IOCP socket enginedanieldg
2009-10-21Fix for memory leak when gui is attached, submitted and fixed by GreenReaper,...brain
2009-10-21comment fix..peavey
2009-10-18Update VC project file for latest changes to sources.peavey
2009-10-17Text fix.peavey
2009-10-17Fix up finding dns server to use for windows to match latest configreader cha...peavey
2009-10-12change vc70.pdb to vc90.pdb.. just cosmetic..peavey
2009-10-12Clean up the compile flags a little. BTW windows now builds again.peavey
2009-10-12Add mode headers.peavey
2009-10-12Define DISABLE_WRITEV and use the IOHook single-copy method for Windows send()danieldg
2009-10-11More adds, now I should have all the new stuff down.peavey
2009-10-11Re-enable removal of a tmp file that was left out for debug.peavey
2009-10-11Remove some redundant headers from VS project file.peavey
2009-10-11Add new files and headers recently introduced.peavey
2009-10-11Include psapi.h to fix stats.cpp compiling.peavey
2009-10-11Remove the -Dssize_t declaration now its typedeffed.peavey
2009-10-11Some fixes to the VS project file.peavey
2009-10-11Some fixes for the VS project file. Spanningtree builds again.peavey
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-10-10Compile fixes for latest changes to trunk.peavey
2009-10-10uhm, remove my debug output :)peavey
2009-10-10Add building of inspircd_version.h to windows port and remove the overlapping...peavey
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-05Bump a number of version numbers.w00t
2009-09-01Strip SUPPORT_IP6LINKS #definedanieldg
2009-08-31Exclude modules from build on release mode too.peavey
2009-08-15vs2010 projects too.w00t
2009-08-15win: Add vs2010 SLN.w00t
2009-08-15win: vs2010 requires this to link in process memory retrieval stuffw00t
2009-08-15win: don't define error constants on VS2009, they're defined for us (finally)w00t
2009-08-12Fixes for config readerdanieldg
2009-08-04Missed removing m_testcommand.peavey
2009-08-04Updates for added/removed files.peavey
2009-08-03Hooray unused variables. Thanks MSVC.w00t
2009-08-03Fix types on Windows. Hooray for not supporting stdint.h. Thanks to Special.w00t
2009-08-02We dont support these compilers any morebrain
2009-08-02I am sure i deleted these beforebrain
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-07-19Use correct behavior (as per C++) for 'delete NULL' on windows; found by Adam...special
2009-06-12more fixes. inet_pton is now in error, this is because the windows 6.0 sdk de...brain
2009-04-23rollback r11326, we're going to make vc9 the officially supported windows bui...peavey
2009-04-23Heres the beef so farbrain