summaryrefslogtreecommitdiff
path: root/ext/Socket
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix unpack of abstract socket addrs with nul byteLubomir Rintel2009-08-312-9/+13
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-282-4/+0
* Bump version of Socket.pmRafael Garcia-Suarez2009-08-261-1/+1
* Add support for Abstract namespace socketsLubomir Rintel2009-08-262-6/+27
* bump versions of non-dual-life modules thatDavid Mitchell2009-07-031-1/+1
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Fix declaration-after-statement in ext/Socket/Socket.xsAndy Dougherty2009-04-091-1/+2
* Also skip test 20 in t/Socket.t when no IPv6 is availableVincent Pit2009-03-271-2/+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-263-3/+78
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+1
* $VERSION++ for all the non-dual life modules in ext/ thatNicholas Clark2008-03-311-1/+1
* ext/ constingRobin Barker2007-12-221-1/+1
* Add additional SUSV3 constants to Socket for use with setsockopt() Steve Peters2007-07-102-2/+16
* [perl #42844] careless use of gethostbyname() in Socket.xs kan@dcit.cz2007-05-042-2/+3
* Only use proxy constant subroutines for 5.9.x.Nicholas Clark2007-03-211-1/+1
* socketpair.t was written in 2001. At that time, Test::More got confusedNicholas Clark2007-01-091-3/+5
* Make use of $Config{d_pseudofork} in a couple of core testsSteve Hay2006-12-071-5/+2
* Coverity is flagging a potential problem because it sees a check forNicholas Clark2006-04-161-4/+1
* Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.Gisle Aas2006-01-181-0/+3
* Use the IPPROTO_TCP constant instead of 6.Gisle Aas2006-01-181-3/+3
* Make sure the most common IPPROTO_* constants are always available.Gisle Aas2006-01-181-1/+4
* $Socket::VERSION++; # You always miss one.Nicholas Clark2006-01-121-1/+1
* Use inlineable proxy constant subs for SocketNicholas Clark2005-12-231-0/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-1/+1
* format/casting/warning RE: perl 5.9.1Robin Barker2004-03-171-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
* Add support for Linux abstract unix domain sockets to Socket.pm.Rafael Garcia-Suarez2003-10-152-10/+33
* Ultrix tweaks: <string.h> must not be included twiceJarkko Hietaniemi2003-08-271-1/+1
* XS contents changes versus VERSION non-changes.Jarkko Hietaniemi2003-08-141-1/+1
* Re: maint @ 20537Philip Newton2003-08-071-3/+3
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-282-0/+0