This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix Win32 build with MinGW/gcc-4.8+ which define some errno.h values >= 100
[perl5.git] / win32 / win32sck.c
2013-10-17 Steve HayFix Win32 build with MinGW/gcc-4.8+ which define some...
2013-09-16 Steve HayFix the #include of winsock2.h in win32/include/sys...
2013-09-16 Steve HayFix Windows build for compilers other than VC10+
2013-09-16 Steve HaySimplify errno2.h slightly
2013-09-16 Steve HayFix stringification of $! in VC10+ builds where errno...
2013-09-16 Steve HayIntercept assignment to $! to translate WSAExxx values...
2013-09-16 Steve HayFix a problem with mod_perl on Windows using VS2010+.
2013-05-20 Nicholas ClarkUpdate the Win32 miniperl conditional compilation,...
2012-12-05 Daniel Draganmore dTHX optimizations in /win32/*
2012-11-09 Daniel Draganremove unused dTHXes in /win32/*
2012-11-09 Daniel Dragancreate aTHXa, some unused dTHXs removed in /win32/*
2012-11-09 Daniel Dragan"func not implemented" croaks optimizations in /win32/*
2012-10-31 Daniel DraganWin32 miniperl: delay loading for Winsock, and then...
2012-09-28 Steve HayRemove option to build without USE_SOCKETS_AS_HANDLES...
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2010-12-07 Jan DuboisGet rid of PERL_MSVCRT_READFIX
2010-12-02 Jan DuboisWindows 95 Chainsaw Massacre
2009-10-13 Jan DuboisThe winsock select() implementation doesn't support...
2009-09-13 Leon BrocardRemove broken links for hip communications inc.
2009-05-13 Jan Duboisselect() generates "Invalid parameter" messages on...
2008-06-17 Risto Kankkunen[perl #46309] Buffer overflow in win32_select() (PATCH...
2007-06-26 Jan Dubois[PATCH] Remove dead code from win32/win32sck.c
2007-06-20 Yves OrtonRe: Net::SMTP can't send large messages with bleadperl
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-04-18 Steve HayFix bug #33664: allow for transport providers with...
2005-03-30 Steve HayA couple more Win32 compilation clean-ups
2004-09-06 Steve HayImplement new environment variable to allow the use...
2004-08-06 Steve HayFix [perl #24269] socket() call uses non-IFS providers
2003-12-28 Nigel Sandever5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE...
2003-05-17 Gurusamy Sarathymissing init in change#19533
2003-05-17 Gurusamy Sarathyavoid select() on windows destroying errno (used to...
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-21 Gurusamy SarathyWindows 64-bit support:
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-03-29 Vadim KonovalovBorland C++ for Win32 fixes; perl@9359 (also perl@9424)
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-05 Gurusamy Sarathyfix open(FOO, ">&MYSOCK") failure under Windows 9x...
2000-11-19 Nick Ing-SimmonsConfigure GCC/Win32 build -Duseperlio
2000-11-14 Jarkko HietaniemiRedo #7679 with LFs instead of CRLFs.
2000-11-14 Benjamin StuhlGet PerlIO building on Win32
2000-10-20 Charles BaileySYN SYN
2000-10-09 Gurusamy Sarathytweak for change#7173
2000-10-09 Gurusamy Sarathyon Windows, avoid potential exception (could happen...
2000-08-16 Gurusamy Sarathychange#6328 could make close(SOCKET) return false on...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-11 Gurusamy Sarathywindows build tweaks (op/sprintf.t still fails tests...
2000-07-10 Gurusamy Sarathyaccept() leaks memory on windows due to incorrect order...
2000-07-10 Gurusamy Sarathywinsock options weren't being set in all threads under...
2000-07-05 Gurusamy Sarathywinsock cleanup never done on Windows (leads to handle...
2000-06-06 Benjamin StuhlWin32 improvements
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-08 Gurusamy Sarathywin32 internal data must be interpreter-local
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-10 Gurusamy Sarathywin32 build fixes
1998-11-21 Gurusamy Sarathywin32_recvfrom() compatibility fix
1998-07-21 Gurusamy Sarathyfixes to enable PERL_OBJECT build with mingw32/egcs...
1998-07-04 Blair Zajacmake 4-arg win32_select() sleep more reasonably on...
1998-05-27 Gurusamy Sarathy[asperl] add AS patch#21 (misc. fixes)
1998-04-08 Gurusamy Sarathy[asperl] integrate mainline changes
1998-03-16 Gurusamy Sarathy[asperl] various changes to get asperl working under...
1998-03-12 Steve Nielsen[win32] set sockets to nonoverlapped mode for every...
1998-02-26 Gurusamy Sarathy[asperl] added AS patch#9
1998-02-04 Gurusamy Sarathy[win32] support win32_select(0,0,0,msec) (winsock doesn't)
1998-02-04 Gurusamy Sarathy[win32] bug: win32_select() must StartSockets()
1998-01-04 Gurusamy Sarathy[win32] Various win32 fixes
1997-12-24 Gurusamy Sarathy[win32] support ioctl() on sockets (does what ioctlsock...
1997-11-29 Nick Ing-SimmonsAvoid __declspec(thread) by default, for both scratch
1997-11-27 Nick Ing-SimmonsAdd files and tweak others to get 'native' Mingw32...
1997-11-18 Gurusamy Sarathy[Win32] Export our own FD_SET() et al to complete socke...
1997-11-12 Gurusamy SarathyMore cleanups of win32/win32*.[ch] files. win32/win32i...
1997-11-12 Gurusamy SarathyEgregious IOsubsystem code excised. Phew, what a relie...
1997-11-12 Gurusamy SarathyAdd missing win32_closesocket() and export it (extensio...
1997-11-12 Gurusamy SarathyClean up win32/win32sck.c (runtime load of Winsock...
1997-11-10 Gurusamy SarathyInitial (untested) merge of all non-ansi changes on...
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-08-06 Gurusamy Sarathygetservby*() calls fail on Windows NT
1997-06-11 Tim Bunce[differences between cumulative patch application and... perl-5.004_01
1997-04-24 Perl 5 Porters[inseparable changes from match from perl-5.003_97h...
1997-04-14 Perl 5 Porters[inseparable changes from patch from perl-5.003_97d... perl-5.003_97e
1997-03-08 Perl 5 Porters[inseparable changes from match from perl-5.003_93...
1997-01-29 Perl 5 Porters[inseparable changes from patch from perl5.003_23 to... perl-5.003_24