summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* fixes for latest chefstyle ruleslcg/chefstyle5Lamont Granquist2018-07-032-4/+4
* Switch from reek/rubocop to chefstyleTim Smith2017-06-203-29/+29
* replace Fixnum+Bignum with Integer?Lamont Granquist2016-07-221-0/+4
* eliminate Rescue ExceptionLamont Granquist2015-07-091-0/+1
* fix other possible superclass mismatchesLamont Granquist2015-07-091-4/+7
* fix superclass mismatch on rbx in c extLamont Granquist2015-07-091-1/+3
* remaining autofixable copsLamont Granquist2015-07-092-2/+2
* fix lots of copsLamont Granquist2015-07-092-0/+2
* Fix uninitialized instance variable when using extuninitialized-variable-in-extdanielsdeleo2015-06-191-0/+1
* emit token that failed utf-8 validationLamont Granquist2015-04-211-174/+166
* Merge pull request #19 from chef/lcg/stringio-encodingLamont Granquist2015-04-201-15/+17
|\
| * add c ext sidelcg/stringio-encodingLamont Granquist2015-04-171-15/+17
* | remove unnecessary castLamont Granquist2015-04-201-1/+1
* | add :unique_key_checking flag to parserlcg/unique_key_checkingLamont Granquist2015-04-171-1/+9
|/
* fixing libname guessing logicLamont Granquist2015-04-061-1/+3
* add native dlopen extension codeLamont Granquist2015-04-062-0/+53
* allow arbitrary Objects as keysLamont Granquist2014-11-241-1/+1
* support calling #to_s on all types for keysLamont Granquist2014-11-221-28/+100
* fix bare object parsingLamont Granquist2014-11-221-4/+2
* Update extconf.rbJason Potkanski2014-10-141-1/+1
* Update extconf.rbJason Potkanski2014-10-141-1/+1
* Making necessary C changes to only call to_json if it is presenttyler-ball2014-10-071-7/+13
* fix ruby 1.8.7 testsLamont Granquist2014-08-231-1/+11
* add datetime encodingLamont Granquist2014-08-231-3/+26
* extconf.rb: remove "-Wl,--no-undefined" from ldflagsLennart Brinkmann2014-08-232-0/+6
* fix for chef pretty printing issuesLamont Granquist2014-08-071-2/+4
* Revert "fix for chef pretty printing issues"Lamont Granquist2014-08-071-4/+2
* fix for chef pretty printing issuesLamont Granquist2014-08-071-2/+4
* avoid find_library adding -lyajlLamont Granquist2014-07-062-16/+12
* also don't need the commentLamont Granquist2014-07-061-1/+0
* homebrew wires up symlinks in /usr/local/includeLamont Granquist2014-07-061-1/+0
* build with system libs if libyajl2-gem missing libsLamont Granquist2014-07-062-0/+62
* support yajl parser optionsLamont Granquist2014-06-141-1/+13
* allow_comments support for C extLamont Granquist2014-06-141-4/+9
* remove useless memcpyLamont Granquist2014-06-141-11/+2
* cache the symbolize_keys lookup in CLamont Granquist2014-06-141-9/+11
* symbolize_keys fix for 1.8.7Lamont Granquist2014-06-141-0/+5
* >= 1.9 support for symbolize_keysLamont Granquist2014-06-141-8/+21
* avoid memcpy of the keyLamont Granquist2014-06-141-5/+1
* fix very long nums/strings/keysLamont Granquist2014-06-131-3/+6
* mark the 'ctx' variable as volatileLamont Granquist2014-06-131-2/+2
* fixing state context in the c extensionLamont Granquist2014-06-121-22/+23
* setup ivars before allocating arrayLamont Granquist2014-06-111-3/+3
* add more garbage collection mitigationLamont Granquist2014-06-041-0/+2
* include windows libyajldll.a to buildLamont Granquist2014-05-202-11/+19
* add hack to try to avoid garbage collectionLamont Granquist2014-05-071-0/+4
* dynamically link against libyajl2-gem at runtimeLamont Granquist2014-05-072-2/+2
* pass LDFLAGS to LDFLAGS as intendedLamont Granquist2014-05-062-2/+2
* add require rubygems to make 1.8.7 happyLamont Granquist2014-05-062-0/+2
* use the libyajl2 gemLamont Granquist2014-05-052-10/+8