Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes for latest chefstyle ruleslcg/chefstyle5 | Lamont Granquist | 2018-07-03 | 2 | -4/+4 |
* | Switch from reek/rubocop to chefstyle | Tim Smith | 2017-06-20 | 3 | -29/+29 |
* | replace Fixnum+Bignum with Integer? | Lamont Granquist | 2016-07-22 | 1 | -0/+4 |
* | eliminate Rescue Exception | Lamont Granquist | 2015-07-09 | 1 | -0/+1 |
* | fix other possible superclass mismatches | Lamont Granquist | 2015-07-09 | 1 | -4/+7 |
* | fix superclass mismatch on rbx in c ext | Lamont Granquist | 2015-07-09 | 1 | -1/+3 |
* | remaining autofixable cops | Lamont Granquist | 2015-07-09 | 2 | -2/+2 |
* | fix lots of cops | Lamont Granquist | 2015-07-09 | 2 | -0/+2 |
* | Fix uninitialized instance variable when using extuninitialized-variable-in-ext | danielsdeleo | 2015-06-19 | 1 | -0/+1 |
* | 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 |