summaryrefslogtreecommitdiff
path: root/ext/Socket/Socket.xs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor bugfixes to Socket::getaddrinfoPaul LeoNerd Evans2011-02-081-0/+1
* Reindent recent IPv6/getaddrinfo code consistently with the rest of the filesPaul "LeoNerd" Evans2011-01-291-147/+147
* 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-031-5/+5
* Implement Socket::getaddrinfo() and Socket::getnameinfo(), with related const...Paul "LeoNerd" Evans2011-01-031-0/+189
* 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
* Implement Socket::pack_sockaddr_in6() and unpack_sockaddr_in6()Paul "LeoNerd" Evans2010-11-251-0/+58
* In Socket::inet_ntoa(), use Perl_newSVpvf(), instead of sprintf and newSVpvn*.Nicholas Clark2010-10-251-9/+5
* Fix perl build problems on Stratus VOSPaul Green2010-10-031-12/+37
* In Socket.xs, convert 3 croak()s to use %s and a constant string for the name.Nicholas Clark2010-04-241-3/+4
* Make the new Socket implementation of inet_pton consistent with the existing ...Jesse Vincent2010-02-171-1/+2
* Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP)Nicholas Clark2009-10-151-6/+6
* error 1539: Cannot do arithmetic with pointers to objects of unknown size.H.Merijn Brand2009-09-091-2/+2
* Fix unpack of abstract socket addrs with nul byteLubomir Rintel2009-08-311-8/+12
* Add support for Abstract namespace socketsLubomir Rintel2009-08-261-1/+12
* Fix declaration-after-statement in ext/Socket/Socket.xsAndy Dougherty2009-04-091-1/+2
* Add inet_pton() and inet_ntop() to Socket.Steve Peters2009-03-261-0/+50
* ext/ constingRobin Barker2007-12-221-1/+1
* [perl #42844] careless use of gethostbyname() in Socket.xs kan@dcit.cz2007-05-041-1/+2
* Coverity is flagging a potential problem because it sees a check forNicholas Clark2006-04-161-4/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-1/+1
* format/casting/warning RE: perl 5.9.1Robin Barker2004-03-171-1/+1
* Add support for Linux abstract unix domain sockets to Socket.pm.Rafael Garcia-Suarez2003-10-151-9/+14
* Ultrix tweaks: <string.h> must not be included twiceJarkko Hietaniemi2003-08-271-1/+1
* Re: maint @ 20537Philip Newton2003-08-071-3/+3
* More Ultrix double definition avoidance.Jarkko Hietaniemi2003-05-191-2/+4
* Ultrix: the #19435 helped the IO extension, so this shouldJarkko Hietaniemi2003-05-191-1/+3
* IRIX 5.3 can have PF_LINK defined to be AF_LINK butJarkko Hietaniemi2003-03-291-0/+3
* Misc tiny tweaks from Sarathy, good for threaded builds.Jarkko Hietaniemi2002-03-101-2/+3
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-041-2/+2
* offsetof() is in <stddef.h>Nick Ing-Simmons2002-01-161-0/+2
* s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.Jarkko Hietaniemi2002-01-161-5/+5
* Socket::sockaddr_familyGisle Aas2002-01-151-0/+14
* [ID 20011126.148] Socket::inet_aton() incorrectly accepts null stringBob Dalgleish2001-11-271-1/+4
* Socket::my_inet_aton() tweakCraig A. Berry2001-11-251-1/+1
* The Socket tests were wrong: they were assuming too much.Jarkko Hietaniemi2001-09-091-22/+66
* Retract the portability changes since theyJarkko Hietaniemi2001-09-081-81/+18
* Still more Socket portability tweaking.Jarkko Hietaniemi2001-09-081-53/+68
* More portability kicking on inet_ntoa().Jarkko Hietaniemi2001-09-081-9/+17
* Try to make Socket::inet_ntoa() more robust.Jarkko Hietaniemi2001-09-071-32/+45
* Document the bad assumptions currently breakingJarkko Hietaniemi2001-09-061-0/+27
* Fix a typo #11889 and add a test for the same.Jarkko Hietaniemi2001-09-051-1/+1
* inet_ntoa() tweaks:Jarkko Hietaniemi2001-09-051-6/+14
* GCC on HP-UX 11 with 64bit support breaks inet_ntoaArtur Bergman2001-08-291-1/+6
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+5