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

update file_size after write #1

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

Commits on Aug 23, 2013

  1. Merge branch 'dome'

    Conflicts:
    	lib/resty/mongol/colmt.lua
    paynechu committed Aug 23, 2013
    Configuration menu
    Copy the full SHA
    71086fc View commit details
    Browse the repository at this point in the history
  2. - fixed random crash by ll.lua's assert

    - fixed cannot load by init_by_lua, because used ngx.var.pid in module file scope, so moved to function run time scope
    paynechu committed Aug 23, 2013
    Configuration menu
    Copy the full SHA
    4758294 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2013

  1. Configuration menu
    Copy the full SHA
    9a2724d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2013

  1. Added 32bit & 64bit int support

    steven123 committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    8317a43 View commit details
    Browse the repository at this point in the history
  2. to_bson userdata = null

    steven123 committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    3d59d51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abeb135 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2013

  1. Added query example with order and regex

    steven123 committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    87f214e View commit details
    Browse the repository at this point in the history
  2. fic bson & add more exaples

    steven123 committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    82093f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2013

  1. Update bson.lua

    revert back start from 0 for advance queries
    steven123 committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    4c35e06 View commit details
    Browse the repository at this point in the history
  2. More examples

    steven123 committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    e053b39 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2013

  1. Start lua index from 1 but bson from 0

    	we start the array count from 0 but need to add 1 to mongo array start from 0 
    lua from 1
    start the array building loop from 0
    and compensate it by adding 1 to seen_n
    and removing 1 from high_n
    seems to work??
    steven123 committed Oct 8, 2013
    Configuration menu
    Copy the full SHA
    8121adf View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2013

  1. - added Array class support

    - fixed to_bson incorrectly handle array index
    paynechu committed Oct 24, 2013
    Configuration menu
    Copy the full SHA
    8bb5e7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8192d93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5497895 View commit details
    Browse the repository at this point in the history
  4. - removed general table support, because it's difficult work with JSO…

    …N. So, now will convert numerical key to string before store to mongodb. And for the best practice, should avoid to use numerical key. Because there may have conflit, for example: { 'aaa', ["1"] = 'bbb } is unknown behavior
    paynechu committed Oct 24, 2013
    Configuration menu
    Copy the full SHA
    4cb7226 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2013

  1. Configuration menu
    Copy the full SHA
    8332d8f View commit details
    Browse the repository at this point in the history
  2. - changed * to .

    paynechu committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    c267f93 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2013

  1. Configuration menu
    Copy the full SHA
    f813d4d View commit details
    Browse the repository at this point in the history
  2. - changed . to _

    paynechu committed Oct 31, 2013
    Configuration menu
    Copy the full SHA
    c803a32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    874e82e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adead55 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2013

  1. Configuration menu
    Copy the full SHA
    d440a49 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2013

  1. Configuration menu
    Copy the full SHA
    4b0dcfb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2014

  1. update file_size after write

    Adrian Żurek committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    07b00b8 View commit details
    Browse the repository at this point in the history