-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
Commits on Aug 23, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 71086fc - Browse repository at this point
Copy the full SHA 71086fcView commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 4758294 - Browse repository at this point
Copy the full SHA 4758294View commit details
Commits on Aug 25, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 9a2724d - Browse repository at this point
Copy the full SHA 9a2724dView commit details
Commits on Sep 18, 2013
-
Added 32bit & 64bit int support
steven123 committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 8317a43 - Browse repository at this point
Copy the full SHA 8317a43View commit details -
steven123 committed
Sep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 3d59d51 - Browse repository at this point
Copy the full SHA 3d59d51View commit details -
check for empty array with ascii 5 if so insert an empty array not ob…
…ject
steven123 committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for abeb135 - Browse repository at this point
Copy the full SHA abeb135View commit details
Commits on Sep 20, 2013
-
Added query example with order and regex
steven123 committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 87f214e - Browse repository at this point
Copy the full SHA 87f214eView commit details -
steven123 committed
Sep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 82093f7 - Browse repository at this point
Copy the full SHA 82093f7View commit details
Commits on Sep 23, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 4c35e06 - Browse repository at this point
Copy the full SHA 4c35e06View commit details -
steven123 committed
Sep 23, 2013 Configuration menu - View commit details
-
Copy full SHA for e053b39 - Browse repository at this point
Copy the full SHA e053b39View commit details
Commits on Oct 8, 2013
-
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 committedOct 8, 2013 Configuration menu - View commit details
-
Copy full SHA for 8121adf - Browse repository at this point
Copy the full SHA 8121adfView commit details
Commits on Oct 24, 2013
-
- fixed to_bson incorrectly handle array index
Configuration menu - View commit details
-
Copy full SHA for 8bb5e7e - Browse repository at this point
Copy the full SHA 8bb5e7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8192d93 - Browse repository at this point
Copy the full SHA 8192d93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5497895 - Browse repository at this point
Copy the full SHA 5497895View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 4cb7226 - Browse repository at this point
Copy the full SHA 4cb7226View commit details
Commits on Oct 30, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 8332d8f - Browse repository at this point
Copy the full SHA 8332d8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c267f93 - Browse repository at this point
Copy the full SHA c267f93View commit details
Commits on Oct 31, 2013
-
Configuration menu - View commit details
-
Copy full SHA for f813d4d - Browse repository at this point
Copy the full SHA f813d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c803a32 - Browse repository at this point
Copy the full SHA c803a32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 874e82e - Browse repository at this point
Copy the full SHA 874e82eView commit details -
Configuration menu - View commit details
-
Copy full SHA for adead55 - Browse repository at this point
Copy the full SHA adead55View commit details
Commits on Nov 4, 2013
-
Configuration menu - View commit details
-
Copy full SHA for d440a49 - Browse repository at this point
Copy the full SHA d440a49View commit details
Commits on Dec 19, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 4b0dcfb - Browse repository at this point
Copy the full SHA 4b0dcfbView commit details
Commits on Jan 10, 2014
-
Adrian Żurek committed
Jan 10, 2014 Configuration menu - View commit details
-
Copy full SHA for 07b00b8 - Browse repository at this point
Copy the full SHA 07b00b8View commit details