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
/
java
/
src
/
json
/
ext
/
Parser.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
enforce utf8 encoding in parsed strings
jruby-fix-encoding
Florian Frank
2012-05-10
1
-36
/
+40
*
Merge branch 'more_jruby_tweaks' of https://github.com/headius/json into head...
Florian Frank
2011-12-21
1
-84
/
+87
|
\
|
*
Only allocate a single "view" bytelist, and update it as needed.
Charles Oliver Nutter
2011-12-20
1
-84
/
+87
*
|
Remove superflous comment
Florian Frank
2011-12-21
1
-2
/
+0
|
/
*
Support duck typed ruby array in JRuby as well
Florian Frank
2011-12-20
1
-8
/
+8
*
Support hash ducktype objects on JRuby as well
Florian Frank
2011-12-20
1
-32
/
+39
*
Only allocate a single ParserResult, and pass it along the stack.
headius-jruby_perf_tweaks
Charles Oliver Nutter
2011-12-20
1
-100
/
+115
*
Better ByteList subsequence and break up some parse methods.
Charles Oliver Nutter
2011-12-20
1
-70
/
+92
*
Minor tweaks to Java ext for performance.
Charles Oliver Nutter
2011-12-20
1
-98
/
+104
*
Extract utils out of this library into json-utils
v1.6.0
Florian Frank
2011-09-13
1
-80
/
+84
*
Merge branch 'quirks-mode-parser' into quirks-mode
Florian Frank
2011-07-31
1
-115
/
+386
|
\
|
*
Implement quirks_mode
Florian Frank
2011-07-31
1
-93
/
+364
*
|
started quirks mode for generator
Florian Frank
2011-07-27
1
-37
/
+37
|
/
*
Ported fixes from fix_memory_leak into Parser.rl
Florian Frank
2011-07-08
1
-75
/
+86
*
Merge branch 'fix_memory_leak' of https://github.com/bigfix/json into develop...
Florian Frank
2011-07-04
1
-7
/
+7
|
\
|
*
Fix memory leak when used from multiple JRuby runtimes.
John Firebaugh
2011-05-18
1
-7
/
+7
*
|
Don't optimize calls for ducktypes
Florian Frank
2011-05-12
1
-25
/
+29
*
|
use []= method if objectClass isn't a Hash
Florian Frank
2011-05-11
1
-16
/
+20
|
/
*
renamed :match argument to :match_string
v1.5.0
Florian Frank
2011-01-05
1
-5
/
+5
*
avoid object creation
Florian Frank
2011-01-03
1
-35
/
+33
*
implement string matching for java parser
Florian Frank
2011-01-02
1
-86
/
+114
*
started to build jruby extension with Rakefile
Florian Frank
2010-09-23
1
-0
/
+2269