summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* disable c-extension for ruby-1.8.7Lamont Granquist2014-01-012-2/+8
* fix commentLamont Granquist2013-12-311-1/+1
* reorganization of ext-vs-ffiLamont Granquist2013-12-315-46/+45
* remove debugging putsLamont Granquist2013-12-221-1/+0
* amusing ruby 1.8.7 bugLamont Granquist2013-12-222-0/+2
* unicode fixesLamont Granquist2013-12-191-3/+5
* more parser refactoringLamont Granquist2013-12-161-29/+44
* code rearrangementLamont Granquist2013-12-166-128/+133
* major rework on parser codeLamont Granquist2013-12-161-33/+27
* add NaN + Infinity checking to Fixnum+BignumLamont Granquist2013-12-161-1/+7
* fix NaN/Infinity handlingLamont Granquist2013-12-162-1/+4
* fix encoding of fixnums and floats as keysLamont Granquist2013-12-161-4/+16
* fixing Object#to_json leakageLamont Granquist2013-12-162-6/+8
* fix precision issue by using yajl_gen_numberLamont Granquist2013-12-131-1/+2
* bignum parsing workingLamont Granquist2013-12-081-5/+9
* move the ruby parse/encode classes to own filesLamont Granquist2013-12-083-97/+104
* simplify ext/ffi switching logicLamont Granquist2013-12-081-14/+2
* breaking out ffi encoding into its own classLamont Granquist2013-12-084-125/+178
* adding new benchmarksLamont Granquist2013-12-081-1/+3
* working on parsing benchmarksLamont Granquist2013-12-083-29/+125
* another string length errorLamont Granquist2013-12-081-4/+4
* several utf8 related errors fixedLamont Granquist2013-12-081-3/+6
* fix #to_json on base classesLamont Granquist2013-12-042-2/+50
* add oj benchmarkLamont Granquist2013-12-041-0/+13
* fix NaN encoding exceptionLamont Granquist2013-11-232-33/+82
* why is this not simply gitignored?Lamont Granquist2013-11-221-0/+0
* get the c extensions compiled inLamont Granquist2013-11-181-4/+8
* passing ext + ffi nowLamont Granquist2013-11-182-11/+42
* fix nasty segfaul bugs, don't need yajl-exclusionLamont Granquist2013-11-183-16/+8
* somewhat working ext codeLamont Granquist2013-11-182-28/+24
* working on native C extLamont Granquist2013-11-183-0/+1
* moving things around to support ext encodingLamont Granquist2013-11-185-70/+88
* start splitting encoding into ffi+extLamont Granquist2013-11-182-134/+141
* moving encoder class to its own fileLamont Granquist2013-11-182-134/+138
* add profiling option to benchmarksLamont Granquist2013-11-183-0/+46
* fix major encoding perf bugLamont Granquist2013-11-181-1/+4
* clean up Encoder class a lotLamont Granquist2013-11-181-29/+30
* thread the to_json opts correctlyLamont Granquist2013-11-181-22/+26
* chaining to_json works nowLamont Granquist2013-11-182-17/+14
* ruby 1.8 doesn't define RUBY_ENGINELamont Granquist2013-11-171-1/+1
* benchmarks finally working under jrubyLamont Granquist2013-11-172-7/+7
* use correct varLamont Granquist2013-11-171-1/+1
* derpLamont Granquist2013-11-171-1/+1
* avoid yajl-ruby on jrubyLamont Granquist2013-11-171-4/+8
* lets try rescue Exception sledgehammerLamont Granquist2013-11-171-10/+8
* jruby throws an uncatchable exceptionLamont Granquist2013-11-171-5/+7
* rescue anythingLamont Granquist2013-11-171-6/+4
* add info messagesLamont Granquist2013-11-171-0/+4
* catch yajl-ruby not working in jrubyLamont Granquist2013-11-171-0/+2
* fix bmark binary againLamont Granquist2013-11-171-54/+56