summaryrefslogtreecommitdiff
path: root/t/io/socket.t
Commit message (Expand)AuthorAgeFilesLines
* SO_SNDBUF requires elevated privileges on VMSCraig A. Berry2022-09-231-0/+1
* io/socket.t: Use SO_SNDBUF instead of SO_RCVBUFBram2022-09-051-12/+12
* setsockopt: treat boolean values as numbersTAKAI Kousuke2022-07-111-0/+10
* t/io/socket.t: add a testcase from GH #19892TAKAI Kousuke2022-07-111-0/+37
* setsockopt: use SvPOK to determine whether OPTVAL is string or integerTAKAI Kousuke2022-07-111-0/+26
* fix magic and upgraded SV handling for setsockopt()'s OPTVALTony Cook2021-06-231-0/+28
* test for error set on socket() failureTony Cook2019-02-201-0/+12
* (perl #133604) fix binmode on Win32 :crlf layersTony Cook2018-10-221-2/+0
* (perl #133604) skip a new test on Win32 that fails only on Win32Tony Cook2018-10-221-0/+2
* (perl #125760) add fatal :utf8 tests for recv and sendTony Cook2018-10-181-0/+90
* set FD_CLOEXEC atomically in easy casesZefram2017-12-221-5/+22
* Replace multiple 'use vars' by 'our' in tTodd Rinaldo2017-11-111-3/+3
* avoid sysread()/syswrite() warnings from the default :utf8 from PERL_UNICODETony Cook2017-09-201-2/+2
* t/io/socket.t: tests for RT #7614Dan Collins2016-10-211-0/+9
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* darwin was failing this test under PERLIO=stdioTony Cook2016-07-131-0/+4
* (perl #128316) preserve errno from failed system callsTony Cook2016-06-161-0/+22
* [perl #122657] TODO checking the result of recv() on hurdTony Cook2014-10-031-4/+11
* Compare recv return value to peername in socket testLeon Timmermans2014-10-031-1/+1
* [perl #118843] work around recv() behaviour on cygwinTony Cook2014-01-151-0/+141