Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emit token that failed utf-8 validation | Lamont Granquist | 2015-04-21 | 2 | -33/+35 |
* | bumping version to 2.1.02.1.0 | Lamont Granquist | 2015-04-20 | 1 | -1/+1 |
* | Merge pull request #19 from chef/lcg/stringio-encoding | Lamont Granquist | 2015-04-20 | 1 | -0/+9 |
|\ | |||||
| * | fix ffi side | Lamont Granquist | 2015-04-17 | 1 | -0/+9 |
* | | add :unique_key_checking flag to parserlcg/unique_key_checking | Lamont Granquist | 2015-04-17 | 2 | -0/+5 |
|/ | |||||
* | add copyright notices | Lamont Granquist | 2015-04-14 | 10 | -0/+214 |
* | limit rescue to just LoadError | Lamont Granquist | 2015-04-13 | 1 | -2/+12 |
* | remove commented code | Lamont Granquist | 2015-04-06 | 1 | -4/+0 |
* | add comments | Lamont Granquist | 2015-04-06 | 1 | -0/+50 |
* | move dlopen to c extension | Lamont Granquist | 2015-04-06 | 2 | -5/+2 |
* | fixing libname guessing logic | Lamont Granquist | 2015-04-06 | 3 | -43/+46 |
* | add native dlopen extension code | Lamont Granquist | 2015-04-06 | 2 | -51/+8 |
* | warn on stderrlcg/ffi-less-ffi-yajl | Lamont Granquist | 2015-03-24 | 1 | -2/+2 |
* | Remove ffi gem as a hard dependency | Lamont Granquist | 2015-03-24 | 3 | -16/+52 |
* | bumping version to 2.0.0 for release2.0.0 | Lamont Granquist | 2015-03-17 | 1 | -1/+1 |
* | Removing JSON gem compatibility layer | Lamont Granquist | 2015-03-17 | 1 | -140/+0 |
* | bump version to 1.4.0 | Lamont Granquist | 2015-02-17 | 1 | -1/+1 |
* | mixin windows? helper directly into the object | Lamont Granquist | 2015-02-17 | 2 | -5/+9 |
* | Move #windows? to lib to allow not checking libname to determine platform | Tyler Vann-Campbell | 2015-02-17 | 2 | -1/+7 |
* | remove unnecessary linelcg/invalid-utf8 | Lamont Granquist | 2015-01-22 | 1 | -1/+0 |
* | support turning off validate_utf8 | Lamont Granquist | 2015-01-22 | 1 | -0/+1 |
* | catch and raise invalid string error better | Lamont Granquist | 2015-01-22 | 1 | -0/+2 |
* | include status code for Unknown Error | Elan Ruusamäe | 2015-01-22 | 1 | -1/+1 |
* | bump version to 1.3.1 | Lamont Granquist | 2014-11-24 | 1 | -1/+1 |
* | allow arbitrary Objects as keys | Lamont Granquist | 2014-11-24 | 1 | -1/+1 |
* | version bump to 1.3.01.3.0 | Lamont Granquist | 2014-11-22 | 1 | -1/+1 |
* | support calling #to_s on all types for keys | Lamont Granquist | 2014-11-22 | 1 | -26/+61 |
* | fix bare object parsing | Lamont Granquist | 2014-11-22 | 1 | -5/+2 |
* | fix #15 by requiring string or IO | Lamont Granquist | 2014-11-22 | 1 | -0/+2 |
* | Merge pull request #29 from opscode/lcg/better-ext-vs-ffi-logic | Lamont Granquist | 2014-11-22 | 1 | -2/+22 |
|\ | |||||
| * | line wrap on commentlcg/better-ext-vs-ffi-logic | Lamont Granquist | 2014-10-13 | 1 | -5/+8 |
| * | add better ext-vs-ffi logic | Lamont Granquist | 2014-10-13 | 1 | -2/+19 |
* | | fix minor typo | Elan Ruusamäe | 2014-11-12 | 1 | -1/+1 |
|/ | |||||
* | add deprecation warning | Lamont Granquist | 2014-10-09 | 1 | -0/+2 |
* | the c ext loads and still tests fine on 1.8.7 | Lamont Granquist | 2014-10-09 | 1 | -2/+1 |
* | version bump to 1.2.01.2.0 | Lamont Granquist | 2014-10-09 | 1 | -1/+1 |
* | Merge pull request #27 from opscode/lcg/windows-libname | Lamont Granquist | 2014-10-09 | 2 | -0/+4 |
|\ | |||||
| * | fix libnames for windowslcg/windows-libname | Lamont Granquist | 2014-10-08 | 2 | -0/+4 |
* | | Cleaning up code - letting yajl do more heavy lifting for us. Also removing ... | tyler-ball | 2014-10-07 | 2 | -3/+6 |
* | | Making necessary C changes to only call to_json if it is present | tyler-ball | 2014-10-07 | 1 | -1/+1 |
* | | Upping version | tyler-ball | 2014-10-06 | 1 | -1/+1 |
* | | If an object does not have .to_json, we no longer try to call it | tyler-ball | 2014-10-06 | 1 | -1/+5 |
|/ | |||||
* | use RbConfig instead of Config | Lamont Granquist | 2014-08-29 | 1 | -1/+1 |
* | bumping version to 1.1.01.1.0 | Lamont Granquist | 2014-08-26 | 1 | -1/+1 |
* | fix rbx using dlopen via FFI | Lamont Granquist | 2014-08-23 | 1 | -11/+44 |
* | fix ruby 1.8.7 tests | Lamont Granquist | 2014-08-23 | 1 | -1/+1 |
* | add datetime encoding | Lamont Granquist | 2014-08-23 | 2 | -2/+45 |
* | bumping version + changelog for releas1.0.2 | Lamont Granquist | 2014-08-09 | 1 | -1/+1 |
* | ensure opts hash is never nil | Lamont Granquist | 2014-08-08 | 1 | -0/+1 |
* | args aren't actually optional | Lamont Granquist | 2014-08-08 | 1 | -2/+1 |