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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of use of Bignum, obsolete name
Nobuyoshi Nakada
2016-09-09
1
-2
/
+3
*
Merge branch 'master' of github.com:flori/json
Florian Frank
2016-07-26
1
-3
/
+3
|
\
|
*
Fix inconsistency usage for assertion methods
SHIBATA Hiroshi
2016-07-14
1
-3
/
+3
*
|
Fix issue #296 when parsing frozen strings
Florian Frank
2016-07-26
1
-0
/
+7
*
|
Test parsing some simple singular values
Florian Frank
2016-07-07
1
-1
/
+12
|
/
*
And stay there
Florian Frank
2016-06-22
1
-1
/
+0
*
Add frozen_string_literal: false
Nobuyoshi Nakada
2016-06-21
8
-0
/
+8
*
Exception encoding
Nobuyoshi Nakada
2016-06-21
1
-0
/
+10
*
Use assert_raise consistently
Nobuyoshi Nakada
2016-06-21
5
-47
/
+47
*
Allow usage of simplecov with START_SIMPLECOV=1
Florian Frank
2016-06-07
1
-0
/
+4
*
Treat ASCII_8BIT as UTF-8 by default
Florian Frank
2016-06-03
1
-3
/
+5
*
Only support newer Rubies e. g. Encoding
Florian Frank
2016-06-03
3
-13
/
+1
*
Test common interface
Florian Frank
2016-06-03
1
-1
/
+23
*
Use better name for this feature
Florian Frank
2016-06-02
1
-3
/
+3
*
Remove quirks mode
Florian Frank
2016-06-02
4
-9
/
+7
*
Allow usage of simplecov with START_SIMPLECOV=1
Florian Frank
2016-06-02
1
-0
/
+4
*
Declare encoding
Florian Frank
2016-06-02
2
-0
/
+3
*
Merge branch 'v1.8'
Florian Frank
2016-02-25
1
-0
/
+15
|
\
|
*
Check for existence of #to_json method before call
Florian Frank
2016-02-25
1
-1
/
+1
|
*
Remove permutation dependency
Florian Frank
2016-02-25
1
-34
/
+0
|
*
Be gone…
Florian Frank
2016-02-25
1
-13
/
+0
|
*
Add missing tests
Florian Frank
2016-02-25
1
-0
/
+24
*
|
Specify JSON module interface
rfc-7159-json
Florian Frank
2015-06-15
1
-2
/
+1
*
|
Disallow usage of symbolize_names and create_additions
Florian Frank
2015-06-15
2
-4
/
+5
*
|
Refactor tests and make pure parser green
Florian Frank
2015-06-15
16
-759
/
+779
*
|
Remove generate restriction for […]/{…}
Florian Frank
2015-06-13
1
-9
/
+3
*
|
Remove dependency on permutation
Florian Frank
2015-06-13
1
-14
/
+0
*
|
Move common setup into test_helper.rb
Florian Frank
2015-06-13
9
-16
/
+18
|
/
*
Make generator format test backwards compatible
Michael Mac-Vicar
2015-01-09
1
-1
/
+1
*
Add test for format options used by the generator
Michael Mac-Vicar
2015-01-09
1
-0
/
+13
*
Merge branch 'master' into zzak-ruby-2.2
Florian Frank
2015-01-02
1
-0
/
+6
|
\
|
*
Don't mutate JSON.dump_default_options from dump
Jason R. Clark
2015-01-02
1
-0
/
+6
*
|
Only use gc stress assert if available
Zachary Scott
2014-12-25
1
-9
/
+11
*
|
Sync tests with trunk
Zachary Scott
2014-12-25
2
-15
/
+11
*
|
This value has changed somehow
Zachary Scott
2014-12-25
1
-1
/
+1
*
|
Don't mutate JSON.dump_default_options from dump
Jason R. Clark
2014-09-19
1
-0
/
+6
|
/
*
forgot about 1.8 again
Florian Frank
2013-05-13
1
-1
/
+1
*
complete testing
Florian Frank
2013-05-13
1
-2
/
+7
*
resolved
Florian Frank
2013-05-13
1
-0
/
+10
*
Add test and implement pure versiong
Florian Frank
2013-02-22
1
-0
/
+6
*
Try to convert first with to_hash, then to_h
Florian Frank
2013-02-21
1
-0
/
+16
*
Security fix create_additons/JSON::GenericObject
v1.7.7
Florian Frank
2013-02-11
4
-38
/
+65
*
fix a bug in the JRuby implementation. getInstanceVariable() can return a nul...
John Shahid
2013-02-04
1
-0
/
+1
*
Increase hash likeness of State objects
Florian Frank
2012-12-31
7
-24
/
+32
*
Use len for return values
Florian Frank
2012-11-29
1
-0
/
+16
|
\
|
*
add tests to test the behavior of State::configure (and its alias State::merge).
John Shahid
2012-11-23
1
-0
/
+16
*
|
add merge alias for configure in jruby
Florian Frank
2012-11-29
1
-0
/
+24
|
/
*
Increase default max_nesting to 100
Erik Michaels-Ober
2012-10-05
3
-15
/
+15
*
Renamed method and handle arrays
json-generic-from_hashes
Florian Frank
2012-10-02
1
-2
/
+6
*
Add JSON::GenericObject.from_hashes
Florian Frank
2012-10-02
1
-0
/
+7
[next]