Age | Commit message (Expand) | Author |
2010-02-23 | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ... | danieldg |
2010-01-18 | Remove excessive gettimeofday system calls | danieldg |
2009-10-24 | Remove IOCP socket engine | danieldg |
2009-10-21 | Fix for memory leak when gui is attached, submitted and fixed by GreenReaper,... | brain |
2009-10-21 | comment fix.. | peavey |
2009-10-18 | Update VC project file for latest changes to sources. | peavey |
2009-10-17 | Text fix. | peavey |
2009-10-17 | Fix up finding dns server to use for windows to match latest configreader cha... | peavey |
2009-10-12 | change vc70.pdb to vc90.pdb.. just cosmetic.. | peavey |
2009-10-12 | Clean up the compile flags a little. BTW windows now builds again. | peavey |
2009-10-12 | Add mode headers. | peavey |
2009-10-12 | Define DISABLE_WRITEV and use the IOHook single-copy method for Windows send() | danieldg |
2009-10-11 | More adds, now I should have all the new stuff down. | peavey |
2009-10-11 | Re-enable removal of a tmp file that was left out for debug. | peavey |
2009-10-11 | Remove some redundant headers from VS project file. | peavey |
2009-10-11 | Add new files and headers recently introduced. | peavey |
2009-10-11 | Include psapi.h to fix stats.cpp compiling. | peavey |
2009-10-11 | Remove the -Dssize_t declaration now its typedeffed. | peavey |
2009-10-11 | Some fixes to the VS project file. | peavey |
2009-10-11 | Some fixes for the VS project file. Spanningtree builds again. | peavey |
2009-10-10 | 3rd time lucky? Fix again for setsockopt. | peavey |
2009-10-10 | Slight tweak to setsockopt fix. | peavey |
2009-10-10 | * Fix inspsocket to not include uio.h on windows. | peavey |
2009-10-10 | Compile fixes for latest changes to trunk. | peavey |
2009-10-10 | uhm, remove my debug output :) | peavey |
2009-10-10 | Add building of inspircd_version.h to windows port and remove the overlapping... | peavey |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-05 | Bump a number of version numbers. | w00t |
2009-09-01 | Strip SUPPORT_IP6LINKS #define | danieldg |
2009-08-31 | Exclude modules from build on release mode too. | peavey |
2009-08-15 | vs2010 projects too. | w00t |
2009-08-15 | win: Add vs2010 SLN. | w00t |
2009-08-15 | win: vs2010 requires this to link in process memory retrieval stuff | w00t |
2009-08-15 | win: don't define error constants on VS2009, they're defined for us (finally) | w00t |
2009-08-12 | Fixes for config reader | danieldg |
2009-08-04 | Missed removing m_testcommand. | peavey |
2009-08-04 | Updates for added/removed files. | peavey |
2009-08-03 | Hooray unused variables. Thanks MSVC. | w00t |
2009-08-03 | Fix types on Windows. Hooray for not supporting stdint.h. Thanks to Special. | w00t |
2009-08-02 | We dont support these compilers any more | brain |
2009-08-02 | I am sure i deleted these before | brain |
2009-08-02 | Fix our getops implementation on windows. Have optind available, and make sur... | peavey |
2009-08-02 | Forget to remove a #endif | peavey |
2009-08-02 | No forget using windows' broken inet_pton and inet_ntop, they are not POSIX c... | peavey |
2009-08-02 | Since Windows SDK6.0a inet_pton and inet_ntop is defined if (NTDDI_VERSION >=... | peavey |
2009-07-19 | Use correct behavior (as per C++) for 'delete NULL' on windows; found by Adam... | special |
2009-06-12 | more fixes. inet_pton is now in error, this is because the windows 6.0 sdk de... | brain |
2009-04-23 | rollback r11326, we're going to make vc9 the officially supported windows bui... | peavey |
2009-04-23 | Heres the beef so far | brain |
2009-03-25 | more of the fix but it still doesnt build. I know we said this might be unsta... | brain |