summaryrefslogtreecommitdiff
path: root/ext/socket/option.c
AgeCommit message (Expand)Author
2014-01-18[DOC]akr
2014-01-18* ext/socket/option.c: IP_MULTICAST_LOOP and IP_MULTICAST_TTL socketakr
2013-06-02* ext/socket/option.c: rename functions introduced in r41009naruse
2013-05-31* ext/socket/option.c (inspect_byte): used only on NetBSD.nobu
2013-05-31* ext/socket/option.c (sockopt_s_byte): constructor of the sockoptnaruse
2013-04-16* ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-08option.c: fix macro namenobu
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-07-29option.c: mingw64 onlynobu
2012-07-29option.c: use rb_w32_inet_ntopnobu
2012-07-29win32.c: rb_w32_inet_ntop should be constnobu
2012-07-28ext/socket: suppress warnings on mingw64nobu
2011-08-15* ext/socket: Make Socket documentation appear. Add documentation fordrbrain
2011-05-15* remove trailing spaces.nobu
2010-12-26fix a typo.akr
2010-12-26* ext/socket/option.c: define IFNAMSIZ if not available.akr
2010-12-26update comment.akr
2010-12-26* ext/socket/option.c (rb_if_indextoname): new function to abstractakr
2010-12-25This ifdef should be useless after r30374.naruse
2010-12-25* ext/socket/extconf.rb: check the existence of if_indextoname().usa
2010-12-25* ext/socket/option.c (inspect_ipv4_add_drop_membership): new functionakr
2010-12-25* ext/socket/option.c (inspect_ipv6_mreq): new function to inspectakr
2010-09-09* ext/socket/option.c (inspect_peercred): support OpenBSD-current.akr
2010-05-04* ext/socket/option.c (sockopt_inspect): use rb_str_cat2 andakr
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-03-22* ext/socket: use rsock_ prefix for internal initialization functions.akr
2010-03-22update doc.akr
2010-03-21* ext/socket: make sources rdoc friendly.akr
2009-03-01* ext/socket: add rsock_prefix.akr
2009-02-25* ext/socket/option.c (sockopt_level): extracted from sockopt_level_m.akr
2009-02-22* ext/socket/option.c (inspect_timeval_as_interval): renamed fromakr
2009-02-22* ext/socket/option.c (inspect_timeval): fix the size test.akr
2009-02-22* ext/socket/option.c (inspect_linger): message refined.akr
2009-02-22* ext/socket/option.c (inspect_errno): new function.akr
2009-02-17* ext/socket/option.c: suppress warnings.nobu
2009-02-17add comments for rdoc.akr
2009-02-11update rdoc.akr
2009-02-10* ext/socket/option.c (sockopt_s_bool): new method.akr
2009-02-10* ext/socket/option.c (sockopt_family_m): renamed from sockopt_family.akr
2009-02-10* ext/socket/option.c (inspect_local_peercred): constfied.nobu
2009-02-10rdoc update.akr
2009-02-09* ext/socket/option.c (sockopt_inspect): refactored.akr
2009-02-09* ext/socket/mkconstants.rb: generate intern_family_noprefix.akr
2009-02-09* ext/socket/mkconstants.rb: rename level_to_int to iplevel_to_int.akr
2009-02-09* ext/socket/rubysocket.h (level_arg): add family argument.akr
2009-02-09rdoc update.akr
2009-02-09* ext/socket/option.c (inspect_int): return 1/0 on success/failure.akr
2009-02-09* ext/socket/option.c (sockopt_initialize): argument conversionakr
2009-02-09* ext/socket/option.c (inspect_local_peercred): check version.akr
2009-02-08* ext/socket/option.c (inspect_peercred): struct ucred containsakr