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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into zzak-ruby-2.2
Florian Frank
2015-01-02
7
-94
/
+113
|
\
|
*
Improve JRuby perf. by removing source of multithreaded contention
Ben Browning
2015-01-02
2
-89
/
+91
|
*
Added ruby-head to travis allowed-failures
Iain Beeston
2015-01-02
1
-0
/
+1
|
*
Don't mutate JSON.dump_default_options from dump
Jason R. Clark
2015-01-02
2
-1
/
+7
|
*
No binstubs
Florian Frank
2015-01-02
1
-1
/
+1
|
*
Reindented
Florian Frank
2015-01-02
1
-7
/
+6
|
*
Document `Rational` json generation methods.
Vipul A M
2015-01-02
1
-4
/
+10
|
*
Document `Complex` json generation methods.
Vipul A M
2015-01-02
1
-1
/
+7
|
*
Use method_defined? to check if method exists instead of slower check on inst...
Vipul A M
2015-01-02
1
-1
/
+1
|
*
Update json-java.gemspec
Daniel Grippi
2015-01-02
1
-1
/
+1
|
*
Change documentation to reflect new default value
Florian Frank
2015-01-02
1
-2
/
+2
|
*
Fix typo in comment
Ignacio Galindo
2015-01-02
1
-1
/
+1
*
|
Fall back to Data_* wrappers on ancient rubies
Florian Frank
2015-01-02
5
-1
/
+19
*
|
Fix typo
Florian Frank
2015-01-02
1
-1
/
+1
*
|
Merge branch 'ruby-2.2' of https://github.com/zzak/json into zzak-ruby-2.2
Florian Frank
2015-01-02
17
-59
/
+125
|
\
\
|
|
/
|
/
|
|
*
Ignore generated files
Zachary Scott
2014-12-27
1
-0
/
+2
|
*
RUBY_TYPED_FREE_IMMEDIATELY isn't always available
Zachary Scott
2014-12-27
3
-33
/
+39
|
*
Use ALLOC and MEMZERO instead of ZALLOC
Zachary Scott
2014-12-26
1
-1
/
+2
|
*
Revert part of "Sync with trunk"
Zachary Scott
2014-12-26
3
-49
/
+0
|
*
Ignore .bundle generated files
Zachary Scott
2014-12-26
1
-0
/
+1
|
*
Add extconf from trunk
Zachary Scott
2014-12-25
1
-0
/
+3
|
*
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 file shouldn't be committed
Zachary Scott
2014-12-25
3
-281
/
+1
|
*
bundle exec rake
Zachary Scott
2014-12-25
3
-3
/
+283
|
*
Build on 2.2.0 too
Zachary Scott
2014-12-25
1
-0
/
+1
|
*
This value has changed somehow
Zachary Scott
2014-12-25
1
-1
/
+1
|
*
Sync with trunk
Zachary Scott
2014-12-25
15
-112
/
+197
|
*
Merge pull request #221 from iainbeeston/allow_ruby_head_to_fail
Florian Frank
2014-11-05
1
-0
/
+1
|
|
\
|
|
*
Added ruby-head to travis allowed-failures
Iain Beeston
2014-11-04
1
-0
/
+1
|
|
/
|
*
Merge pull request #217 from jasonrclark/dont_mutate_dump_default_options
Florian Frank
2014-09-26
2
-1
/
+7
|
|
\
|
|
*
Don't mutate JSON.dump_default_options from dump
Jason R. Clark
2014-09-19
2
-1
/
+7
|
|
/
|
*
- Pass over generator.c for grammar fixes.
Vipul A M
2014-07-03
3
-5
/
+4
|
*
Fix documentation wording
Florian Frank
2014-07-03
1
-1
/
+1
|
*
Test on Ruby 2.1.x as well
Florian Frank
2014-07-03
1
-1
/
+1
|
*
Merge pull request #212 from vipulnsward/pass-typo
Florian Frank
2014-07-03
4
-13
/
+13
|
|
\
|
|
*
- Pass over generator.c for grammar fixes.
Vipul A M
2014-07-03
4
-13
/
+13
|
|
/
|
*
No binstubs
Florian Frank
2014-07-03
1
-1
/
+1
|
*
Newest ruby 2.1.x
Florian Frank
2014-07-03
1
-1
/
+1
|
*
Reindented
Florian Frank
2014-07-03
1
-7
/
+6
|
*
Document `Rational` json generation methods.
Vipul A M
2014-07-03
1
-4
/
+10
|
*
Merge pull request #211 from vipulnsward/complex-doc
Florian Frank
2014-07-03
1
-1
/
+7
|
|
\
|
|
*
Document `Complex` json generation methods.
Vipul A M
2014-07-03
1
-1
/
+7
|
*
|
Merge pull request #209 from vipulnsward/method-defined
Florian Frank
2014-07-03
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Use method_defined? to check if method exists instead of slower check on inst...
Vipul A M
2014-07-03
1
-1
/
+1
|
|
/
|
*
Merge pull request #202 from danielgrippi/patch-1
Florian Frank
2014-04-02
1
-1
/
+1
|
|
\
|
|
*
Update json-java.gemspec
Daniel Grippi
2014-04-02
1
-1
/
+1
|
|
/
|
*
Change documentation to reflect new default value
Florian Frank
2014-04-01
2
-3
/
+3
|
*
Merge pull request #194 from salimane/pr_ruby_2_1_0
Florian Frank
2014-01-03
1
-0
/
+1
|
|
\
|
|
*
Add Ruby 2.1.0 to .travis.yml
Salimane Adjao Moustapha
2014-01-03
1
-0
/
+1
|
|
/
[next]