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
/
test
/
net
/
ftp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Promote net-ftp to the bundled gems
Hiroshi SHIBATA
2021-05-27
3
-2782
/
+0
*
test/net/ftp/test_ftp.rb - fix intermittent MinGW failure
MSP-Greg
2021-05-05
1
-1
/
+1
*
test/net/ftp/test_ftp.rb: Use RubyVM::JIT instead of RubyVM::MJIT
Yusuke Endoh
2021-04-28
1
-1
/
+1
*
test/net/ftp/test_ftp.rb: reduce the size of a long response
Yusuke Endoh
2021-04-28
1
-2
/
+2
*
test/net/ftp/test_ftp.rb: remove unused variable
Yusuke Endoh
2021-04-28
1
-1
/
+0
*
[ruby/net-ftp] Add test cases
Shugo Maeda
2021-04-27
1
-0
/
+6
*
[ruby/net-ftp] Reduce resource cosumption of Net::FTP::TIME_PARSER
Shugo Maeda
2021-04-27
1
-0
/
+11
*
[ruby/net-ftp] Close the passive connection data socket if there is an error ...
Jeremy Evans
2021-04-27
1
-2
/
+37
*
[ruby/net-ftp] Re-apply 827e471d438fdec1ae329afb5912b8e06d534823
Hiroshi SHIBATA
2021-04-27
1
-1
/
+1
*
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2021-01-13
1
-17
/
+17
*
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-12-04
1
-15
/
+15
*
Increase read timeout of FTP tests with --jit-wait
Takashi Kokubun
2020-06-21
1
-1
/
+13
*
Try using longer read_timeout for --jit-wait
Takashi Kokubun
2020-06-14
1
-7
/
+4
*
Skip test_getbinaryfile_command_injection on --jit-wait
Takashi Kokubun
2020-06-13
1
-0
/
+2
*
[ruby/net-ftp] Added guard condition for the old ruby versions
Hiroshi SHIBATA
2020-04-08
1
-2
/
+2
*
[ruby/net-ftp] Guard with under the Ruby 2.6
Hiroshi SHIBATA
2020-04-08
1
-1
/
+1
*
Ignore test_getbinaryfile for --jit-wait
Takashi Kokubun
2020-03-25
1
-0
/
+2
*
Skip test_abort_tls with --jit-wait for now
Takashi Kokubun
2020-03-12
1
-0
/
+2
*
Add Net::FTP#features and Net::FTP#option
Shugo Maeda
2019-09-02
1
-0
/
+96
*
Suppress unused variable warnings
Nobuyoshi Nakada
2019-06-30
1
-0
/
+3
*
test_ftp.rb: loosen another timeout requirement
k0kubun
2018-11-14
1
-2
/
+2
*
test_ftp.rb: loosen timeout for Travis osx
k0kubun
2018-11-14
1
-4
/
+4
*
test_ftp.rb: extend timeout for --jit-wait testing
k0kubun
2018-11-08
1
-1
/
+1
*
net/http, net/ftp: skip SSL/TLS session resumption tests
rhe
2018-08-09
1
-0
/
+13
*
io.c: workaround for EPROTOTYPE
nobu
2018-04-30
1
-1
/
+1
*
test_ftp.rb: extend read_timeout for --jit-wait
k0kubun
2018-04-28
1
-1
/
+1
*
net/ftp: fix FrozenError in BufferedSocket
normal
2018-01-06
1
-0
/
+6
*
Extend timeout for CI.
shugo
2017-12-21
1
-2
/
+2
*
Fix a command injection vulnerability in Net::FTP.
nagachika
2017-12-14
1
-0
/
+234
*
remove unnecessary read_timeout.
shugo
2017-12-06
1
-7
/
+0
*
Remove unnecessary read_timeout.
shugo
2017-12-05
1
-5
/
+1
*
skip openssl related tests.
ko1
2017-05-16
1
-0
/
+4
*
Specify the socktype explicitly.
shugo
2016-12-04
1
-1
/
+5
*
Use 127.0.0.1 if getaddrinfo fails.
shugo
2016-12-04
1
-1
/
+2
*
Use IPv6 if it's preferred.
shugo
2016-12-03
1
-106
/
+85
*
Suppress warnings.
shugo
2016-11-29
1
-8
/
+8
*
Ignore SystemCallError in case it is raised by SSLSocket#accept.
shugo
2016-11-29
1
-1
/
+1
*
net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.
shugo
2016-11-29
1
-9
/
+6
*
hide exceptions in server thread
usa
2016-11-28
1
-5
/
+8
*
Give a chance to complete server.accept
usa
2016-11-28
1
-0
/
+1
*
net/ftp: support timeout for TLS handshake.
shugo
2016-11-26
1
-0
/
+24
*
rescue Errno::EPROTOTYPE in FTPTest#test_list_read_timeout_exceeded.
shugo
2016-11-23
1
-1
/
+1
*
Add a new optinal argument pathname to FTP#stat.
shugo
2016-11-23
1
-0
/
+33
*
Add BufferedSSLSocket#send.
shugo
2016-11-22
1
-0
/
+53
*
Add new options open_timeout and read_timeout to Net::FTP.new.
shugo
2016-11-21
1
-0
/
+10
*
remote_address should be called on @bare_sock.
shugo
2016-11-20
1
-1
/
+1
*
Expand abbreviated option names.
shugo
2016-11-19
1
-4
/
+4
*
Move certificates to test/net/fixtures/.
shugo
2016-11-19
1
-3
/
+3
*
Support TLS and hash styles options for Net::FTP.new.
shugo
2016-11-19
1
-0
/
+456
*
ftp.rb: use Addrinfo interfaces
shugo
2016-11-15
1
-1
/
+2
[next]