summaryrefslogtreecommitdiff
path: root/win/inspircd_win32wrapper.h
AgeCommit message (Expand)Author
2010-01-18Remove excessive gettimeofday system callsdanieldg
2009-10-17Fix up finding dns server to use for windows to match latest configreader cha...peavey
2009-10-12Define DISABLE_WRITEV and use the IOHook single-copy method for Windows send()danieldg
2009-10-11Include psapi.h to fix stats.cpp compiling.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-09-26Remove InspIRCd* parameters and fieldsdanieldg
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-03Fix types on Windows. Hooray for not supporting stdint.h. Thanks to Special.w00t
2009-08-02Fix our getops implementation on windows. Have optind available, and make sur...peavey
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-06-12more fixes. inet_pton is now in error, this is because the windows 6.0 sdk de...brain
2009-03-23usleep() is no longer needed, and should not be needed in the futuredanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-10Fix win32 build issue.w00t
2009-01-02Update copyrights for 2009.w00t
2008-12-27Place CRT debug defines in win32wrapper.h, so they are defined everywhere. Th...w00t
2008-09-14Patch by dz to remove the one usage of strdup/strtok_r, which is very un-C++ ...special
2008-09-05sql api and m_mysql compile fixes for windowsbrain
2008-08-24Properly give the service specific exit code on failure to start. Now we just...brain
2008-08-24work in progressbrain
2008-08-21add support for windows service. This now is part of inspircd itself being as...brain
2008-08-20properly coreexport the getcpu() function etcbrain
2008-08-20WMI calls for getting cpu percentage of current process. This code was a biat...brain
2008-08-06fix compile errors under debug profile in windows.brain
2008-06-15Base stuff for named pipe IPCbrain
2008-05-15Make FD_SETSIZE larger. We wont ever have this many users via select() on win...brain
2008-04-12Mapping for mkdir() to _mkdir() for windowsbrain
2008-02-26Why the fuck are standard functions all prefixed with a _ on windows???brain
2008-02-26#define _popen popenbrain
2008-02-10Fix here too, to allow FD_SETSIZE > 64. If this doesnt work it will need to b...brain
2008-01-10Header update: 2007 -> 2008w00t
2007-10-20Fix here toobrain
2007-10-14Remove crashdump stuffbrain
2007-09-04* Fixed some incorrect declarations in IOCPEngineburlex
2007-08-23Move the close() wrapper out of the win32wrapper.h, and into its new proper p...brain
2007-08-23Craquity craq De-craq!brain
2007-08-15* include/caller.h will now compile correctly on Windows platforms.burlex
2007-07-27make sure that the pointers are set up correctly for win32brain
2007-07-27SIGHUP needs to be #define'd on windows. This is an i-hate-windows day today.brain
2007-07-27Fix compile errors in windowsbrain
2007-07-27Needs testbuilding in windows. I will probably do this in a minute.brain
2007-07-27Move a bunch of stuff around for tidyness, win32 functions keep creeping into...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-16Add flags to /STATS s output, and nuke some ^Mpeavey
2007-07-16Ok windows.. YOU WIN :< .. but at least I can use MAXBUF now and configure wi...peavey