summaryrefslogtreecommitdiff
path: root/java/src/json/ext/Parser.java
Commit message (Expand)AuthorAgeFilesLines
* WIPparsing-numbers-with-specified-number-classesFlorian Frank2016-09-231-77/+92
* Fix issue #296 when parsing frozen stringsFlorian Frank2016-07-261-71/+74
* Treat ASCII_8BIT as UTF-8 by defaultFlorian Frank2016-06-031-72/+78
* Remove quirks modeFlorian Frank2016-06-021-409/+103
* Remove remnants of GPL licensesFlorian Frank2015-09-111-2/+1
* Improve JRuby perf. by removing source of multithreaded contentionBen Browning2015-01-021-85/+86
* Security fix create_additons/JSON::GenericObjectv1.7.7Florian Frank2013-02-111-1/+1
* Change actual rl filessferik-max_nestingFlorian Frank2012-10-071-1/+1
* Increase default max_nesting to 100Erik Michaels-Ober2012-10-051-1/+1
* enforce utf8 encoding in parsed stringsjruby-fix-encodingFlorian Frank2012-05-101-36/+40
* Merge branch 'more_jruby_tweaks' of https://github.com/headius/json into head...Florian Frank2011-12-211-84/+87
|\
| * Only allocate a single "view" bytelist, and update it as needed.Charles Oliver Nutter2011-12-201-84/+87
* | Remove superflous commentFlorian Frank2011-12-211-2/+0
|/
* Support duck typed ruby array in JRuby as wellFlorian Frank2011-12-201-8/+8
* Support hash ducktype objects on JRuby as wellFlorian Frank2011-12-201-32/+39
* Only allocate a single ParserResult, and pass it along the stack.headius-jruby_perf_tweaksCharles Oliver Nutter2011-12-201-100/+115
* Better ByteList subsequence and break up some parse methods.Charles Oliver Nutter2011-12-201-70/+92
* Minor tweaks to Java ext for performance.Charles Oliver Nutter2011-12-201-98/+104
* Extract utils out of this library into json-utilsv1.6.0Florian Frank2011-09-131-80/+84
* Merge branch 'quirks-mode-parser' into quirks-modeFlorian Frank2011-07-311-115/+386
|\
| * Implement quirks_modeFlorian Frank2011-07-311-93/+364
* | started quirks mode for generatorFlorian Frank2011-07-271-37/+37
|/
* Ported fixes from fix_memory_leak into Parser.rlFlorian Frank2011-07-081-75/+86
* Merge branch 'fix_memory_leak' of https://github.com/bigfix/json into develop...Florian Frank2011-07-041-7/+7
|\
| * Fix memory leak when used from multiple JRuby runtimes.John Firebaugh2011-05-181-7/+7
* | Don't optimize calls for ducktypesFlorian Frank2011-05-121-25/+29
* | use []= method if objectClass isn't a HashFlorian Frank2011-05-111-16/+20
|/
* renamed :match argument to :match_stringv1.5.0Florian Frank2011-01-051-5/+5
* avoid object creationFlorian Frank2011-01-031-35/+33
* implement string matching for java parserFlorian Frank2011-01-021-86/+114
* started to build jruby extension with RakefileFlorian Frank2010-09-231-0/+2269