Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emit token that failed utf-8 validation | Lamont Granquist | 2015-04-21 | 1 | -174/+166 |
* | Merge pull request #19 from chef/lcg/stringio-encoding | Lamont Granquist | 2015-04-20 | 1 | -15/+17 |
|\ | |||||
| * | add c ext sidelcg/stringio-encoding | Lamont Granquist | 2015-04-17 | 1 | -15/+17 |
* | | remove unnecessary cast | Lamont Granquist | 2015-04-20 | 1 | -1/+1 |
* | | add :unique_key_checking flag to parserlcg/unique_key_checking | Lamont Granquist | 2015-04-17 | 1 | -1/+9 |
|/ | |||||
* | fixing libname guessing logic | Lamont Granquist | 2015-04-06 | 1 | -1/+3 |
* | add native dlopen extension code | Lamont Granquist | 2015-04-06 | 2 | -0/+53 |
* | allow arbitrary Objects as keys | Lamont Granquist | 2014-11-24 | 1 | -1/+1 |
* | support calling #to_s on all types for keys | Lamont Granquist | 2014-11-22 | 1 | -28/+100 |
* | fix bare object parsing | Lamont Granquist | 2014-11-22 | 1 | -4/+2 |
* | Update extconf.rb | Jason Potkanski | 2014-10-14 | 1 | -1/+1 |
* | Update extconf.rb | Jason Potkanski | 2014-10-14 | 1 | -1/+1 |
* | Making necessary C changes to only call to_json if it is present | tyler-ball | 2014-10-07 | 1 | -7/+13 |
* | fix ruby 1.8.7 tests | Lamont Granquist | 2014-08-23 | 1 | -1/+11 |
* | add datetime encoding | Lamont Granquist | 2014-08-23 | 1 | -3/+26 |
* | extconf.rb: remove "-Wl,--no-undefined" from ldflags | Lennart Brinkmann | 2014-08-23 | 2 | -0/+6 |
* | fix for chef pretty printing issues | Lamont Granquist | 2014-08-07 | 1 | -2/+4 |
* | Revert "fix for chef pretty printing issues" | Lamont Granquist | 2014-08-07 | 1 | -4/+2 |
* | fix for chef pretty printing issues | Lamont Granquist | 2014-08-07 | 1 | -2/+4 |
* | avoid find_library adding -lyajl | Lamont Granquist | 2014-07-06 | 2 | -16/+12 |
* | also don't need the comment | Lamont Granquist | 2014-07-06 | 1 | -1/+0 |
* | homebrew wires up symlinks in /usr/local/include | Lamont Granquist | 2014-07-06 | 1 | -1/+0 |
* | build with system libs if libyajl2-gem missing libs | Lamont Granquist | 2014-07-06 | 2 | -0/+62 |
* | support yajl parser options | Lamont Granquist | 2014-06-14 | 1 | -1/+13 |
* | allow_comments support for C ext | Lamont Granquist | 2014-06-14 | 1 | -4/+9 |
* | remove useless memcpy | Lamont Granquist | 2014-06-14 | 1 | -11/+2 |
* | cache the symbolize_keys lookup in C | Lamont Granquist | 2014-06-14 | 1 | -9/+11 |
* | symbolize_keys fix for 1.8.7 | Lamont Granquist | 2014-06-14 | 1 | -0/+5 |
* | >= 1.9 support for symbolize_keys | Lamont Granquist | 2014-06-14 | 1 | -8/+21 |
* | avoid memcpy of the key | Lamont Granquist | 2014-06-14 | 1 | -5/+1 |
* | fix very long nums/strings/keys | Lamont Granquist | 2014-06-13 | 1 | -3/+6 |
* | mark the 'ctx' variable as volatile | Lamont Granquist | 2014-06-13 | 1 | -2/+2 |
* | fixing state context in the c extension | Lamont Granquist | 2014-06-12 | 1 | -22/+23 |
* | setup ivars before allocating array | Lamont Granquist | 2014-06-11 | 1 | -3/+3 |
* | add more garbage collection mitigation | Lamont Granquist | 2014-06-04 | 1 | -0/+2 |
* | include windows libyajldll.a to build | Lamont Granquist | 2014-05-20 | 2 | -11/+19 |
* | add hack to try to avoid garbage collection | Lamont Granquist | 2014-05-07 | 1 | -0/+4 |
* | dynamically link against libyajl2-gem at runtime | Lamont Granquist | 2014-05-07 | 2 | -2/+2 |
* | pass LDFLAGS to LDFLAGS as intended | Lamont Granquist | 2014-05-06 | 2 | -2/+2 |
* | add require rubygems to make 1.8.7 happy | Lamont Granquist | 2014-05-06 | 2 | -0/+2 |
* | use the libyajl2 gem | Lamont Granquist | 2014-05-05 | 2 | -10/+8 |
* | removing libyajl2 to the separate gem | Lamont Granquist | 2014-05-05 | 2 | -60/+0 |
* | conversion to signed int was throwing a rangerror0.0.4 | Lamont Granquist | 2014-01-13 | 1 | -1/+1 |
* | one last native type to ruby conversion | Lamont Granquist | 2014-01-12 | 1 | -1/+1 |
* | wrap yajl_gen c struct for rbx | Lamont Granquist | 2014-01-12 | 1 | -33/+60 |
* | remove c-structs as VALUEs | Lamont Granquist | 2014-01-12 | 1 | -26/+25 |
* | convert symbols to strings when encoding0.0.2 | Lamont Granquist | 2014-01-11 | 1 | -1/+13 |
* | rake compile fixes for submodule | Lamont Granquist | 2014-01-09 | 1 | -18/+20 |
* | adding submodule for yajl | Lamont Granquist | 2014-01-09 | 1 | -0/+0 |
* | rake compile works on ubuntu/mri now at least | Lamont Granquist | 2014-01-09 | 1 | -0/+1 |