index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
xmlrpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/cgi/core.rb: Use symbols instead of strings for
marcandre
2012-11-16
1
-4
/
+4
*
* lib/xmlrpc.rb: Documentation for XMLRPC
zzak
2012-09-13
12
-1147
/
+697
*
* lib/xmlrpc/client.rb (module XMLRPC): fix typo.
nagachika
2012-03-07
1
-1
/
+1
*
use factory method for constructing Net::HTTP objects
tenderlove
2012-03-06
1
-1
/
+1
*
* lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!
tenderlove
2012-03-06
1
-5
/
+5
*
* lib/xmlrpc/client.rb: assume servers that do not send a Content-Type
tenderlove
2012-03-06
1
-1
/
+3
*
* lib/xmlrpc/client.rb: switch net/http post2 calls to modern
tenderlove
2012-03-05
1
-3
/
+7
*
remove another call to Net::HTTP.version_1_2
tenderlove
2012-03-03
1
-1
/
+0
*
* lib/xmlrpc/client.rb (initialize): net/http defaults to 1_2 in 1.8+,
tenderlove
2012-03-03
1
-1
/
+0
*
* lib/xmlrpc/client.rb (new2): use URI for uri parsing.
tenderlove
2012-03-02
1
-15
/
+14
*
* lib/xmlrpc/client.rb (new2): raises an ArgumentError on bad
tenderlove
2012-03-02
1
-2
/
+2
*
* lib/xmlrpc/client.rb (new2): fix custom port specification when an
tenderlove
2012-03-02
1
-1
/
+7
*
* lib/xmlrpc/client.rb, lib/xmlrpc/server.rb: should use
shugo
2011-08-05
2
-12
/
+12
*
* lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure by
nahi
2011-07-25
1
-1
/
+1
*
* lib/xmlrpc/parser.rb (FaultException): fix to_s and inspect
shyouhei
2011-05-26
1
-2
/
+1
*
* lib: Convert tabs to spaces for ruby files per
drbrain
2011-05-18
1
-1
/
+1
*
* lib: remove trailing spaces.
nobu
2011-05-18
1
-23
/
+23
*
* Various .document files: Update .document files to match files which
drbrain
2011-05-11
1
-1
/
+0
*
Use Float#finite?.
naruse
2011-04-22
1
-2
/
+1
*
* lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):
naruse
2011-04-22
1
-4
/
+4
*
* lib/*.rb: Remove unused variable warnings.
marcandre
2010-11-08
2
-2
/
+2
*
* lib/xmlrpc/utils.rb: Fixing an incompatibility with
jeg2
2010-04-28
1
-2
/
+2
*
Surpress warnings.
naruse
2010-04-06
1
-1
/
+1
*
* lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].
nobu
2010-03-20
1
-1
/
+1
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
10
-331
/
+331
*
* lib/xmlrpc/server.rb (Server#serve): gets rid of hardcoded
nobu
2009-02-01
1
-5
/
+1
*
* lib/xmlrpc/server.rb: Restricting method inspection to show only
jeg2
2008-12-17
1
-1
/
+3
*
* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,
mame
2008-10-01
5
-274
/
+274
*
* lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requires
nobu
2008-07-12
1
-0
/
+1
*
* lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]
kou
2008-04-15
1
-2
/
+7
*
* lib/xmlrpc/server.rb (XMLRPC::Server#server): Improve signal handling so
jeg2
2007-12-01
1
-3
/
+3
*
* lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime): Fixing a bug that
jeg2
2007-10-24
1
-2
/
+2
*
* lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Explicitly start
jeg2
2007-10-24
1
-0
/
+3
*
* lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Improving the error
jeg2
2007-10-24
1
-2
/
+2
*
* lib/xmlrpc/utils.rb (XMLRPC::ParseContentType#parse_content_type):
jeg2
2007-10-24
1
-1
/
+1
*
* lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make the
knu
2007-02-23
2
-2
/
+2
*
* lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol should
matz
2006-11-02
1
-3
/
+3
*
* parse.y (method_call): remove (fn)(args) style lambda
matz
2006-06-21
1
-6
/
+1
*
* misc/ruby-mode.el (ruby-expr-beg): support $! at the end of
matz
2005-11-30
1
-1
/
+1
*
* range.c (rb_range_beg_len): should return Qfalse for non-range
matz
2005-10-05
2
-4
/
+4
*
* lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount the
gotoyuzo
2005-10-04
1
-1
/
+1
*
* lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong call
gotoyuzo
2005-10-04
1
-1
/
+1
*
* lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over to
mneumann
2005-07-10
1
-96
/
+43
*
* lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the following
mneumann
2005-06-19
2
-4
/
+15
*
make error messages much friendlier if a XMLRPC::FaultException is thrown,
mneumann
2005-04-06
1
-0
/
+2
*
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2005-03-04
1
-1
/
+1
*
* lib/xmlrpc/client.rb: use "" instead of "." if prefix argument is
mneumann
2004-12-21
1
-5
/
+5
*
* lib/xmlrpc/datetime.rb (XMLRPC::DateTime#==): should use Array()
eban
2004-11-19
1
-1
/
+1
*
* lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to con...
mneumann
2004-11-17
1
-5
/
+2
*
* lib/xmlrpc/server.rb (CGIServer): fixed bug when client sends "Content-typ:...
mneumann
2004-11-16
1
-1
/
+1
[next]