summaryrefslogtreecommitdiff
path: root/ext/Socket
Commit message (Expand)AuthorAgeFilesLines
* Prepare Socket.pm for dual-lifePaul \"LeoNerd\" Evans2011-12-019-2394/+0
* Fixups for older Perl versions:Paul \"LeoNerd\" Evans2011-12-012-1/+5
* Rewrite ext/Socket/t/Socket.t to use Test::More rather than manual printingPaul \"LeoNerd\" Evans2011-12-011-126/+97
* Version bumpsif-0.0602Father Chrysostomos2011-11-221-1/+1
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* Update several test cases to not generate failures on VOS.Paul Green2011-11-181-1/+6
* Add unit tests for Socket::{pack,unpack}_ipv6_mreqPaul \"LeoNerd\" Evans2011-10-241-0/+26
* Wrap some IPv6 sockopt constants and ipv6_mreq structurePaul \"LeoNerd\" Evans2011-10-243-1/+79
* Remove sockadapt layer from the VMS build.Craig A. Berry2011-09-032-26/+22
* Support gcc-4.x on HP-UX PA-RISC/64H.Merijn Brand2011-08-041-4/+10
* A clearer layout for the fall-through logic of Socket::inet_aton()Nicholas Clark2011-03-061-6/+10
* In inet_aton(), use newSVpvn_flags() instead of sv_newmortal(), sv_setpvn()Nicholas Clark2011-03-061-3/+1
* Delete subroutines Socket::fake_get{addr,name}info if they are not used.Nicholas Clark2011-02-161-1/+6
* Minor bugfixes to Socket::getaddrinfoPaul LeoNerd Evans2011-02-082-2/+9
* Bump versions of modules changed since the last blead release (found byJesse Vincent2011-02-011-1/+1
* Reindent recent IPv6/getaddrinfo code consistently with the rest of the filesPaul "LeoNerd" Evans2011-01-292-327/+327
* Move IN6ADDR_ANY and IN6ADDR_LOOPBACK to @EXPORT_OK in Socket.pm, requested b...Larwan Berke2011-01-291-1/+5
* Version bumps for Socket non-dual-life modules identified byJesse Vincent2011-01-201-1/+1
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Support emulation of AI_NUMERICSERV even though it's not strictly RFC 2553, b...Paul "LeoNerd" Evans2011-01-051-0/+5
* Use Zero() rather than rely on C99 struct initialiser behaviourPaul "LeoNerd" Evans2011-01-041-1/+3
* Give a warning if pack_sockaddr_in6 is asked to pack a non-zero scope_id on m...Paul "LeoNerd" Evans2011-01-031-0/+4
* Use HAS_SIN6_SCOPE_ID rather than glibc version testingPaul "LeoNerd" Evans2011-01-032-7/+7
* Bugfix to Socket.pm 's GAI fallback constants - use $name rather than $_Paul "LeoNerd" Evans2011-01-031-1/+1
* Make Socket.pm 'use strict' cleanPaul "LeoNerd" Evans2011-01-031-2/+4
* Provide fallback implementation of getaddrinfo and getnameinfo in pure perl i...Paul "LeoNerd" Evans2011-01-031-0/+200
* Initial documentation of getaddrinfo and getnameinfo functionsPaul "LeoNerd" Evans2011-01-031-0/+77
* Unit tests for Socket::getaddrinfo() and Socket::getnameinfo()Paul "LeoNerd" Evans2011-01-032-0/+156
* Implement Socket::getaddrinfo() and Socket::getnameinfo(), with related const...Paul "LeoNerd" Evans2011-01-033-0/+216
* Conditionally set sa_len-type fields when packing sockaddr addressesPaul "LeoNerd" Evans2011-01-031-0/+9
* [perl #80674] Fix compilation with very old versions of glibcDavid Leadbeater2010-12-161-0/+6
* fix various compiler warnings from XS codeZefram2010-12-111-1/+1
* Increase Socket.pm’s versionFather Chrysostomos2010-11-271-1/+1
* [PATCH 3/3] Provide wrappers for IN6ADDR_ANY and IN6ADDR_LOOPBACKPaul Evans2010-11-252-0/+19
* [PATCH 2/3] Implement sockaddr_in6 wrapperPaul Evans2010-11-251-1/+20
* [PATCH 1/3] Implement Socket::pack_sockaddr_in6() and unpack_sockaddr_in6()Paul Evans2010-11-253-1/+97
* In Socket::inet_ntoa(), use Perl_newSVpvf(), instead of sprintf and newSVpvn*.Nicholas Clark2010-10-251-9/+5
* Convert Fcntl, File::Glob, I18N::Langinfo and Socket to an XS AUTOLOAD.Nicholas Clark2010-10-212-8/+1
* Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error.Nicholas Clark2010-10-212-9/+4
* Fcntl, POSIX and Socket can all use Proxy Constant Subs unconditionally.Nicholas Clark2010-10-191-1/+1
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-3/+3
* Fix perl build problems on Stratus VOSPaul Green2010-10-031-12/+37
* Add support for more TCP_ constants to SocketSalvador Fandino2010-06-152-2/+17
* bump version on modules changed since 5.13.0Ricardo Signes2010-05-201-1/+1
* In Socket.xs, convert 3 croak()s to use %s and a constant string for the name.Nicholas Clark2010-04-241-3/+4
* Downgrade Socket.pm's new inet_ntop and inet_pton to EXPORT_OK ratherJesse Vincent2010-03-251-2/+8
* Make the new Socket implementation of inet_pton consistent with the existing ...Jesse Vincent2010-02-172-2/+3
* Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP)Nicholas Clark2009-10-153-8/+8
* error 1539: Cannot do arithmetic with pointers to objects of unknown size.H.Merijn Brand2009-09-091-2/+2
* Revert Socket.t permissions to 644 after 89904c08923161afd23c629d5c2c7472a09c...Vincent Pit2009-08-311-0/+0