aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [DOC] Use backticks instead of HTML tagsPeter Zhu2024-07-091-2/+2
* [DOC] Fix granularity calculationPeter Zhu2024-07-091-2/+2
* [rubygems/rubygems] Test using latest rubiesDavid Rodríguez2024-07-092-7/+9
* [rubygems/rubygems] Suppress SSLError warning because it's only for debugging.Hiroshi SHIBATA2024-07-091-1/+1
* [ruby/open-uri] Try Windows tests againHiroshi SHIBATA2024-07-091-4/+0
* Removed duplicate server threadHiroshi SHIBATA2024-07-091-1/+0
* Reapply "Reverts related commits with https://github.com/ruby/open-uri/pull/37"Hiroshi SHIBATA2024-07-095-908/+1197
* Use `File.write` instead of `Kernel#open`Nobuyoshi Nakada2024-07-095-35/+27
* fix last commitKoichi Sasada2024-07-091-2/+2
* `struct rb_thread_sched_waiting`Koichi Sasada2024-07-093-51/+70
* Add make target shared-gcPeter Zhu2024-07-084-6/+18
* YJIT: `dump-disasm`: Print comments and bytes in release buildsAlan Wu2024-07-087-40/+64
* Doc fixesBurdetteLamar2024-07-082-13/+5
* [rubygems/rubygems] Fix wrong version is commentDavid Rodríguez2024-07-081-1/+1
* [rubygems/rubygems] Backport binstub race condition fix to BundlerDavid Rodríguez2024-07-082-0/+41
* Rename rb_gc_impl_verify_internal_consistency to gc_verify_internal_consistencyPeter Zhu2024-07-081-12/+12
* Make rb_gc_impl_verify_internal_consistency staticPeter Zhu2024-07-081-1/+1
* Reverts related commits with https://github.com/ruby/open-uri/pull/37Hiroshi SHIBATA2024-07-085-1197/+908
* Implement Hash.new(capacity:)Jean Boussier2024-07-086-45/+98
* Expand RJIT timeout to 60minHiroshi SHIBATA2024-07-081-1/+1
* Load net-http explicitly for SimpleHTTPProxyServerHiroshi SHIBATA2024-07-081-0/+1
* [ruby/tempfile] typofixHiroshi SHIBATA2024-07-081-1/+1
* Load socket explicitly for TCPServerHiroshi SHIBATA2024-07-081-0/+1
* Load OpenSSL on TestOpenURIUtils for with_httpsHiroshi SHIBATA2024-07-081-0/+4
* [rubygems/rubygems] Fix another race conditionDavid Rodríguez2024-07-081-5/+7
* [rubygems/rubygems] Properly protect writing binstubs with a file lockDavid Rodríguez2024-07-082-16/+9
* [rubygems/rubygems] Scope rescuing `Errno::ENOLCK` to just `File.open`David Rodríguez2024-07-081-6/+6
* [rubygems/rubygems] Add missing blank line after method documentationDavid Rodríguez2024-07-081-0/+1
* [rubygems/rubygems] Remove unnecessary FileUtils usageDavid Rodríguez2024-07-081-2/+1
* [ruby/open-uri] Don't use Base64 libraryHiroshi SHIBATA2024-07-081-2/+1
* [ruby/open-uri] Test with WindowsHiroshi SHIBATA2024-07-082-6/+13
* [ruby/open-uri] Move certificates under the TestOpenURIUtilsHiroshi SHIBATA2024-07-081-23/+22
* [ruby/open-uri] Load stringio with the correct filesHiroshi SHIBATA2024-07-083-1/+2
* [ruby/open-uri] Removed needless class definition and variablesHiroshi SHIBATA2024-07-082-5/+2
* [ruby/open-uri] Don't use URI libraryHiroshi SHIBATA2024-07-081-5/+7
* [ruby/open-uri] support CONNECT method for SimpleHTTPProxyHiroshi SHIBATA2024-07-083-95/+68
* [ruby/open-uri] Added SimpleHTTPSServer by TCPServer and OpenSSLHiroshi SHIBATA2024-07-082-343/+433
* [ruby/open-uri] Added SimpleHTTPProxyServer by TCPServerHiroshi SHIBATA2024-07-082-55/+95
* [ruby/open-uri] Extract SimpleHTTPServer and with_http to TestOpenURIUtils mo...Hiroshi SHIBATA2024-07-083-206/+181
* [ruby/open-uri] Added SimpleHTTPSServer by TCPServerHiroshi SHIBATA2024-07-081-64/+199
* [ruby/open-uri] Removed needless setup and teardown, tmpdir variablesHiroshi SHIBATA2024-07-082-42/+32
* [ruby/open-uri] Extract FTP tests from test_open-uri.rbHiroshi SHIBATA2024-07-082-210/+215
* [ruby/open-uri] Extract HTTP Proxy tests from test_open-uri.rbHiroshi SHIBATA2024-07-082-164/+234
* Bump actions/upload-artifact from 4.3.3 to 4.3.4dependabot[bot]2024-07-081-2/+2
* Bump ruby/setup-ruby from 1.184.0 to 1.185.0dependabot[bot]2024-07-0810-10/+10
* Move the file location of launchable.rbNaoto Ono2024-07-084-3/+3
* Integrate Launchable into make btestNaoto Ono2024-07-086-95/+185
* Also export CC for dtrace's benefit as wellKJ Tsanaktsidis2024-07-071-1/+1
* Do not define SHSTK feature for amd64 Context.SKJ Tsanaktsidis2024-07-071-5/+31
* Ensure CFLAGS are passed to probes.o generationKJ Tsanaktsidis2024-07-071-2/+3