summaryrefslogtreecommitdiff
path: root/lib/ffi_yajl/ffi/encoder.rb
Commit message (Expand)AuthorAgeFilesLines
* emit token that failed utf-8 validationLamont Granquist2015-04-211-31/+31
* fix ffi sideLamont Granquist2015-04-171-0/+9
* add copyright noticesLamont Granquist2015-04-141-0/+21
* allow arbitrary Objects as keysLamont Granquist2014-11-241-1/+1
* support calling #to_s on all types for keysLamont Granquist2014-11-221-26/+61
* Cleaning up code - letting yajl do more heavy lifting for us. Also removing ...tyler-ball2014-10-071-2/+5
* Making necessary C changes to only call to_json if it is presenttyler-ball2014-10-071-1/+1
* If an object does not have .to_json, we no longer try to call ittyler-ball2014-10-061-1/+5
* fix ruby 1.8.7 testsLamont Granquist2014-08-231-1/+1
* add datetime encodingLamont Granquist2014-08-231-1/+27
* args aren't actually optionalLamont Granquist2014-08-081-2/+1
* fix for chef pretty printing issuesLamont Granquist2014-08-071-1/+1
* Revert "fix for chef pretty printing issues"Lamont Granquist2014-08-071-1/+1
* fix for chef pretty printing issuesLamont Granquist2014-08-071-1/+1
* convert symbols to strings when encoding0.0.2Lamont Granquist2014-01-111-0/+9
* remove debugging putsLamont Granquist2013-12-221-1/+0
* amusing ruby 1.8.7 bugLamont Granquist2013-12-221-0/+1
* code rearrangementLamont Granquist2013-12-161-2/+1
* add NaN + Infinity checking to Fixnum+BignumLamont Granquist2013-12-161-1/+7
* fix NaN/Infinity handlingLamont Granquist2013-12-161-0/+3
* fix encoding of fixnums and floats as keysLamont Granquist2013-12-161-4/+16
* fixing Object#to_json leakageLamont Granquist2013-12-161-6/+0
* fix precision issue by using yajl_gen_numberLamont Granquist2013-12-131-1/+2
* another string length errorLamont Granquist2013-12-081-4/+4
* fix #to_json on base classesLamont Granquist2013-12-041-2/+2
* fix NaN encoding exceptionLamont Granquist2013-11-231-14/+43
* passing ext + ffi nowLamont Granquist2013-11-181-9/+11
* fix nasty segfaul bugs, don't need yajl-exclusionLamont Granquist2013-11-181-3/+2
* somewhat working ext codeLamont Granquist2013-11-181-17/+1
* moving things around to support ext encodingLamont Granquist2013-11-181-0/+146