summaryrefslogtreecommitdiff
path: root/win32/win32sck.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* winsock options weren't being set in all threads under ithreadsGurusamy Sarathy2000-07-101-4/+4
* winsock cleanup never done on Windows (leads to handle leaks)Gurusamy Sarathy2000-07-051-6/+7
* win32 internal data must be interpreter-localGurusamy Sarathy1999-11-081-22/+10
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-17/+17
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-1/+15
* win32 build fixesGurusamy Sarathy1999-06-101-20/+20
* win32_recvfrom() compatibility fixGurusamy Sarathy1998-11-211-0/+7
* fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2Gurusamy Sarathy1998-07-211-4/+0
* make 4-arg win32_select() sleep more reasonably on false valuesBlair Zajac1998-07-041-2/+5
* [asperl] add AS patch#21 (misc. fixes)Gurusamy Sarathy1998-05-271-1/+2
* [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-2/+27
|\
| * [win32] set sockets to nonoverlapped mode for every threadSteve Nielsen1998-03-121-2/+27