summaryrefslogtreecommitdiff
path: root/ext/socket
AgeCommit message (Expand)Author
2012-02-09* remove trailing spaces.nobu
2011-08-15* backport r32977 from trunkdrbrain
2011-07-29* ext/socket/lib/socket.rb (udp_server_sockets): unused variableakr
2011-07-29* ext/socket/mkconstants.rb: fix typos.akr
2011-07-29* ext/socket/mkconstants.rb: use whitespaces as a separator.akr
2011-07-29* ext/socket/mkconstants.rb: add documents for constants.akr
2011-07-24* ext/socket/extconf.rb: refine the recvmsg test.akr
2011-07-24* ext/socket/extconf.rb: fix the recvmsg test.akr
2011-07-23* ext/socket/extconf.rb: test recvmsg allocates file descriptors forakr
2011-07-23* io.c (rb_update_max_fd): validate fd.akr
2011-07-21* ext/socket/ancdata.c (discard_cmsg): workaround for MacOS X Lion.akr
2011-07-20* backport r32579, r32581, r32587 by akr and r32588 by kazu.akr
2011-06-22* ext/socket/depend (SOCK_HEADERS): use $(top_srcdir) instaed ofkosaki
2011-06-21* internal.h: move rb_thread_io_blocking_region() declarationkosaki
2011-06-17update doc.akr
2011-06-13* ext/socket/unixsocket.c (unix_send_io): race condition fixed.akr
2011-05-15* remove trailing spaces.nobu
2011-05-11 * object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.drbrain
2011-05-11 * Various .document files: Update .document files to match files whichdrbrain
2011-05-04* ext/socket/init.c (wait_connectable): fix error handling code.kosaki
2011-05-04* ext/socket/init.c (wait_connectable): use rb_wait_for_single_fd().kosaki
2011-05-01* ext/socket/init.c (rsock_connect): add to care EINTR. basedkosaki
2011-04-30* include/ruby/intern.h (rb_thread_select): mark as deprecated.kosaki
2011-03-28* ext/socket/raddrinfo.c: parenthesize macro arguments.akr
2011-03-27* ext/socket/ipsocket.c: parenthesize macro arguments.akr
2011-03-26* ext/socket/getaddrinfo.c: parenthesize macro arguments.akr
2011-03-16* ext/socket/ipsocket.c (init_inetsock_internal): raise an error onakr
2011-02-12* thread.c (rb_thread_io_blocking_region): new function to runnobu
2010-12-26* ext/socket/mkconstants.rb: add IF_NAMESIZE.akr
2010-12-26* ext/socket/mkconstants.rb: define INET_ADDRSTRLEN as 16 if notakr
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: Fix build error which was introduced r30372.kosaki
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-12-23update doc.akr
2010-11-11* fix type warnings.nobu
2010-11-01* ext/socket/extconf.rb: win64 is just same with win32 about socket.usa
2010-10-12* ext/socket/init.c (rsock_init_sock): conditionally used variable.nobu
2010-09-23* ext/socket/raddrinfo.c (init_addrinfo, inspect_sockaddr): suppresswanabe
2010-09-14* ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): suppress anobu
2010-09-13suppress a warning.kanemoto
2010-09-13* ext/socket/rubysocket.h (__DARWIN_ALIGNBYTES): workaround of anobu
2010-09-09* ext/socket/option.c (inspect_peercred): support OpenBSD-current.akr
2010-08-19* ext/socket/ancdata.c (ancillary_timestamp): fix a constant type.akr
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu