summaryrefslogtreecommitdiff
path: root/win32/win32sck.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [asperl] various changes to get asperl working under BorlandGurusamy Sarathy1998-03-161-0/+4
* | [asperl] added AS patch#9Gurusamy Sarathy1998-02-261-1/+8
|/
* [win32] support win32_select(0,0,0,msec) (winsock doesn't)Gurusamy Sarathy1998-02-041-0/+8
* [win32] bug: win32_select() must StartSockets()Gurusamy Sarathy1998-02-041-0/+1
* [win32] Various win32 fixesGurusamy Sarathy1998-01-041-1/+1
* [win32] support ioctl() on sockets (does what ioctlsocket() does) to makeGurusamy Sarathy1997-12-241-1/+23
* Avoid __declspec(thread) by default, for both scratchNick Ing-Simmons1997-11-291-1/+12
* Add files and tweak others to get 'native' Mingw32 gcc port asNick Ing-Simmons1997-11-271-0/+3
* [Win32] Export our own FD_SET() et al to complete sockets-as-handles pretense.Gurusamy Sarathy1997-11-181-67/+19
* More cleanups of win32/win32*.[ch] files. win32/win32iop.h nowGurusamy Sarathy1997-11-121-1/+2
* Egregious IOsubsystem code excised. Phew, what a relief! TwoGurusamy Sarathy1997-11-121-12/+3
* Add missing win32_closesocket() and export it (extension writers' complaint).Gurusamy Sarathy1997-11-121-1/+11
* Clean up win32/win32sck.c (runtime load of Winsock now gone, it can beGurusamy Sarathy1997-11-121-251/+143
* Initial (untested) merge of all non-ansi changes on ansiperl branchGurusamy Sarathy1997-11-101-0/+7
* [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-8/+24
* getservby*() calls fail on Windows NTGurusamy Sarathy1997-08-071-1/+4