Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'extract-fbuffer' | Florian Frank | 2011-11-23 | 1 | -30/+44 |
|\ | |||||
| * | Extract fbuffer and use it in parser and generator | Florian Frank | 2011-11-23 | 1 | -6/+6 |
| | | |||||
| * | start to make buffer_initial_length configurable | Florian Frank | 2011-11-09 | 1 | -0/+2 |
| | | |||||
| * | start to make buffer_initial_length configurable | Florian Frank | 2011-11-09 | 1 | -30/+42 |
| | | |||||
* | | Make JSON.dump and JSON.load support Rails better | Florian Frank | 2011-11-22 | 1 | -0/+2 |
|/ | |||||
* | Add testcase for a possible crash with bignum | Florian Frank | 2011-11-09 | 1 | -0/+20 |
| | |||||
* | Apply patch by Eric Wong <nocode@yhbt.net> | Florian Frank | 2011-08-29 | 1 | -0/+13 |
| | | | | See https://github.com/flori/json/issues/46 | ||||
* | started quirks mode for generator | Florian Frank | 2011-07-27 | 1 | -1/+21 |
| | |||||
* | Skip test which fails on some platforms | Florian Frank | 2011-05-12 | 1 | -1/+1 |
| | |||||
* | flori/json#60: Incorrect pretty-print indentation | Clemens Fuchslocher | 2011-02-26 | 1 | -0/+1 |
| | |||||
* | fixed test setup | Florian Frank | 2011-01-02 | 1 | -5/+1 |
| | |||||
* | started to build jruby extension with Rakefile | Florian Frank | 2010-09-23 | 1 | -0/+2 |
| | |||||
* | keep track of depth correctly | Florian Frank | 2010-08-18 | 1 | -3/+0 |
| | |||||
* | do not forget to dup the state | Florian Frank | 2010-08-07 | 1 | -0/+17 |
| | | | | use state for depth checking in pure as well | ||||
* | added missing methods to State + tests | Florian Frank | 2010-08-07 | 1 | -0/+45 |
| | |||||
* | Merge commit 'v1.2.3' | Florian Frank | 2010-03-13 | 1 | -0/+4 |
|\ | | | | | | | Merged in some additional features from the v1.2 branch. | ||||
| * | added [] method to State objectsv1.2.3 | Florian Frank | 2010-03-11 | 1 | -2/+4 |
| | | |||||
* | | check circular is deprecated | Florian Frank | 2009-11-20 | 1 | -4/+2 |
| | | |||||
* | | start to use a faster string buffer | Florian Frank | 2009-10-26 | 1 | -3/+3 |
|/ | |||||
* | added additional checks for generate methods | Florian Frank | 2009-10-16 | 1 | -4/+18 |
| | |||||
* | different default in fast_generate | Florian Frank | 2009-10-16 | 1 | -3/+3 |
| | | | | | | fast_generate now defaults to throwing an exception if an infinite or nan float is encountered. This is the same behaviour as in generate and pretty_generate. (Fix for http://github.com/flori/json/issues#issue/3) | ||||
* | initial commit | Florian Frank | 2009-08-24 | 1 | -0/+106 |