aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa2004-09-071-7/+42
* * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname()matz2004-06-241-1/+18
* Work around OSX strangneness with recvfrom on connection-oriented socketsdave2004-06-231-1/+5
* * ext/socket/socket.c: check SCM_RIGHTS macro addition toakr2004-05-201-9/+21
* * ext/socket/socket.c (make_hostent_internal): remove debug print.matz2004-05-201-1/+0
* * numeric.c (flo_eq): alway check if operands are NaN.matz2004-05-203-0/+7
* * ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz2004-05-171-7/+18
* use numerichost if cannot resolve hostnameseki2004-05-061-5/+5
* * ext/socket/socket.c (raise_socket_error): never return.usa2004-04-061-3/+3
* * ext/socket/socket.c (raise_socket_error): some platforms don't haveusa2004-04-051-0/+2
* * ext/socket/socket.c: mistakingly removed do_not_reverse_lookup.matz2004-04-021-15/+65
* * ext/socket/socket.c (make_hostent): fix memory leak, based onmatz2004-04-011-95/+55
* * pack.c (pack_pack): raises RangeError if uv is out of UTF8 valuematz2004-03-311-7/+16
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-0/+17
* * ext/socket/socket.c (bsock_do_not_reverse_lookup): control reversenobu2004-02-061-8/+44
* * ext/socket/socket.c (s_recvfrom): sending length should be annobu2004-01-271-3/+4
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-18/+25
* * ext/socket/socket.c (make_hostent): a bug in brace position.matz2004-01-101-1/+3
* * configure.in: install rdoc by default. if you do not want tomatz2004-01-101-12/+17
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-12/+13
* * ext/socket/socket.c (Init_socket): IPv6 is not supported althougheban2003-12-141-2/+2
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-4/+4
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-222-5/+9
* * ext/socket/socket.c (make_hostent): get rid of SEGV on aliasesnobu2003-11-071-7/+12
* * gc.c (gc_sweep): loosen page free condition to avoid add_heap()matz2003-10-201-4/+8
* * marshal.c (w_object): dump extended modules as well.matz2003-10-151-1/+1
* * ext/socket/extconf.rb: useless assignment removed.akr2003-10-071-2/+2
* * ext/socket/extconf.rb: check recvmsg even if sendmsg is exists.akr2003-10-062-1/+14
* * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz2003-10-012-225/+141
* * ext/socket/socket.c (ruby_connect): on win32, type of the 4thusa2003-09-261-2/+2
* * bignum.c (rb_big_and): convert argument using 'to_int'.matz2003-09-121-5/+14
* * ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).matz2003-09-023-0/+26
* * ext/socket/socket.c (ruby_connect): many systems seem to havenobu2003-08-201-5/+23
* * io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings.nobu2003-08-011-0/+2
* * configure.in (os2-emx): renamed from os2_emx, add flags tonobu2003-07-302-6/+8
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-292-2/+2