summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2025-03-10Fix `Socket.tcp_with_fast_fallback` to be usable from a RactorJean Boussier
2025-03-06[ruby/json] Fix JSON::GeneratorError#detailed_message with Ruby < 3.2Rahim Packir Saibo
2025-02-27[ruby/json] Ensure parser error snippets are valid UTF-8Jean Boussier
2025-02-25[ruby/strscan] Fix a bug that inconsistency of IndexError vs nil forNAITOH Jun
2025-02-25[ruby/strscan] Fix a bug that scanning methods that don't use RegexpNAITOH Jun
2025-02-22Add description for Socket::Ifaddr#flags.Tanaka Akira
2025-02-21[ruby/stringio] Fix SEGV at unget to a null device StringIONobuyoshi Nakada
2025-02-21Bump up development version of stringioHiroshi SHIBATA
2025-02-21[ruby/strscan] `scan_integer(base: 16)` ignore x suffix if notJean Boussier
2025-02-20[ruby/stringio] Make sure shared buffer is copied on mutationAaron Patterson
2025-02-19Add rb_gc_object_metadata APIPeter Zhu
2025-02-19[ruby/json] Pass through all options if present.Samuel Williams
2025-02-18Tweak: Add prefix to non-static function names (#12764)Misaki Shioi
2025-02-17[ruby/strscan] Fix a bug that scan_until behaves differently withNAITOH Jun
2025-02-14Removed trailing spacesHiroshi SHIBATA
2025-02-14[ruby/strscan] Fix a bug that scan_integer doesn't update matchedJean Boussier
2025-02-14[ruby/psych] Avoid calls to `require` in hotspotsJean Boussier
2025-02-12[ruby/json] Release 2.10.1Jean Boussier
2025-02-12Fix a compatibility issue with `MultiJson.dump(obj, pretty: true)`Jean Boussier
2025-02-12[ruby/json] Release 2.10.0Jean Boussier
2025-02-11[ruby/openssl] x509name: do not check for negative return from X509_NAME_entr...Kazuki Yamaguchi
2025-02-11[ruby/openssl] x509: do not check for negative return from X509_*_get_ext_cou...Kazuki Yamaguchi
2025-02-11[ruby/openssl] ossl.c: avoid using sk_*() functions with NULLKazuki Yamaguchi
2025-02-11[ruby/openssl] Add build support for AWS-LCSamuel Chiang
2025-02-06Optimize Symbol generation in strict modeÉtienne Barrié
2025-02-06Fix JSON::Coder to call as_json proc for NaN and InfinityÉtienne Barrié
2025-02-05Integrate read_s and read_s_expand with get_item_property for Win32::RegistryHiroshi SHIBATA
2025-02-05Added get_item_property and use it for Win32::Registry and Get-ItemPropertyHiroshi SHIBATA
2025-02-05Use powershell for retrieving value from registry if fiddle is not availableHiroshi SHIBATA
2025-02-05Don't use nested registry open for rewriting powershell versionHiroshi SHIBATA
2025-02-05Handle failing case to load win32/registryHiroshi SHIBATA
2025-02-05Migrate fiddle as bundled gemsHiroshi SHIBATA
2025-02-03Do not save ResolutionError if resolution succeeds for any address family (#1...Misaki Shioi
2025-02-03[ruby/openssl] pkey/ec: remove deprecated PKey::EC::Point#mul(ary, ary [, bn]...Kazuki Yamaguchi
2025-02-03[ruby/openssl] ssl: separate SSLContext#min_version= and #max_version=Kazuki Yamaguchi
2025-02-03[ruby/fiddle] Fix Fiddle.last_error on FFI backend and improve testBenoit Daloze
2025-02-03[ruby/fiddle] Define Fiddle.last_error family and Fiddle.dlopenNobuyoshi Nakada
2025-02-03[ruby/json] Refactor further to expose the simpler escape search possibleJean Boussier
2025-02-03[ruby/json] Refactor convert_UTF8_to_JSON to split searching and escaping codeJean Boussier
2025-01-30Output object_id in ObjectSpace.dumpPeter Zhu
2025-01-30[ruby/json] Avoid plain char for ctype macrosNobuyoshi Nakada
2025-01-30[ruby/json] Few doc tweaks:Edouard CHIN
2025-01-30[Bug #21092] Fallback variables after execonf has doneNobuyoshi Nakada
2025-01-30[ruby/resolv] `w32error_raise` never returnsNobuyoshi Nakada
2025-01-29[ruby/openssl] pkey: avoid calling i2d_PUBKEY family on an incomplete keyKazuki Yamaguchi
2025-01-29Ensure that memory is not freed before calling `free_fast_fallback_getaddrinf...Misaki Shioi
2025-01-28Introduce JSON::CoderÉtienne Barrié
2025-01-28[ruby/json] Update gemspec URIsJean Boussier
2025-01-28[ruby/json] Add some JSON::Fragment documentationJean Boussier
2025-01-23Yield from `create_makefile` in bundled gems tooNobuyoshi Nakada