summaryrefslogtreecommitdiff
path: root/ext/Socket/Socket.pm
Commit message (Expand)AuthorAgeFilesLines
* Prepare Socket.pm for dual-lifePaul \"LeoNerd\" Evans2011-12-011-832/+0
* Fixups for older Perl versions:Paul \"LeoNerd\" Evans2011-12-011-1/+1
* Version bumpsif-0.0602Father Chrysostomos2011-11-221-1/+1
* Wrap some IPv6 sockopt constants and ipv6_mreq structurePaul \"LeoNerd\" Evans2011-10-241-1/+29
* Remove sockadapt layer from the VMS build.Craig A. Berry2011-09-031-1/+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-081-2/+8
* 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-291-180/+180
* 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
* 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
* Implement Socket::getaddrinfo() and Socket::getnameinfo(), with related const...Paul "LeoNerd" Evans2011-01-031-0/+23
* Increase Socket.pm’s versionFather Chrysostomos2010-11-271-1/+1
* [PATCH 3/3] Provide wrappers for IN6ADDR_ANY and IN6ADDR_LOOPBACKPaul Evans2010-11-251-0/+11
* [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-251-0/+16
* Convert Fcntl, File::Glob, I18N::Langinfo and Socket to an XS AUTOLOAD.Nicholas Clark2010-10-211-7/+0
* Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error.Nicholas Clark2010-10-211-7/+2
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-3/+3
* Add support for more TCP_ constants to SocketSalvador Fandino2010-06-151-2/+14
* bump version on modules changed since 5.13.0Ricardo Signes2010-05-201-1/+1
* 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-171-1/+1
* Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP)Nicholas Clark2009-10-151-1/+1
* Bump version of Socket.pmRafael Garcia-Suarez2009-08-261-1/+1
* bump versions of non-dual-life modules thatDavid Mitchell2009-07-031-1/+1
* Add inet_pton and inet_ntop to the list of functions exported by SocketRafael Garcia-Suarez2009-03-271-0/+1
* What am I thinking? Just bump the version.Steve Peters2009-03-261-1/+1
* Add inet_pton() and inet_ntop() to Socket.Steve Peters2009-03-261-2/+17
* $VERSION++ for all the non-dual life modules in ext/ thatNicholas Clark2008-03-311-1/+1
* Add additional SUSV3 constants to Socket for use with setsockopt() Steve Peters2007-07-101-1/+11
* [perl #42844] careless use of gethostbyname() in Socket.xs kan@dcit.cz2007-05-041-1/+1
* Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.Gisle Aas2006-01-181-0/+3
* $Socket::VERSION++; # You always miss one.Nicholas Clark2006-01-121-1/+1
* Bump Socket's version to a real floating point valueNicholas Clark2004-02-291-1/+1
* Bump version numbers of moules affected by change #22258Dave Mitchell2004-02-281-1/+1
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-2/+2
* XS contents changes versus VERSION non-changes.Jarkko Hietaniemi2003-08-141-1/+1
* Socket::sockaddr_familyGisle Aas2002-01-151-1/+12
* More Socket constants.Jarkko Hietaniemi2001-11-301-0/+40
* Documentation tweaks; think the IP address as an opaque string.Jarkko Hietaniemi2001-09-091-23/+25
* The Socket tests were wrong: they were assuming too much.Jarkko Hietaniemi2001-09-091-5/+10
* INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONENicholas Clark2001-06-151-2/+2
* The .pm changes to go with #10428.Jarkko Hietaniemi2001-06-041-5/+5