summaryrefslogtreecommitdiff
path: root/lib/rubygems/gemcutter_utilities
AgeCommit message (Collapse)Author
2025-04-25[rubygems/rubygems] bin/rubocop -a --only Style/StringLiteralsHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/62e1bf2d37 Notes: Merged: https://github.com/ruby/ruby/pull/13177
2025-04-24Rewrite CGI.parse with URI.decode_www_form_componentHiroshi SHIBATA
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
2024-05-03[rubygems/rubygems] Rename credential email to identifier in WebAuthn pollerJenny Shen
https://github.com/rubygems/rubygems/commit/5e3e55f8bc
2024-01-29Vendor uri gem in RubyGemsDavid Rodríguez
2023-12-13[rubygems/rubygems] Vendor timeout in RubyGems tooDavid Rodríguez
https://github.com/rubygems/rubygems/commit/e2e7440ede
2023-12-13[rubygems/rubygems] Vendor net-http and net-protocol in RubyGemsDavid Rodríguez
https://github.com/rubygems/rubygems/commit/99d91c9ed2
2023-07-30[rubygems/rubygems] Set thread configurations inside block in the thread ↵Nobuyoshi Nakada
local manner https://github.com/rubygems/rubygems/commit/965e54b8f1
2023-07-29Revert "[rubygems/rubygems] Set thread configurations inside block"ko1
This reverts commit db80e947a382a6a9ef2295e81f5b97c6a8ecbce7. This patch uses `Thread.abort_on_exception = true` and it affects all of threads. This is why CI systems fails. How to modify: - use `thread.abort_on_exception = true` for specific threads - Run this code in a separated process
2023-07-28[rubygems/rubygems] Add charset to Webauthn response content-typeJenny Shen
https://github.com/rubygems/rubygems/commit/442a3e8f37
2023-07-28[rubygems/rubygems] Set thread configurations inside blockJenny Shen
https://github.com/rubygems/rubygems/commit/860b145359
2023-07-28[rubygems/rubygems] Move Webauthn listener thread to WebauthnListener classJenny Shen
https://github.com/rubygems/rubygems/commit/6ec474975e
2023-07-28[rubygems/rubygems] Move WebauthnListener into the Gem::GemcutterUtilities ↵Jenny Shen
namespace https://github.com/rubygems/rubygems/commit/3080394f81
2023-07-28[rubygems/rubygems] Extract polling logic into its own classJenny Shen
https://github.com/rubygems/rubygems/commit/218b83abed