index
:
delta/ruby-gems/json.git
MagLev-master
add-json-generic-object-loader-dumper
backport-ruby-core
be-compatible-with-ruby-2.2.1
brixen-master
fix-additions-problem-v1.5.5
fix-additions-problem-v1.6.8
fix-regex-stack-overflow
gh-pages
headius-jruby_perf_tweaks
jruby-fix-encoding
json-generic-from_hashes
luislavena-stop-polluting-load-path
master
merge-master-into-MagLev-master
merge-recent-ruby-changes
nobu-master
nobu-trunk
parsing-numbers-with-specified-number-classes
pick-ruby-core
prepare-3.0
raise-error-on-invalid-utf8
remove-generate-task-for-gemspec
replace-nan
rfc-7159-json
sferik-max_nesting
v1.2
v1.8
v2.0
workaround-rbx-encoding-issues
zzak-ruby-2.2
github.com: flori/json
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deduplicate strings inside json_string_unescape
Jean Boussier
2021-01-15
4
-72
/
+85
*
Refactor json_string_unescape
Jean Boussier
2021-01-13
3
-1822
/
+3007
*
[json] Make json Ractor safe
Kenta Murata
2020-12-22
3
-1
/
+18
*
[json] JSON_parse_float: Fix how to convert number
Kenta Murata
2020-12-22
2
-50
/
+72
*
[json] Stop using prototype objects
Kenta Murata
2020-12-22
1
-5
/
+2
*
Implement a freeze: parser option
Jean Boussier
2020-09-15
5
-45
/
+126
*
Add an option to escape forward slash character
Jean Boussier
2020-07-04
2
-7
/
+53
*
Typo fix
Marc-Andre Lafortune
2020-06-30
1
-1
/
+1
*
Merge pull request #420 from marcandre/performance_345
Hiroshi SHIBATA
2020-06-26
2
-67
/
+69
|
\
|
*
Use frozen string for hash key
Watson
2020-06-25
2
-67
/
+69
*
|
ext/json/parser/prereq.mk: remove type-limit warning if char is unsigned
Yusuke Endoh
2020-06-25
1
-2
/
+2
*
|
ext/json/parser/prereq.mk: Add a "automatically generated" header
Yusuke Endoh
2020-06-25
1
-1
/
+1
|
/
*
Merge pull request #349 from zverok/nodoc
SHIBATA Hiroshi
2019-12-29
1
-0
/
+70
|
\
|
*
Add :nodoc: for GeneratorMethods
zverok
2018-03-08
1
-0
/
+70
*
|
relax test-unit version for old ruby
Hiroshi SHIBATA
2019-11-29
1
-1
/
+1
*
|
Add NaN / Infinity / MinusInfinity to mark list
Aaron Patterson
2019-10-31
1
-0
/
+5
*
|
ext/json/parser/prereq.mk: Add a "automatically generated" header
Yusuke Endoh
2019-10-31
1
-1
/
+1
*
|
ext/json/parser/parser.rl: Use "signed" char to contain negative values
Yusuke Endoh
2019-10-31
2
-4
/
+4
*
|
Add `GC.compact` again.
tenderlove
2019-10-31
2
-0
/
+4
*
|
ext/json/parser/parser.rl: Update the source code of parser.c
Yusuke Endoh
2019-10-31
1
-1
/
+8
*
|
Suppress uninitialized instance variable warnings
Nobuyoshi Nakada
2019-10-31
1
-1
/
+1
*
|
[flori/json] Fixed unexpected illegal/malformed utf-8 error
Nobuyoshi Nakada
2019-10-31
1
-1
/
+10
*
|
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-10-31
1
-1
/
+1
*
|
Remove unused constant.
Aaron Patterson
2019-10-31
1
-2
/
+1
*
|
Look up constant instead of caching in a global
Aaron Patterson
2019-10-31
1
-6
/
+3
*
|
Merge pull request #367 from sho-h/add-ascii_only-document
Florian Frank
2019-07-13
1
-0
/
+2
|
\
\
|
*
|
Add ascii_only option to JSON::Ext::Generator::State.new.
Sho Hashimoto
2019-01-08
1
-0
/
+2
*
|
|
Merge branch 'master' of github.com:flori/json
Florian Frank
2019-04-29
3
-78
/
+119
|
\
\
\
|
*
\
\
Merge pull request #366 from sho-h/fix-ascii_only-document
Florian Frank
2019-02-21
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
fix JSON::Generator::State#ascii_only? document same as lib/json/pure/generat...
Sho Hashimoto
2019-01-08
1
-1
/
+1
|
|
|
/
/
|
*
|
|
Add some missing ruby 2.6 changes
Florian Frank
2019-02-21
3
-88
/
+94
|
|
/
/
|
*
|
Merge pull request #362 from mrkn/update_for_bigdecimal
SHIBATA Hiroshi
2018-12-20
2
-4
/
+38
|
|
\
\
|
|
*
|
Fix for bigdecimal updates
Kenta Murata
2018-12-02
2
-4
/
+38
|
|
|
/
|
*
|
ext/json/parser/parser.c: do not call rb_str_resize() on Time object
pick-ruby-core
eregon
2018-10-25
2
-10
/
+14
|
*
|
Fix missed update of parser source in r62429
eregon
2018-10-25
1
-0
/
+1
|
|
/
*
|
Does not check whether illegal utf-8 if string has ascii only.
Watson
2019-04-29
1
-8
/
+12
*
|
Convert string encoding to UTF-8 only when needed
Watson
2019-04-29
1
-1
/
+3
*
|
Convert String encoding using `rb_str_encode()`
Watson
2019-04-29
1
-1
/
+1
*
|
Add shortcut converting to String
Watson
2019-04-29
1
-2
/
+9
*
|
Convert Hash object using rb_hash_foreach()
Watson
2019-04-29
1
-22
/
+55
*
|
Only attempt to resize strings not other objects
Florian Frank
2019-04-29
2
-2
/
+2
|
/
*
Test the new feature and fix problems
Florian Frank
2017-04-18
2
-31
/
+31
*
Raise exception
Florian Frank
2017-04-18
2
-21
/
+37
*
Fix arbitrary heap exposure problem
Florian Frank
2017-04-18
2
-7
/
+6
*
Remove unused macro
Florian Frank
2017-01-22
1
-3
/
+0
*
Support some older internal Ruby API (<2.0)
Florian Frank
2017-01-12
2
-1142
/
+1300
*
Merge decimal_class patch by Michael Jaschob
Florian Frank
2016-09-23
3
-1304
/
+1181
*
Merge branch 'master' of github.com:flori/json
Florian Frank
2016-07-26
1
-0
/
+1
|
\
|
*
Suppress a warning
Nobuyoshi Nakada
2016-07-08
1
-0
/
+1
*
|
Fix issue #296 when parsing frozen strings
Florian Frank
2016-07-26
2
-8
/
+14
|
/
[next]