summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessary linelcg/invalid-utf8Lamont Granquist2015-01-221-1/+0
|
* fix typoLamont Granquist2015-01-221-1/+1
|
* support turning off validate_utf8Lamont Granquist2015-01-222-1/+28
|
* catch and raise invalid string error betterLamont Granquist2015-01-221-0/+2
|
* Merge pull request #37 from glensc/unknown-errorLamont Granquist2015-01-221-1/+1
|\ | | | | include status code for Unknown Error
| * include status code for Unknown ErrorElan Ruusamäe2015-01-221-1/+1
|/
* make 'rake clean' clean more1.3.1Lamont Granquist2014-11-241-1/+2
| | | | think I've probably been shipping Gemfile.lock's by accident
* reset CHANGELOG.md for releaseLamont Granquist2014-11-241-0/+4
|
* bump version to 1.3.1Lamont Granquist2014-11-241-1/+1
|
* Merge pull request #34 from opscode/lcg/object-as-keyLamont Granquist2014-11-244-2/+27
|\ | | | | Lcg/object as key
| * add CHANGELOGLamont Granquist2014-11-241-0/+8
| |
| * allow arbitrary Objects as keysLamont Granquist2014-11-243-2/+19
|/ | | | i fixed Hashes/Arrays/true/false/nil, but forgot Object.
* version bump to 1.3.01.3.0Lamont Granquist2014-11-221-1/+1
|
* fix typo rvx -> rbxLamont Granquist2014-11-221-1/+1
|
* exclude rbx because its still being dumbLamont Granquist2014-11-221-0/+2
|
* Merge pull request #33 from opscode/lcg/encoding-keysLamont Granquist2014-11-224-54/+187
|\ | | | | Lcg/encoding keys
| * avoid these tests on ruby 1.8.7Lamont Granquist2014-11-221-2/+2
| | | | | | | | lol
| * add CHANGELOG for encoding arrays/hashes as keysLamont Granquist2014-11-221-0/+1
| |
| * support calling #to_s on all types for keysLamont Granquist2014-11-223-54/+186
| | | | | | | | | | | | compatibility with JSON gem and yajl-ruby closes #14
* | Merge pull request #32 from opscode/lcg/parser-bugsLamont Granquist2014-11-225-10/+58
|\ \ | |/ | | Lcg/parser bugs
| * adding CHANGELOG.mdLamont Granquist2014-11-221-0/+3
| |
| * fix bare object parsingLamont Granquist2014-11-222-9/+4
| | | | | | | | closes #2 and #16
| * fix #15 by requiring string or IOLamont Granquist2014-11-221-0/+2
| |
| * add busted specs for outstanding parser bugsLamont Granquist2014-11-221-1/+49
|/
* add CHANGELOG for additional libyaj2-gem bumpLamont Granquist2014-11-221-0/+1
|
* bump libyajl2 pin to 1.2.0Lamont Granquist2014-11-221-1/+1
| | | | required to make the cygwin support work in this release.
* add CHANGELOG for merged fixesLamont Granquist2014-11-221-0/+8
|
* Merge pull request #30 from electrawn/masterLamont Granquist2014-11-222-2/+2
|\ | | | | Cygwin detection https://github.com/opscode/ffi-yajl/issues/10
| * Update extconf.rbJason Potkanski2014-10-141-1/+1
| | | | | | Add cygwin detection
| * Update extconf.rbJason Potkanski2014-10-141-1/+1
| | | | | | Add cygwin detection
* | Merge pull request #29 from opscode/lcg/better-ext-vs-ffi-logicLamont Granquist2014-11-221-2/+22
|\ \ | | | | | | add better ext-vs-ffi logic
| * | line wrap on commentlcg/better-ext-vs-ffi-logicLamont Granquist2014-10-131-5/+8
| | |
| * | add better ext-vs-ffi logicLamont Granquist2014-10-131-2/+19
| |/ | | | | | | | | plus add warnings so its obvious what is happening and spammy warns will be a good indication of bugs.
* | Merge pull request #28 from opscode/lcg/libyajl2-bumpLamont Granquist2014-11-221-1/+1
|\ \ | | | | | | windows isn't compatible with libyajl <= 1.1.0
| * | windows isn't compatible with libyajl <= 1.1.0lcg/libyajl2-bumpLamont Granquist2014-10-131-1/+1
| |/
* | Merge pull request #31 from glensc/patch-1Lamont Granquist2014-11-121-1/+1
|\ \ | |/ |/| fix minor typo
| * fix minor typoElan Ruusamäe2014-11-121-1/+1
|/
* add deprecation warningLamont Granquist2014-10-091-0/+2
|
* the c ext loads and still tests fine on 1.8.7Lamont Granquist2014-10-091-2/+1
|
* version bump to 1.2.01.2.0Lamont Granquist2014-10-091-1/+1
|
* CHANGELOG fixes for releaseLamont Granquist2014-10-091-0/+8
|
* Merge pull request #27 from opscode/lcg/windows-libnameLamont Granquist2014-10-092-0/+4
|\ | | | | fix libnames for windows
| * fix libnames for windowslcg/windows-libnameLamont Granquist2014-10-082-0/+4
| | | | | | | | this fixes the perf issues on windows where we were falling back to ffi
* | Merge pull request #25 from tyler-ball/tball/remove_to_jsonLamont Granquist2014-10-074-9/+42
|\ \ | |/ |/| If an object does not have .to_json, we no longer try to call it
| * Cleaning up code - letting yajl do more heavy lifting for us. Also removing ↵tyler-ball2014-10-073-3/+9
| | | | | | | | version change since that will occur during release.
| * Making necessary C changes to only call to_json if it is presenttyler-ball2014-10-073-9/+15
| |
| * Upping versiontyler-ball2014-10-061-1/+1
| |
| * If an object does not have .to_json, we no longer try to call ittyler-ball2014-10-062-1/+22
|/
* Merge pull request #13 from opscode/lcg/rbconfiglamont-granquist2014-09-252-1/+3
|\ | | | | Lcg/rbconfig
| * add ChangeLoglcg/rbconfigLamont Granquist2014-08-291-0/+2
| |