index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* ext/socket/mkconstants.rb: rename level_to_int to iplevel_to_int.
akr
2009-02-09
5
-5
/
+16
*
* ext/socket/rubysocket.h (level_arg): add family argument.
akr
2009-02-09
7
-44
/
+85
*
rdoc update.
akr
2009-02-09
1
-1
/
+5
*
* ext/socket/ancdata.c (ancillary_inspect): show address family.
akr
2009-02-09
2
-9
/
+24
*
* ext/socket/basicsocket.c (bsock_getsockname): use sockaddr_storage.
akr
2009-02-09
2
-3
/
+7
*
* ext/win32ole/win32ole.c (load_conv_function51932): fixed for the
nobu
2009-02-09
2
-32
/
+48
*
* ext/socket/option.c (inspect_int): return 1/0 on success/failure.
akr
2009-02-09
2
-120
/
+136
*
* ext/socket/mkconstants.rb: more constants for Solaris.
akr
2009-02-09
2
-0
/
+9
*
* ext/socket/basicsocket.c (bsock_getsockopt): refine address family
akr
2009-02-09
2
-2
/
+6
*
* ext/socket/option.c (sockopt_initialize): argument conversion
akr
2009-02-09
2
-5
/
+9
*
* ext/socket/ancdata.c (ancillary_initialize): add family argument.
akr
2009-02-09
3
-28
/
+74
*
Slightly fix rdoc of with_index.
knu
2009-02-09
1
-1
/
+1
*
Mention Enumerator#with_index.
knu
2009-02-09
1
-4
/
+9
*
* io.c (io_encoding_set): ignore second argument when external and
naruse
2009-02-09
2
-0
/
+9
*
* ext/socket/option.c (inspect_local_peercred): check version.
akr
2009-02-09
2
-0
/
+11
*
* ext/socket/option.c (inspect_peercred): struct ucred contains
akr
2009-02-08
3
-3
/
+8
*
add a note.
akr
2009-02-08
1
-1
/
+1
*
LOCAL_PEERCRED is also available on MacOS X.
akr
2009-02-08
2
-2
/
+2
*
* ext/socket/option.c (sockopt_inspect): add ifdef guard for
akr
2009-02-08
2
-0
/
+7
*
* ext/socket/option.c (inspect_local_peercred): cr_uid is a effective
akr
2009-02-08
3
-2
/
+7
*
* ext/socket/extconf.rb: check sys/param.h and sys/ucred.h.
akr
2009-02-08
6
-12
/
+93
*
* 2009-02-09
svn
2009-02-08
1
-2
/
+2
*
* ext/socket/rubysocket.h (sockopt_new): add family argument.
akr
2009-02-08
4
-16
/
+63
*
* enumerator.c (enumerator_with_index): receives one argument which
mame
2009-02-08
3
-9
/
+34
*
remove debug print.
akr
2009-02-08
1
-2
/
+0
*
* include/ruby/st.h, st.c: order entries by a linked list instead of
mame
2009-02-08
3
-21
/
+28
*
* ext/socket/option.c (inspect_peercred): new function to show
akr
2009-02-08
3
-4
/
+45
*
* include/ruby/backward/rubysig.h (rb_thread_blocking_region_begin),
nobu
2009-02-08
2
-3
/
+11
*
* ext/socket/extconf.rb: check struct cmsgcred.
akr
2009-02-08
4
-29
/
+97
*
* lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):
akr
2009-02-08
2
-1
/
+6
*
test renamed.
akr
2009-02-08
1
-2
/
+2
*
* ext/socket/extconf.rb: check struct sockcred.
akr
2009-02-08
4
-4
/
+68
*
add a test.
akr
2009-02-08
1
-0
/
+18
*
more constants.
akr
2009-02-08
1
-0
/
+6
*
* include/ruby/backward/rubysig.h: extern "C" was missing.
nobu
2009-02-08
2
-0
/
+20
*
* ext/socket/ancdata.c (anc_inspect_passcred_credentials): new
akr
2009-02-08
2
-0
/
+25
*
* io.c (rb_io_s_binread): ensures file path. [ruby-dev:37940]
nobu
2009-02-08
2
-0
/
+5
*
* ext/socket/raddrinfo.c (init_unix_addrinfo): add socktype argument.
akr
2009-02-08
3
-9
/
+36
*
* configure.in (RUBY_APPEND_OPTION, RUBY_APPEND_OPTIONS),
nobu
2009-02-08
2
-40
/
+121
*
fix rdoc.
akr
2009-02-08
1
-1
/
+1
*
select before read_nonblock.
akr
2009-02-08
1
-0
/
+1
*
* runruby.rb: gets extout and arch from rbconfig.rb.
nobu
2009-02-08
2
-1
/
+6
*
* 2009-02-08
svn
2009-02-08
1
-2
/
+2
*
specify exception class for rescue clause.
akr
2009-02-08
1
-2
/
+10
*
add a test.
akr
2009-02-07
1
-0
/
+1
*
* test/socket/test_addrinfo.rb (test_family_addrinfo): don't use
akr
2009-02-07
2
-2
/
+8
*
test setrlimit in a child process.
akr
2009-02-07
1
-2
/
+14
*
* configure.in (--with-arch): added new option to support
nobu
2009-02-07
5
-85
/
+145
*
* runruby.rb: added --cpu option.
nobu
2009-02-07
2
-3
/
+10
*
* runruby.rb: added --precommand and --show options.
nobu
2009-02-07
2
-3
/
+19
[prev]
[next]