Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added LuaJIT compatibility #8

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Added LuaJIT compatibility #8

wants to merge 8 commits into from

Commits on Feb 18, 2014

  1. Configuration menu
    Copy the full SHA
    5fd5489 View commit details
    Browse the repository at this point in the history
  2. feature: applied Jiale Zhi's patch to add the new config function enc…

    …ode_empty_table_as_object so that we can encode empty Lua tables into empty JSON arrays.
    agentzh committed Feb 18, 2014
    Configuration menu
    Copy the full SHA
    cdb1a73 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2014

  1. added one passing test.

    agentzh committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    afcb876 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2014

  1. bugfix: the Makefile had a bug that overwrites existing cjson.so file…

    … in place which could cause already running nginx workers to crash. thanks ywsample for the report.
    agentzh committed Aug 18, 2014
    Configuration menu
    Copy the full SHA
    8ed5ea5 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2015

  1. Support lua 5.3 integer representation

    cloudwu authored and msva committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    7755231 View commit details
    Browse the repository at this point in the history
  2. encode integer for lua 5.3

    cloudwu authored and msva committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    876d017 View commit details
    Browse the repository at this point in the history
  3. Added LuaJIT compatibility

    Signed-off-by: Vadim A. Misbakh-Soloviov <[email protected]>
    msva committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    990becf View commit details
    Browse the repository at this point in the history
  4. Added Luajit-2.1 support

    Signed-off-by: Vadim A. Misbakh-Soloviov <[email protected]>
    msva committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    b576404 View commit details
    Browse the repository at this point in the history