aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket/option.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/option.c (inspect_int): return 1/0 on success/failure.akr2009-02-091-120/+125
* * ext/socket/option.c (sockopt_initialize): argument conversionakr2009-02-091-5/+4
* * ext/socket/option.c (inspect_local_peercred): check version.akr2009-02-091-0/+6
* * ext/socket/option.c (inspect_peercred): struct ucred containsakr2009-02-081-1/+1
* LOCAL_PEERCRED is also available on MacOS X.akr2009-02-081-1/+1
* * ext/socket/option.c (sockopt_inspect): add ifdef guard forakr2009-02-081-0/+2
* * ext/socket/option.c (inspect_local_peercred): cr_uid is a effectiveakr2009-02-081-1/+1
* * ext/socket/extconf.rb: check sys/param.h and sys/ucred.h.akr2009-02-081-11/+56
* * ext/socket/rubysocket.h (sockopt_new): add family argument.akr2009-02-081-14/+40
* * ext/socket/option.c (inspect_peercred): new function to showakr2009-02-081-0/+20
* * ext/socket/raddrinfo.c (Init_addrinfo): add AddrInfo#to_s as anakr2009-02-021-0/+2
* * ext/socket/option.c: use INET6 instead of IPV6.akr2009-02-021-1/+1
* * ext/socket/{options,raddrinfo}.c: use INET6 instead of AF_INET6 forusa2009-02-021-0/+2
* * ext/socket/rubysocket.h (rb_cSockOpt): declared.akr2009-02-021-0/+373