summaryrefslogtreecommitdiff
path: root/win32/win32sck.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for VS2015 (VC++ 14.0)Steve Hay2017-02-191-0/+10
* Set $^E for socket errors on WindowsSteve Hay2016-03-111-12/+19
* Fix compilation errors in win32sck.c with MinGW/gcc -xc++Steve Hay2014-12-241-1/+1
* win32/win32sck.c: dont close() a freed socket os handleDaniel Dragan2013-11-021-4/+12
* Fix Win32 build with MinGW/gcc-4.8+ which define some errno.h values >= 100Steve Hay2013-10-171-11/+37
* Fix the #include of winsock2.h in win32/include/sys/errno2.hSteve Hay2013-09-161-3/+9
* Fix Windows build for compilers other than VC10+Steve Hay2013-09-161-1/+4
* Simplify errno2.h slightlySteve Hay2013-09-161-11/+14
* Fix stringification of $! in VC10+ builds where errno > sys_nerrSteve Hay2013-09-161-7/+105
* Intercept assignment to $! to translate WSAExxx values to Exxx values on WindowsSteve Hay2013-09-161-17/+22
* Fix a problem with mod_perl on Windows using VS2010+.Steve Hay2013-09-161-8/+132
* Update the Win32 miniperl conditional compilation, for the htonl etc changes.Nicholas Clark2013-05-201-14/+6
* more dTHX optimizations in /win32/*Daniel Dragan2012-12-051-2/+4
* remove unused dTHXes in /win32/*Daniel Dragan2012-11-081-1/+0
* create aTHXa, some unused dTHXs removed in /win32/*Daniel Dragan2012-11-081-1/+0
* "func not implemented" croaks optimizations in /win32/*Daniel Dragan2012-11-081-26/+13
* Win32 miniperl: delay loading for Winsock, and then remove itDaniel Dragan2012-10-311-0/+19
* Remove option to build without USE_SOCKETS_AS_HANDLES on WindowsSteve Hay2012-09-281-61/+3
* The Borland Chainsaw MassacreSteve Hay2011-09-101-2/+0
* Get rid of PERL_MSVCRT_READFIXJan Dubois2010-12-061-6/+0
* Windows 95 Chainsaw MassacreJan Dubois2010-12-021-58/+2
* The winsock select() implementation doesn't support all empty 'fd_set's.Jan Dubois2009-10-131-11/+16
* Remove broken links for hip communications inc.Leon Brocard2009-09-131-1/+1
* select() generates "Invalid parameter" messages on Windows Vista.Jan Dubois2009-05-131-11/+24
* [perl #46309] Buffer overflow in win32_select() (PATCH included) Risto Kankkunen2008-06-171-22/+8
* [PATCH] Remove dead code from win32/win32sck.cJan Dubois2007-06-261-17/+0
* Re: Net::SMTP can't send large messages with bleadperlYves Orton2007-06-201-3/+7
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-2/+2
* Fix bug #33664: allow for transport providers with protocol == 0Steve Hay2005-04-181-1/+2
* A couple more Win32 compilation clean-upsSteve Hay2005-03-301-3/+3
* Implement new environment variable to allow the use of non-IFSSteve Hay2004-09-061-0/+5
* Fix [perl #24269] socket() call uses non-IFS providersSteve Hay2004-08-061-19/+65
* 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILESNigel Sandever2003-12-281-0/+8
* missing init in change#19533Gurusamy Sarathy2003-05-171-1/+1
* avoid select() on windows destroying errno (used to typicallyGurusamy Sarathy2003-05-171-1/+4
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-3/+3
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-1/+1
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-3/+12
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-23/+18
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-3/+3
* Borland C++ for Win32 fixes; perl@9359 (also perl@9424)Vadim Konovalov2001-03-291-0/+4
* fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem isGurusamy Sarathy2000-12-051-0/+35
* Configure GCC/Win32 build -DuseperlioNick Ing-Simmons2000-11-191-0/+1
* Redo #7679 with LFs instead of CRLFs.Jarkko Hietaniemi2000-11-141-37/+37
* Get PerlIO building on Win32Benjamin Stuhl2000-11-141-2/+37
* tweak for change#7173Gurusamy Sarathy2000-10-091-0/+2
* on Windows, avoid potential exception (could happen if MSVCRT isn'tGurusamy Sarathy2000-10-091-0/+1
* change#6328 could make close(SOCKET) return false on windowsGurusamy Sarathy2000-08-161-8/+17
* windows build tweaks (op/sprintf.t still fails tests 120-121, 149)Gurusamy Sarathy2000-07-111-1/+1
* accept() leaks memory on windows due to incorrect ordering ofGurusamy Sarathy2000-07-101-4/+5