Age | Commit message (Expand) | Author |
---|
6 days | [ruby/win32-registry] Minor readme improvements and typo fixes | Tim Smith |
2025-04-17 | [ruby/resolv] quote registry value name properly | YO4 |
2025-02-05 | Integrate read_s and read_s_expand with get_item_property for Win32::Registry | Hiroshi SHIBATA |
2025-02-05 | Added get_item_property and use it for Win32::Registry and Get-ItemProperty | Hiroshi SHIBATA |
2025-02-05 | Use powershell for retrieving value from registry if fiddle is not available | Hiroshi SHIBATA |
2025-02-05 | Don't use nested registry open for rewriting powershell version | Hiroshi SHIBATA |
2025-02-05 | Handle failing case to load win32/registry | Hiroshi SHIBATA |
2024-10-17 | [ruby/win32-registry] Fix compatibility with JRuby | Lars Kanis |
2024-10-09 | Sync from ruby/win32-registry | Hiroshi SHIBATA |
2024-10-08 | Extract ext/win32/lib/win32/sspi.rb to ruby/win32-sspi | Hiroshi SHIBATA |
2024-09-29 | win32/sspi: Use `start_with?` to see prefix | Nobuyoshi Nakada |
2024-09-29 | win32/sspi: Rafactor pack/unpack | Nobuyoshi Nakada |
2024-09-29 | win32/sspi: For Ractor use a constant instead of a class variable | Nobuyoshi Nakada |
2024-09-29 | win32/sspi: Fix missing A suffix in an API constant name | Nobuyoshi Nakada |
2024-09-29 | win32/sspi: Fix Win32::SSPI::SSPIResult#== with Integer | Nobuyoshi Nakada |
2024-09-29 | win32/sspi: Already Fixnum has been removed years ago | Nobuyoshi Nakada |
2024-09-25 | [win32/registry] Fallback to UTF-8 for unknown codepages | Josh Cooper |
2024-05-03 | win32/registry: Shorten with safe navigation operator | Nobuyoshi Nakada |
2024-05-03 | win32/registry: Make frozen_string_literal true | Nobuyoshi Nakada |
2024-05-03 | win32/registry: Refine pack/unpack | Nobuyoshi Nakada |
2024-04-26 | Enable Ruby to run on Windows with frozen string literals | Sam Aaron |
2023-12-28 | Fix memory overread in registry.rb | KJ Tsanaktsidis |
2021-04-26 | Fix some typos by spell checker | Ryuta Kamizono |
2021-01-05 | [DOC] Fix grammar: "is same as" -> "is the same as" | Marcus Stollsteimer |
2020-11-11 | Use Fiddle::Importer directly | Hiroshi SHIBATA |
2020-11-11 | Removed win32/resolv.rb for 32bit env | Hiroshi SHIBATA |
2020-11-11 | Removed win32api | Hiroshi SHIBATA |
2020-11-10 | Use fiddle (win32/importer) instead of Win32API | NAKAMURA Usaku |
2019-06-07 | win32/registry.rb: fix potential infinite loop | Nobuyoshi Nakada |
2018-04-02 | Win32API.rb: use uplevel option to warn | nobu |
2018-01-18 | win32/resolv.rb: call rb_w32_osid | nobu |
2017-10-22 | Fixed misspelling words. | hsbt |
2017-10-21 | Treat REG_NONE just like REG_BINARY | usa |
2017-02-14 | resolv9x.rb: fix typo | nobu |
2017-01-04 | win32/registry.rb: registry type names | nobu |
2017-01-04 | win32/resolv.rb: ad hoc workaround | nobu |
2016-08-10 | win32/resolv: fix for cygwin | nobu |
2016-07-31 | win32/resolv: get_dns_server_list | nobu |
2016-06-26 | Convert arguments first | nobu |
2016-06-26 | Explicit ".dll" suffix | nobu |
2016-04-10 | registry.rb: fix API names | nobu |
2016-02-15 | win32/resolv.rb: invert the condition | nobu |
2016-02-15 | win32/resolv.rb: check pointer size | nobu |
2016-02-15 | avoid ruby-mode.el bug | nobu |
2016-02-15 | split win32/resolv9x.rb | nobu |
2015-12-16 | handle ext/ as r53141 | naruse |
2015-08-15 | win32/registry.rb: size in bytes | nobu |
2015-08-14 | win32/registry.rb: terminator size | nobu |
2015-08-14 | win32/registry.rb: make @@type2name an array | nobu |
2015-02-25 | * ext/win32/Win32API.rb (initialize): accept both a string and an array | usa |