aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr2006-06-051-0/+14
* * ext/socket/socket.c: fix sockaddr_un handling.akr2006-06-041-25/+44
* update doc.akr2006-06-021-50/+52
* fix a comment.akr2006-06-011-6/+6
* * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr2006-06-011-61/+281
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-252-54/+36
* update nonblocking methods document.akr2006-05-241-2/+9
* add reason for accept(2) failure in accept_nonblock.akr2006-05-221-2/+1
* update *_nonblock doc.akr2006-05-221-160/+25
* * rubyio.h (rb_io_set_nonblock): declared.akr2006-05-221-4/+361
* * ext/dl/.cvsignore: ignore callback.h.aamine2006-03-031-0/+1
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-1/+1
* * ext/socket/socket.c: turn on do_not_reverse_lookup by default.matz2006-01-261-1/+1
* * ext/socket/socket.c (init_inetsock_internal): remove settingusa2005-11-281-0/+5
* * ext/socket/socket.c (init_inetsock_internal): remove settingusa2005-11-281-5/+0
* * ext/socket/socket.c: Socket Documentation. [ruby-core:6580]ocean2005-11-181-0/+428
* * intern.h, struct.c (rb_struct_iv_get): constified.ocean2005-10-213-3/+2
* * sorry, commit miss.usa2005-10-181-1/+1
* * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend,usa2005-10-182-2/+2
* * file.c (rb_thread_flock): wrap the flock system call byakr2005-09-181-0/+4
* * ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654]matz2005-08-021-5/+0
* * parse.y (f_larglist): allow bv_decl at the end of lambdamatz2005-07-281-1/+7
* * ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET,ocean2005-07-192-1/+5
* * ext/socket/socket.c: should not undef close on win32.ocean2005-07-191-5/+0
* use CMSG_LEN.akr2005-07-021-2/+2
* * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr2005-07-021-13/+29
* * bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz2005-06-072-2/+33
* * intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE.nobu2005-06-031-24/+53
* * parse.y (gettable_gen): warns if VCALL name is used asmatz2005-03-091-0/+85
* * ext/socket/mkconstants.rb: workaround for some of 4.4BSD-Liteusa2005-03-081-0/+3
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-6/+26
* * ext/socket/socket.c (Init_socket): IPv6 is not supported althoughocean2005-02-282-7/+9
* * ext/socket/socket.c (Init_socket): ported more Socket::Constantsocean2005-02-283-442/+269
* * configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): useusa2005-02-101-7/+2
* * ext/socket/socket.c (wait_connectable): fixed wrong condition.usa2005-02-091-1/+4
* * ext/socket/extconf.rb (sockaddr_storage): winsock2.h have theusa2005-02-061-2/+3
* * ext/extmk.rb (extract_makefile): extract previously collectednobu2005-02-061-168/+53
* * rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX.akr2004-12-231-1/+1
* * ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu2004-12-091-1/+3
* * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr2004-12-081-1/+0
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-12/+14
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-061-40/+35
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-7/+0
* * string.c (str_gsub): should have removed rb_str_unlocktmp(str).matz2004-11-041-0/+3
* * string.c (str_gsub): string modify check no longer based onmatz2004-11-041-5/+7
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-041-0/+2
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-8/+0
* * array.c (rb_ary_times): Array#* should return an instance ofmatz2004-10-191-5/+7
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-9/+7
* * array.c (rb_ary_delete): comparison may change the capacity.matz2004-09-291-0/+2